Trace number 4514286

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
OR-Tools CP-SAT 9.14? (TO) 3600.11 1812.91

General information on the benchmark

NamePB24/normalized-PB16/DEC-LIN/quimper/SyncCodes/
d-equals-n_k/normalized-compression64_8.opb
MD5SUM07ba29cf24b97459f05241f8c3fed802
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark4.43848
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables5256
Total number of constraints25637
Number of constraints which are clauses25632
Number of constraints which are cardinality constraints (but not clauses)5
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint72
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 8
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 80
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

3600.08/1812.90	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: 63837 MiB (63057 MiB free)
  memory of node 1: 64465 MiB (63829 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4514286-1751219750/watcher-4514286-1751219750 -o /tmp/evaluation-result-4514286-1751219750/solver-4514286-1751219750 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC007-1751219748-30470 --watchdog 3760 cp-sat-runner --params num_workers:2,log_search_progress:false,max_time_in_seconds:3600,random_seed:423979933 --competition_mode --input HOME/instance-4514286-1751219750.opb 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=30714, runsolver pid=30710

[startup+0.100073 s]*
/proc/loadavg: 0.86 1.05 1.58 5/255 30719
/proc/meminfo: memFree=129907736/131382112 swapFree=33010684/33010684
[pid=30714] ppid=30710 vsize=23484 memory=17664 CPUtime=0.09 cores=1,3
/proc/30714/stat : 30714 (cp-sat-runner) R 30710 30714 30453 0 -1 4194304 3473 0 0 0 8 1 0 0 20 0 1 0 37654137 24047616 4416 18446744073709551615 4198400 12805993 140730717214240 0 0 0 0 0 0 0 0 0 17 3 0 0 0 0 0 14146912 14333620 37543936 140730717219097 140730717219301 140730717219301 140730717224903 0
/proc/30714/statm: 5871 4416 1088 2102 0 3411 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 23484 KiB
Current children cumulated memory: 17664 KiB

[startup+0.215314 s]*
/proc/loadavg: 0.86 1.05 1.58 6/253 30721
/proc/meminfo: memFree=129882632/131382112 swapFree=33010684/33010684
[pid=30714] ppid=30710 vsize=42620 memory=36376 CPUtime=0.21 cores=1,3
/proc/30714/stat : 30714 (cp-sat-runner) R 30710 30714 30453 0 -1 4194304 8500 0 0 0 17 4 0 0 20 0 1 0 37654137 43642880 9094 18446744073709551615 4198400 12805993 140730717214240 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 14146912 14333620 37543936 140730717219097 140730717219301 140730717219301 140730717224903 0
/proc/30714/statm: 10655 9094 1088 2102 0 8195 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 42620 KiB
Current children cumulated memory: 36376 KiB

[startup+0.314138 s]*
/proc/loadavg: 0.86 1.05 1.58 7/253 30725
/proc/meminfo: memFree=129847880/131382112 swapFree=33010684/33010684
[pid=30714] ppid=30710 vsize=49596 memory=44668 CPUtime=0.31 cores=1,3
/proc/30714/stat : 30714 (cp-sat-runner) R 30710 30714 30453 0 -1 4194304 10626 0 0 0 26 5 0 0 20 0 1 0 37654137 50786304 11167 18446744073709551615 4198400 12805993 140730717214240 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 14146912 14333620 37543936 140730717219097 140730717219301 140730717219301 140730717224903 0
/proc/30714/statm: 12399 11167 1344 2102 0 9939 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 49596 KiB
Current children cumulated memory: 44668 KiB

[startup+0.70027 s]
/proc/loadavg: 0.86 1.05 1.58 5/253 30735
/proc/meminfo: memFree=129844536/131382112 swapFree=33010684/33010684
[pid=30714] ppid=30710 vsize=49596 memory=45436 CPUtime=0.67 cores=1,3
/proc/30714/stat : 30714 (cp-sat-runner) R 30710 30714 30453 0 -1 4194304 10637 0 0 0 62 5 0 0 20 0 1 0 37654137 50786304 11359 18446744073709551615 4198400 12805993 140730717214240 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 14146912 14333620 37543936 140730717219097 140730717219301 140730717219301 140730717224903 0
/proc/30714/statm: 12399 11359 1536 2102 0 9939 0
Current children cumulated CPU time: 0.67 s
Current children cumulated vsize: 49596 KiB
Current children cumulated memory: 45436 KiB

[startup+1.50032 s]
/proc/loadavg: 0.86 1.05 1.58 5/253 30761
/proc/meminfo: memFree=129805328/131382112 swapFree=33010684/33010684
[pid=30714] ppid=30710 vsize=67104 memory=63500 CPUtime=1.45 cores=1,3
/proc/30714/stat : 30714 (cp-sat-runner) R 30710 30714 30453 0 -1 4194304 16865 0 0 0 137 8 0 0 20 0 1 0 37654137 68714496 15875 18446744073709551615 4198400 12805993 140730717214240 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 14146912 14333620 37543936 140730717219097 140730717219301 140730717219301 140730717224903 0
/proc/30714/statm: 16776 15875 1888 2102 0 14316 0
Current children cumulated CPU time: 1.45 s
Current children cumulated vsize: 67104 KiB
Current children cumulated memory: 63500 KiB

[startup+3.10925 s]
/proc/loadavg: 0.86 1.05 1.58 9/261 30772
/proc/meminfo: memFree=129557328/131382112 swapFree=33010684/33010684
[pid=30714] ppid=30710 vsize=224940 memory=157124 CPUtime=3.85 cores=1,3
/proc/30714/stat : 30714 (cp-sat-runner) S 30710 30714 30453 0 -1 4194304 39693 0 0 0 368 17 0 0 20 0 3 0 37654137 230338560 39281 18446744073709551615 4198400 12805993 140730717214240 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 14146912 14333620 37543936 140730717219097 140730717219301 140730717219301 140730717224903 0
/proc/30714/statm: 56235 39281 2144 2102 0 43237 0
[pid=30714/tid=30771] ppid=30710 vsize=224940 memory=65124 CPUtime=0.81 cores=1,3
/proc/30714/task/30771/stat : 30771 (cp-sat-runner) R 30710 30714 30453 0 -1 4194368 11381 0 0 0 77 4 0 0 20 0 3 0 37654361 230338560 39281 18446744073709551615 4198400 12805993 140730717214240 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 14146912 14333620 37543936 140730717219097 140730717219301 140730717219301 140730717224903 0
[pid=30714/tid=30772] ppid=30710 vsize=224940 memory=7381506881724967008 CPUtime=0.82 cores=1,3
/proc/30714/task/30772/stat : 30772 (cp-sat-runner) R 30710 30714 30453 0 -1 4194368 7089 0 0 0 80 2 0 0 20 0 3 0 37654361 230338560 39281 18446744073709551615 4198400 12805993 140730717214240 0 0 0 0 0 16386 0 0 0 -1 1 0 0 0 0 0 14146912 14333620 37543936 140730717219097 140730717219301 140730717219301 140730717224903 0
Current children cumulated CPU time: 3.85 s
Current children cumulated vsize: 224940 KiB
Current children cumulated memory: 157124 KiB

[startup+6.30022 s]
/proc/loadavg: 1.43 1.16 1.61 9/261 30772
/proc/meminfo: memFree=129544272/131382112 swapFree=33010684/33010684
[pid=30714] ppid=30710 vsize=224940 memory=167528 CPUtime=10.18 cores=1,3
/proc/30714/stat : 30714 (cp-sat-runner) S 30710 30714 30453 0 -1 4194304 66168 0 0 0 999 19 0 0 20 0 3 0 37654137 230338560 41882 18446744073709551615 4198400 12805993 140730717214240 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 14146912 14333620 37543936 140730717219097 140730717219301 140730717219301 140730717224903 0
/proc/30714/statm: 56235 41882 2144 2102 0 45577 0
[pid=30714/tid=30771] ppid=30710 vsize=224940 memory=164072 CPUtime=3.97 cores=1,3
/proc/30714/task/30771/stat : 30771 (cp-sat-runner) R 30710 30714 30453 0 -1 4194368 24818 0 0 0 391 6 0 0 20 0 3 0 37654361 230338560 41882 18446744073709551615 4198400 12805993 140730717214240 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 14146912 14333620 37543936 140730717219097 140730717219301 140730717219301 140730717224903 0
[pid=30714/tid=30772] ppid=30710 vsize=224940 memory=63500 CPUtime=4 cores=1,3
/proc/30714/task/30772/stat : 30772 (cp-sat-runner) R 30710 30714 30453 0 -1 4194368 20091 0 0 0 397 3 0 0 20 0 3 0 37654361 230338560 41882 18446744073709551615 4198400 12805993 140730717214240 0 0 0 0 0 16386 0 0 0 -1 1 0 0 0 0 0 14146912 14333620 37543936 140730717219097 140730717219301 140730717219301 140730717224903 0
Current children cumulated CPU time: 10.18 s
Current children cumulated vsize: 224940 KiB
Current children cumulated memory: 167528 KiB

[startup+12.7002 s]
/proc/loadavg: 1.96 1.28 1.65 9/261 30772
/proc/meminfo: memFree=129536728/131382112 swapFree=33010684/33010684
[pid=30714] ppid=30710 vsize=290476 memory=169448 CPUtime=22.88 cores=1,3
/proc/30714/stat : 30714 (cp-sat-runner) S 30710 30714 30453 0 -1 4194304 74927 0 0 0 2268 20 0 0 20 0 3 0 37654137 297447424 42362 18446744073709551615 4198400 12805993 140730717214240 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 14146912 14333620 37543936 140730717219097 140730717219301 140730717219301 140730717224903 0
/proc/30714/statm: 72619 42362 2144 2102 0 45949 0
[pid=30714/tid=30771] ppid=30710 vsize=290476 memory=0 CPUtime=10.29 cores=1,3
/proc/30714/task/30771/stat : 30771 (cp-sat-runner) R 30710 30714 30453 0 -1 4194368 25756 0 0 0 1023 6 0 0 20 0 3 0 37654361 297447424 42362 18446744073709551615 4198400 12805993 140730717214240 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 14146912 14333620 37543936 140730717219097 140730717219301 140730717219301 140730717224903 0
[pid=30714/tid=30772] ppid=30710 vsize=290476 memory=158020 CPUtime=10.37 cores=1,3
/proc/30714/task/30772/stat : 30772 (cp-sat-runner) R 30710 30714 30453 0 -1 4194368 27888 0 0 0 1034 3 0 0 20 0 3 0 37654361 297447424 42362 18446744073709551615 4198400 12805993 140730717214240 0 0 0 0 0 16386 0 0 0 -1 1 0 0 0 0 0 14146912 14333620 37543936 140730717219097 140730717219301 140730717219301 140730717224903 0
Current children cumulated CPU time: 22.88 s
Current children cumulated vsize: 290476 KiB
Current children cumulated memory: 169448 KiB

[startup+25.5002 s]
/proc/loadavg: 3.52 1.66 1.77 9/261 30772
/proc/meminfo: memFree=129532208/131382112 swapFree=33010684/33010684
[pid=30714] ppid=30710 vsize=290476 memory=169576 CPUtime=48.28 cores=1,3
/proc/30714/stat : 30714 (cp-sat-runner) S 30710 30714 30453 0 -1 4194304 106253 0 0 0 4806 22 0 0 20 0 3 0 37654137 297447424 42394 18446744073709551615 4198400 12805993 140730717214240 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 14146912 14333620 37543936 140730717219097 140730717219301 140730717219301 140730717224903 0
/proc/30714/statm: 72619 42394 2144 2102 0 46227 0
[pid=30714/tid=30771] ppid=30710 vsize=290476 memory=169448 CPUtime=22.94 cores=1,3
/proc/30714/task/30771/stat : 30771 (cp-sat-runner) R 30710 30714 30453 0 -1 4194368 41943 0 0 0 2287 7 0 0 20 0 3 0 37654361 297447424 42394 18446744073709551615 4198400 12805993 140730717214240 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 14146912 14333620 37543936 140730717219097 140730717219301 140730717219301 140730717224903 0
[pid=30714/tid=30772] ppid=30710 vsize=290476 memory=6512 CPUtime=23.11 cores=1,3
/proc/30714/task/30772/stat : 30772 (cp-sat-runner) R 30710 30714 30453 0 -1 4194368 42963 0 0 0 2307 4 0 0 20 0 3 0 37654361 297447424 42394 18446744073709551615 4198400 12805993 140730717214240 0 0 0 0 0 16386 0 0 0 -1 1 0 0 0 0 0 14146912 14333620 37543936 140730717219097 140730717219301 140730717219301 140730717224903 0
Current children cumulated CPU time: 48.28 s
Current children cumulated vsize: 290476 KiB
Current children cumulated memory: 169576 KiB

[startup+51.1054 s]
/proc/loadavg: 5.46 2.26 1.96 9/261 30773
/proc/meminfo: memFree=129527948/131382112 swapFree=33010684/33010684
[pid=30714] ppid=30710 vsize=290476 memory=169576 CPUtime=99.11 cores=1,3
/proc/30714/stat : 30714 (cp-sat-runner) S 30710 30714 30453 0 -1 4194304 119012 0 0 0 9887 24 0 0 20 0 3 0 37654137 297447424 42394 18446744073709551615 4198400 12805993 140730717214240 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 14146912 14333620 37543936 140730717219097 140730717219301 140730717219301 140730717224903 0
/proc/30714/statm: 72619 42394 2144 2102 0 46250 0
[pid=30714/tid=30771] ppid=30710 vsize=290476 memory=169576 CPUtime=48.25 cores=1,3
/proc/30714/task/30771/stat : 30771 (cp-sat-runner) R 30710 30714 30453 0 -1 4194368 46443 0 0 0 4817 8 0 0 20 0 3 0 37654361 297447424 42394 18446744073709551615 4198400 12805993 140730717214240 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 14146912 14333620 37543936 140730717219097 140730717219301 140730717219301 140730717224903 0
[pid=30714/tid=30772] ppid=30710 vsize=290476 memory=169576 CPUtime=48.63 cores=1,3
/proc/30714/task/30772/stat : 30772 (cp-sat-runner) R 30710 30714 30453 0 -1 4194368 51175 0 0 0 4858 5 0 0 20 0 3 0 37654361 297447424 42394 18446744073709551615 4198400 12805993 140730717214240 0 0 0 0 0 16386 0 0 0 -1 1 0 0 0 0 0 14146912 14333620 37543936 140730717219097 140730717219301 140730717219301 140730717224903 0
Current children cumulated CPU time: 99.11 s
Current children cumulated vsize: 290476 KiB
Current children cumulated memory: 169576 KiB

[startup+102.3 s]
/proc/loadavg: 7.08 3.21 2.30 9/261 30774
/proc/meminfo: memFree=129487168/131382112 swapFree=33010684/33010684
[pid=30714] ppid=30710 vsize=290476 memory=172008 CPUtime=200.83 cores=1,3
/proc/30714/stat : 30714 (cp-sat-runner) S 30710 30714 30453 0 -1 4194304 133883 0 0 0 20056 27 0 0 20 0 3 0 37654137 297447424 43002 18446744073709551615 4198400 12805993 140730717214240 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 14146912 14333620 37543936 140730717219097 140730717219301 140730717219301 140730717224903 0
/proc/30714/statm: 72619 43002 2144 2102 0 46972 0
[pid=30714/tid=30771] ppid=30710 vsize=290476 memory=171752 CPUtime=98.92 cores=1,3
/proc/30714/task/30771/stat : 30771 (cp-sat-runner) R 30710 30714 30453 0 -1 4194368 52676 0 0 0 9884 8 0 0 20 0 3 0 37654361 297447424 43002 18446744073709551615 4198400 12805993 140730717214240 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 14146912 14333620 37543936 140730717219097 140730717219301 140730717219301 140730717224903 0
[pid=30714/tid=30772] ppid=30710 vsize=290476 memory=171752 CPUtime=99.65 cores=1,3
/proc/30714/task/30772/stat : 30772 (cp-sat-runner) R 30710 30714 30453 0 -1 4194368 59772 0 0 0 9958 7 0 0 20 0 3 0 37654361 297447424 43002 18446744073709551615 4198400 12805993 140730717214240 0 0 0 0 0 16386 0 0 0 -1 1 0 0 0 0 0 14146912 14333620 37543936 140730717219097 140730717219301 140730717219301 140730717224903 0
Current children cumulated CPU time: 200.83 s
Current children cumulated vsize: 290476 KiB
Current children cumulated memory: 172008 KiB

[startup+162.3 s]
/proc/loadavg: 7.76 4.11 2.67 9/261 30776
/proc/meminfo: memFree=129442364/131382112 swapFree=33010684/33010684
[pid=30714] ppid=30710 vsize=290476 memory=176104 CPUtime=320.04 cores=1,3
/proc/30714/stat : 30714 (cp-sat-runner) S 30710 30714 30453 0 -1 4194304 138715 0 0 0 31975 29 0 0 20 0 3 0 37654137 297447424 44026 18446744073709551615 4198400 12805993 140730717214240 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 14146912 14333620 37543936 140730717219097 140730717219301 140730717219301 140730717224903 0
/proc/30714/statm: 72619 44026 2144 2102 0 46972 0
[pid=30714/tid=30771] ppid=30710 vsize=290476 memory=172008 CPUtime=158.3 cores=1,3
/proc/30714/task/30771/stat : 30771 (cp-sat-runner) R 30710 30714 30453 0 -1 4194368 53057 0 0 0 15822 8 0 0 20 0 3 0 37654361 297447424 44026 18446744073709551615 4198400 12805993 140730717214240 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 14146912 14333620 37543936 140730717219097 140730717219301 140730717219301 140730717224903 0
[pid=30714/tid=30772] ppid=30710 vsize=290476 memory=174568 CPUtime=159.46 cores=1,3
/proc/30714/task/30772/stat : 30772 (cp-sat-runner) R 30710 30714 30453 0 -1 4194368 64200 0 0 0 15938 8 0 0 20 0 3 0 37654361 297447424 44026 18446744073709551615 4198400 12805993 140730717214240 0 0 0 0 0 16386 0 0 0 -1 1 0 0 0 0 0 14146912 14333620 37543936 140730717219097 140730717219301 140730717219301 140730717224903 0
Current children cumulated CPU time: 320.04 s
Current children cumulated vsize: 290476 KiB
Current children cumulated memory: 176104 KiB

[startup+222.3 s]
/proc/loadavg: 7.97 4.84 3.01 9/260 30778
/proc/meminfo: memFree=129436616/131382112 swapFree=33010684/33010684
[pid=30714] ppid=30710 vsize=290476 memory=176360 CPUtime=439.28 cores=1,3
/proc/30714/stat : 30714 (cp-sat-runner) S 30710 30714 30453 0 -1 4194304 139502 0 0 0 43896 32 0 0 20 0 3 0 37654137 297447424 44090 18446744073709551615 4198400 12805993 140730717214240 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 14146912 14333620 37543936 140730717219097 140730717219301 140730717219301 140730717224903 0
/proc/30714/statm: 72619 44090 2144 2102 0 46972 0
[pid=30714/tid=30771] ppid=30710 vsize=290476 memory=14340 CPUtime=217.7 cores=1,3
/proc/30714/task/30771/stat : 30771 (cp-sat-runner) R 30710 30714 30453 0 -1 4194368 53597 0 0 0 21761 9 0 0 20 0 3 0 37654361 297447424 44090 18446744073709551615 4198400 12805993 140730717214240 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 14146912 14333620 37543936 140730717219097 140730717219301 140730717219301 140730717224903 0
[pid=30714/tid=30772] ppid=30710 vsize=290476 memory=14340 CPUtime=219.28 cores=1,3
/proc/30714/task/30772/stat : 30772 (cp-sat-runner) R 30710 30714 30453 0 -1 4194368 64444 0 0 0 21918 10 0 0 20 0 3 0 37654361 297447424 44090 18446744073709551615 4198400 12805993 140730717214240 0 0 0 0 0 16386 0 0 0 -1 1 0 0 0 0 0 14146912 14333620 37543936 140730717219097 140730717219301 140730717219301 140730717224903 0
Current children cumulated CPU time: 439.28 s
Current children cumulated vsize: 290476 KiB
Current children cumulated memory: 176360 KiB

[startup+282.3 s]
/proc/loadavg: 8.10 5.45 3.34 9/260 30780
/proc/meminfo: memFree=129377104/131382112 swapFree=33010684/33010684
[pid=30714] ppid=30710 vsize=290476 memory=180200 CPUtime=558.52 cores=1,3

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

Current children cumulated memory: 181608 KiB

[startup+1362.3 s]
/proc/loadavg: 8.10 8.05 6.67 9/258 30846
/proc/meminfo: memFree=129394640/131382112 swapFree=33010684/33010684
[pid=30714] ppid=30710 vsize=290476 memory=181608 CPUtime=2704.69 cores=1,3
/proc/30714/stat : 30714 (cp-sat-runner) S 30710 30714 30453 0 -1 4194304 146420 0 0 0 270392 77 0 0 20 0 3 0 37654137 297447424 45402 18446744073709551615 4198400 12805993 140730717214240 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 14146912 14333620 37543936 140730717219097 140730717219301 140730717219301 140730717224903 0
/proc/30714/statm: 72619 45402 2176 2102 0 48312 0
[pid=30714/tid=30771] ppid=30710 vsize=290476 memory=181608 CPUtime=1346.23 cores=1,3
/proc/30714/task/30771/stat : 30771 (cp-sat-runner) R 30710 30714 30453 0 -1 4194368 54824 0 0 0 134614 9 0 0 20 0 3 0 37654361 297447424 45402 18446744073709551615 4198400 12805993 140730717214240 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 14146912 14333620 37543936 140730717219097 140730717219301 140730717219301 140730717224903 0
[pid=30714/tid=30772] ppid=30710 vsize=290476 memory=181608 CPUtime=1355.72 cores=1,3
/proc/30714/task/30772/stat : 30772 (cp-sat-runner) R 30710 30714 30453 0 -1 4194368 70046 0 0 0 135533 39 0 0 20 0 3 0 37654361 297447424 45402 18446744073709551615 4198400 12805993 140730717214240 0 0 0 0 0 16386 0 0 0 -1 1 0 0 0 0 0 14146912 14333620 37543936 140730717219097 140730717219301 140730717219301 140730717224903 0
Current children cumulated CPU time: 2704.69 s
Current children cumulated vsize: 290476 KiB
Current children cumulated memory: 181608 KiB

[startup+1422.3 s]
/proc/loadavg: 8.09 8.06 6.76 9/258 30848
/proc/meminfo: memFree=129391124/131382112 swapFree=33010684/33010684
[pid=30714] ppid=30710 vsize=290476 memory=181608 CPUtime=2823.91 cores=1,3
/proc/30714/stat : 30714 (cp-sat-runner) S 30710 30714 30453 0 -1 4194304 146423 0 0 0 282311 80 0 0 20 0 3 0 37654137 297447424 45402 18446744073709551615 4198400 12805993 140730717214240 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 14146912 14333620 37543936 140730717219097 140730717219301 140730717219301 140730717224903 0
/proc/30714/statm: 72619 45402 2176 2102 0 48312 0
[pid=30714/tid=30771] ppid=30710 vsize=290476 memory=181608 CPUtime=1405.63 cores=1,3
/proc/30714/task/30771/stat : 30771 (cp-sat-runner) R 30710 30714 30453 0 -1 4194368 54827 0 0 0 140554 9 0 0 20 0 3 0 37654361 297447424 45402 18446744073709551615 4198400 12805993 140730717214240 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 14146912 14333620 37543936 140730717219097 140730717219301 140730717219301 140730717224903 0
[pid=30714/tid=30772] ppid=30710 vsize=290476 memory=181608 CPUtime=1415.51 cores=1,3
/proc/30714/task/30772/stat : 30772 (cp-sat-runner) R 30710 30714 30453 0 -1 4194368 70046 0 0 0 141510 41 0 0 20 0 3 0 37654361 297447424 45402 18446744073709551615 4198400 12805993 140730717214240 0 0 0 0 0 16386 0 0 0 -1 1 0 0 0 0 0 14146912 14333620 37543936 140730717219097 140730717219301 140730717219301 140730717224903 0
Current children cumulated CPU time: 2823.91 s
Current children cumulated vsize: 290476 KiB
Current children cumulated memory: 181608 KiB

[startup+1482.3 s]
/proc/loadavg: 8.07 8.06 6.85 9/257 30850
/proc/meminfo: memFree=129391992/131382112 swapFree=33010684/33010684
[pid=30714] ppid=30710 vsize=290476 memory=181608 CPUtime=2943.14 cores=1,3
/proc/30714/stat : 30714 (cp-sat-runner) S 30710 30714 30453 0 -1 4194304 146514 0 0 0 294234 80 0 0 20 0 3 0 37654137 297447424 45402 18446744073709551615 4198400 12805993 140730717214240 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 14146912 14333620 37543936 140730717219097 140730717219301 140730717219301 140730717224903 0
/proc/30714/statm: 72619 45402 2176 2102 0 48312 0
[pid=30714/tid=30771] ppid=30710 vsize=290476 memory=181608 CPUtime=1465.03 cores=1,3
/proc/30714/task/30771/stat : 30771 (cp-sat-runner) R 30710 30714 30453 0 -1 4194368 54827 0 0 0 146494 9 0 0 20 0 3 0 37654361 297447424 45402 18446744073709551615 4198400 12805993 140730717214240 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 14146912 14333620 37543936 140730717219097 140730717219301 140730717219301 140730717224903 0
[pid=30714/tid=30772] ppid=30710 vsize=290476 memory=181608 CPUtime=1475.33 cores=1,3
/proc/30714/task/30772/stat : 30772 (cp-sat-runner) R 30710 30714 30453 0 -1 4194368 70134 0 0 0 147492 41 0 0 20 0 3 0 37654361 297447424 45402 18446744073709551615 4198400 12805993 140730717214240 0 0 0 0 0 16386 0 0 0 -1 1 0 0 0 0 0 14146912 14333620 37543936 140730717219097 140730717219301 140730717219301 140730717224903 0
Current children cumulated CPU time: 2943.14 s
Current children cumulated vsize: 290476 KiB
Current children cumulated memory: 181608 KiB

[startup+1542.3 s]
/proc/loadavg: 8.06 8.06 6.93 9/257 30852
/proc/meminfo: memFree=129391732/131382112 swapFree=33010684/33010684
[pid=30714] ppid=30710 vsize=290476 memory=181608 CPUtime=3062.38 cores=1,3
/proc/30714/stat : 30714 (cp-sat-runner) S 30710 30714 30453 0 -1 4194304 146891 0 0 0 306156 82 0 0 20 0 3 0 37654137 297447424 45402 18446744073709551615 4198400 12805993 140730717214240 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 14146912 14333620 37543936 140730717219097 140730717219301 140730717219301 140730717224903 0
/proc/30714/statm: 72619 45402 2176 2102 0 48500 0
[pid=30714/tid=30771] ppid=30710 vsize=290476 memory=-8183434691287029958 CPUtime=1524.43 cores=1,3
/proc/30714/task/30771/stat : 30771 (cp-sat-runner) R 30710 30714 30453 0 -1 4194368 54827 0 0 0 152434 9 0 0 20 0 3 0 37654361 297447424 45402 18446744073709551615 4198400 12805993 140730717214240 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 14146912 14333620 37543936 140730717219097 140730717219301 140730717219301 140730717224903 0
[pid=30714/tid=30772] ppid=30710 vsize=290476 memory=181608 CPUtime=1535.15 cores=1,3
/proc/30714/task/30772/stat : 30772 (cp-sat-runner) R 30710 30714 30453 0 -1 4194368 70511 0 0 0 153473 42 0 0 20 0 3 0 37654361 297447424 45402 18446744073709551615 4198400 12805993 140730717214240 0 0 0 0 0 16386 0 0 0 -1 1 0 0 0 0 0 14146912 14333620 37543936 140730717219097 140730717219301 140730717219301 140730717224903 0
Current children cumulated CPU time: 3062.38 s
Current children cumulated vsize: 290476 KiB
Current children cumulated memory: 181608 KiB

[startup+1602.3 s]
/proc/loadavg: 8.06 8.06 7.00 9/257 30854
/proc/meminfo: memFree=129385824/131382112 swapFree=33010684/33010684
[pid=30714] ppid=30710 vsize=290476 memory=181608 CPUtime=3181.62 cores=1,3
/proc/30714/stat : 30714 (cp-sat-runner) S 30710 30714 30453 0 -1 4194304 146980 0 0 0 318079 83 0 0 20 0 3 0 37654137 297447424 45402 18446744073709551615 4198400 12805993 140730717214240 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 14146912 14333620 37543936 140730717219097 140730717219301 140730717219301 140730717224903 0
/proc/30714/statm: 72619 45402 2176 2102 0 48500 0
[pid=30714/tid=30771] ppid=30710 vsize=290476 memory=-8183434691287029958 CPUtime=1583.83 cores=1,3
/proc/30714/task/30771/stat : 30771 (cp-sat-runner) R 30710 30714 30453 0 -1 4194368 54831 0 0 0 158374 9 0 0 20 0 3 0 37654361 297447424 45402 18446744073709551615 4198400 12805993 140730717214240 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 14146912 14333620 37543936 140730717219097 140730717219301 140730717219301 140730717224903 0
[pid=30714/tid=30772] ppid=30710 vsize=290476 memory=14340 CPUtime=1594.98 cores=1,3
/proc/30714/task/30772/stat : 30772 (cp-sat-runner) R 30710 30714 30453 0 -1 4194368 70586 0 0 0 159455 43 0 0 20 0 3 0 37654361 297447424 45402 18446744073709551615 4198400 12805993 140730717214240 0 0 0 0 0 16386 0 0 0 -1 1 0 0 0 0 0 14146912 14333620 37543936 140730717219097 140730717219301 140730717219301 140730717224903 0
Current children cumulated CPU time: 3181.62 s
Current children cumulated vsize: 290476 KiB
Current children cumulated memory: 181608 KiB

[startup+1662.3 s]
/proc/loadavg: 8.13 8.08 7.08 9/257 30856
/proc/meminfo: memFree=129387756/131382112 swapFree=33010684/33010684
[pid=30714] ppid=30710 vsize=290476 memory=181736 CPUtime=3300.86 cores=1,3
/proc/30714/stat : 30714 (cp-sat-runner) S 30710 30714 30453 0 -1 4194304 147647 0 0 0 330002 84 0 0 20 0 3 0 37654137 297447424 45434 18446744073709551615 4198400 12805993 140730717214240 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 14146912 14333620 37543936 140730717219097 140730717219301 140730717219301 140730717224903 0
/proc/30714/statm: 72619 45434 2176 2102 0 48500 0
[pid=30714/tid=30771] ppid=30710 vsize=290476 memory=-8183434691287029958 CPUtime=1643.23 cores=1,3
/proc/30714/task/30771/stat : 30771 (cp-sat-runner) R 30710 30714 30453 0 -1 4194368 54834 0 0 0 164314 9 0 0 20 0 3 0 37654361 297447424 45434 18446744073709551615 4198400 12805993 140730717214240 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 14146912 14333620 37543936 140730717219097 140730717219301 140730717219301 140730717224903 0
[pid=30714/tid=30772] ppid=30710 vsize=290476 memory=17408 CPUtime=1654.79 cores=1,3
/proc/30714/task/30772/stat : 30772 (cp-sat-runner) R 30710 30714 30453 0 -1 4194368 71250 0 0 0 165435 44 0 0 20 0 3 0 37654361 297447424 45434 18446744073709551615 4198400 12805993 140730717214240 0 0 0 0 0 16386 0 0 0 -1 1 0 0 0 0 0 14146912 14333620 37543936 140730717219097 140730717219301 140730717219301 140730717224903 0
Current children cumulated CPU time: 3300.86 s
Current children cumulated vsize: 290476 KiB
Current children cumulated memory: 181736 KiB

[startup+1722.3 s]
/proc/loadavg: 8.10 8.08 7.14 9/257 30858
/proc/meminfo: memFree=129395844/131382112 swapFree=33010684/33010684
[pid=30714] ppid=30710 vsize=290476 memory=181736 CPUtime=3420.1 cores=1,3
/proc/30714/stat : 30714 (cp-sat-runner) S 30710 30714 30453 0 -1 4194304 147662 0 0 0 341924 86 0 0 20 0 3 0 37654137 297447424 45434 18446744073709551615 4198400 12805993 140730717214240 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 14146912 14333620 37543936 140730717219097 140730717219301 140730717219301 140730717224903 0
/proc/30714/statm: 72619 45434 2176 2102 0 48500 0
[pid=30714/tid=30771] ppid=30710 vsize=290476 memory=-8183434691287029958 CPUtime=1702.63 cores=1,3
/proc/30714/task/30771/stat : 30771 (cp-sat-runner) R 30710 30714 30453 0 -1 4194368 54845 0 0 0 170254 9 0 0 20 0 3 0 37654361 297447424 45434 18446744073709551615 4198400 12805993 140730717214240 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 14146912 14333620 37543936 140730717219097 140730717219301 140730717219301 140730717224903 0
[pid=30714/tid=30772] ppid=30710 vsize=290476 memory=181736 CPUtime=1714.61 cores=1,3
/proc/30714/task/30772/stat : 30772 (cp-sat-runner) R 30710 30714 30453 0 -1 4194368 71251 0 0 0 171416 45 0 0 20 0 3 0 37654361 297447424 45434 18446744073709551615 4198400 12805993 140730717214240 0 0 0 0 0 16386 0 0 0 -1 1 0 0 0 0 0 14146912 14333620 37543936 140730717219097 140730717219301 140730717219301 140730717224903 0
Current children cumulated CPU time: 3420.1 s
Current children cumulated vsize: 290476 KiB
Current children cumulated memory: 181736 KiB

[startup+1782.3 s]
/proc/loadavg: 8.12 8.08 7.20 9/258 30863
/proc/meminfo: memFree=129396276/131382112 swapFree=33010684/33010684
[pid=30714] ppid=30710 vsize=290476 memory=186752 CPUtime=3539.34 cores=1,3
/proc/30714/stat : 30714 (cp-sat-runner) S 30710 30714 30453 0 -1 4194304 148482 0 0 0 353847 87 0 0 20 0 3 0 37654137 297447424 46688 18446744073709551615 4198400 12805993 140730717214240 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 14146912 14333620 37543936 140730717219097 140730717219301 140730717219301 140730717224903 0
/proc/30714/statm: 72619 46688 2176 2102 0 49347 0
[pid=30714/tid=30771] ppid=30710 vsize=290476 memory=17408 CPUtime=1762.04 cores=1,3
/proc/30714/task/30771/stat : 30771 (cp-sat-runner) R 30710 30714 30453 0 -1 4194368 54845 0 0 0 176195 9 0 0 20 0 3 0 37654361 297447424 46688 18446744073709551615 4198400 12805993 140730717214240 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 14146912 14333620 37543936 140730717219097 140730717219301 140730717219301 140730717224903 0
[pid=30714/tid=30772] ppid=30710 vsize=290476 memory=186752 CPUtime=1774.43 cores=1,3
/proc/30714/task/30772/stat : 30772 (cp-sat-runner) R 30710 30714 30453 0 -1 4194368 72071 0 0 0 177397 46 0 0 20 0 3 0 37654361 297447424 46688 18446744073709551615 4198400 12805993 140730717214240 0 0 0 0 0 16386 0 0 0 -1 1 0 0 0 0 0 14146912 14333620 37543936 140730717219097 140730717219301 140730717219301 140730717224903 0
Current children cumulated CPU time: 3539.34 s
Current children cumulated vsize: 290476 KiB
Current children cumulated memory: 186752 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1812.9 s]
/proc/loadavg: 8.07 8.07 7.23 7/252 30898
/proc/meminfo: memFree=129427128/131382112 swapFree=33010684/33010684
[pid=30714] ppid=30710 vsize=290476 memory=186752 CPUtime=3600.08 cores=1,3
/proc/30714/stat : 30714 (cp-sat-runner) S 30710 30714 30453 0 -1 4194304 148564 0 0 0 359915 93 0 0 20 0 3 0 37654137 297447424 46688 18446744073709551615 4198400 12805993 140730717214240 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 14146912 14333620 37543936 140730717219097 140730717219301 140730717219301 140730717224903 0
/proc/30714/statm: 72619 46688 2176 2102 0 49347 0
[pid=30714/tid=30771] ppid=30710 vsize=290476 memory=186752 CPUtime=1792.27 cores=1,3
/proc/30714/task/30771/stat : 30771 (cp-sat-runner) R 30710 30714 30453 0 -1 4194368 54854 0 0 0 179212 15 0 0 20 0 3 0 37654361 297447424 46688 18446744073709551615 4198400 12805993 140730717214240 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 14146912 14333620 37543936 140730717219097 140730717219301 140730717219301 140730717224903 0
[pid=30714/tid=30772] ppid=30710 vsize=290476 memory=186752 CPUtime=1804.93 cores=1,3
/proc/30714/task/30772/stat : 30772 (cp-sat-runner) R 30710 30714 30453 0 -1 4194368 72130 0 0 0 180447 46 0 0 20 0 3 0 37654361 297447424 46688 18446744073709551615 4198400 12805993 140730717214240 0 0 0 0 0 16386 0 0 0 -1 1 0 0 0 0 0 14146912 14333620 37543936 140730717219097 140730717219301 140730717219301 140730717224903 0
Current children cumulated CPU time: 3600.08 s
Current children cumulated vsize: 290476 KiB
Current children cumulated memory: 186752 KiB

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

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

