Trace number 4505325

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? 3599.63 3610.33

General information on the benchmark

NamePB24/normalized-PB12/OPT-LIN/zahidi/Large/
normalized-minisat100_16_6_7_ic.opb
MD5SUMa79b156993afc0744effacd0e3c6c3c8
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark18798609
Best CPU time to get the best result obtained on this benchmark3600.14
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1000400
Total number of constraints2000307
Number of constraints which are clauses980300
Number of constraints which are cardinality constraints (but not clauses)7
Number of constraints which are nor clauses,nor cardinality constraints1020000
Minimum length of a constraint2
Maximum length of a constraint4950
Number of terms in the objective function 29800
Biggest coefficient in the objective function 143877824
Number of bits for the biggest coefficient in the objective function 28
Sum of the numbers in the objective function 182044199866
Number of bits of the sum of numbers in the objective function 38
Biggest number in a constraint 143877824
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 182044199866
Number of bits of the biggest sum of numbers38
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.03	c Presolving by SCIP...
0.00/0.06	c Encoding OPB into MaxSAT...
0.00/0.06	c This is the PBCProcessor based on SCIP solver.
0.00/24.52	c Solving by WMaxCDCL...
24.41/3610.28	c Rebuilding OPB solution...
24.41/3610.28	c This is the PBCProcessor based on SCIP solver.
24.41/3610.28	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: 63708 MiB (62503 MiB free)
  memory of node 1: 64465 MiB (63745 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4505325-1751458850/watcher-4505325-1751458850 -o /tmp/evaluation-result-4505325-1751458850/solver-4505325-1751458850 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC016-1751458850-78879 --watchdog 3760 HOME/opbsolver HOME/instance-4505325-1751458850.opb 3600 31000 HOME HOME 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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
solver pid=78931, runsolver pid=78919
Current StackSize limit: 8192 KiB


[startup+0.100058 s]*
/proc/loadavg: 0.75 2.37 4.41 5/271 78960
/proc/meminfo: memFree=129258336/131250000 swapFree=33010160/33010684
[pid=78931] ppid=78919 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/78931/stat : 78931 (opbsolver) S 78919 78931 78866 0 -1 4194304 346 664 0 0 0 0 0 0 20 0 1 0 61562635 4292608 768 18446744073709551615 93835908861952 93835909756485 140727314047376 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 93835909995536 93835910043280 93835917217792 140727314053406 140727314053609 140727314053609 140727314059211 0
/proc/78931/statm: 1048 768 704 219 0 110 0
[pid=78958] ppid=78931 vsize=25340 memory=9088 CPUtime=0.03 cores=5,7
/proc/78958/stat : 78958 (pbcpreprocessor) R 78931 78931 78866 0 -1 4194304 1750 0 0 0 3 0 0 0 20 0 1 0 61562642 25948160 2272 18446744073709551615 4198400 15773533 140724944431184 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 17968456 18061744 28000256 140724944435376 140724944435678 140724944435678 140724944441285 0
/proc/78958/statm: 6368 2272 640 2826 0 2980 0
Current children cumulated CPU time: 0.03 s
Current children cumulated vsize: 29532 KiB
Current children cumulated memory: 12160 KiB

[startup+0.205814 s]*
/proc/loadavg: 0.75 2.37 4.41 5/271 78960
/proc/meminfo: memFree=129178956/131250000 swapFree=33010160/33010684
[pid=78931] ppid=78919 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/78931/stat : 78931 (opbsolver) S 78919 78931 78866 0 -1 4194304 346 664 0 0 0 0 0 0 20 0 1 0 61562635 4292608 768 18446744073709551615 93835908861952 93835909756485 140727314047376 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 93835909995536 93835910043280 93835917217792 140727314053406 140727314053609 140727314053609 140727314059211 0
/proc/78931/statm: 1048 768 704 219 0 110 0
[pid=78958] ppid=78931 vsize=44424 memory=27260 CPUtime=0.14 cores=5,7
/proc/78958/stat : 78958 (pbcpreprocessor) R 78931 78931 78866 0 -1 4194304 6745 0 0 0 13 1 0 0 20 0 1 0 61562642 45490176 6815 18446744073709551615 4198400 15773533 140724944431184 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 17968456 18061744 28000256 140724944435376 140724944435678 140724944435678 140724944441285 0
/proc/78958/statm: 11106 6815 640 2826 0 7718 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 48616 KiB
Current children cumulated memory: 30332 KiB

[startup+0.3058 s]*
/proc/loadavg: 0.75 2.37 4.41 5/271 78960
/proc/meminfo: memFree=129105056/131250000 swapFree=33010160/33010684
[pid=78931] ppid=78919 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/78931/stat : 78931 (opbsolver) S 78919 78931 78866 0 -1 4194304 346 664 0 0 0 0 0 0 20 0 1 0 61562635 4292608 768 18446744073709551615 93835908861952 93835909756485 140727314047376 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 93835909995536 93835910043280 93835917217792 140727314053406 140727314053609 140727314053609 140727314059211 0
/proc/78931/statm: 1048 768 704 219 0 110 0
[pid=78958] ppid=78931 vsize=62708 memory=44400 CPUtime=0.23 cores=5,7
/proc/78958/stat : 78958 (pbcpreprocessor) R 78931 78931 78866 0 -1 4194304 11050 0 0 0 22 1 0 0 20 0 1 0 61562642 64212992 11100 18446744073709551615 4198400 15773533 140724944431184 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 17968456 18061744 28000256 140724944435376 140724944435678 140724944435678 140724944441285 0
/proc/78958/statm: 15677 11100 640 2826 0 12289 0
Current children cumulated CPU time: 0.23 s
Current children cumulated vsize: 66900 KiB
Current children cumulated memory: 47472 KiB

[startup+0.700214 s]
/proc/loadavg: 0.75 2.37 4.41 5/271 78960
/proc/meminfo: memFree=128977072/131250000 swapFree=33010160/33010684
[pid=78931] ppid=78919 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/78931/stat : 78931 (opbsolver) S 78919 78931 78866 0 -1 4194304 346 664 0 0 0 0 0 0 20 0 1 0 61562635 4292608 768 18446744073709551615 93835908861952 93835909756485 140727314047376 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 93835909995536 93835910043280 93835917217792 140727314053406 140727314053609 140727314053609 140727314059211 0
/proc/78931/statm: 1048 768 704 219 0 110 0
[pid=78958] ppid=78931 vsize=130560 memory=112300 CPUtime=0.62 cores=5,7
/proc/78958/stat : 78958 (pbcpreprocessor) R 78931 78931 78866 0 -1 4194304 27507 0 0 0 59 3 0 0 20 0 1 0 61562642 133693440 28075 18446744073709551615 4198400 15773533 140724944431184 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 17968456 18061744 28000256 140724944435376 140724944435678 140724944435678 140724944441285 0
/proc/78958/statm: 32640 28075 640 2826 0 29252 0
Current children cumulated CPU time: 0.62 s
Current children cumulated vsize: 134752 KiB
Current children cumulated memory: 115372 KiB

[startup+1.5002 s]
/proc/loadavg: 0.75 2.37 4.41 5/271 78960
/proc/meminfo: memFree=128617776/131250000 swapFree=33010160/33010684
[pid=78931] ppid=78919 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/78931/stat : 78931 (opbsolver) S 78919 78931 78866 0 -1 4194304 346 664 0 0 0 0 0 0 20 0 1 0 61562635 4292608 768 18446744073709551615 93835908861952 93835909756485 140727314047376 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 93835909995536 93835910043280 93835917217792 140727314053406 140727314053609 140727314053609 140727314059211 0
/proc/78931/statm: 1048 768 704 219 0 110 0
[pid=78958] ppid=78931 vsize=267980 memory=249720 CPUtime=1.42 cores=5,7
/proc/78958/stat : 78958 (pbcpreprocessor) R 78931 78931 78866 0 -1 4194304 60347 0 0 0 132 10 0 0 20 0 1 0 61562642 274411520 62430 18446744073709551615 4198400 15773533 140724944431184 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 17968456 18061744 28000256 140724944435376 140724944435678 140724944435678 140724944441285 0
/proc/78958/statm: 66995 62430 640 2826 0 63607 0
Current children cumulated CPU time: 1.42 s
Current children cumulated vsize: 272172 KiB
Current children cumulated memory: 252792 KiB

[startup+3.10575 s]
/proc/loadavg: 1.01 2.40 4.40 5/271 78960
/proc/meminfo: memFree=127693492/131250000 swapFree=33010160/33010684
[pid=78931] ppid=78919 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/78931/stat : 78931 (opbsolver) S 78919 78931 78866 0 -1 4194304 346 664 0 0 0 0 0 0 20 0 1 0 61562635 4292608 768 18446744073709551615 93835908861952 93835909756485 140727314047376 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 93835909995536 93835910043280 93835917217792 140727314053406 140727314053609 140727314053609 140727314059211 0
/proc/78931/statm: 1048 768 704 219 0 110 0
[pid=78958] ppid=78931 vsize=412568 memory=389776 CPUtime=3.02 cores=5,7
/proc/78958/stat : 78958 (pbcpreprocessor) R 78931 78931 78866 0 -1 4194304 86593 0 0 0 287 15 0 0 20 0 1 0 61562642 422469632 97444 18446744073709551615 4198400 15773533 140724944431184 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 17968456 18061744 28000256 140724944435376 140724944435678 140724944435678 140724944441285 0
/proc/78958/statm: 103142 97444 704 2826 0 99754 0
Current children cumulated CPU time: 3.02 s
Current children cumulated vsize: 416760 KiB
Current children cumulated memory: 392848 KiB

[startup+6.3002 s]
/proc/loadavg: 1.01 2.40 4.40 5/271 78960
/proc/meminfo: memFree=123731180/131250000 swapFree=33010160/33010684
[pid=78931] ppid=78919 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/78931/stat : 78931 (opbsolver) S 78919 78931 78866 0 -1 4194304 346 664 0 0 0 0 0 0 20 0 1 0 61562635 4292608 768 18446744073709551615 93835908861952 93835909756485 140727314047376 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 93835909995536 93835910043280 93835917217792 140727314053406 140727314053609 140727314053609 140727314059211 0
/proc/78931/statm: 1048 768 704 219 0 110 0
[pid=78958] ppid=78931 vsize=1408472 memory=1161168 CPUtime=6.21 cores=5,7
/proc/78958/stat : 78958 (pbcpreprocessor) R 78931 78931 78866 0 -1 4194304 220258 0 0 0 573 48 0 0 20 0 1 0 61562642 1442275328 290292 18446744073709551615 4198400 15773533 140724944431184 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 17968456 18061744 28000256 140724944435376 140724944435678 140724944435678 140724944441285 0
/proc/78958/statm: 352118 290292 704 2826 0 348730 0
Current children cumulated CPU time: 6.21 s
Current children cumulated vsize: 1412664 KiB
Current children cumulated memory: 1164240 KiB

[startup+12.7002 s]
/proc/loadavg: 1.55 2.47 4.41 5/271 78961
/proc/meminfo: memFree=123224108/131250000 swapFree=33010160/33010684
[pid=78931] ppid=78919 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/78931/stat : 78931 (opbsolver) S 78919 78931 78866 0 -1 4194304 346 664 0 0 0 0 0 0 20 0 1 0 61562635 4292608 768 18446744073709551615 93835908861952 93835909756485 140727314047376 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 93835909995536 93835910043280 93835917217792 140727314053406 140727314053609 140727314053609 140727314059211 0
/proc/78931/statm: 1048 768 704 219 0 110 0
[pid=78958] ppid=78931 vsize=1408472 memory=1372112 CPUtime=12.6 cores=5,7
/proc/78958/stat : 78958 (pbcpreprocessor) R 78931 78931 78866 0 -1 4194304 220508 0 0 0 919 341 0 0 20 0 1 0 61562642 1442275328 343028 18446744073709551615 4198400 15773533 140724944431184 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 17968456 18061744 28000256 140724944435376 140724944435678 140724944435678 140724944441285 0
/proc/78958/statm: 352118 343028 704 2826 0 348730 0
Current children cumulated CPU time: 12.6 s
Current children cumulated vsize: 1412664 KiB
Current children cumulated memory: 1375184 KiB

[startup+25.5002 s]
/proc/loadavg: 1.92 2.52 4.40 5/272 78970
/proc/meminfo: memFree=125470468/131250000 swapFree=33010160/33010684
[pid=78931] ppid=78919 vsize=4192 memory=3072 CPUtime=24.41 cores=5,7
/proc/78931/stat : 78931 (opbsolver) S 78919 78931 78866 0 -1 4194304 405 221621 0 0 0 0 1403 1038 20 0 1 0 61562635 4292608 768 18446744073709551615 93835908861952 93835909756485 140727314047376 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 93835909995536 93835910043280 93835917217792 140727314053406 140727314053609 140727314053609 140727314059211 0
/proc/78931/statm: 1048 768 704 219 0 110 0
[pid=78970] ppid=78931 vsize=735388 memory=650188 CPUtime=0.96 cores=5,7
/proc/78970/stat : 78970 (wmaxcdcl) R 78931 78931 78866 0 -1 4194304 115391 0 0 0 74 22 0 0 20 0 1 0 61565088 753037312 162547 18446744073709551615 4198400 5932793 140727824762976 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 6359800 6411760 28508160 140727824771419 140727824771564 140727824771564 140727824777164 0
/proc/78970/statm: 183847 162547 448 424 0 183302 0
Current children cumulated CPU time: 25.37 s
Current children cumulated vsize: 739580 KiB
Current children cumulated memory: 653260 KiB

[startup+51.1059 s]
/proc/loadavg: 2.84 2.69 4.41 5/272 78970
/proc/meminfo: memFree=106062596/131250000 swapFree=33010160/33010684
[pid=78931] ppid=78919 vsize=4192 memory=3072 CPUtime=24.41 cores=5,7
/proc/78931/stat : 78931 (opbsolver) S 78919 78931 78866 0 -1 4194304 405 221621 0 0 0 0 1403 1038 20 0 1 0 61562635 4292608 768 18446744073709551615 93835908861952 93835909756485 140727314047376 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 93835909995536 93835910043280 93835917217792 140727314053406 140727314053609 140727314053609 140727314059211 0
/proc/78931/statm: 1048 768 704 219 0 110 0
[pid=78970] ppid=78931 vsize=6400228 memory=5126696 CPUtime=26.5 cores=5,7
/proc/78970/stat : 78970 (wmaxcdcl) R 78931 78931 78866 0 -1 4194304 514252 0 0 0 2477 173 0 0 20 0 1 0 61565088 6553833472 1281674 18446744073709551615 4198400 5932793 140727824762976 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 6359800 6411760 28508160 140727824771419 140727824771564 140727824771564 140727824777164 0
/proc/78970/statm: 1600057 1281674 448 424 0 1599512 0
Current children cumulated CPU time: 50.91 s
Current children cumulated vsize: 6404420 KiB
Current children cumulated memory: 5129768 KiB

[startup+102.3 s]
/proc/loadavg: 3.66 2.95 4.40 5/271 78972
/proc/meminfo: memFree=107377460/131250000 swapFree=33010160/33010684
[pid=78931] ppid=78919 vsize=4192 memory=3072 CPUtime=24.41 cores=5,7
/proc/78931/stat : 78931 (opbsolver) S 78919 78931 78866 0 -1 4194304 405 221621 0 0 0 0 1403 1038 20 0 1 0 61562635 4292608 768 18446744073709551615 93835908861952 93835909756485 140727314047376 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 93835909995536 93835910043280 93835917217792 140727314053406 140727314053609 140727314053609 140727314059211 0
/proc/78931/statm: 1048 768 704 219 0 110 0
[pid=78970] ppid=78931 vsize=6163956 memory=4903248 CPUtime=77.54 cores=5,7
/proc/78970/stat : 78970 (wmaxcdcl) R 78931 78931 78866 0 -1 4194304 515899 0 0 0 7578 176 0 0 20 0 1 0 61565088 6311890944 1225812 18446744073709551615 4198400 5932793 140727824762976 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 6359800 6411760 28508160 140727824771419 140727824771564 140727824771564 140727824777164 0
/proc/78970/statm: 1540989 1225812 448 424 0 1540444 0
Current children cumulated CPU time: 101.95 s
Current children cumulated vsize: 6168148 KiB
Current children cumulated memory: 4906320 KiB

[startup+162.3 s]
/proc/loadavg: 4.00 3.18 4.38 5/272 78979
/proc/meminfo: memFree=107615896/131250000 swapFree=33010160/33010684
[pid=78931] ppid=78919 vsize=4192 memory=3072 CPUtime=24.41 cores=5,7
/proc/78931/stat : 78931 (opbsolver) S 78919 78931 78866 0 -1 4194304 405 221621 0 0 0 0 1403 1038 20 0 1 0 61562635 4292608 768 18446744073709551615 93835908861952 93835909756485 140727314047376 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 93835909995536 93835910043280 93835917217792 140727314053406 140727314053609 140727314053609 140727314059211 0
/proc/78931/statm: 1048 768 704 219 0 110 0
[pid=78970] ppid=78931 vsize=5945856 memory=4821600 CPUtime=137.36 cores=5,7
/proc/78970/stat : 78970 (wmaxcdcl) R 78931 78931 78866 0 -1 4194304 536572 0 0 0 13543 193 0 0 20 0 1 0 61565088 6088556544 1205400 18446744073709551615 4198400 5932793 140727824762976 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 6359800 6411760 28508160 140727824771419 140727824771564 140727824771564 140727824777164 0
/proc/78970/statm: 1486464 1205400 448 424 0 1485919 0
Current children cumulated CPU time: 161.77 s
Current children cumulated vsize: 5950048 KiB
Current children cumulated memory: 4824672 KiB

[startup+222.3 s]
/proc/loadavg: 4.05 3.35 4.36 5/272 78982
/proc/meminfo: memFree=107672076/131250000 swapFree=33010160/33010684
[pid=78931] ppid=78919 vsize=4192 memory=3072 CPUtime=24.41 cores=5,7
/proc/78931/stat : 78931 (opbsolver) S 78919 78931 78866 0 -1 4194304 405 221621 0 0 0 0 1403 1038 20 0 1 0 61562635 4292608 768 18446744073709551615 93835908861952 93835909756485 140727314047376 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 93835909995536 93835910043280 93835917217792 140727314053406 140727314053609 140727314053609 140727314059211 0
/proc/78931/statm: 1048 768 704 219 0 110 0
[pid=78970] ppid=78931 vsize=5945856 memory=4823672 CPUtime=197.19 cores=5,7
/proc/78970/stat : 78970 (wmaxcdcl) R 78931 78931 78866 0 -1 4194304 545757 0 0 0 19423 296 0 0 20 0 1 0 61565088 6088556544 1205918 18446744073709551615 4198400 5932793 140727824762976 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 6359800 6411760 28508160 140727824771419 140727824771564 140727824771564 140727824777164 0
/proc/78970/statm: 1486464 1205918 448 424 0 1485919 0

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

/proc/loadavg: 4.10 4.09 4.09 5/269 79158
/proc/meminfo: memFree=107581428/131250000 swapFree=33010160/33010684
[pid=78931] ppid=78919 vsize=4192 memory=3072 CPUtime=24.41 cores=5,7
/proc/78931/stat : 78931 (opbsolver) S 78919 78931 78866 0 -1 4194304 405 221621 0 0 0 0 1403 1038 20 0 1 0 61562635 4292608 768 18446744073709551615 93835908861952 93835909756485 140727314047376 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 93835909995536 93835910043280 93835917217792 140727314053406 140727314053609 140727314053609 140727314059211 0
/proc/78931/statm: 1048 768 704 219 0 110 0
[pid=78970] ppid=78931 vsize=5945856 memory=4827872 CPUtime=3427.61 cores=5,7
/proc/78970/stat : 78970 (wmaxcdcl) R 78931 78931 78866 0 -1 4194304 548333 0 0 0 342462 299 0 0 20 0 1 0 61565088 6088556544 1206968 18446744073709551615 4198400 5932793 140727824762976 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 6359800 6411760 28508160 140727824771419 140727824771564 140727824771564 140727824777164 0
/proc/78970/statm: 1486464 1206968 448 424 0 1485919 0
Current children cumulated CPU time: 3452.02 s
Current children cumulated vsize: 5950048 KiB
Current children cumulated memory: 4830944 KiB

[startup+3522.3 s]
/proc/loadavg: 4.14 4.10 4.09 5/269 79160
/proc/meminfo: memFree=107576668/131250000 swapFree=33010160/33010684
[pid=78931] ppid=78919 vsize=4192 memory=3072 CPUtime=24.41 cores=5,7
/proc/78931/stat : 78931 (opbsolver) S 78919 78931 78866 0 -1 4194304 405 221621 0 0 0 0 1403 1038 20 0 1 0 61562635 4292608 768 18446744073709551615 93835908861952 93835909756485 140727314047376 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 93835909995536 93835910043280 93835917217792 140727314053406 140727314053609 140727314053609 140727314059211 0
/proc/78931/statm: 1048 768 704 219 0 110 0
[pid=78970] ppid=78931 vsize=5945856 memory=4827872 CPUtime=3487.44 cores=5,7
/proc/78970/stat : 78970 (wmaxcdcl) R 78931 78931 78866 0 -1 4194304 548400 0 0 0 348445 299 0 0 20 0 1 0 61565088 6088556544 1206968 18446744073709551615 4198400 5932793 140727824762976 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 6359800 6411760 28508160 140727824771419 140727824771564 140727824771564 140727824777164 0
/proc/78970/statm: 1486464 1206968 448 424 0 1485919 0
Current children cumulated CPU time: 3511.85 s
Current children cumulated vsize: 5950048 KiB
Current children cumulated memory: 4830944 KiB

[startup+3582.3 s]
/proc/loadavg: 4.11 4.09 4.09 5/270 79165
/proc/meminfo: memFree=107586228/131250000 swapFree=33010160/33010684
[pid=78931] ppid=78919 vsize=4192 memory=3072 CPUtime=24.41 cores=5,7
/proc/78931/stat : 78931 (opbsolver) S 78919 78931 78866 0 -1 4194304 405 221621 0 0 0 0 1403 1038 20 0 1 0 61562635 4292608 768 18446744073709551615 93835908861952 93835909756485 140727314047376 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 93835909995536 93835910043280 93835917217792 140727314053406 140727314053609 140727314053609 140727314059211 0
/proc/78931/statm: 1048 768 704 219 0 110 0
[pid=78970] ppid=78931 vsize=5945856 memory=4827872 CPUtime=3547.26 cores=5,7
/proc/78970/stat : 78970 (wmaxcdcl) R 78931 78931 78866 0 -1 4194304 548406 0 0 0 354427 299 0 0 20 0 1 0 61565088 6088556544 1206968 18446744073709551615 4198400 5932793 140727824762976 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 6359800 6411760 28508160 140727824771419 140727824771564 140727824771564 140727824777164 0
/proc/78970/statm: 1486464 1206968 448 424 0 1485919 0
Current children cumulated CPU time: 3571.67 s
Current children cumulated vsize: 5950048 KiB
Current children cumulated memory: 4830944 KiB

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

# cumulated CPU time of all completed processes:  user=3586.08 s, system=13.5493 s

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

[startup+3584 s]*
/proc/loadavg: 4.10 4.09 4.09 5/270 79165
/proc/meminfo: memFree=107586480/131250000 swapFree=33010160/33010684
[pid=78931] ppid=78919 vsize=4192 memory=3072 CPUtime=24.41 cores=5,7
/proc/78931/stat : 78931 (opbsolver) S 78919 78931 78866 0 -1 4194304 405 221621 0 0 0 0 1403 1038 20 0 1 0 61562635 4292608 768 18446744073709551615 93835908861952 93835909756485 140727314047376 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 93835909995536 93835910043280 93835917217792 140727314053406 140727314053609 140727314053609 140727314059211 0
/proc/78931/statm: 1048 768 704 219 0 110 0
[pid=78970] ppid=78931 vsize=5945856 memory=4827872 CPUtime=3548.96 cores=5,7
/proc/78970/stat : 78970 (wmaxcdcl) R 78931 78931 78866 0 -1 4194304 548406 0 0 0 354597 299 0 0 20 0 1 0 61565088 6088556544 1206968 18446744073709551615 4198400 5932793 140727824762976 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 6359800 6411760 28508160 140727824771419 140727824771564 140727824771564 140727824777164 0
/proc/78970/statm: 1486464 1206968 448 424 0 1485919 0
Current children cumulated CPU time: 3573.37 s
Current children cumulated vsize: 5950048 KiB
Current children cumulated memory: 4830944 KiB

[startup+3596.8 s]
/proc/loadavg: 4.08 4.09 4.09 5/270 79165
/proc/meminfo: memFree=107586892/131250000 swapFree=33010160/33010684
[pid=78931] ppid=78919 vsize=4192 memory=3072 CPUtime=24.41 cores=5,7
/proc/78931/stat : 78931 (opbsolver) S 78919 78931 78866 0 -1 4194304 405 221621 0 0 0 0 1403 1038 20 0 1 0 61562635 4292608 768 18446744073709551615 93835908861952 93835909756485 140727314047376 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 93835909995536 93835910043280 93835917217792 140727314053406 140727314053609 140727314053609 140727314059211 0
/proc/78931/statm: 1048 768 704 219 0 110 0
[pid=78970] ppid=78931 vsize=5945856 memory=4827872 CPUtime=3561.72 cores=5,7
/proc/78970/stat : 78970 (wmaxcdcl) R 78931 78931 78866 0 -1 4194304 548406 0 0 0 355873 299 0 0 20 0 1 0 61565088 6088556544 1206968 18446744073709551615 4198400 5932793 140727824762976 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 6359800 6411760 28508160 140727824771419 140727824771564 140727824771564 140727824777164 0
/proc/78970/statm: 1486464 1206968 448 424 0 1485919 0
Current children cumulated CPU time: 3586.13 s
Current children cumulated vsize: 5950048 KiB
Current children cumulated memory: 4830944 KiB

[startup+3603.2 s]
/proc/loadavg: 4.15 4.10 4.09 5/270 79165
/proc/meminfo: memFree=107578992/131250000 swapFree=33010160/33010684
[pid=78931] ppid=78919 vsize=4192 memory=3072 CPUtime=24.41 cores=5,7
/proc/78931/stat : 78931 (opbsolver) S 78919 78931 78866 0 -1 4194304 405 221621 0 0 0 0 1403 1038 20 0 1 0 61562635 4292608 768 18446744073709551615 93835908861952 93835909756485 140727314047376 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 93835909995536 93835910043280 93835917217792 140727314053406 140727314053609 140727314053609 140727314059211 0
/proc/78931/statm: 1048 768 704 219 0 110 0
[pid=78970] ppid=78931 vsize=5945856 memory=4827872 CPUtime=3568.1 cores=5,7
/proc/78970/stat : 78970 (wmaxcdcl) R 78931 78931 78866 0 -1 4194304 548465 0 0 0 356511 299 0 0 20 0 1 0 61565088 6088556544 1206968 18446744073709551615 4198400 5932793 140727824762976 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 6359800 6411760 28508160 140727824771419 140727824771564 140727824771564 140727824777164 0
/proc/78970/statm: 1486464 1206968 448 424 0 1485919 0
Current children cumulated CPU time: 3592.51 s
Current children cumulated vsize: 5950048 KiB
Current children cumulated memory: 4830944 KiB

[startup+3606.4 s]
/proc/loadavg: 4.15 4.10 4.09 5/270 79166
/proc/meminfo: memFree=107586872/131250000 swapFree=33010160/33010684
[pid=78931] ppid=78919 vsize=4192 memory=3072 CPUtime=24.41 cores=5,7
/proc/78931/stat : 78931 (opbsolver) S 78919 78931 78866 0 -1 4194304 405 221621 0 0 0 0 1403 1038 20 0 1 0 61562635 4292608 768 18446744073709551615 93835908861952 93835909756485 140727314047376 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 93835909995536 93835910043280 93835917217792 140727314053406 140727314053609 140727314053609 140727314059211 0
/proc/78931/statm: 1048 768 704 219 0 110 0
[pid=78970] ppid=78931 vsize=5945856 memory=4827872 CPUtime=3571.29 cores=5,7
/proc/78970/stat : 78970 (wmaxcdcl) R 78931 78931 78866 0 -1 4194304 548470 0 0 0 356830 299 0 0 20 0 1 0 61565088 6088556544 1206968 18446744073709551615 4198400 5932793 140727824762976 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 6359800 6411760 28508160 140727824771419 140727824771564 140727824771564 140727824777164 0
/proc/78970/statm: 1486464 1206968 448 424 0 1485919 0
Current children cumulated CPU time: 3595.7 s
Current children cumulated vsize: 5950048 KiB
Current children cumulated memory: 4830944 KiB

[startup+3608 s]*
/proc/loadavg: 4.14 4.10 4.09 5/270 79166
/proc/meminfo: memFree=107594984/131250000 swapFree=33010160/33010684
[pid=78931] ppid=78919 vsize=4192 memory=3072 CPUtime=24.41 cores=5,7
/proc/78931/stat : 78931 (opbsolver) S 78919 78931 78866 0 -1 4194304 405 221621 0 0 0 0 1403 1038 20 0 1 0 61562635 4292608 768 18446744073709551615 93835908861952 93835909756485 140727314047376 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 93835909995536 93835910043280 93835917217792 140727314053406 140727314053609 140727314053609 140727314059211 0
/proc/78931/statm: 1048 768 704 219 0 110 0
[pid=78970] ppid=78931 vsize=5945856 memory=4827872 CPUtime=3572.89 cores=5,7
/proc/78970/stat : 78970 (wmaxcdcl) R 78931 78931 78866 0 -1 4194304 548470 0 0 0 356990 299 0 0 20 0 1 0 61565088 6088556544 1206968 18446744073709551615 4198400 5932793 140727824762976 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 6359800 6411760 28508160 140727824771419 140727824771564 140727824771564 140727824777164 0
/proc/78970/statm: 1486464 1206968 448 424 0 1485919 0
Current children cumulated CPU time: 3597.3 s
Current children cumulated vsize: 5950048 KiB
Current children cumulated memory: 4830944 KiB

[startup+3609.6 s]
/proc/loadavg: 4.14 4.10 4.09 5/270 79166
/proc/meminfo: memFree=107594984/131250000 swapFree=33010160/33010684
[pid=78931] ppid=78919 vsize=4192 memory=3072 CPUtime=24.41 cores=5,7
/proc/78931/stat : 78931 (opbsolver) S 78919 78931 78866 0 -1 4194304 405 221621 0 0 0 0 1403 1038 20 0 1 0 61562635 4292608 768 18446744073709551615 93835908861952 93835909756485 140727314047376 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 93835909995536 93835910043280 93835917217792 140727314053406 140727314053609 140727314053609 140727314059211 0
/proc/78931/statm: 1048 768 704 219 0 110 0
[pid=78970] ppid=78931 vsize=5945856 memory=4827872 CPUtime=3574.49 cores=5,7
/proc/78970/stat : 78970 (wmaxcdcl) R 78931 78931 78866 0 -1 4194304 548470 0 0 0 357149 300 0 0 20 0 1 0 61565088 6088556544 1206968 18446744073709551615 4198400 5932793 140727824762976 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 6359800 6411760 28508160 140727824771419 140727824771564 140727824771564 140727824777164 0
/proc/78970/statm: 1486464 1206968 448 424 0 1485919 0
Current children cumulated CPU time: 3598.9 s
Current children cumulated vsize: 5950048 KiB
Current children cumulated memory: 4830944 KiB

[startup+3610 s]*
/proc/loadavg: 4.14 4.10 4.09 5/270 79166
/proc/meminfo: memFree=107594984/131250000 swapFree=33010160/33010684
[pid=78931] ppid=78919 vsize=4192 memory=3072 CPUtime=24.41 cores=5,7
/proc/78931/stat : 78931 (opbsolver) S 78919 78931 78866 0 -1 4194304 405 221621 0 0 0 0 1403 1038 20 0 1 0 61562635 4292608 768 18446744073709551615 93835908861952 93835909756485 140727314047376 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 93835909995536 93835910043280 93835917217792 140727314053406 140727314053609 140727314053609 140727314059211 0
/proc/78931/statm: 1048 768 704 219 0 110 0
[pid=78970] ppid=78931 vsize=5945856 memory=4827872 CPUtime=3574.89 cores=5,7
/proc/78970/stat : 78970 (wmaxcdcl) R 78931 78931 78866 0 -1 4194304 548470 0 0 0 357189 300 0 0 20 0 1 0 61565088 6088556544 1206968 18446744073709551615 4198400 5932793 140727824762976 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 6359800 6411760 28508160 140727824771419 140727824771564 140727824771564 140727824777164 0
/proc/78970/statm: 1486464 1206968 448 424 0 1485919 0
Current children cumulated CPU time: 3599.3 s
Current children cumulated vsize: 5950048 KiB
Current children cumulated memory: 4830944 KiB

[startup+3610.2 s]
/proc/loadavg: 4.14 4.10 4.09 5/270 79166
/proc/meminfo: memFree=107594984/131250000 swapFree=33010160/33010684
[pid=78931] ppid=78919 vsize=4192 memory=3072 CPUtime=24.41 cores=5,7
/proc/78931/stat : 78931 (opbsolver) S 78919 78931 78866 0 -1 4194304 405 221621 0 0 0 0 1403 1038 20 0 1 0 61562635 4292608 768 18446744073709551615 93835908861952 93835909756485 140727314047376 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 93835909995536 93835910043280 93835917217792 140727314053406 140727314053609 140727314053609 140727314059211 0
/proc/78931/statm: 1048 768 704 219 0 110 0
Current children cumulated CPU time: 24.41 s
Current children cumulated vsize: 4192 KiB
Current children cumulated memory: 3072 KiB

[startup+3610.3 s]
/proc/loadavg: 4.14 4.10 4.09 5/270 79166
/proc/meminfo: memFree=107594984/131250000 swapFree=33010160/33010684
[pid=78931] ppid=78919 vsize=4192 memory=3072 CPUtime=3599.59 cores=5,7
/proc/78931/stat : 78931 (opbsolver) S 78919 78931 78866 0 -1 4194304 465 770277 0 0 0 0 358608 1351 20 0 1 0 61562635 4292608 768 18446744073709551615 93835908861952 93835909756485 140727314047376 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 93835909995536 93835910043280 93835917217792 140727314053406 140727314053609 140727314053609 140727314059211 0
/proc/78931/statm: 1048 768 704 219 0 110 0
Current children cumulated CPU time: 3599.59 s
Current children cumulated vsize: 4192 KiB
Current children cumulated memory: 3072 KiB

Child status: 0

Real time (s): 3610.33
CPU time (s): 3599.63
CPU user time (s): 3586.08
CPU system time (s): 13.5493
CPU usage (%): 99.7038
Max. virtual memory (cumulated for all children) (KiB): 6883584
Max. memory (cumulated for all children) (KiB): 5463552

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3586.08
system time used= 13.5493
maximum resident set size= 5460480
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 770837
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1104296
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 616
involuntary context switches= 1047


# summary of solver processes directly reported to runsolver:
#   pid: 78931
#   total CPU time (s): 3599.63
#   total CPU user time (s): 3586.08
#   total CPU system time (s): 13.5493

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.37089 second user time and 18.1543 second system time

The end

Launcher Data

Begin job on nodeC016 at 2025-07-02 14:20:51
IDJOB=4505325
IDBENCH=155752
IDSOLVER=3374
FILE ID=nodeC016/4505325-1751458850
RUNJOBID= nodeC016-1751458850-78879
SLURM_JOB_ID= 9598461
Free space on /tmp= 432504 MiB

SOLVER NAME= WMaxCDCL-SCIP 2025-06-21
BENCH NAME= PB24/normalized-PB12/OPT-LIN/zahidi/Large/normalized-minisat100_16_6_7_ic.opb
COMMAND LINE= DIR/opbsolver BENCHNAME TIMELIMIT MEMLIMIT TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4505325-1751458850/watcher-4505325-1751458850 -o /tmp/evaluation-result-4505325-1751458850/solver-4505325-1751458850 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC016-1751458850-78879 --watchdog 3760  HOME/opbsolver HOME/instance-4505325-1751458850.opb 3600 31000 HOME HOME

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

MD5SUM BENCH= a79b156993afc0744effacd0e3c6c3c8
RANDOM SEED=971061078

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

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

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

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


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        129273328 kB
MemAvailable:   129719136 kB
Buffers:            2144 kB
Cached:          1215188 kB
SwapCached:           28 kB
Active:           670120 kB
Inactive:         617676 kB
Active(anon):      82104 kB
Inactive(anon):     6404 kB
Active(file):     588016 kB
Inactive(file):   611272 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010160 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            481600 kB
Writeback:            16 kB
AnonPages:         73496 kB
Mapped:           103852 kB
Shmem:             18044 kB
KReclaimable:     171520 kB
Slab:             264016 kB
SReclaimable:     171520 kB
SUnreclaim:        92496 kB
KernelStack:        4064 kB
PageTables:         2804 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:     334256 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150392 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     18432 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      201428 kB
DirectMap2M:     7958528 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 430808 MiB
End job on nodeC016 at 2025-07-02 15:21:01