Trace number 4517947

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-16OPT-2197 91.1946 91.4192

General information on the benchmark

NamePB24/normalized-PB24/OPT-LIN/nordstrom/KNAP/
strongly_correlated/normalized-knapPI_3_50_1000_2_-1678.opb
MD5SUMb60ee656cbac4e016beb5894e27d34cb
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 benchmark-2197
Best CPU time to get the best result obtained on this benchmark0.005191
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables100
Total number of constraints1
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint100
Maximum length of a constraint100
Number of terms in the objective function 100
Biggest coefficient in the objective function 1097
Number of bits for the biggest coefficient in the objective function 11
Sum of the numbers in the objective function 64928
Number of bits of the sum of numbers in the objective function 16
Biggest number in a constraint 1097
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 64928
Number of bits of the biggest sum of numbers16
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.01	c solving HOME/instance-4517947-1751531580.opb (Picat 3.9b6)
33.00/33.17	o -1794
42.57/42.70	o -2179
72.92/73.15	o -2197
91.17/91.41	s OPTIMUM FOUND
91.17/91.41	v ~x19 ~x70 ~x32 ~x83 ~x45 ~x7 ~x96 ~x58 ~x20 x71 
91.17/91.41	v ~x33 ~x84 ~x46 ~x8 ~x97 ~x59 x21 ~x72 ~x34 ~x85 
91.17/91.41	v x47 ~x9 ~x98 ~x60 ~x22 ~x73 ~x35 ~x86 ~x48 ~x10 
91.17/91.41	v ~x99 ~x61 ~x23 ~x74 ~x36 ~x87 ~x49 ~x11 ~x100 ~x62 
91.17/91.41	v ~x24 ~x75 ~x37 ~x88 ~x50 x12 ~x63 x25 ~x76 ~x38 
91.17/91.41	v ~x89 ~x51 x13 x64 ~x26 ~x77 ~x39 ~x1 ~x90 ~x52 
91.17/91.41	v ~x14 ~x65 x27 ~x78 ~x40 x2 ~x91 ~x53 ~x15 ~x66 
91.17/91.41	v ~x28 ~x79 ~x41 ~x3 ~x92 ~x54 ~x16 ~x67 ~x29 x80 
91.17/91.41	v ~x42 ~x4 ~x93 ~x55 ~x17 ~x68 x30 ~x81 ~x43 ~x5 
91.17/91.41	v ~x94 ~x56 ~x18 x69 ~x31 ~x82 ~x44 ~x6 ~x95 ~x57 

Verifier Data

OK	-2197

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4517947-1751531580/watcher-4517947-1751531580 -o /tmp/evaluation-result-4517947-1751531580/solver-4517947-1751531580 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC002-1751527802-71824 --watchdog 3760 pb_picat HOME/instance-4517947-1751531580.opb 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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

solver pid=72707, runsolver pid=72704

[startup+0.100068 s]*
/proc/loadavg: 4.07 4.18 4.15 5/253 72708
/proc/meminfo: memFree=128107020/131382120 swapFree=33010416/33010684
[pid=72707] ppid=72704 vsize=2037512 memory=20024 CPUtime=0.09 cores=4,6
/proc/72707/stat : 72707 (pb_picat) R 72704 72707 71813 0 -1 4194304 1451 0 0 0 8 1 0 0 20 0 1 0 68836854 2086412288 5006 18446744073709551615 94224026558464 94224027960045 140723426448464 0 0 0 0 0 8389634 0 0 0 17 6 0 0 0 0 0 94224028231472 94224030105776 94224046145536 140723426449822 140723426449898 140723426449898 140723426455500 0
/proc/72707/statm: 509378 5006 1760 343 0 506442 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 2037512 KiB
Current children cumulated memory: 20024 KiB

[startup+0.213281 s]*
/proc/loadavg: 4.07 4.18 4.15 5/253 72708
/proc/meminfo: memFree=128102924/131382120 swapFree=33010416/33010684
[pid=72707] ppid=72704 vsize=2037512 memory=20024 CPUtime=0.19 cores=4,6
/proc/72707/stat : 72707 (pb_picat) R 72704 72707 71813 0 -1 4194304 1451 0 0 0 18 1 0 0 20 0 1 0 68836854 2086412288 5006 18446744073709551615 94224026558464 94224027960045 140723426448464 0 0 0 0 0 8389634 0 0 0 17 6 0 0 0 0 0 94224028231472 94224030105776 94224046145536 140723426449822 140723426449898 140723426449898 140723426455500 0
/proc/72707/statm: 509378 5006 1760 343 0 506442 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 2037512 KiB
Current children cumulated memory: 20024 KiB