# cumulated CPU time of all completed processes:  user=3599.17 s, system=0.94175 s

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

[startup+1812.9 s]
/proc/loadavg: 8.07 8.07 7.23 7/252 30898
/proc/meminfo: memFree=129427128/131382112 swapFree=33010684/33010684
[pid=30714] ppid=30710 vsize=290476 memory=186752 CPUtime=3600.08 cores=1,3
/proc/30714/stat : 30714 (cp-sat-runner) S 30710 30714 30453 0 -1 4194304 148564 0 0 0 359915 93 0 0 20 0 3 0 37654137 297447424 46688 18446744073709551615 4198400 12805993 140730717214240 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 14146912 14333620 37543936 140730717219097 140730717219301 140730717219301 140730717224903 0
/proc/30714/statm: 72619 46688 2176 2102 0 49347 0
[pid=30714/tid=30771] ppid=30710 vsize=290476 memory=186752 CPUtime=1792.27 cores=1,3
/proc/30714/task/30771/stat : 30771 (cp-sat-runner) R 30710 30714 30453 0 -1 4194368 54854 0 0 0 179212 15 0 0 20 0 3 0 37654361 297447424 46688 18446744073709551615 4198400 12805993 140730717214240 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 14146912 14333620 37543936 140730717219097 140730717219301 140730717219301 140730717224903 0
[pid=30714/tid=30772] ppid=30710 vsize=290476 memory=186752 CPUtime=1804.93 cores=1,3
/proc/30714/task/30772/stat : 30772 (cp-sat-runner) R 30710 30714 30453 0 -1 4194368 72130 0 0 0 180447 46 0 0 20 0 3 0 37654361 297447424 46688 18446744073709551615 4198400 12805993 140730717214240 0 0 0 0 0 16386 0 0 0 -1 1 0 0 0 0 0 14146912 14333620 37543936 140730717219097 140730717219301 140730717219301 140730717224903 0
Current children cumulated CPU time: 3600.08 s
Current children cumulated vsize: 290476 KiB
Current children cumulated memory: 186752 KiB

