Trace number 4489549

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
Picat 2025-06-16? (TO) 3600.06 3610.3

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB06/liu/
wnq/normalized-wnq_n100_mw99_12.opb.PB06.opb
MD5SUMfd0e2798224bd891f728fecfed3c6d1b
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 benchmark236
Best CPU time to get the best result obtained on this benchmark12722.9
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables10000
Total number of constraints656900
Number of constraints which are clauses656900
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint100
Number of terms in the objective function 10000
Biggest coefficient in the objective function 99
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 495618
Number of bits of the sum of numbers in the objective function 19
Biggest number in a constraint 99
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 495618
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 solving HOME/instance-4489549-1751351577.opb (Picat 3.9b6)
7.86/7.99	o 5698

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4489549-1751351577/watcher-4489549-1751351577 -o /tmp/evaluation-result-4489549-1751351577/solver-4489549-1751351577 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC023-1751351577-49552 --watchdog 3760 pb_picat HOME/instance-4489549-1751351577.opb 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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


[startup+0.10006 s]*
/proc/loadavg: 0.94 1.16 2.00 5/267 49608
/proc/meminfo: memFree=130024064/131249996 swapFree=33005272/33010684
[pid=49605] ppid=49591 vsize=2027148 memory=38652 CPUtime=0.09 cores=5,7
/proc/49605/stat : 49605 (pb_picat) R 49591 49605 49539 0 -1 4194304 1148 0 0 0 8 1 0 0 20 0 1 0 50835619 2075799552 9663 18446744073709551615 94106905812992 94106907214573 140735968485824 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 94106907486000 94106909360304 94106920312832 140735968491934 140735968492010 140735968492010 140735968497612 0
/proc/49605/statm: 506787 9663 1536 343 0 503851 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 2027148 KiB
Current children cumulated memory: 38652 KiB

[startup+0.205555 s]*
/proc/loadavg: 0.94 1.16 2.00 6/267 49608
/proc/meminfo: memFree=129962832/131249996 swapFree=33005272/33010684
[pid=49605] ppid=49591 vsize=2027148 memory=55036 CPUtime=0.19 cores=5,7
/proc/49605/stat : 49605 (pb_picat) R 49591 49605 49539 0 -1 4194304 1156 0 0 0 18 1 0 0 20 0 1 0 50835619 2075799552 13759 18446744073709551615 94106905812992 94106907214573 140735968485824 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 94106907486000 94106909360304 94106920312832 140735968491934 140735968492010 140735968492010 140735968497612 0
/proc/49605/statm: 506787 13759 1536 343 0 503851 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 2027148 KiB
Current children cumulated memory: 55036 KiB

[startup+0.305495 s]*
/proc/loadavg: 0.94 1.16 2.00 5/267 49608
/proc/meminfo: memFree=129905488/131249996 swapFree=33005272/33010684
[pid=49605] ppid=49591 vsize=2027148 memory=71420 CPUtime=0.29 cores=5,7
/proc/49605/stat : 49605 (pb_picat) R 49591 49605 49539 0 -1 4194304 1164 0 0 0 28 1 0 0 20 0 1 0 50835619 2075799552 17855 18446744073709551615 94106905812992 94106907214573 140735968485824 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 94106907486000 94106909360304 94106920312832 140735968491934 140735968492010 140735968492010 140735968497612 0
/proc/49605/statm: 506787 17855 1536 343 0 503851 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 2027148 KiB
Current children cumulated memory: 71420 KiB