[startup+0.313178 s]*
/proc/loadavg: 4.07 4.18 4.15 5/253 72708
/proc/meminfo: memFree=128103176/131382120 swapFree=33010416/33010684
[pid=72707] ppid=72704 vsize=2037512 memory=20024 CPUtime=0.29 cores=4,6
/proc/72707/stat : 72707 (pb_picat) R 72704 72707 71813 0 -1 4194304 1451 0 0 0 28 1 0 0 20 0 1 0 68836854 2086412288 5006 18446744073709551615 94224026558464 94224027960045 140723426448464 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 94224028231472 94224030105776 94224046145536 140723426449822 140723426449898 140723426449898 140723426455500 0
/proc/72707/statm: 509378 5006 1760 343 0 506442 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 2037512 KiB
Current children cumulated memory: 20024 KiB

[startup+0.700328 s]
/proc/loadavg: 4.07 4.18 4.15 5/253 72708
/proc/meminfo: memFree=128103176/131382120 swapFree=33010416/33010684
[pid=72707] ppid=72704 vsize=2037512 memory=20024 CPUtime=0.66 cores=4,6
/proc/72707/stat : 72707 (pb_picat) R 72704 72707 71813 0 -1 4194304 1451 0 0 0 65 1 0 0 20 0 1 0 68836854 2086412288 5006 18446744073709551615 94224026558464 94224027960045 140723426448464 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 94224028231472 94224030105776 94224046145536 140723426449822 140723426449898 140723426449898 140723426455500 0
/proc/72707/statm: 509378 5006 1760 343 0 506442 0
Current children cumulated CPU time: 0.66 s
Current children cumulated vsize: 2037512 KiB
Current children cumulated memory: 20024 KiB

[startup+1.50033 s]
/proc/loadavg: 4.07 4.18 4.15 5/253 72708
/proc/meminfo: memFree=128103176/131382120 swapFree=33010416/33010684
[pid=72707] ppid=72704 vsize=2037640 memory=20152 CPUtime=1.45 cores=4,6
/proc/72707/stat : 72707 (pb_picat) R 72704 72707 71813 0 -1 4194304 1500 0 0 0 144 1 0 0 20 0 1 0 68836854 2086543360 5038 18446744073709551615 94224026558464 94224027960045 140723426448464 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 94224028231472 94224030105776 94224046145536 140723426449822 140723426449898 140723426449898 140723426455500 0
/proc/72707/statm: 509410 5038 1760 343 0 506474 0
Current children cumulated CPU time: 1.45 s
Current children cumulated vsize: 2037640 KiB
Current children cumulated memory: 20152 KiB

[startup+3.11291 s]
/proc/loadavg: 4.07 4.18 4.15 5/253 72708
/proc/meminfo: memFree=128103268/131382120 swapFree=33010416/33010684
[pid=72707] ppid=72704 vsize=2037640 memory=20152 CPUtime=3.06 cores=4,6
/proc/72707/stat : 72707 (pb_picat) R 72704 72707 71813 0 -1 4194304 1517 0 0 0 305 1 0 0 20 0 1 0 68836854 2086543360 5038 18446744073709551615 94224026558464 94224027960045 140723426448464 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 94224028231472 94224030105776 94224046145536 140723426449822 140723426449898 140723426449898 140723426455500 0
/proc/72707/statm: 509410 5038 1760 343 0 506474 0
Current children cumulated CPU time: 3.06 s
Current children cumulated vsize: 2037640 KiB
Current children cumulated memory: 20152 KiB

[startup+6.30028 s]
/proc/loadavg: 4.07 4.18 4.14 5/253 72708
/proc/meminfo: memFree=128099284/131382120 swapFree=33010416/33010684
[pid=72707] ppid=72704 vsize=2038656 memory=21700 CPUtime=6.24 cores=4,6
/proc/72707/stat : 72707 (pb_picat) R 72704 72707 71813 0 -1 4194304 2526 0 0 0 622 2 0 0 20 0 1 0 68836854 2087583744 5425 18446744073709551615 94224026558464 94224027960045 140723426448464 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 94224028231472 94224030105776 94224046145536 140723426449822 140723426449898 140723426449898 140723426455500 0
/proc/72707/statm: 509664 5425 1760 343 0 506728 0
Current children cumulated CPU time: 6.24 s
Current children cumulated vsize: 2038656 KiB
Current children cumulated memory: 21700 KiB