Child status: 0

Real time (s): 1812.91
CPU time (s): 3600.11
CPU user time (s): 3599.17
CPU system time (s): 0.94175
CPU usage (%): 198.582
Max. virtual memory (cumulated for all children) (KiB): 290476
Max. memory (cumulated for all children) (KiB): 186752

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.17
system time used= 0.94175
maximum resident set size= 186880
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 148572
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= 44693
involuntary context switches= 166170


# summary of solver processes directly reported to runsolver:
#   pid: 30714
#   total CPU time (s): 3600.11
#   total CPU user time (s): 3599.17
#   total CPU system time (s): 0.94175

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.50129 second user time and 8.58669 second system time

The end

Launcher Data

Begin job on nodeC007 at 2025-06-29 19:55:50
IDJOB=4514286
IDBENCH=162621
IDSOLVER=3320
FILE ID=nodeC007/4514286-1751219750
RUNJOBID= nodeC007-1751219748-30470
SLURM_JOB_ID= 9587673
Free space on /tmp= 432984 MiB

SOLVER NAME= OR-Tools CP-SAT 9.14
BENCH NAME= PB24/normalized-PB16/DEC-LIN/quimper/SyncCodes/d-equals-n_k/normalized-compression64_8.opb
COMMAND LINE= cp-sat-runner --params num_workers:NBCORE,log_search_progress:false,max_time_in_seconds:TIMEOUT,random_seed:RANDOMSEED --competition_mode --input BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4514286-1751219750/watcher-4514286-1751219750 -o /tmp/evaluation-result-4514286-1751219750/solver-4514286-1751219750 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC007-1751219748-30470 --watchdog 3760  cp-sat-runner --params num_workers:2,log_search_progress:false,max_time_in_seconds:3600,random_seed:423979933 --competition_mode --input HOME/instance-4514286-1751219750.opb

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