[startup+0.700173 s]
/proc/loadavg: 0.94 1.16 2.00 5/267 49608
/proc/meminfo: memFree=129786452/131249996 swapFree=33005272/33010684
[pid=49605] ppid=49591 vsize=2027148 memory=130812 CPUtime=0.67 cores=5,7
/proc/49605/stat : 49605 (pb_picat) R 49591 49605 49539 0 -1 4194304 1193 0 0 0 65 2 0 0 20 0 1 0 50835619 2075799552 32703 18446744073709551615 94106905812992 94106907214573 140735968485824 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 94106907486000 94106909360304 94106920312832 140735968491934 140735968492010 140735968492010 140735968497612 0
/proc/49605/statm: 506787 32703 1536 343 0 503851 0
Current children cumulated CPU time: 0.67 s
Current children cumulated vsize: 2027148 KiB
Current children cumulated memory: 130812 KiB

[startup+1.50017 s]
/proc/loadavg: 1.18 1.20 2.01 5/267 49608
/proc/meminfo: memFree=129479136/131249996 swapFree=33005272/33010684
[pid=49605] ppid=49591 vsize=2027148 memory=255740 CPUtime=1.48 cores=5,7
/proc/49605/stat : 49605 (pb_picat) R 49591 49605 49539 0 -1 4194304 1254 0 0 0 143 5 0 0 20 0 1 0 50835619 2075799552 63935 18446744073709551615 94106905812992 94106907214573 140735968485824 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 94106907486000 94106909360304 94106920312832 140735968491934 140735968492010 140735968492010 140735968497612 0
/proc/49605/statm: 506787 63935 1536 343 0 503851 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 2027148 KiB
Current children cumulated memory: 255740 KiB

[startup+3.10541 s]
/proc/loadavg: 1.18 1.20 2.01 5/267 49608
/proc/meminfo: memFree=128191640/131249996 swapFree=33005272/33010684
[pid=49605] ppid=49591 vsize=2027148 memory=517884 CPUtime=3.08 cores=5,7
/proc/49605/stat : 49605 (pb_picat) R 49591 49605 49539 0 -1 4194304 1388 0 0 0 297 11 0 0 20 0 1 0 50835619 2075799552 129471 18446744073709551615 94106905812992 94106907214573 140735968485824 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 94106907486000 94106909360304 94106920312832 140735968491934 140735968492010 140735968492010 140735968497612 0
/proc/49605/statm: 506787 129471 1536 343 0 503851 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 2027148 KiB
Current children cumulated memory: 517884 KiB

[startup+6.30017 s]
/proc/loadavg: 1.41 1.25 2.02 5/267 49608
/proc/meminfo: memFree=126071632/131249996 swapFree=33005272/33010684
[pid=49605] ppid=49591 vsize=2244556 memory=1037772 CPUtime=6.27 cores=5,7
/proc/49605/stat : 49605 (pb_picat) R 49591 49605 49539 0 -1 4194304 8201 0 0 0 602 25 0 0 20 0 1 0 50835619 2298425344 259443 18446744073709551615 94106905812992 94106907214573 140735968485824 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 94106907486000 94106909360304 94106920312832 140735968491934 140735968492010 140735968492010 140735968497612 0
/proc/49605/statm: 561139 259443 1728 343 0 558203 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 2244556 KiB
Current children cumulated memory: 1037772 KiB

[startup+12.7002 s]
/proc/loadavg: 1.70 1.31 2.03 5/266 49608
/proc/meminfo: memFree=125948048/131249996 swapFree=33005272/33010684
[pid=49605] ppid=49591 vsize=2265020 memory=1060160 CPUtime=12.65 cores=5,7
/proc/49605/stat : 49605 (pb_picat) R 49591 49605 49539 0 -1 4194304 13014 0 0 0 1237 28 0 0 20 0 1 0 50835619 2319380480 265040 18446744073709551615 94106905812992 94106907214573 140735968485824 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 94106907486000 94106909360304 94106920312832 140735968491934 140735968492010 140735968492010 140735968497612 0
/proc/49605/statm: 566255 265040 1728 343 0 563319 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 2265020 KiB
Current children cumulated memory: 1060160 KiB