[startup+12.7003 s]
/proc/loadavg: 4.06 4.18 4.14 5/253 72708
/proc/meminfo: memFree=128105424/131382120 swapFree=33010416/33010684
[pid=72707] ppid=72704 vsize=2038656 memory=21640 CPUtime=12.63 cores=4,6
/proc/72707/stat : 72707 (pb_picat) R 72704 72707 71813 0 -1 4194304 4490 0 0 0 1260 3 0 0 20 0 1 0 68836854 2087583744 5410 18446744073709551615 94224026558464 94224027960045 140723426448464 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 94224028231472 94224030105776 94224046145536 140723426449822 140723426449898 140723426449898 140723426455500 0
/proc/72707/statm: 509664 5410 1760 343 0 506728 0
Current children cumulated CPU time: 12.63 s
Current children cumulated vsize: 2038656 KiB
Current children cumulated memory: 21640 KiB

[startup+25.5004 s]
/proc/loadavg: 4.12 4.18 4.15 5/253 72708
/proc/meminfo: memFree=128094608/131382120 swapFree=33010416/33010684
[pid=72707] ppid=72704 vsize=2038784 memory=21372 CPUtime=25.41 cores=4,6
/proc/72707/stat : 72707 (pb_picat) R 72704 72707 71813 0 -1 4194304 9005 0 0 0 2535 6 0 0 20 0 1 0 68836854 2087714816 5343 18446744073709551615 94224026558464 94224027960045 140723426448464 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 94224028231472 94224030105776 94224046145536 140723426449822 140723426449898 140723426449898 140723426455500 0
/proc/72707/statm: 509696 5343 1760 343 0 506760 0
Current children cumulated CPU time: 25.41 s
Current children cumulated vsize: 2038784 KiB
Current children cumulated memory: 21372 KiB

[startup+51.113 s]
/proc/loadavg: 4.08 4.17 4.14 5/254 72710
/proc/meminfo: memFree=128103088/131382120 swapFree=33010416/33010684
[pid=72707] ppid=72704 vsize=2039752 memory=22332 CPUtime=50.97 cores=4,6
/proc/72707/stat : 72707 (pb_picat) R 72704 72707 71813 0 -1 4194304 16268 0 0 0 5087 10 0 0 20 0 1 0 68836854 2088706048 5583 18446744073709551615 94224026558464 94224027960045 140723426448464 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 94224028231472 94224030105776 94224046145536 140723426449822 140723426449898 140723426449898 140723426455500 0
/proc/72707/statm: 509938 5583 1760 343 0 507002 0
Current children cumulated CPU time: 50.97 s
Current children cumulated vsize: 2039752 KiB
Current children cumulated memory: 22332 KiB

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

# cumulated CPU time of all completed processes:  user=91.051 s, system=0.143617 s

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

[startup+51.2004 s]
/proc/loadavg: 4.08 4.17 4.14 5/254 72710
/proc/meminfo: memFree=128103088/131382120 swapFree=33010416/33010684
[pid=72707] ppid=72704 vsize=2039752 memory=22332 CPUtime=51.05 cores=4,6
/proc/72707/stat : 72707 (pb_picat) R 72704 72707 71813 0 -1 4194304 16273 0 0 0 5095 10 0 0 20 0 1 0 68836854 2088706048 5583 18446744073709551615 94224026558464 94224027960045 140723426448464 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 94224028231472 94224030105776 94224046145536 140723426449822 140723426449898 140723426449898 140723426455500 0
/proc/72707/statm: 509938 5583 1760 343 0 507002 0
Current children cumulated CPU time: 51.05 s
Current children cumulated vsize: 2039752 KiB
Current children cumulated memory: 22332 KiB

