Trace number 4523947

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 NameAnswerobjective functionCPU timeWall clock time
WMaxCDCL-SCIP 2025-06-21? 3598.87 3609.31

General information on the benchmark

NamePB25/normalized-PB25/OPT-LIN/sakai/dobutsu-shogi-master-PB25-20250424/
normalized-dobutsu-shogi-master.opb
MD5SUMe21aae6253a3d8ec45e9622b89e9ca39
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark55733
Best CPU time to get the best result obtained on this benchmark437.667
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables642549
Total number of constraints326012
Number of constraints which are clauses173435
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints152577
Minimum length of a constraint2
Maximum length of a constraint28
Number of terms in the objective function 505004
Biggest coefficient in the objective function 6
Number of bits for the biggest coefficient in the objective function 3
Sum of the numbers in the objective function 521726
Number of bits of the sum of numbers in the objective function 19
Biggest number in a constraint 27
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 521726
Number of bits of the biggest sum of numbers19
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.01	c Presolving by SCIP...
0.00/0.03	c Encoding OPB into MaxSAT...
0.00/0.03	c This is the PBCProcessor based on SCIP solver.
3.74/3.88	c Solving by WMaxCDCL...
3598.74/3609.29	c Rebuilding OPB solution...
3598.74/3609.29	c This is the PBCProcessor based on SCIP solver.
3598.74/3609.29	s UNKNOWN

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.4.2 (svn: 4680) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 63665 MiB (56934 MiB free)
  memory of node 1: 64507 MiB (59722 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4523947-1751596032/watcher-4523947-1751596032 -o /tmp/evaluation-result-4523947-1751596032/solver-4523947-1751596032 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC021-1751586917-84184 --watchdog 3760 HOME/opbsolver HOME/instance-4523947-1751596032.opb 3600 31000 HOME HOME 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

Enforcing FSIZE limit: 104857600 KiB
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
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=85779, runsolver pid=85776

[startup+0.100063 s]*
/proc/loadavg: 4.32 4.35 4.26 5/272 85786
/proc/meminfo: memFree=119456952/131249996 swapFree=33003468/33010684
[pid=85779] ppid=85776 vsize=4192 memory=2816 CPUtime=0 cores=0,2
/proc/85779/stat : 85779 (opbsolver) S 85776 85779 84174 0 -1 4194304 349 666 0 0 0 0 0 0 20 0 1 0 75280947 4292608 704 18446744073709551615 94494046003200 94494046897733 140727942772000 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94494047136784 94494047184528 94494077296640 140727942777118 140727942777321 140727942777321 140727942782923 0
/proc/85779/statm: 1048 704 672 219 0 110 0
[pid=85786] ppid=85779 vsize=27480 memory=9816 CPUtime=0.06 cores=0,2
/proc/85786/stat : 85786 (pbcpreprocessor) R 85779 85779 84174 0 -1 4194304 2386 0 0 0 6 0 0 0 20 0 1 0 75280951 28139520 2454 18446744073709551615 4198400 15773533 140737303991216 0 0 0 0 0 0 0 0 0 17 2 0 0 0 0 0 17968456 18061744 33218560 140737303992496 140737303992798 140737303992798 140737303998405 0
/proc/85786/statm: 6870 2454 640 2826 0 3482 0
Current children cumulated CPU time: 0.06 s
Current children cumulated vsize: 31672 KiB
Current children cumulated memory: 12632 KiB

[startup+0.205949 s]*
/proc/loadavg: 4.32 4.35 4.26 5/272 85786
/proc/meminfo: memFree=119452856/131249996 swapFree=33003468/33010684
[pid=85779] ppid=85776 vsize=4192 memory=2816 CPUtime=0 cores=0,2
/proc/85779/stat : 85779 (opbsolver) S 85776 85779 84174 0 -1 4194304 349 666 0 0 0 0 0 0 20 0 1 0 75280947 4292608 704 18446744073709551615 94494046003200 94494046897733 140727942772000 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94494047136784 94494047184528 94494077296640 140727942777118 140727942777321 140727942777321 140727942782923 0
/proc/85779/statm: 1048 704 672 219 0 110 0
[pid=85786] ppid=85779 vsize=42860 memory=25808 CPUtime=0.15 cores=0,2
/proc/85786/stat : 85786 (pbcpreprocessor) R 85779 85779 84174 0 -1 4194304 5879 0 0 0 15 0 0 0 20 0 1 0 75280951 43888640 6452 18446744073709551615 4198400 15773533 140737303991216 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 17968456 18061744 33218560 140737303992496 140737303992798 140737303992798 140737303998405 0
/proc/85786/statm: 10715 6452 640 2826 0 7327 0
Current children cumulated CPU time: 0.15 s
Current children cumulated vsize: 47052 KiB
Current children cumulated memory: 28624 KiB

[startup+0.305983 s]*
/proc/loadavg: 4.32 4.35 4.26 6/272 85786
/proc/meminfo: memFree=119441076/131249996 swapFree=33003468/33010684
[pid=85779] ppid=85776 vsize=4192 memory=2816 CPUtime=0 cores=0,2
/proc/85779/stat : 85779 (opbsolver) S 85776 85779 84174 0 -1 4194304 349 666 0 0 0 0 0 0 20 0 1 0 75280947 4292608 704 18446744073709551615 94494046003200 94494046897733 140727942772000 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94494047136784 94494047184528 94494077296640 140727942777118 140727942777321 140727942777321 140727942782923 0
/proc/85779/statm: 1048 704 672 219 0 110 0
[pid=85786] ppid=85779 vsize=58976 memory=41680 CPUtime=0.25 cores=0,2
/proc/85786/stat : 85786 (pbcpreprocessor) R 85779 85779 84174 0 -1 4194304 9854 0 0 0 24 1 0 0 20 0 1 0 75280951 60391424 10420 18446744073709551615 4198400 15773533 140737303991216 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 17968456 18061744 33218560 140737303992496 140737303992798 140737303992798 140737303998405 0
/proc/85786/statm: 14744 10420 640 2826 0 11356 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 63168 KiB
Current children cumulated memory: 44496 KiB

[startup+0.700212 s]
/proc/loadavg: 4.32 4.35 4.26 5/272 85786
/proc/meminfo: memFree=119386556/131249996 swapFree=33003468/33010684
[pid=85779] ppid=85776 vsize=4192 memory=2816 CPUtime=0 cores=0,2
/proc/85779/stat : 85779 (opbsolver) S 85776 85779 84174 0 -1 4194304 349 666 0 0 0 0 0 0 20 0 1 0 75280947 4292608 704 18446744073709551615 94494046003200 94494046897733 140727942772000 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94494047136784 94494047184528 94494077296640 140727942777118 140727942777321 140727942777321 140727942782923 0
/proc/85779/statm: 1048 704 672 219 0 110 0
[pid=85786] ppid=85779 vsize=201676 memory=170168 CPUtime=0.64 cores=0,2
/proc/85786/stat : 85786 (pbcpreprocessor) R 85779 85779 84174 0 -1 4194304 28675 0 0 0 59 5 0 0 20 0 1 0 75280951 206516224 42542 18446744073709551615 4198400 15773533 140737303991216 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 17968456 18061744 33218560 140737303992496 140737303992798 140737303992798 140737303998405 0
/proc/85786/statm: 50419 42542 672 2826 0 47031 0
Current children cumulated CPU time: 0.64 s
Current children cumulated vsize: 205868 KiB
Current children cumulated memory: 172984 KiB

[startup+1.50016 s]
/proc/loadavg: 4.32 4.35 4.26 5/272 85786
/proc/meminfo: memFree=119322720/131249996 swapFree=33003468/33010684
[pid=85779] ppid=85776 vsize=4192 memory=2816 CPUtime=0 cores=0,2
/proc/85779/stat : 85779 (opbsolver) S 85776 85779 84174 0 -1 4194304 349 666 0 0 0 0 0 0 20 0 1 0 75280947 4292608 704 18446744073709551615 94494046003200 94494046897733 140727942772000 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94494047136784 94494047184528 94494077296640 140727942777118 140727942777321 140727942777321 140727942782923 0
/proc/85779/statm: 1048 704 672 219 0 110 0
[pid=85786] ppid=85779 vsize=250924 memory=229700 CPUtime=1.44 cores=0,2
/proc/85786/stat : 85786 (pbcpreprocessor) R 85779 85779 84174 0 -1 4194304 37429 0 0 0 109 35 0 0 20 0 1 0 75280951 256946176 57425 18446744073709551615 4198400 15773533 140737303991216 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 17968456 18061744 33218560 140737303992496 140737303992798 140737303992798 140737303998405 0
/proc/85786/statm: 62731 57425 672 2826 0 59343 0
Current children cumulated CPU time: 1.44 s
Current children cumulated vsize: 255116 KiB
Current children cumulated memory: 232516 KiB

[startup+3.10572 s]
/proc/loadavg: 4.30 4.34 4.26 5/272 85786
/proc/meminfo: memFree=119291580/131249996 swapFree=33003468/33010684
[pid=85779] ppid=85776 vsize=4192 memory=2816 CPUtime=0 cores=0,2
/proc/85779/stat : 85779 (opbsolver) S 85776 85779 84174 0 -1 4194304 349 666 0 0 0 0 0 0 20 0 1 0 75280947 4292608 704 18446744073709551615 94494046003200 94494046897733 140727942772000 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94494047136784 94494047184528 94494077296640 140727942777118 140727942777321 140727942777321 140727942782923 0
/proc/85779/statm: 1048 704 672 219 0 110 0
[pid=85786] ppid=85779 vsize=250924 memory=229700 CPUtime=3.04 cores=0,2
/proc/85786/stat : 85786 (pbcpreprocessor) R 85779 85779 84174 0 -1 4194304 37451 0 0 0 168 136 0 0 20 0 1 0 75280951 256946176 57425 18446744073709551615 4198400 15773533 140737303991216 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 17968456 18061744 33218560 140737303992496 140737303992798 140737303992798 140737303998405 0
/proc/85786/statm: 62731 57425 672 2826 0 59343 0
Current children cumulated CPU time: 3.04 s
Current children cumulated vsize: 255116 KiB
Current children cumulated memory: 232516 KiB

[startup+6.30019 s]
/proc/loadavg: 4.30 4.34 4.26 5/272 85788
/proc/meminfo: memFree=118893316/131249996 swapFree=33003468/33010684
[pid=85779] ppid=85776 vsize=4192 memory=2816 CPUtime=3.82 cores=0,2
/proc/85779/stat : 85779 (opbsolver) S 85776 85779 84174 0 -1 4194304 408 38266 0 0 0 0 198 184 20 0 1 0 75280947 4292608 704 18446744073709551615 94494046003200 94494046897733 140727942772000 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94494047136784 94494047184528 94494077296640 140727942777118 140727942777321 140727942777321 140727942782923 0
/proc/85779/statm: 1048 704 672 219 0 110 0
[pid=85788] ppid=85779 vsize=1083832 memory=922120 CPUtime=2.39 cores=0,2
/proc/85788/stat : 85788 (wmaxcdcl) R 85779 85779 84174 0 -1 4194304 156468 0 0 0 208 31 0 0 20 0 1 0 75281336 1109843968 230530 18446744073709551615 4198400 5932793 140732267939456 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 6359800 6411760 31322112 140732267944283 140732267944428 140732267944428 140732267950028 0
/proc/85788/statm: 270958 230530 448 424 0 270413 0
Current children cumulated CPU time: 6.21 s
Current children cumulated vsize: 1088024 KiB
Current children cumulated memory: 924936 KiB

[startup+12.7002 s]
/proc/loadavg: 4.33 4.35 4.26 5/272 85788
/proc/meminfo: memFree=118873416/131249996 swapFree=33003468/33010684
[pid=85779] ppid=85776 vsize=4192 memory=2816 CPUtime=3.82 cores=0,2
/proc/85779/stat : 85779 (opbsolver) S 85776 85779 84174 0 -1 4194304 408 38266 0 0 0 0 198 184 20 0 1 0 75280947 4292608 704 18446744073709551615 94494046003200 94494046897733 140727942772000 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94494047136784 94494047184528 94494077296640 140727942777118 140727942777321 140727942777321 140727942782923 0
/proc/85779/statm: 1048 704 672 219 0 110 0
[pid=85788] ppid=85779 vsize=1039020 memory=892556 CPUtime=8.77 cores=0,2
/proc/85788/stat : 85788 (wmaxcdcl) R 85779 85779 84174 0 -1 4194304 167148 0 0 0 841 36 0 0 20 0 1 0 75281336 1063956480 223139 18446744073709551615 4198400 5932793 140732267939456 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 6359800 6411760 31322112 140732267944283 140732267944428 140732267944428 140732267950028 0
/proc/85788/statm: 259755 223139 448 424 0 259210 0
Current children cumulated CPU time: 12.59 s
Current children cumulated vsize: 1043212 KiB
Current children cumulated memory: 895372 KiB

[startup+25.5002 s]
/proc/loadavg: 4.28 4.34 4.26 5/272 85788
/proc/meminfo: memFree=118847872/131249996 swapFree=33003468/33010684
[pid=85779] ppid=85776 vsize=4192 memory=2816 CPUtime=3.82 cores=0,2
/proc/85779/stat : 85779 (opbsolver) S 85776 85779 84174 0 -1 4194304 408 38266 0 0 0 0 198 184 20 0 1 0 75280947 4292608 704 18446744073709551615 94494046003200 94494046897733 140727942772000 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94494047136784 94494047184528 94494077296640 140727942777118 140727942777321 140727942777321 140727942782923 0
/proc/85779/statm: 1048 704 672 219 0 110 0
[pid=85788] ppid=85779 vsize=1234104 memory=982552 CPUtime=21.53 cores=0,2
/proc/85788/stat : 85788 (wmaxcdcl) R 85779 85779 84174 0 -1 4194304 190736 0 0 0 2109 44 0 0 20 0 1 0 75281336 1263722496 245638 18446744073709551615 4198400 5932793 140732267939456 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 6359800 6411760 31322112 140732267944283 140732267944428 140732267944428 140732267950028 0
/proc/85788/statm: 308526 245638 448 424 0 307981 0
Current children cumulated CPU time: 25.35 s
Current children cumulated vsize: 1238296 KiB
Current children cumulated memory: 985368 KiB

[startup+51.1058 s]
/proc/loadavg: 4.26 4.33 4.25 5/271 85789
/proc/meminfo: memFree=119076220/131249996 swapFree=33003468/33010684
[pid=85779] ppid=85776 vsize=4192 memory=2816 CPUtime=3.82 cores=0,2
/proc/85779/stat : 85779 (opbsolver) S 85776 85779 84174 0 -1 4194304 408 38266 0 0 0 0 198 184 20 0 1 0 75280947 4292608 704 18446744073709551615 94494046003200 94494046897733 140727942772000 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94494047136784 94494047184528 94494077296640 140727942777118 140727942777321 140727942777321 140727942782923 0
/proc/85779/statm: 1048 704 672 219 0 110 0
[pid=85788] ppid=85779 vsize=1234104 memory=982552 CPUtime=47.08 cores=0,2
/proc/85788/stat : 85788 (wmaxcdcl) R 85779 85779 84174 0 -1 4194304 190770 0 0 0 4663 45 0 0 20 0 1 0 75281336 1263722496 245638 18446744073709551615 4198400 5932793 140732267939456 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 6359800 6411760 31322112 140732267944283 140732267944428 140732267944428 140732267950028 0
/proc/85788/statm: 308526 245638 448 424 0 307981 0
Current children cumulated CPU time: 50.9 s
Current children cumulated vsize: 1238296 KiB
Current children cumulated memory: 985368 KiB

[startup+102.3 s]
/proc/loadavg: 4.16 4.29 4.24 5/273 85793
/proc/meminfo: memFree=119165048/131249996 swapFree=33003468/33010684
[pid=85779] ppid=85776 vsize=4192 memory=2816 CPUtime=3.82 cores=0,2
/proc/85779/stat : 85779 (opbsolver) S 85776 85779 84174 0 -1 4194304 408 38266 0 0 0 0 198 184 20 0 1 0 75280947 4292608 704 18446744073709551615 94494046003200 94494046897733 140727942772000 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94494047136784 94494047184528 94494077296640 140727942777118 140727942777321 140727942777321 140727942782923 0
/proc/85779/statm: 1048 704 672 219 0 110 0
[pid=85788] ppid=85779 vsize=1234104 memory=982552 CPUtime=98.13 cores=0,2
/proc/85788/stat : 85788 (wmaxcdcl) R 85779 85779 84174 0 -1 4194304 190816 0 0 0 9768 45 0 0 20 0 1 0 75281336 1263722496 245638 18446744073709551615 4198400 5932793 140732267939456 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 6359800 6411760 31322112 140732267944283 140732267944428 140732267944428 140732267950028 0
/proc/85788/statm: 308526 245638 448 424 0 307981 0
Current children cumulated CPU time: 101.95 s
Current children cumulated vsize: 1238296 KiB
Current children cumulated memory: 985368 KiB

[startup+162.3 s]
/proc/loadavg: 4.06 4.23 4.23 5/273 85795
/proc/meminfo: memFree=119161816/131249996 swapFree=33003468/33010684
[pid=85779] ppid=85776 vsize=4192 memory=2816 CPUtime=3.82 cores=0,2
/proc/85779/stat : 85779 (opbsolver) S 85776 85779 84174 0 -1 4194304 408 38266 0 0 0 0 198 184 20 0 1 0 75280947 4292608 704 18446744073709551615 94494046003200 94494046897733 140727942772000 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94494047136784 94494047184528 94494077296640 140727942777118 140727942777321 140727942777321 140727942782923 0
/proc/85779/statm: 1048 704 672 219 0 110 0
[pid=85788] ppid=85779 vsize=1234104 memory=982552 CPUtime=157.97 cores=0,2
/proc/85788/stat : 85788 (wmaxcdcl) R 85779 85779 84174 0 -1 4194304 190852 0 0 0 15752 45 0 0 20 0 1 0 75281336 1263722496 245638 18446744073709551615 4198400 5932793 140732267939456 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 6359800 6411760 31322112 140732267944283 140732267944428 140732267944428 140732267950028 0
/proc/85788/statm: 308526 245638 448 424 0 307981 0
Current children cumulated CPU time: 161.79 s
Current children cumulated vsize: 1238296 KiB
Current children cumulated memory: 985368 KiB

[startup+222.3 s]
/proc/loadavg: 4.12 4.22 4.22 5/269 85799
/proc/meminfo: memFree=119038332/131249996 swapFree=33003468/33010684
[pid=85779] ppid=85776 vsize=4192 memory=2816 CPUtime=3.82 cores=0,2
/proc/85779/stat : 85779 (opbsolver) S 85776 85779 84174 0 -1 4194304 408 38266 0 0 0 0 198 184 20 0 1 0 75280947 4292608 704 18446744073709551615 94494046003200 94494046897733 140727942772000 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94494047136784 94494047184528 94494077296640 140727942777118 140727942777321 140727942777321 140727942782923 0
/proc/85779/statm: 1048 704 672 219 0 110 0
[pid=85788] ppid=85779 vsize=1234104 memory=982552 CPUtime=217.81 cores=0,2
/proc/85788/stat : 85788 (wmaxcdcl) R 85779 85779 84174 0 -1 4194304 190888 0 0 0 21736 45 0 0 20 0 1 0 75281336 1263722496 245638 18446744073709551615 4198400 5932793 140732267939456 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 6359800 6411760 31322112 140732267944283 140732267944428 140732267944428 140732267950028 0
/proc/85788/statm: 308526 245638 448 424 0 307981 0

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

/proc/85779/stat : 85779 (opbsolver) S 85776 85779 84174 0 -1 4194304 408 38266 0 0 0 0 198 184 20 0 1 0 75280947 4292608 704 18446744073709551615 94494046003200 94494046897733 140727942772000 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94494047136784 94494047184528 94494077296640 140727942777118 140727942777321 140727942777321 140727942782923 0
/proc/85779/statm: 1048 704 672 219 0 110 0
[pid=85788] ppid=85779 vsize=1234104 memory=1011864 CPUtime=3388.55 cores=0,2
/proc/85788/stat : 85788 (wmaxcdcl) R 85779 85779 84174 0 -1 4194304 191616 0 0 0 338808 47 0 0 20 0 1 0 75281336 1263722496 252966 18446744073709551615 4198400 5932793 140732267939456 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 6359800 6411760 31322112 140732267944283 140732267944428 140732267944428 140732267950028 0
/proc/85788/statm: 308526 252966 448 424 0 307981 0
Current children cumulated CPU time: 3392.37 s
Current children cumulated vsize: 1238296 KiB
Current children cumulated memory: 1014680 KiB

[startup+3462.3 s]
/proc/loadavg: 2.08 2.08 2.19 3/254 86051
/proc/meminfo: memFree=120625204/131249996 swapFree=33003468/33010684
[pid=85779] ppid=85776 vsize=4192 memory=2816 CPUtime=3.82 cores=0,2
/proc/85779/stat : 85779 (opbsolver) S 85776 85779 84174 0 -1 4194304 408 38266 0 0 0 0 198 184 20 0 1 0 75280947 4292608 704 18446744073709551615 94494046003200 94494046897733 140727942772000 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94494047136784 94494047184528 94494077296640 140727942777118 140727942777321 140727942777321 140727942782923 0
/proc/85779/statm: 1048 704 672 219 0 110 0
[pid=85788] ppid=85779 vsize=1234104 memory=1011864 CPUtime=3448.4 cores=0,2
/proc/85788/stat : 85788 (wmaxcdcl) R 85779 85779 84174 0 -1 4194304 191616 0 0 0 344793 47 0 0 20 0 1 0 75281336 1263722496 252966 18446744073709551615 4198400 5932793 140732267939456 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 6359800 6411760 31322112 140732267944283 140732267944428 140732267944428 140732267950028 0
/proc/85788/statm: 308526 252966 448 424 0 307981 0
Current children cumulated CPU time: 3452.22 s
Current children cumulated vsize: 1238296 KiB
Current children cumulated memory: 1014680 KiB

[startup+3522.3 s]
/proc/loadavg: 2.07 2.08 2.18 3/254 86053
/proc/meminfo: memFree=120624052/131249996 swapFree=33003468/33010684
[pid=85779] ppid=85776 vsize=4192 memory=2816 CPUtime=3.82 cores=0,2
/proc/85779/stat : 85779 (opbsolver) S 85776 85779 84174 0 -1 4194304 408 38266 0 0 0 0 198 184 20 0 1 0 75280947 4292608 704 18446744073709551615 94494046003200 94494046897733 140727942772000 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94494047136784 94494047184528 94494077296640 140727942777118 140727942777321 140727942777321 140727942782923 0
/proc/85779/statm: 1048 704 672 219 0 110 0
[pid=85788] ppid=85779 vsize=1234104 memory=1011864 CPUtime=3508.24 cores=0,2
/proc/85788/stat : 85788 (wmaxcdcl) R 85779 85779 84174 0 -1 4194304 191790 0 0 0 350777 47 0 0 20 0 1 0 75281336 1263722496 252966 18446744073709551615 4198400 5932793 140732267939456 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 6359800 6411760 31322112 140732267944283 140732267944428 140732267944428 140732267950028 0
/proc/85788/statm: 308526 252966 448 424 0 307981 0
Current children cumulated CPU time: 3512.06 s
Current children cumulated vsize: 1238296 KiB
Current children cumulated memory: 1014680 KiB

[startup+3582.3 s]
/proc/loadavg: 1.68 1.98 2.14 2/247 86088
/proc/meminfo: memFree=122221600/131249996 swapFree=33003468/33010684
[pid=85779] ppid=85776 vsize=4192 memory=2816 CPUtime=3.82 cores=0,2
/proc/85779/stat : 85779 (opbsolver) S 85776 85779 84174 0 -1 4194304 408 38266 0 0 0 0 198 184 20 0 1 0 75280947 4292608 704 18446744073709551615 94494046003200 94494046897733 140727942772000 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94494047136784 94494047184528 94494077296640 140727942777118 140727942777321 140727942777321 140727942782923 0
/proc/85779/statm: 1048 704 672 219 0 110 0
[pid=85788] ppid=85779 vsize=1234104 memory=1011864 CPUtime=3568.08 cores=0,2
/proc/85788/stat : 85788 (wmaxcdcl) R 85779 85779 84174 0 -1 4194304 191791 0 0 0 356761 47 0 0 20 0 1 0 75281336 1263722496 252966 18446744073709551615 4198400 5932793 140732267939456 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 6359800 6411760 31322112 140732267944283 140732267944428 140732267944428 140732267950028 0
/proc/85788/statm: 308526 252966 448 424 0 307981 0
Current children cumulated CPU time: 3571.9 s
Current children cumulated vsize: 1238296 KiB
Current children cumulated memory: 1014680 KiB

[startup+3609.31 s]
# the end of solver process 85779 was just reported to runsolver
# Child status: 0

# cumulated CPU time of all completed processes:  user=3596.53 s, system=2.33819 s

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

[startup+3584 s]*
/proc/loadavg: 1.68 1.98 2.14 2/247 86088
/proc/meminfo: memFree=122221600/131249996 swapFree=33003468/33010684
[pid=85779] ppid=85776 vsize=4192 memory=2816 CPUtime=3.82 cores=0,2
/proc/85779/stat : 85779 (opbsolver) S 85776 85779 84174 0 -1 4194304 408 38266 0 0 0 0 198 184 20 0 1 0 75280947 4292608 704 18446744073709551615 94494046003200 94494046897733 140727942772000 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94494047136784 94494047184528 94494077296640 140727942777118 140727942777321 140727942777321 140727942782923 0
/proc/85779/statm: 1048 704 672 219 0 110 0
[pid=85788] ppid=85779 vsize=1234104 memory=1011864 CPUtime=3569.78 cores=0,2
/proc/85788/stat : 85788 (wmaxcdcl) R 85779 85779 84174 0 -1 4194304 191791 0 0 0 356931 47 0 0 20 0 1 0 75281336 1263722496 252966 18446744073709551615 4198400 5932793 140732267939456 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 6359800 6411760 31322112 140732267944283 140732267944428 140732267944428 140732267950028 0
/proc/85788/statm: 308526 252966 448 424 0 307981 0
Current children cumulated CPU time: 3573.6 s
Current children cumulated vsize: 1238296 KiB
Current children cumulated memory: 1014680 KiB

[startup+3596.8 s]
/proc/loadavg: 1.58 1.95 2.13 2/247 86088
/proc/meminfo: memFree=122221600/131249996 swapFree=33003468/33010684
[pid=85779] ppid=85776 vsize=4192 memory=2816 CPUtime=3.82 cores=0,2
/proc/85779/stat : 85779 (opbsolver) S 85776 85779 84174 0 -1 4194304 408 38266 0 0 0 0 198 184 20 0 1 0 75280947 4292608 704 18446744073709551615 94494046003200 94494046897733 140727942772000 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94494047136784 94494047184528 94494077296640 140727942777118 140727942777321 140727942777321 140727942782923 0
/proc/85779/statm: 1048 704 672 219 0 110 0
[pid=85788] ppid=85779 vsize=1234104 memory=1011864 CPUtime=3582.55 cores=0,2
/proc/85788/stat : 85788 (wmaxcdcl) R 85779 85779 84174 0 -1 4194304 191791 0 0 0 358208 47 0 0 20 0 1 0 75281336 1263722496 252966 18446744073709551615 4198400 5932793 140732267939456 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 6359800 6411760 31322112 140732267944283 140732267944428 140732267944428 140732267950028 0
/proc/85788/statm: 308526 252966 448 424 0 307981 0
Current children cumulated CPU time: 3586.37 s
Current children cumulated vsize: 1238296 KiB
Current children cumulated memory: 1014680 KiB

[startup+3603.2 s]
/proc/loadavg: 1.49 1.92 2.12 2/247 86089
/proc/meminfo: memFree=122221852/131249996 swapFree=33003468/33010684
[pid=85779] ppid=85776 vsize=4192 memory=2816 CPUtime=3.82 cores=0,2
/proc/85779/stat : 85779 (opbsolver) S 85776 85779 84174 0 -1 4194304 408 38266 0 0 0 0 198 184 20 0 1 0 75280947 4292608 704 18446744073709551615 94494046003200 94494046897733 140727942772000 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94494047136784 94494047184528 94494077296640 140727942777118 140727942777321 140727942777321 140727942782923 0
/proc/85779/statm: 1048 704 672 219 0 110 0
[pid=85788] ppid=85779 vsize=1234104 memory=1011864 CPUtime=3588.93 cores=0,2
/proc/85788/stat : 85788 (wmaxcdcl) R 85779 85779 84174 0 -1 4194304 191791 0 0 0 358846 47 0 0 20 0 1 0 75281336 1263722496 252966 18446744073709551615 4198400 5932793 140732267939456 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 6359800 6411760 31322112 140732267944283 140732267944428 140732267944428 140732267950028 0
/proc/85788/statm: 308526 252966 448 424 0 307981 0
Current children cumulated CPU time: 3592.75 s
Current children cumulated vsize: 1238296 KiB
Current children cumulated memory: 1014680 KiB

[startup+3606.4 s]
/proc/loadavg: 1.49 1.92 2.12 2/247 86089
/proc/meminfo: memFree=122221852/131249996 swapFree=33003468/33010684
[pid=85779] ppid=85776 vsize=4192 memory=2816 CPUtime=3.82 cores=0,2
/proc/85779/stat : 85779 (opbsolver) S 85776 85779 84174 0 -1 4194304 408 38266 0 0 0 0 198 184 20 0 1 0 75280947 4292608 704 18446744073709551615 94494046003200 94494046897733 140727942772000 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94494047136784 94494047184528 94494077296640 140727942777118 140727942777321 140727942777321 140727942782923 0
/proc/85779/statm: 1048 704 672 219 0 110 0
[pid=85788] ppid=85779 vsize=1234104 memory=1011864 CPUtime=3592.12 cores=0,2
/proc/85788/stat : 85788 (wmaxcdcl) R 85779 85779 84174 0 -1 4194304 191791 0 0 0 359165 47 0 0 20 0 1 0 75281336 1263722496 252966 18446744073709551615 4198400 5932793 140732267939456 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 6359800 6411760 31322112 140732267944283 140732267944428 140732267944428 140732267950028 0
/proc/85788/statm: 308526 252966 448 424 0 307981 0
Current children cumulated CPU time: 3595.94 s
Current children cumulated vsize: 1238296 KiB
Current children cumulated memory: 1014680 KiB

[startup+3608 s]*
/proc/loadavg: 1.45 1.90 2.11 2/247 86089
/proc/meminfo: memFree=122221852/131249996 swapFree=33003468/33010684
[pid=85779] ppid=85776 vsize=4192 memory=2816 CPUtime=3.82 cores=0,2
/proc/85779/stat : 85779 (opbsolver) S 85776 85779 84174 0 -1 4194304 408 38266 0 0 0 0 198 184 20 0 1 0 75280947 4292608 704 18446744073709551615 94494046003200 94494046897733 140727942772000 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94494047136784 94494047184528 94494077296640 140727942777118 140727942777321 140727942777321 140727942782923 0
/proc/85779/statm: 1048 704 672 219 0 110 0
[pid=85788] ppid=85779 vsize=1234104 memory=1011864 CPUtime=3593.72 cores=0,2
/proc/85788/stat : 85788 (wmaxcdcl) R 85779 85779 84174 0 -1 4194304 191791 0 0 0 359325 47 0 0 20 0 1 0 75281336 1263722496 252966 18446744073709551615 4198400 5932793 140732267939456 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 6359800 6411760 31322112 140732267944283 140732267944428 140732267944428 140732267950028 0
/proc/85788/statm: 308526 252966 448 424 0 307981 0
Current children cumulated CPU time: 3597.54 s
Current children cumulated vsize: 1238296 KiB
Current children cumulated memory: 1014680 KiB

[startup+3608.8 s]
/proc/loadavg: 1.45 1.90 2.11 2/247 86089
/proc/meminfo: memFree=122221852/131249996 swapFree=33003468/33010684
[pid=85779] ppid=85776 vsize=4192 memory=2816 CPUtime=3.82 cores=0,2
/proc/85779/stat : 85779 (opbsolver) S 85776 85779 84174 0 -1 4194304 408 38266 0 0 0 0 198 184 20 0 1 0 75280947 4292608 704 18446744073709551615 94494046003200 94494046897733 140727942772000 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94494047136784 94494047184528 94494077296640 140727942777118 140727942777321 140727942777321 140727942782923 0
/proc/85779/statm: 1048 704 672 219 0 110 0
[pid=85788] ppid=85779 vsize=1234104 memory=1011864 CPUtime=3594.52 cores=0,2
/proc/85788/stat : 85788 (wmaxcdcl) R 85779 85779 84174 0 -1 4194304 191791 0 0 0 359405 47 0 0 20 0 1 0 75281336 1263722496 252966 18446744073709551615 4198400 5932793 140732267939456 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 6359800 6411760 31322112 140732267944283 140732267944428 140732267944428 140732267950028 0
/proc/85788/statm: 308526 252966 448 424 0 307981 0
Current children cumulated CPU time: 3598.34 s
Current children cumulated vsize: 1238296 KiB
Current children cumulated memory: 1014680 KiB

[startup+3609.2 s]
/proc/loadavg: 1.45 1.90 2.11 2/247 86089
/proc/meminfo: memFree=122221852/131249996 swapFree=33003468/33010684
[pid=85779] ppid=85776 vsize=4192 memory=2816 CPUtime=3.82 cores=0,2
/proc/85779/stat : 85779 (opbsolver) S 85776 85779 84174 0 -1 4194304 408 38266 0 0 0 0 198 184 20 0 1 0 75280947 4292608 704 18446744073709551615 94494046003200 94494046897733 140727942772000 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94494047136784 94494047184528 94494077296640 140727942777118 140727942777321 140727942777321 140727942782923 0
/proc/85779/statm: 1048 704 672 219 0 110 0
[pid=85788] ppid=85779 vsize=1234104 memory=1011864 CPUtime=3594.92 cores=0,2
/proc/85788/stat : 85788 (wmaxcdcl) R 85779 85779 84174 0 -1 4194304 191791 0 0 0 359445 47 0 0 20 0 1 0 75281336 1263722496 252966 18446744073709551615 4198400 5932793 140732267939456 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 6359800 6411760 31322112 140732267944283 140732267944428 140732267944428 140732267950028 0
/proc/85788/statm: 308526 252966 448 424 0 307981 0
Current children cumulated CPU time: 3598.74 s
Current children cumulated vsize: 1238296 KiB
Current children cumulated memory: 1014680 KiB

[startup+3609.3 s]
/proc/loadavg: 1.45 1.90 2.11 2/247 86089
/proc/meminfo: memFree=122221852/131249996 swapFree=33003468/33010684
[pid=85779] ppid=85776 vsize=4192 memory=2816 CPUtime=3598.85 cores=0,2
/proc/85779/stat : 85779 (opbsolver) D 85776 85779 84174 0 -1 4456448 446 230244 0 0 0 0 359653 232 20 0 1 0 75280947 4292608 704 18446744073709551615 94494046003200 94494046897733 140727942772000 0 0 0 0 4 65536 1 0 0 17 2 0 0 0 0 0 94494047136784 94494047184528 94494077296640 140727942777118 140727942777321 140727942777321 140727942782923 0
/proc/85779/statm: 1048 704 672 219 0 110 0
Current children cumulated CPU time: 3598.85 s
Current children cumulated vsize: 4192 KiB
Current children cumulated memory: 2816 KiB

Child status: 0

Real time (s): 3609.31
CPU time (s): 3598.87
CPU user time (s): 3596.53
CPU system time (s): 2.33819
CPU usage (%): 99.7107
Max. virtual memory (cumulated for all children) (KiB): 1258236
Max. memory (cumulated for all children) (KiB): 1014680

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.53
system time used= 2.33819
maximum resident set size= 1011864
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 230808
page faults= 0
swaps= 0
block input operations= 0
block output operations= 123920
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 555
involuntary context switches= 4545


# summary of solver processes directly reported to runsolver:
#   pid: 85779
#   total CPU time (s): 3598.87
#   total CPU user time (s): 3596.53
#   total CPU system time (s): 2.33819

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.12429 second user time and 17.7222 second system time

The end

Launcher Data

Begin job on nodeC021 at 2025-07-04 04:27:13
IDJOB=4523947
IDBENCH=180378
IDSOLVER=3374
FILE ID=nodeC021/4523947-1751596032
RUNJOBID= nodeC021-1751586917-84184
SLURM_JOB_ID= 9598839
Free space on /tmp= 430720 MiB

SOLVER NAME= WMaxCDCL-SCIP 2025-06-21
BENCH NAME= PB25/normalized-PB25/OPT-LIN/sakai/dobutsu-shogi-master-PB25-20250424/normalized-dobutsu-shogi-master.opb
COMMAND LINE= DIR/opbsolver BENCHNAME TIMELIMIT MEMLIMIT TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4523947-1751596032/watcher-4523947-1751596032 -o /tmp/evaluation-result-4523947-1751596032/solver-4523947-1751596032 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC021-1751586917-84184 --watchdog 3760  HOME/opbsolver HOME/instance-4523947-1751596032.opb 3600 31000 HOME HOME

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

MD5SUM BENCH= e21aae6253a3d8ec45e9622b89e9ca39
RANDOM SEED=725023650

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

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

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


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        119456952 kB
MemAvailable:   125969676 kB
Buffers:            1056 kB
Cached:          7245948 kB
SwapCached:           32 kB
Active:          3421904 kB
Inactive:        6783464 kB
Active(anon):    2930988 kB
Inactive(anon):    40828 kB
Active(file):     490916 kB
Inactive(file):  6742636 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33003468 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             40760 kB
Writeback:             4 kB
AnonPages:       2959976 kB
Mapped:           122812 kB
Shmem:             13452 kB
KReclaimable:     236424 kB
Slab:             328804 kB
SReclaimable:     236424 kB
SUnreclaim:        92380 kB
KernelStack:        4368 kB
PageTables:         9116 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:    3738444 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150696 kB
VmallocChunk:          0 kB
Percpu:             3808 kB
HardwareCorrupted:     0 kB
AnonHugePages:    473088 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      205524 kB
DirectMap2M:     7954432 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 430908 MiB
End job on nodeC021 at 2025-07-04 05:27:22