[startup+25.5002 s]
/proc/loadavg: 2.05 1.40 2.06 5/266 49609
/proc/meminfo: memFree=125878804/131249996 swapFree=33005272/33010684
[pid=49605] ppid=49591 vsize=2289600 memory=1083576 CPUtime=25.41 cores=5,7
/proc/49605/stat : 49605 (pb_picat) R 49591 49605 49539 0 -1 4194304 18793 0 0 0 2508 33 0 0 20 0 1 0 50835619 2344550400 270894 18446744073709551615 94106905812992 94106907214573 140735968485824 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 94106907486000 94106909360304 94106920312832 140735968491934 140735968492010 140735968492010 140735968497612 0
/proc/49605/statm: 572400 270894 1728 343 0 569464 0
Current children cumulated CPU time: 25.41 s
Current children cumulated vsize: 2289600 KiB
Current children cumulated memory: 1083576 KiB

[startup+51.1055 s]
/proc/loadavg: 2.89 1.67 2.12 5/266 49609
/proc/meminfo: memFree=125893264/131249996 swapFree=33005272/33010684
[pid=49605] ppid=49591 vsize=2322368 memory=1091776 CPUtime=50.94 cores=5,7
/proc/49605/stat : 49605 (pb_picat) R 49591 49605 49539 0 -1 4194304 25895 0 0 0 5054 40 0 0 20 0 1 0 50835619 2378104832 272944 18446744073709551615 94106905812992 94106907214573 140735968485824 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 94106907486000 94106909360304 94106920312832 140735968491934 140735968492010 140735968492010 140735968497612 0
/proc/49605/statm: 580592 272944 1728 343 0 577656 0
Current children cumulated CPU time: 50.94 s
Current children cumulated vsize: 2322368 KiB
Current children cumulated memory: 1091776 KiB

[startup+102.3 s]
/proc/loadavg: 3.58 2.04 2.23 5/267 49616
/proc/meminfo: memFree=125782268/131249996 swapFree=33005272/33010684
[pid=49605] ppid=49591 vsize=2387904 memory=1157312 CPUtime=101.99 cores=5,7
/proc/49605/stat : 49605 (pb_picat) R 49591 49605 49539 0 -1 4194304 36197 0 0 0 10148 51 0 0 20 0 1 0 50835619 2445213696 289328 18446744073709551615 94106905812992 94106907214573 140735968485824 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 94106907486000 94106909360304 94106920312832 140735968491934 140735968492010 140735968492010 140735968497612 0
/proc/49605/statm: 596976 289328 1728 343 0 594040 0
Current children cumulated CPU time: 101.99 s
Current children cumulated vsize: 2387904 KiB
Current children cumulated memory: 1157312 KiB

[startup+162.3 s]
/proc/loadavg: 3.90 2.42 2.35 5/267 49618
/proc/meminfo: memFree=125612960/131249996 swapFree=33005272/33010684
[pid=49605] ppid=49591 vsize=2273216 memory=1071176 CPUtime=161.81 cores=5,7
/proc/49605/stat : 49605 (pb_picat) R 49591 49605 49539 0 -1 4194304 42526 0 0 0 16122 59 0 0 20 0 1 0 50835619 2327773184 267794 18446744073709551615 94106905812992 94106907214573 140735968485824 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 94106907486000 94106909360304 94106920312832 140735968491934 140735968492010 140735968492010 140735968497612 0
/proc/49605/statm: 568304 267794 1728 343 0 565368 0
Current children cumulated CPU time: 161.81 s
Current children cumulated vsize: 2273216 KiB
Current children cumulated memory: 1071176 KiB