[startup+76.8003 s]
/proc/loadavg: 4.12 4.17 4.14 5/254 72711
/proc/meminfo: memFree=128103912/131382120 swapFree=33010416/33010684
[pid=72707] ppid=72704 vsize=2041544 memory=23056 CPUtime=76.6 cores=4,6
/proc/72707/stat : 72707 (pb_picat) R 72704 72707 71813 0 -1 4194304 21594 0 0 0 7647 13 0 0 20 0 1 0 68836854 2090541056 5764 18446744073709551615 94224026558464 94224027960045 140723426448464 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 94224028231472 94224030105776 94224046145536 140723426449822 140723426449898 140723426449898 140723426455500 0
/proc/72707/statm: 510386 5764 1760 343 0 507450 0
Current children cumulated CPU time: 76.6 s
Current children cumulated vsize: 2041544 KiB
Current children cumulated memory: 23056 KiB

[startup+83.2003 s]
/proc/loadavg: 4.11 4.17 4.14 5/254 72711
/proc/meminfo: memFree=128111460/131382120 swapFree=33010416/33010684
[pid=72707] ppid=72704 vsize=2039752 memory=22288 CPUtime=82.98 cores=4,6
/proc/72707/stat : 72707 (pb_picat) R 72704 72707 71813 0 -1 4194304 22731 0 0 0 8285 13 0 0 20 0 1 0 68836854 2088706048 5572 18446744073709551615 94224026558464 94224027960045 140723426448464 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 94224028231472 94224030105776 94224046145536 140723426449822 140723426449898 140723426449898 140723426455500 0
/proc/72707/statm: 509938 5572 1760 343 0 507002 0
Current children cumulated CPU time: 82.98 s
Current children cumulated vsize: 2039752 KiB
Current children cumulated memory: 22288 KiB

[startup+86.4002 s]
/proc/loadavg: 4.10 4.16 4.14 5/254 72711
/proc/meminfo: memFree=128124316/131382120 swapFree=33010416/33010684
[pid=72707] ppid=72704 vsize=2041800 memory=23568 CPUtime=86.17 cores=4,6
/proc/72707/stat : 72707 (pb_picat) R 72704 72707 71813 0 -1 4194304 23043 0 0 0 8604 13 0 0 20 0 1 0 68836854 2090803200 5892 18446744073709551615 94224026558464 94224027960045 140723426448464 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 94224028231472 94224030105776 94224046145536 140723426449822 140723426449898 140723426449898 140723426455500 0
/proc/72707/statm: 510450 5892 1760 343 0 507514 0
Current children cumulated CPU time: 86.17 s
Current children cumulated vsize: 2041800 KiB
Current children cumulated memory: 23568 KiB

[startup+89.6003 s]
/proc/loadavg: 4.10 4.16 4.14 5/254 72711
/proc/meminfo: memFree=128106536/131382120 swapFree=33010416/33010684
[pid=72707] ppid=72704 vsize=2041800 memory=24976 CPUtime=89.37 cores=4,6
/proc/72707/stat : 72707 (pb_picat) R 72704 72707 71813 0 -1 4194304 23419 0 0 0 8923 14 0 0 20 0 1 0 68836854 2090803200 6244 18446744073709551615 94224026558464 94224027960045 140723426448464 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 94224028231472 94224030105776 94224046145536 140723426449822 140723426449898 140723426449898 140723426455500 0
/proc/72707/statm: 510450 6244 1760 343 0 507514 0
Current children cumulated CPU time: 89.37 s
Current children cumulated vsize: 2041800 KiB
Current children cumulated memory: 24976 KiB

[startup+90.4002 s]
/proc/loadavg: 4.09 4.16 4.14 5/254 72711
/proc/meminfo: memFree=128106672/131382120 swapFree=33010416/33010684
[pid=72707] ppid=72704 vsize=2041800 memory=24976 CPUtime=90.17 cores=4,6
/proc/72707/stat : 72707 (pb_picat) R 72704 72707 71813 0 -1 4194304 23419 0 0 0 9003 14 0 0 20 0 1 0 68836854 2090803200 6244 18446744073709551615 94224026558464 94224027960045 140723426448464 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 94224028231472 94224030105776 94224046145536 140723426449822 140723426449898 140723426449898 140723426455500 0
/proc/72707/statm: 510450 6244 1760 343 0 507514 0
Current children cumulated CPU time: 90.17 s
Current children cumulated vsize: 2041800 KiB
Current children cumulated memory: 24976 KiB