MD5SUM BENCH= 07ba29cf24b97459f05241f8c3fed802
RANDOM SEED=423979933

nodeC007 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		: 1197.189
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.68
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		: 1197.181
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.68
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		: 1196.145
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.68
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		: 1197.138
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.68
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		: 1191.146
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.68
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		: 1197.215
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.68
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.202
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.68
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		: 1183.390
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.68
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        129932396 kB
MemAvailable:   129946212 kB
Buffers:            3280 kB
Cached:           823608 kB
SwapCached:            0 kB
Active:           317384 kB
Inactive:         578276 kB
Active(anon):      86732 kB
Inactive(anon):        0 kB
Active(file):     230652 kB
Inactive(file):   578276 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             56900 kB
Writeback:            12 kB
AnonPages:         72184 kB
Mapped:           104616 kB
Shmem:             17960 kB
KReclaimable:      89032 kB
Slab:             170548 kB
SReclaimable:      89032 kB
SUnreclaim:        81516 kB
KernelStack:        3948 kB
PageTables:         2836 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:     357432 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149368 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     14336 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:      201544 kB
DirectMap2M:    10186752 kB
DirectMap1G:    125829120 kB

Free space on /tmp at the end= 432960 MiB
End job on nodeC007 at 2025-06-29 20:26:03