[startup+222.3 s]
/proc/loadavg: 4.07 2.74 2.47 5/266 49620
/proc/meminfo: memFree=125734828/131249996 swapFree=33005272/33010684
[pid=49605] ppid=49591 vsize=2355136 memory=1122504 CPUtime=221.64 cores=5,7
/proc/49605/stat : 49605 (pb_picat) R 49591 49605 49539 0 -1 4194304 59889 0 0 0 22081 83 0 0 20 0 1 0 50835619 2411659264 280626 18446744073709551615 94106905812992 94106907214573 140735968485824 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 94106907486000 94106909360304 94106920312832 140735968491934 140735968492010 140735968492010 140735968497612 0
/proc/49605/statm: 588784 280626 1728 343 0 585848 0
Current children cumulated CPU time: 221.64 s
Current children cumulated vsize: 2355136 KiB
Current children cumulated memory: 1122504 KiB

[startup+282.3 s]
/proc/loadavg: 4.08 2.99 2.57 5/263 49623
/proc/meminfo: memFree=125647824/131249996 swapFree=33005272/33010684
[pid=49605] ppid=49591 vsize=2322368 memory=1115432 CPUtime=281.47 cores=5,7
/proc/49605/stat : 49605 (pb_picat) R 49591 49605 49539 0 -1 4194304 70323 0 0 0 28050 97 0 0 20 0 1 0 50835619 2378104832 278858 18446744073709551615 94106905812992 94106907214573 140735968485824 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 94106907486000 94106909360304 94106920312832 140735968491934 140735968492010 140735968492010 140735968497612 0
/proc/49605/statm: 580592 278858 1728 343 0 577656 0
Current children cumulated CPU time: 281.47 s
Current children cumulated vsize: 2322368 KiB
Current children cumulated memory: 1115432 KiB

[startup+342.3 s]
/proc/loadavg: 4.07 3.19 2.67 5/263 49625
/proc/meminfo: memFree=125673696/131249996 swapFree=33005272/33010684
[pid=49605] ppid=49591 vsize=2387904 memory=1126416 CPUtime=341.28 cores=5,7
/proc/49605/stat : 49605 (pb_picat) R 49591 49605 49539 0 -1 4194304 83514 0 0 0 34012 116 0 0 20 0 1 0 50835619 2445213696 281604 18446744073709551615 94106905812992 94106907214573 140735968485824 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 94106907486000 94106909360304 94106920312832 140735968491934 140735968492010 140735968492010 140735968497612 0
/proc/49605/statm: 596976 281604 1728 343 0 594040 0
Current children cumulated CPU time: 341.28 s
Current children cumulated vsize: 2387904 KiB
Current children cumulated memory: 1126416 KiB

[startup+402.3 s]
/proc/loadavg: 4.12 3.37 2.76 5/263 49629
/proc/meminfo: memFree=125863472/131249996 swapFree=33005272/33010684
[pid=49605] ppid=49591 vsize=2273216 memory=1069260 CPUtime=401.11 cores=5,7
/proc/49605/stat : 49605 (pb_picat) R 49591 49605 49539 0 -1 4194304 89753 0 0 0 39984 127 0 0 20 0 1 0 50835619 2327773184 267315 18446744073709551615 94106905812992 94106907214573 140735968485824 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 94106907486000 94106909360304 94106920312832 140735968491934 140735968492010 140735968492010 140735968497612 0
/proc/49605/statm: 568304 267315 1728 343 0 565368 0
Current children cumulated CPU time: 401.11 s
Current children cumulated vsize: 2273216 KiB
Current children cumulated memory: 1069260 KiB

[startup+462.3 s]
/proc/loadavg: 4.09 3.50 2.85 5/263 49631
/proc/meminfo: memFree=125556904/131249996 swapFree=33005272/33010684
[pid=49605] ppid=49591 vsize=2355136 memory=1122508 CPUtime=460.93 cores=5,7
/proc/49605/stat : 49605 (pb_picat) R 49591 49605 49539 0 -1 4194304 97522 0 0 0 45956 137 0 0 20 0 1 0 50835619 2411659264 280627 18446744073709551615 94106905812992 94106907214573 140735968485824 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 94106907486000 94106909360304 94106920312832 140735968491934 140735968492010 140735968492010 140735968497612 0
/proc/49605/statm: 588784 280627 1728 343 0 585848 0
Current children cumulated CPU time: 460.93 s

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