[startup+91.2003 s]
/proc/loadavg: 4.09 4.16 4.14 5/254 72711
/proc/meminfo: memFree=128106924/131382120 swapFree=33010416/33010684
[pid=72707] ppid=72704 vsize=2041800 memory=24976 CPUtime=90.97 cores=4,6
/proc/72707/stat : 72707 (pb_picat) R 72704 72707 71813 0 -1 4194304 23419 0 0 0 9083 14 0 0 20 0 1 0 68836854 2090803200 6244 18446744073709551615 94224026558464 94224027960045 140723426448464 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 94224028231472 94224030105776 94224046145536 140723426449822 140723426449898 140723426449898 140723426455500 0
/proc/72707/statm: 510450 6244 1760 343 0 507514 0
Current children cumulated CPU time: 90.97 s
Current children cumulated vsize: 2041800 KiB
Current children cumulated memory: 24976 KiB

[startup+91.4002 s]
/proc/loadavg: 4.09 4.16 4.14 5/254 72711
/proc/meminfo: memFree=128106924/131382120 swapFree=33010416/33010684
[pid=72707] ppid=72704 vsize=2041800 memory=24976 CPUtime=91.17 cores=4,6
/proc/72707/stat : 72707 (pb_picat) R 72704 72707 71813 0 -1 4194304 23419 0 0 0 9103 14 0 0 20 0 1 0 68836854 2090803200 6244 18446744073709551615 94224026558464 94224027960045 140723426448464 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 94224028231472 94224030105776 94224046145536 140723426449822 140723426449898 140723426449898 140723426455500 0
/proc/72707/statm: 510450 6244 1760 343 0 507514 0
Current children cumulated CPU time: 91.17 s
Current children cumulated vsize: 2041800 KiB
Current children cumulated memory: 24976 KiB

Child status: 0

Real time (s): 91.4192
CPU time (s): 91.1946
CPU user time (s): 91.051
CPU system time (s): 0.143617
CPU usage (%): 99.7543
Max. virtual memory (cumulated for all children) (KiB): 2042824
Max. memory (cumulated for all children) (KiB): 25780

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 91.051
system time used= 0.143617
maximum resident set size= 25780
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23423
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= 67
involuntary context switches= 141


# summary of solver processes directly reported to runsolver:
#   pid: 72707
#   total CPU time (s): 91.1946
#   total CPU user time (s): 91.051
#   total CPU system time (s): 0.143617

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.524529 second user time and 0.876103 second system time

The end

Launcher Data

Begin job on nodeC002 at 2025-07-03 10:33:00
IDJOB=4517947
IDBENCH=176209
IDSOLVER=3346
FILE ID=nodeC002/4517947-1751531580
RUNJOBID= nodeC002-1751527802-71824
SLURM_JOB_ID= 9598663
Free space on /tmp= 432736 MiB

SOLVER NAME= Picat 2025-06-16
BENCH NAME= PB24/normalized-PB24/OPT-LIN/nordstrom/KNAP/strongly_correlated/normalized-knapPI_3_50_1000_2_-1678.opb
COMMAND LINE= pb_picat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4517947-1751531580/watcher-4517947-1751531580 -o /tmp/evaluation-result-4517947-1751531580/solver-4517947-1751531580 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC002-1751527802-71824 --watchdog 3760  pb_picat HOME/instance-4517947-1751531580.opb

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

MD5SUM BENCH= b60ee656cbac4e016beb5894e27d34cb
RANDOM SEED=215116017

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131382120 kB
MemFree:        128115148 kB
MemAvailable:   128634620 kB
Buffers:            2128 kB
Cached:          1325372 kB
SwapCached:           28 kB
Active:          1674084 kB
Inactive:        1022284 kB
Active(anon):    1380396 kB
Inactive(anon):     6404 kB
Active(file):     293688 kB
Inactive(file):  1015880 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              3588 kB
Writeback:             0 kB
AnonPages:       1365940 kB
Mapped:           113496 kB
Shmem:             17932 kB
KReclaimable:      99064 kB
Slab:             182540 kB
SReclaimable:      99064 kB
SUnreclaim:        83476 kB
KernelStack:        4128 kB
PageTables:         5732 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701744 kB
Committed_AS:    6843632 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149416 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1198080 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:      181064 kB
DirectMap2M:     8110080 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 432732 MiB
End job on nodeC002 at 2025-07-03 10:34:32