Current children cumulated memory: 1067084 KiB

[startup+2922.3 s]
/proc/loadavg: 4.07 4.13 4.09 5/265 49761
/proc/meminfo: memFree=125358800/131249996 swapFree=33005272/33010684
[pid=49605] ppid=49591 vsize=2387904 memory=1122512 CPUtime=2913.93 cores=5,7
/proc/49605/stat : 49605 (pb_picat) R 49591 49605 49539 0 -1 4194304 436342 0 0 0 290645 748 0 0 20 0 1 0 50835619 2445213696 280628 18446744073709551615 94106905812992 94106907214573 140735968485824 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 94106907486000 94106909360304 94106920312832 140735968491934 140735968492010 140735968492010 140735968497612 0
/proc/49605/statm: 596976 280628 1728 343 0 594040 0
Current children cumulated CPU time: 2913.93 s
Current children cumulated vsize: 2387904 KiB
Current children cumulated memory: 1122512 KiB

[startup+2982.3 s]
/proc/loadavg: 4.12 4.13 4.09 5/265 49763
/proc/meminfo: memFree=125258388/131249996 swapFree=33005272/33010684
[pid=49605] ppid=49591 vsize=2518976 memory=1245392 CPUtime=2973.76 cores=5,7
/proc/49605/stat : 49605 (pb_picat) R 49591 49605 49539 0 -1 4194304 442544 0 0 0 296611 765 0 0 20 0 1 0 50835619 2579431424 311348 18446744073709551615 94106905812992 94106907214573 140735968485824 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 94106907486000 94106909360304 94106920312832 140735968491934 140735968492010 140735968492010 140735968497612 0
/proc/49605/statm: 629744 311348 1728 343 0 626808 0
Current children cumulated CPU time: 2973.76 s
Current children cumulated vsize: 2518976 KiB
Current children cumulated memory: 1245392 KiB

[startup+3042.3 s]
/proc/loadavg: 4.04 4.11 4.08 5/265 49765
/proc/meminfo: memFree=125315068/131249996 swapFree=33005272/33010684
[pid=49605] ppid=49591 vsize=2518976 memory=1298640 CPUtime=3033.6 cores=5,7
/proc/49605/stat : 49605 (pb_picat) R 49591 49605 49539 0 -1 4194304 448167 0 0 0 302575 785 0 0 20 0 1 0 50835619 2579431424 324660 18446744073709551615 94106905812992 94106907214573 140735968485824 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 94106907486000 94106909360304 94106920312832 140735968491934 140735968492010 140735968492010 140735968497612 0
/proc/49605/statm: 629744 324660 1728 343 0 626808 0
Current children cumulated CPU time: 3033.6 s
Current children cumulated vsize: 2518976 KiB
Current children cumulated memory: 1298640 KiB

[startup+3102.3 s]
/proc/loadavg: 4.12 4.12 4.09 5/264 49771
/proc/meminfo: memFree=125629420/131249996 swapFree=33005272/33010684
[pid=49605] ppid=49591 vsize=2551744 memory=1258064 CPUtime=3093.43 cores=5,7
/proc/49605/stat : 49605 (pb_picat) R 49591 49605 49539 0 -1 4194304 457534 0 0 0 308537 806 0 0 20 0 1 0 50835619 2612985856 314516 18446744073709551615 94106905812992 94106907214573 140735968485824 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 94106907486000 94106909360304 94106920312832 140735968491934 140735968492010 140735968492010 140735968497612 0
/proc/49605/statm: 637936 314516 1728 343 0 635000 0
Current children cumulated CPU time: 3093.43 s
Current children cumulated vsize: 2551744 KiB
Current children cumulated memory: 1258064 KiB

[startup+3162.3 s]
/proc/loadavg: 4.10 4.11 4.09 5/264 49773
/proc/meminfo: memFree=125585536/131249996 swapFree=33005272/33010684
[pid=49605] ppid=49591 vsize=2518976 memory=1269072 CPUtime=3153.27 cores=5,7
/proc/49605/stat : 49605 (pb_picat) R 49591 49605 49539 0 -1 4194304 464832 0 0 0 314501 826 0 0 20 0 1 0 50835619 2579431424 317268 18446744073709551615 94106905812992 94106907214573 140735968485824 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 94106907486000 94106909360304 94106920312832 140735968491934 140735968492010 140735968492010 140735968497612 0
/proc/49605/statm: 629744 317268 1728 343 0 626808 0
Current children cumulated CPU time: 3153.27 s
Current children cumulated vsize: 2518976 KiB
Current children cumulated memory: 1269072 KiB

[startup+3222.3 s]
/proc/loadavg: 4.08 4.10 4.09 5/264 49775
/proc/meminfo: memFree=125372752/131249996 swapFree=33005272/33010684
[pid=49605] ppid=49591 vsize=2518976 memory=1248592 CPUtime=3213.1 cores=5,7
/proc/49605/stat : 49605 (pb_picat) R 49591 49605 49539 0 -1 4194304 470547 0 0 0 320462 848 0 0 20 0 1 0 50835619 2579431424 312148 18446744073709551615 94106905812992 94106907214573 140735968485824 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 94106907486000 94106909360304 94106920312832 140735968491934 140735968492010 140735968492010 140735968497612 0
/proc/49605/statm: 629744 312148 1728 343 0 626808 0
Current children cumulated CPU time: 3213.1 s
Current children cumulated vsize: 2518976 KiB
Current children cumulated memory: 1248592 KiB

[startup+3282.3 s]
/proc/loadavg: 4.12 4.11 4.09 5/262 49777
/proc/meminfo: memFree=125632724/131249996 swapFree=33005272/33010684
[pid=49605] ppid=49591 vsize=2322368 memory=1092944 CPUtime=3272.94 cores=5,7
/proc/49605/stat : 49605 (pb_picat) R 49591 49605 49539 0 -1 4194304 471668 0 0 0 326444 850 0 0 20 0 1 0 50835619 2378104832 273236 18446744073709551615 94106905812992 94106907214573 140735968485824 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 94106907486000 94106909360304 94106920312832 140735968491934 140735968492010 140735968492010 140735968497612 0
/proc/49605/statm: 580592 273236 1728 343 0 577656 0
Current children cumulated CPU time: 3272.94 s
Current children cumulated vsize: 2322368 KiB
Current children cumulated memory: 1092944 KiB

[startup+3342.3 s]
/proc/loadavg: 4.09 4.11 4.09 5/263 49780
/proc/meminfo: memFree=125215976/131249996 swapFree=33005272/33010684
[pid=49605] ppid=49591 vsize=2289600 memory=1096400 CPUtime=3332.77 cores=5,7
/proc/49605/stat : 49605 (pb_picat) R 49591 49605 49539 0 -1 4194304 473148 0 0 0 332426 851 0 0 20 0 1 0 50835619 2344550400 274100 18446744073709551615 94106905812992 94106907214573 140735968485824 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 94106907486000 94106909360304 94106920312832 140735968491934 140735968492010 140735968492010 140735968497612 0
/proc/49605/statm: 572400 274100 1728 343 0 569464 0
Current children cumulated CPU time: 3332.77 s
Current children cumulated vsize: 2289600 KiB
Current children cumulated memory: 1096400 KiB

[startup+3402.3 s]
/proc/loadavg: 4.15 4.12 4.09 5/263 49784
/proc/meminfo: memFree=125420000/131249996 swapFree=33005272/33010684
[pid=49605] ppid=49591 vsize=2518976 memory=1307984 CPUtime=3392.62 cores=5,7
/proc/49605/stat : 49605 (pb_picat) R 49591 49605 49539 0 -1 4194304 477124 0 0 0 338403 859 0 0 20 0 1 0 50835619 2579431424 326996 18446744073709551615 94106905812992 94106907214573 140735968485824 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 94106907486000 94106909360304 94106920312832 140735968491934 140735968492010 140735968492010 140735968497612 0
/proc/49605/statm: 629744 326996 1728 343 0 626808 0
Current children cumulated CPU time: 3392.62 s
Current children cumulated vsize: 2518976 KiB
Current children cumulated memory: 1307984 KiB

[startup+3462.3 s]
/proc/loadavg: 4.12 4.11 4.09 5/263 49786
/proc/meminfo: memFree=125454724/131249996 swapFree=33005272/33010684
[pid=49605] ppid=49591 vsize=2551744 memory=1260880 CPUtime=3452.45 cores=5,7
/proc/49605/stat : 49605 (pb_picat) R 49591 49605 49539 0 -1 4194304 484352 0 0 0 344365 880 0 0 20 0 1 0 50835619 2612985856 315220 18446744073709551615 94106905812992 94106907214573 140735968485824 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 94106907486000 94106909360304 94106920312832 140735968491934 140735968492010 140735968492010 140735968497612 0
/proc/49605/statm: 637936 315220 1728 343 0 635000 0
Current children cumulated CPU time: 3452.45 s
Current children cumulated vsize: 2551744 KiB
Current children cumulated memory: 1260880 KiB

[startup+3522.3 s]
/proc/loadavg: 4.08 4.10 4.09 5/264 49789
/proc/meminfo: memFree=125630284/131249996 swapFree=33005272/33010684
[pid=49605] ppid=49591 vsize=2518976 memory=1238352 CPUtime=3512.29 cores=5,7
/proc/49605/stat : 49605 (pb_picat) R 49591 49605 49539 0 -1 4194304 491541 0 0 0 350330 899 0 0 20 0 1 0 50835619 2579431424 309588 18446744073709551615 94106905812992 94106907214573 140735968485824 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 94106907486000 94106909360304 94106920312832 140735968491934 140735968492010 140735968492010 140735968497612 0
/proc/49605/statm: 629744 309588 1728 343 0 626808 0
Current children cumulated CPU time: 3512.29 s
Current children cumulated vsize: 2518976 KiB
Current children cumulated memory: 1238352 KiB

[startup+3582.3 s]
/proc/loadavg: 4.13 4.11 4.09 5/264 49790
/proc/meminfo: memFree=125369444/131249996 swapFree=33005272/33010684
[pid=49605] ppid=49591 vsize=2781120 memory=1371472 CPUtime=3572.12 cores=5,7
/proc/49605/stat : 49605 (pb_picat) R 49591 49605 49539 0 -1 4194304 498886 0 0 0 356289 923 0 0 20 0 1 0 50835619 2847866880 342868 18446744073709551615 94106905812992 94106907214573 140735968485824 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 94106907486000 94106909360304 94106920312832 140735968491934 140735968492010 140735968492010 140735968497612 0
/proc/49605/statm: 695280 342868 1728 343 0 692344 0
Current children cumulated CPU time: 3572.12 s
Current children cumulated vsize: 2781120 KiB
Current children cumulated memory: 1371472 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3610.3 s]
/proc/loadavg: 4.08 4.10 4.09 4/262 49806
/proc/meminfo: memFree=126644848/131249996 swapFree=33005272/33010684
[pid=49605] ppid=49591 vsize=2322368 memory=1088848 CPUtime=3600.04 cores=5,7
/proc/49605/stat : 49605 (pb_picat) R 49591 49605 49539 0 -1 4194304 501726 0 0 0 359072 932 0 0 20 0 1 0 50835619 2378104832 272212 18446744073709551615 94106905812992 94106907214573 140735968485824 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 94106907486000 94106909360304 94106920312832 140735968491934 140735968492010 140735968492010 140735968497612 0
/proc/49605/statm: 580592 272212 1728 343 0 577656 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 2322368 KiB
Current children cumulated memory: 1088848 KiB

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

# cumulated CPU time of all completed processes:  user=3590.73 s, system=9.33123 s

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

[startup+3610.3 s]
/proc/loadavg: 4.08 4.10 4.09 4/262 49806
/proc/meminfo: memFree=126644848/131249996 swapFree=33005272/33010684
[pid=49605] ppid=49591 vsize=2322368 memory=1088848 CPUtime=3600.04 cores=5,7
/proc/49605/stat : 49605 (pb_picat) R 49591 49605 49539 0 -1 4194304 501726 0 0 0 359072 932 0 0 20 0 1 0 50835619 2378104832 272212 18446744073709551615 94106905812992 94106907214573 140735968485824 0 0 0 0 0 8389634 0 0 0 17 5 0 0 0 0 0 94106907486000 94106909360304 94106920312832 140735968491934 140735968492010 140735968492010 140735968497612 0
/proc/49605/statm: 580592 272212 1728 343 0 577656 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 2322368 KiB
Current children cumulated memory: 1088848 KiB

Child ended because it received signal 15 (SIGTERM)

Real time (s): 3610.3
CPU time (s): 3600.06
CPU user time (s): 3590.73
CPU system time (s): 9.33123
CPU usage (%): 99.7163
Max. virtual memory (cumulated for all children) (KiB): 3305408
Max. memory (cumulated for all children) (KiB): 1664336

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3590.73
system time used= 9.33123
maximum resident set size= 1666384
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 501726
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 125
involuntary context switches= 21452


# summary of solver processes directly reported to runsolver:
#   pid: 49605
#   total CPU time (s): 3600.06
#   total CPU user time (s): 3590.73
#   total CPU system time (s): 9.33123

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.1983 second user time and 15.5059 second system time

The end

Launcher Data

Begin job on nodeC023 at 2025-07-01 08:32:57
IDJOB=4489549
IDBENCH=147557
IDSOLVER=3346
FILE ID=nodeC023/4489549-1751351577
RUNJOBID= nodeC023-1751351577-49552
SLURM_JOB_ID= 9598142
Free space on /tmp= 433000 MiB

SOLVER NAME= Picat 2025-06-16
BENCH NAME= PB24/normalized-PB06/OPT-LIN/submitted-PB06/liu/wnq/normalized-wnq_n100_mw99_12.opb.PB06.opb
COMMAND LINE= pb_picat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4489549-1751351577/watcher-4489549-1751351577 -o /tmp/evaluation-result-4489549-1751351577/solver-4489549-1751351577 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC023-1751351577-49552 --watchdog 3760  pb_picat HOME/instance-4489549-1751351577.opb

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

MD5SUM BENCH= fd0e2798224bd891f728fecfed3c6d1b
RANDOM SEED=1044885648

nodeC023 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.366
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.78
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.888
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.78
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.908
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.78
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		: 3602.971
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.78
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		: 3603.678
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.78
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.875
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.78
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		: 3599.889
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.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        130101732 kB
MemAvailable:   129753468 kB
Buffers:            1328 kB
Cached:           446232 kB
SwapCached:          468 kB
Active:           232924 kB
Inactive:         294156 kB
Active(anon):      38164 kB
Inactive(anon):    54788 kB
Active(file):     194760 kB
Inactive(file):   239368 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33005272 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             82252 kB
Writeback:             0 kB
AnonPages:         82252 kB
Mapped:            98568 kB
Shmem:             13336 kB
KReclaimable:     104704 kB
Slab:             192180 kB
SReclaimable:     104704 kB
SUnreclaim:        87476 kB
KernelStack:        4128 kB
PageTables:         2916 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:     340244 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150424 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     24576 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:      197332 kB
DirectMap2M:     9011200 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 432996 MiB
End job on nodeC023 at 2025-07-01 09:33:08