Trace number 4514358

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.03 1811.31

General information on the benchmark

NamePB24/normalized-PB16/DEC-LIN/quimper/SyncCodes/
d-equals-n_k/normalized-compression32_10.opb
MD5SUM7fddd5a63b4237b93179de1569c49542
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 benchmark15.0846
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1806
Total number of constraints8614
Number of constraints which are clauses8610
Number of constraints which are cardinality constraints (but not clauses)4
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint42
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 10
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 52
Number of bits of the biggest sum of numbers6
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

3600.01/1811.30	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 (63053 MiB free)
  memory of node 1: 64465 MiB (63705 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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

solver pid=30765, runsolver pid=30762

[startup+0.10007 s]*
/proc/loadavg: 0.86 1.05 1.58 6/255 30766
/proc/meminfo: memFree=129793608/131382112 swapFree=33010684/33010684
[pid=30765] ppid=30762 vsize=19796 memory=15460 CPUtime=0.11 cores=0,2
/proc/30765/stat : 30765 (cp-sat-runner) R 30762 30765 30453 0 -1 4194304 2775 0 0 0 10 1 0 0 20 0 1 0 37654243 20271104 3865 18446744073709551615 4198400 12805993 140733101895584 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 14146912 14333620 40792064 140733101898008 140733101898213 140733101898213 140733101903815 0
/proc/30765/statm: 4949 3865 1504 2102 0 2489 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 19796 KiB
Current children cumulated memory: 15460 KiB

[startup+0.213928 s]*
/proc/loadavg: 0.86 1.05 1.58 6/255 30766
/proc/meminfo: memFree=129789828/131382112 swapFree=33010684/33010684
[pid=30765] ppid=30762 vsize=23936 memory=20532 CPUtime=0.21 cores=0,2
/proc/30765/stat : 30765 (cp-sat-runner) R 30762 30765 30453 0 -1 4194304 4424 0 0 0 20 1 0 0 20 0 1 0 37654243 24510464 5133 18446744073709551615 4198400 12805993 140733101895584 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 14146912 14333620 40792064 140733101898008 140733101898213 140733101898213 140733101903815 0
/proc/30765/statm: 5984 5133 1792 2102 0 3524 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 23936 KiB
Current children cumulated memory: 20532 KiB

[startup+0.313641 s]*
/proc/loadavg: 0.86 1.05 1.58 6/255 30766
/proc/meminfo: memFree=129785796/131382112 swapFree=33010684/33010684
[pid=30765] ppid=30762 vsize=24768 memory=21812 CPUtime=0.31 cores=0,2
/proc/30765/stat : 30765 (cp-sat-runner) R 30762 30765 30453 0 -1 4194304 4624 0 0 0 30 1 0 0 20 0 1 0 37654243 25362432 5453 18446744073709551615 4198400 12805993 140733101895584 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 14146912 14333620 40792064 140733101898008 140733101898213 140733101898213 140733101903815 0
/proc/30765/statm: 6192 5453 1920 2102 0 3732 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 24768 KiB
Current children cumulated memory: 21812 KiB

[startup+0.700306 s]
/proc/loadavg: 0.86 1.05 1.58 6/255 30766
/proc/meminfo: memFree=129757180/131382112 swapFree=33010684/33010684
[pid=30765] ppid=30762 vsize=175064 memory=42048 CPUtime=0.84 cores=0,2
/proc/30765/stat : 30765 (cp-sat-runner) S 30762 30765 30453 0 -1 4194304 10042 0 0 0 81 3 0 0 20 0 3 0 37654243 179265536 10512 18446744073709551615 4198400 12805993 140733101895584 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 14146912 14333620 40792064 140733101898008 140733101898213 140733101898213 140733101903815 0
/proc/30765/statm: 43766 10512 2144 2102 0 13104 0
Current children cumulated CPU time: 0.84 s
Current children cumulated vsize: 175064 KiB
Current children cumulated memory: 42048 KiB

[startup+1.50022 s]
/proc/loadavg: 0.86 1.05 1.58 7/257 30768
/proc/meminfo: memFree=129724420/131382112 swapFree=33010684/33010684
[pid=30765] ppid=30762 vsize=175064 memory=52052 CPUtime=2.41 cores=0,2
/proc/30765/stat : 30765 (cp-sat-runner) S 30762 30765 30453 0 -1 4194304 12953 0 0 0 237 4 0 0 20 0 3 0 37654243 179265536 13013 18446744073709551615 4198400 12805993 140733101895584 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 14146912 14333620 40792064 140733101898008 140733101898213 140733101898213 140733101903815 0
/proc/30765/statm: 43766 13013 2144 2102 0 15710 0
[pid=30765/tid=30767] ppid=30762 vsize=175064 memory=0 CPUtime=0.94 cores=0,2
/proc/30765/task/30767/stat : 30767 (cp-sat-runner) R 30762 30765 30453 0 -1 4194368 4057 0 0 0 93 1 0 0 20 0 3 0 37654296 179265536 13013 18446744073709551615 4198400 12805993 140733101895584 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 14146912 14333620 40792064 140733101898008 140733101898213 140733101898213 140733101903815 0
[pid=30765/tid=30768] ppid=30762 vsize=175064 memory=14340 CPUtime=0.94 cores=0,2
/proc/30765/task/30768/stat : 30768 (cp-sat-runner) R 30762 30765 30453 0 -1 4194368 3055 0 0 0 93 1 0 0 20 0 3 0 37654296 179265536 13013 18446744073709551615 4198400 12805993 140733101895584 0 0 0 0 0 16386 0 0 0 -1 0 0 0 0 0 0 14146912 14333620 40792064 140733101898008 140733101898213 140733101898213 140733101903815 0
Current children cumulated CPU time: 2.41 s
Current children cumulated vsize: 175064 KiB
Current children cumulated memory: 52052 KiB

[startup+3.10561 s]
/proc/loadavg: 1.43 1.16 1.61 9/261 30772
/proc/meminfo: memFree=129557040/131382112 swapFree=33010684/33010684
[pid=30765] ppid=30762 vsize=175064 memory=57940 CPUtime=5.6 cores=0,2
/proc/30765/stat : 30765 (cp-sat-runner) S 30762 30765 30453 0 -1 4194304 20943 0 0 0 554 6 0 0 20 0 3 0 37654243 179265536 14485 18446744073709551615 4198400 12805993 140733101895584 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 14146912 14333620 40792064 140733101898008 140733101898213 140733101898213 140733101903815 0
/proc/30765/statm: 43766 14485 2144 2102 0 17521 0
[pid=30765/tid=30767] ppid=30762 vsize=175064 memory=14340 CPUtime=2.53 cores=0,2
/proc/30765/task/30767/stat : 30767 (cp-sat-runner) R 30762 30765 30453 0 -1 4194368 9269 0 0 0 251 2 0 0 20 0 3 0 37654296 179265536 14485 18446744073709551615 4198400 12805993 140733101895584 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 14146912 14333620 40792064 140733101898008 140733101898213 140733101898213 140733101903815 0
[pid=30765/tid=30768] ppid=30762 vsize=175064 memory=55380 CPUtime=2.53 cores=0,2
/proc/30765/task/30768/stat : 30768 (cp-sat-runner) R 30762 30765 30453 0 -1 4194368 5810 0 0 0 252 1 0 0 20 0 3 0 37654296 179265536 14485 18446744073709551615 4198400 12805993 140733101895584 0 0 0 0 0 16386 0 0 0 -1 0 0 0 0 0 0 14146912 14333620 40792064 140733101898008 140733101898213 140733101898213 140733101903815 0
Current children cumulated CPU time: 5.6 s
Current children cumulated vsize: 175064 KiB
Current children cumulated memory: 57940 KiB

[startup+6.3002 s]
/proc/loadavg: 1.43 1.16 1.61 9/261 30772
/proc/meminfo: memFree=129543532/131382112 swapFree=33010684/33010684
[pid=30765] ppid=30762 vsize=175064 memory=59348 CPUtime=11.95 cores=0,2
/proc/30765/stat : 30765 (cp-sat-runner) S 30762 30765 30453 0 -1 4194304 32434 0 0 0 1189 6 0 0 20 0 3 0 37654243 179265536 14837 18446744073709551615 4198400 12805993 140733101895584 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 14146912 14333620 40792064 140733101898008 140733101898213 140733101898213 140733101903815 0
/proc/30765/statm: 43766 14837 2144 2102 0 17909 0
[pid=30765/tid=30767] ppid=30762 vsize=175064 memory=14340 CPUtime=5.7 cores=0,2
/proc/30765/task/30767/stat : 30767 (cp-sat-runner) R 30762 30765 30453 0 -1 4194368 16517 0 0 0 567 3 0 0 20 0 3 0 37654296 179265536 14837 18446744073709551615 4198400 12805993 140733101895584 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 14146912 14333620 40792064 140733101898008 140733101898213 140733101898213 140733101903815 0
[pid=30765/tid=30768] ppid=30762 vsize=175064 memory=17408 CPUtime=5.72 cores=0,2
/proc/30765/task/30768/stat : 30768 (cp-sat-runner) R 30762 30765 30453 0 -1 4194368 10006 0 0 0 571 1 0 0 20 0 3 0 37654296 179265536 14837 18446744073709551615 4198400 12805993 140733101895584 0 0 0 0 0 16386 0 0 0 -1 0 0 0 0 0 0 14146912 14333620 40792064 140733101898008 140733101898213 140733101898213 140733101903815 0
Current children cumulated CPU time: 11.95 s
Current children cumulated vsize: 175064 KiB
Current children cumulated memory: 59348 KiB

[startup+12.7002 s]
/proc/loadavg: 1.96 1.28 1.65 9/261 30772
/proc/meminfo: memFree=129535972/131382112 swapFree=33010684/33010684
[pid=30765] ppid=30762 vsize=175064 memory=59476 CPUtime=24.67 cores=0,2
/proc/30765/stat : 30765 (cp-sat-runner) S 30762 30765 30453 0 -1 4194304 34772 0 0 0 2461 6 0 0 20 0 3 0 37654243 179265536 14869 18446744073709551615 4198400 12805993 140733101895584 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 14146912 14333620 40792064 140733101898008 140733101898213 140733101898213 140733101903815 0
/proc/30765/statm: 43766 14869 2144 2102 0 17909 0
[pid=30765/tid=30767] ppid=30762 vsize=175064 memory=59476 CPUtime=12.04 cores=0,2
/proc/30765/task/30767/stat : 30767 (cp-sat-runner) R 30762 30765 30453 0 -1 4194368 17564 0 0 0 1201 3 0 0 20 0 3 0 37654296 179265536 14869 18446744073709551615 4198400 12805993 140733101895584 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 14146912 14333620 40792064 140733101898008 140733101898213 140733101898213 140733101903815 0
[pid=30765/tid=30768] ppid=30762 vsize=175064 memory=57940 CPUtime=12.1 cores=0,2
/proc/30765/task/30768/stat : 30768 (cp-sat-runner) R 30762 30765 30453 0 -1 4194368 11294 0 0 0 1209 1 0 0 20 0 3 0 37654296 179265536 14869 18446744073709551615 4198400 12805993 140733101895584 0 0 0 0 0 16386 0 0 0 -1 0 0 0 0 0 0 14146912 14333620 40792064 140733101898008 140733101898213 140733101898213 140733101903815 0
Current children cumulated CPU time: 24.67 s
Current children cumulated vsize: 175064 KiB
Current children cumulated memory: 59476 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=30765] ppid=30762 vsize=175064 memory=64468 CPUtime=50.12 cores=0,2
/proc/30765/stat : 30765 (cp-sat-runner) S 30762 30765 30453 0 -1 4194304 42140 0 0 0 5004 8 0 0 20 0 3 0 37654243 179265536 16117 18446744073709551615 4198400 12805993 140733101895584 0 0 0 0 0 16386 0 0 0 17 2 0 0 0 0 0 14146912 14333620 40792064 140733101898008 140733101898213 140733101898213 140733101903815 0
/proc/30765/statm: 43766 16117 2144 2102 0 19269 0
[pid=30765/tid=30767] ppid=30762 vsize=175064 memory=14340 CPUtime=24.79 cores=0,2
/proc/30765/task/30767/stat : 30767 (cp-sat-runner) R 30762 30765 30453 0 -1 4194368 21884 0 0 0 2476 3 0 0 20 0 3 0 37654296 179265536 16117 18446744073709551615 4198400 12805993 140733101895584 0 0 0 0 0 16386 0 0 0 -1 0 0 0 0 0 0 14146912 14333620 40792064 140733101898008 140733101898213 140733101898213 140733101903815 0
[pid=30765/tid=30768] ppid=30762 vsize=175064 memory=62292 CPUtime=24.78 cores=0,2
/proc/30765/task/30768/stat : 30768 (cp-sat-runner) R 30762 30765 30453 0 -1 4194368 14316 0 0 0 2476 2 0 0 20 0 3 0 37654296 179265536 16117 18446744073709551615 4198400 12805993 140733101895584 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 14146912 14333620 40792064 140733101898008 140733101898213 140733101898213 140733101903815 0
Current children cumulated CPU time: 50.12 s
Current children cumulated vsize: 175064 KiB
Current children cumulated memory: 64468 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=30765] ppid=30762 vsize=175064 memory=68948 CPUtime=101.02 cores=0,2
/proc/30765/stat : 30765 (cp-sat-runner) S 30762 30765 30453 0 -1 4194304 57377 0 0 0 10092 10 0 0 20 0 3 0 37654243 179265536 17237 18446744073709551615 4198400 12805993 140733101895584 0 0 0 0 0 16386 0 0 0 17 2 0 0 0 0 0 14146912 14333620 40792064 140733101898008 140733101898213 140733101898213 140733101903815 0
/proc/30765/statm: 43766 17237 2144 2102 0 20350 0
[pid=30765/tid=30767] ppid=30762 vsize=175064 memory=68948 CPUtime=50.32 cores=0,2
/proc/30765/task/30767/stat : 30767 (cp-sat-runner) R 30762 30765 30453 0 -1 4194368 31325 0 0 0 5028 4 0 0 20 0 3 0 37654296 179265536 17237 18446744073709551615 4198400 12805993 140733101895584 0 0 0 0 0 16386 0 0 0 -1 0 0 0 0 0 0 14146912 14333620 40792064 140733101898008 140733101898213 140733101898213 140733101903815 0
[pid=30765/tid=30768] ppid=30762 vsize=175064 memory=68948 CPUtime=50.15 cores=0,2
/proc/30765/task/30768/stat : 30768 (cp-sat-runner) R 30762 30765 30453 0 -1 4194368 20052 0 0 0 5012 3 0 0 20 0 3 0 37654296 179265536 17237 18446744073709551615 4198400 12805993 140733101895584 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 14146912 14333620 40792064 140733101898008 140733101898213 140733101898213 140733101903815 0
Current children cumulated CPU time: 101.02 s
Current children cumulated vsize: 175064 KiB
Current children cumulated memory: 68948 KiB

[startup+102.3 s]
/proc/loadavg: 7.08 3.21 2.30 9/261 30774
/proc/meminfo: memFree=129495232/131382112 swapFree=33010684/33010684
[pid=30765] ppid=30762 vsize=175064 memory=72020 CPUtime=202.79 cores=0,2
/proc/30765/stat : 30765 (cp-sat-runner) S 30762 30765 30453 0 -1 4194304 74611 0 0 0 20265 14 0 0 20 0 3 0 37654243 179265536 18005 18446744073709551615 4198400 12805993 140733101895584 0 0 0 0 0 16386 0 0 0 17 2 0 0 0 0 0 14146912 14333620 40792064 140733101898008 140733101898213 140733101898213 140733101903815 0
/proc/30765/statm: 43766 18005 2144 2102 0 21368 0
[pid=30765/tid=30767] ppid=30762 vsize=175064 memory=72020 CPUtime=101.37 cores=0,2
/proc/30765/task/30767/stat : 30767 (cp-sat-runner) R 30762 30765 30453 0 -1 4194368 44772 0 0 0 10131 6 0 0 20 0 3 0 37654296 179265536 18005 18446744073709551615 4198400 12805993 140733101895584 0 0 0 0 0 16386 0 0 0 -1 0 0 0 0 0 0 14146912 14333620 40792064 140733101898008 140733101898213 140733101898213 140733101903815 0
[pid=30765/tid=30768] ppid=30762 vsize=175064 memory=72020 CPUtime=100.85 cores=0,2
/proc/30765/task/30768/stat : 30768 (cp-sat-runner) R 30762 30765 30453 0 -1 4194368 23778 0 0 0 10080 5 0 0 20 0 3 0 37654296 179265536 18005 18446744073709551615 4198400 12805993 140733101895584 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 14146912 14333620 40792064 140733101898008 140733101898213 140733101898213 140733101903815 0
Current children cumulated CPU time: 202.79 s
Current children cumulated vsize: 175064 KiB
Current children cumulated memory: 72020 KiB

[startup+162.3 s]
/proc/loadavg: 7.76 4.11 2.67 9/261 30776
/proc/meminfo: memFree=129441608/131382112 swapFree=33010684/33010684
[pid=30765] ppid=30762 vsize=175064 memory=73556 CPUtime=322.06 cores=0,2
/proc/30765/stat : 30765 (cp-sat-runner) S 30762 30765 30453 0 -1 4194304 83688 0 0 0 32189 17 0 0 20 0 3 0 37654243 179265536 18389 18446744073709551615 4198400 12805993 140733101895584 0 0 0 0 0 16386 0 0 0 17 2 0 0 0 0 0 14146912 14333620 40792064 140733101898008 140733101898213 140733101898213 140733101903815 0
/proc/30765/statm: 43766 18389 2144 2102 0 21738 0
[pid=30765/tid=30767] ppid=30762 vsize=175064 memory=72020 CPUtime=161.19 cores=0,2
/proc/30765/task/30767/stat : 30767 (cp-sat-runner) R 30762 30765 30453 0 -1 4194368 51591 0 0 0 16113 6 0 0 20 0 3 0 37654296 179265536 18389 18446744073709551615 4198400 12805993 140733101895584 0 0 0 0 0 16386 0 0 0 -1 0 0 0 0 0 0 14146912 14333620 40792064 140733101898008 140733101898213 140733101898213 140733101903815 0
[pid=30765/tid=30768] ppid=30762 vsize=175064 memory=21484 CPUtime=160.27 cores=0,2
/proc/30765/task/30768/stat : 30768 (cp-sat-runner) R 30762 30765 30453 0 -1 4194368 26018 0 0 0 16021 6 0 0 20 0 3 0 37654296 179265536 18389 18446744073709551615 4198400 12805993 140733101895584 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 14146912 14333620 40792064 140733101898008 140733101898213 140733101898213 140733101903815 0
Current children cumulated CPU time: 322.06 s
Current children cumulated vsize: 175064 KiB
Current children cumulated memory: 73556 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=30765] ppid=30762 vsize=175064 memory=73556 CPUtime=441.33 cores=0,2
/proc/30765/stat : 30765 (cp-sat-runner) S 30762 30765 30453 0 -1 4194304 97642 0 0 0 44114 19 0 0 20 0 3 0 37654243 179265536 18389 18446744073709551615 4198400 12805993 140733101895584 0 0 0 0 0 16386 0 0 0 17 2 0 0 0 0 0 14146912 14333620 40792064 140733101898008 140733101898213 140733101898213 140733101903815 0
/proc/30765/statm: 43766 18389 2144 2102 0 21738 0
[pid=30765/tid=30767] ppid=30762 vsize=175064 memory=73556 CPUtime=221.01 cores=0,2
/proc/30765/task/30767/stat : 30767 (cp-sat-runner) R 30762 30765 30453 0 -1 4194368 62129 0 0 0 22094 7 0 0 20 0 3 0 37654296 179265536 18389 18446744073709551615 4198400 12805993 140733101895584 0 0 0 0 0 16386 0 0 0 -1 0 0 0 0 0 0 14146912 14333620 40792064 140733101898008 140733101898213 140733101898213 140733101903815 0
[pid=30765/tid=30768] ppid=30762 vsize=175064 memory=14340 CPUtime=219.7 cores=0,2
/proc/30765/task/30768/stat : 30768 (cp-sat-runner) R 30762 30765 30453 0 -1 4194368 29374 0 0 0 21963 7 0 0 20 0 3 0 37654296 179265536 18389 18446744073709551615 4198400 12805993 140733101895584 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 14146912 14333620 40792064 140733101898008 140733101898213 140733101898213 140733101903815 0
Current children cumulated CPU time: 441.33 s
Current children cumulated vsize: 175064 KiB
Current children cumulated memory: 73556 KiB


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

Current children cumulated memory: 79188 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=30765] ppid=30762 vsize=175064 memory=79316 CPUtime=2707.46 cores=0,2
/proc/30765/stat : 30765 (cp-sat-runner) S 30762 30765 30453 0 -1 4194304 102236 0 0 0 270699 47 0 0 20 0 3 0 37654243 179265536 19829 18446744073709551615 4198400 12805993 140733101895584 0 0 0 0 0 16386 0 0 0 17 2 0 0 0 0 0 14146912 14333620 40792064 140733101898008 140733101898213 140733101898213 140733101903815 0
/proc/30765/statm: 43766 19829 2144 2102 0 22259 0
[pid=30765/tid=30767] ppid=30762 vsize=175064 memory=79188 CPUtime=1357.69 cores=0,2
/proc/30765/task/30767/stat : 30767 (cp-sat-runner) R 30762 30765 30453 0 -1 4194368 65069 0 0 0 135761 8 0 0 20 0 3 0 37654296 179265536 19829 18446744073709551615 4198400 12805993 140733101895584 0 0 0 0 0 16386 0 0 0 -1 0 0 0 0 0 0 14146912 14333620 40792064 140733101898008 140733101898213 140733101898213 140733101903815 0
[pid=30765/tid=30768] ppid=30762 vsize=175064 memory=79188 CPUtime=1348.76 cores=0,2
/proc/30765/task/30768/stat : 30768 (cp-sat-runner) R 30762 30765 30453 0 -1 4194368 30926 0 0 0 134851 25 0 0 20 0 3 0 37654296 179265536 19829 18446744073709551615 4198400 12805993 140733101895584 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 14146912 14333620 40792064 140733101898008 140733101898213 140733101898213 140733101903815 0
Current children cumulated CPU time: 2707.46 s
Current children cumulated vsize: 175064 KiB
Current children cumulated memory: 79316 KiB

[startup+1422.3 s]
/proc/loadavg: 8.09 8.06 6.76 9/258 30848
/proc/meminfo: memFree=129390872/131382112 swapFree=33010684/33010684
[pid=30765] ppid=30762 vsize=175064 memory=79316 CPUtime=2826.74 cores=0,2
/proc/30765/stat : 30765 (cp-sat-runner) S 30762 30765 30453 0 -1 4194304 102238 0 0 0 282625 49 0 0 20 0 3 0 37654243 179265536 19829 18446744073709551615 4198400 12805993 140733101895584 0 0 0 0 0 16386 0 0 0 17 2 0 0 0 0 0 14146912 14333620 40792064 140733101898008 140733101898213 140733101898213 140733101903815 0
/proc/30765/statm: 43766 19829 2144 2102 0 22259 0
[pid=30765/tid=30767] ppid=30762 vsize=175064 memory=79188 CPUtime=1417.53 cores=0,2
/proc/30765/task/30767/stat : 30767 (cp-sat-runner) R 30762 30765 30453 0 -1 4194368 65070 0 0 0 141744 9 0 0 20 0 3 0 37654296 179265536 19829 18446744073709551615 4198400 12805993 140733101895584 0 0 0 0 0 16386 0 0 0 -1 0 0 0 0 0 0 14146912 14333620 40792064 140733101898008 140733101898213 140733101898213 140733101903815 0
[pid=30765/tid=30768] ppid=30762 vsize=175064 memory=79188 CPUtime=1408.19 cores=0,2
/proc/30765/task/30768/stat : 30768 (cp-sat-runner) R 30762 30765 30453 0 -1 4194368 30927 0 0 0 140793 26 0 0 20 0 3 0 37654296 179265536 19829 18446744073709551615 4198400 12805993 140733101895584 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 14146912 14333620 40792064 140733101898008 140733101898213 140733101898213 140733101903815 0
Current children cumulated CPU time: 2826.74 s
Current children cumulated vsize: 175064 KiB
Current children cumulated memory: 79316 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=30765] ppid=30762 vsize=175064 memory=79316 CPUtime=2946 cores=0,2
/proc/30765/stat : 30765 (cp-sat-runner) S 30762 30765 30453 0 -1 4194304 102733 0 0 0 294550 50 0 0 20 0 3 0 37654243 179265536 19829 18446744073709551615 4198400 12805993 140733101895584 0 0 0 0 0 16386 0 0 0 17 2 0 0 0 0 0 14146912 14333620 40792064 140733101898008 140733101898213 140733101898213 140733101903815 0
/proc/30765/statm: 43766 19829 2144 2102 0 22259 0
[pid=30765/tid=30767] ppid=30762 vsize=175064 memory=79316 CPUtime=1477.36 cores=0,2
/proc/30765/task/30767/stat : 30767 (cp-sat-runner) R 30762 30765 30453 0 -1 4194368 65363 0 0 0 147727 9 0 0 20 0 3 0 37654296 179265536 19829 18446744073709551615 4198400 12805993 140733101895584 0 0 0 0 0 16386 0 0 0 -1 0 0 0 0 0 0 14146912 14333620 40792064 140733101898008 140733101898213 140733101898213 140733101903815 0
[pid=30765/tid=30768] ppid=30762 vsize=175064 memory=79316 CPUtime=1467.61 cores=0,2
/proc/30765/task/30768/stat : 30768 (cp-sat-runner) R 30762 30765 30453 0 -1 4194368 31114 0 0 0 146734 27 0 0 20 0 3 0 37654296 179265536 19829 18446744073709551615 4198400 12805993 140733101895584 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 14146912 14333620 40792064 140733101898008 140733101898213 140733101898213 140733101903815 0
Current children cumulated CPU time: 2946 s
Current children cumulated vsize: 175064 KiB
Current children cumulated memory: 79316 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=30765] ppid=30762 vsize=175064 memory=79316 CPUtime=3065.28 cores=0,2
/proc/30765/stat : 30765 (cp-sat-runner) S 30762 30765 30453 0 -1 4194304 102741 0 0 0 306476 52 0 0 20 0 3 0 37654243 179265536 19829 18446744073709551615 4198400 12805993 140733101895584 0 0 0 0 0 16386 0 0 0 17 2 0 0 0 0 0 14146912 14333620 40792064 140733101898008 140733101898213 140733101898213 140733101903815 0
/proc/30765/statm: 43766 19829 2144 2102 0 22259 0
[pid=30765/tid=30767] ppid=30762 vsize=175064 memory=0 CPUtime=1537.19 cores=0,2
/proc/30765/task/30767/stat : 30767 (cp-sat-runner) R 30762 30765 30453 0 -1 4194368 65364 0 0 0 153710 9 0 0 20 0 3 0 37654296 179265536 19829 18446744073709551615 4198400 12805993 140733101895584 0 0 0 0 0 16386 0 0 0 -1 0 0 0 0 0 0 14146912 14333620 40792064 140733101898008 140733101898213 140733101898213 140733101903815 0
[pid=30765/tid=30768] ppid=30762 vsize=175064 memory=14340 CPUtime=1527.03 cores=0,2
/proc/30765/task/30768/stat : 30768 (cp-sat-runner) R 30762 30765 30453 0 -1 4194368 31121 0 0 0 152675 28 0 0 20 0 3 0 37654296 179265536 19829 18446744073709551615 4198400 12805993 140733101895584 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 14146912 14333620 40792064 140733101898008 140733101898213 140733101898213 140733101903815 0
Current children cumulated CPU time: 3065.28 s
Current children cumulated vsize: 175064 KiB
Current children cumulated memory: 79316 KiB

[startup+1602.3 s]
/proc/loadavg: 8.06 8.06 7.00 9/257 30854
/proc/meminfo: memFree=129386076/131382112 swapFree=33010684/33010684
[pid=30765] ppid=30762 vsize=175064 memory=79316 CPUtime=3184.55 cores=0,2
/proc/30765/stat : 30765 (cp-sat-runner) S 30762 30765 30453 0 -1 4194304 103235 0 0 0 318402 53 0 0 20 0 3 0 37654243 179265536 19829 18446744073709551615 4198400 12805993 140733101895584 0 0 0 0 0 16386 0 0 0 17 2 0 0 0 0 0 14146912 14333620 40792064 140733101898008 140733101898213 140733101898213 140733101903815 0
/proc/30765/statm: 43766 19829 2144 2102 0 22259 0
[pid=30765/tid=30767] ppid=30762 vsize=175064 memory=79316 CPUtime=1597.02 cores=0,2
/proc/30765/task/30767/stat : 30767 (cp-sat-runner) R 30762 30765 30453 0 -1 4194368 65659 0 0 0 159693 9 0 0 20 0 3 0 37654296 179265536 19829 18446744073709551615 4198400 12805993 140733101895584 0 0 0 0 0 16386 0 0 0 -1 0 0 0 0 0 0 14146912 14333620 40792064 140733101898008 140733101898213 140733101898213 140733101903815 0
[pid=30765/tid=30768] ppid=30762 vsize=175064 memory=79316 CPUtime=1586.46 cores=0,2
/proc/30765/task/30768/stat : 30768 (cp-sat-runner) R 30762 30765 30453 0 -1 4194368 31306 0 0 0 158617 29 0 0 20 0 3 0 37654296 179265536 19829 18446744073709551615 4198400 12805993 140733101895584 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 14146912 14333620 40792064 140733101898008 140733101898213 140733101898213 140733101903815 0
Current children cumulated CPU time: 3184.55 s
Current children cumulated vsize: 175064 KiB
Current children cumulated memory: 79316 KiB

[startup+1662.3 s]
/proc/loadavg: 8.13 8.08 7.08 9/257 30856
/proc/meminfo: memFree=129387504/131382112 swapFree=33010684/33010684
[pid=30765] ppid=30762 vsize=175064 memory=79316 CPUtime=3303.82 cores=0,2
/proc/30765/stat : 30765 (cp-sat-runner) S 30762 30765 30453 0 -1 4194304 103238 0 0 0 330328 54 0 0 20 0 3 0 37654243 179265536 19829 18446744073709551615 4198400 12805993 140733101895584 0 0 0 0 0 16386 0 0 0 17 2 0 0 0 0 0 14146912 14333620 40792064 140733101898008 140733101898213 140733101898213 140733101903815 0
/proc/30765/statm: 43766 19829 2144 2102 0 22259 0
[pid=30765/tid=30767] ppid=30762 vsize=175064 memory=79316 CPUtime=1656.85 cores=0,2
/proc/30765/task/30767/stat : 30767 (cp-sat-runner) R 30762 30765 30453 0 -1 4194368 65659 0 0 0 165676 9 0 0 20 0 3 0 37654296 179265536 19829 18446744073709551615 4198400 12805993 140733101895584 0 0 0 0 0 16386 0 0 0 -1 0 0 0 0 0 0 14146912 14333620 40792064 140733101898008 140733101898213 140733101898213 140733101903815 0
[pid=30765/tid=30768] ppid=30762 vsize=175064 memory=3328 CPUtime=1645.87 cores=0,2
/proc/30765/task/30768/stat : 30768 (cp-sat-runner) R 30762 30765 30453 0 -1 4194368 31308 0 0 0 164557 30 0 0 20 0 3 0 37654296 179265536 19829 18446744073709551615 4198400 12805993 140733101895584 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 14146912 14333620 40792064 140733101898008 140733101898213 140733101898213 140733101903815 0
Current children cumulated CPU time: 3303.82 s
Current children cumulated vsize: 175064 KiB
Current children cumulated memory: 79316 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=30765] ppid=30762 vsize=175064 memory=79316 CPUtime=3423.08 cores=0,2
/proc/30765/stat : 30765 (cp-sat-runner) S 30762 30765 30453 0 -1 4194304 103239 0 0 0 342253 55 0 0 20 0 3 0 37654243 179265536 19829 18446744073709551615 4198400 12805993 140733101895584 0 0 0 0 0 16386 0 0 0 17 2 0 0 0 0 0 14146912 14333620 40792064 140733101898008 140733101898213 140733101898213 140733101903815 0
/proc/30765/statm: 43766 19829 2144 2102 0 22259 0
[pid=30765/tid=30767] ppid=30762 vsize=175064 memory=79316 CPUtime=1716.68 cores=0,2
/proc/30765/task/30767/stat : 30767 (cp-sat-runner) R 30762 30765 30453 0 -1 4194368 65660 0 0 0 171659 9 0 0 20 0 3 0 37654296 179265536 19829 18446744073709551615 4198400 12805993 140733101895584 0 0 0 0 0 16386 0 0 0 -1 0 0 0 0 0 0 14146912 14333620 40792064 140733101898008 140733101898213 140733101898213 140733101903815 0
[pid=30765/tid=30768] ppid=30762 vsize=175064 memory=79316 CPUtime=1705.3 cores=0,2
/proc/30765/task/30768/stat : 30768 (cp-sat-runner) R 30762 30765 30453 0 -1 4194368 31308 0 0 0 170499 31 0 0 20 0 3 0 37654296 179265536 19829 18446744073709551615 4198400 12805993 140733101895584 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 14146912 14333620 40792064 140733101898008 140733101898213 140733101898213 140733101903815 0
Current children cumulated CPU time: 3423.08 s
Current children cumulated vsize: 175064 KiB
Current children cumulated memory: 79316 KiB

[startup+1782.3 s]
/proc/loadavg: 8.12 8.08 7.20 9/258 30863
/proc/meminfo: memFree=129396024/131382112 swapFree=33010684/33010684
[pid=30765] ppid=30762 vsize=175064 memory=79316 CPUtime=3542.36 cores=0,2
/proc/30765/stat : 30765 (cp-sat-runner) S 30762 30765 30453 0 -1 4194304 103739 0 0 0 354179 57 0 0 20 0 3 0 37654243 179265536 19829 18446744073709551615 4198400 12805993 140733101895584 0 0 0 0 0 16386 0 0 0 17 2 0 0 0 0 0 14146912 14333620 40792064 140733101898008 140733101898213 140733101898213 140733101903815 0
/proc/30765/statm: 43766 19829 2144 2102 0 22259 0
[pid=30765/tid=30767] ppid=30762 vsize=175064 memory=79316 CPUtime=1776.51 cores=0,2
/proc/30765/task/30767/stat : 30767 (cp-sat-runner) R 30762 30765 30453 0 -1 4194368 65961 0 0 0 177642 9 0 0 20 0 3 0 37654296 179265536 19829 18446744073709551615 4198400 12805993 140733101895584 0 0 0 0 0 16386 0 0 0 -1 0 0 0 0 0 0 14146912 14333620 40792064 140733101898008 140733101898213 140733101898213 140733101903815 0
[pid=30765/tid=30768] ppid=30762 vsize=175064 memory=79316 CPUtime=1764.72 cores=0,2
/proc/30765/task/30768/stat : 30768 (cp-sat-runner) R 30762 30765 30453 0 -1 4194368 31493 0 0 0 176440 32 0 0 20 0 3 0 37654296 179265536 19829 18446744073709551615 4198400 12805993 140733101895584 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 14146912 14333620 40792064 140733101898008 140733101898213 140733101898213 140733101903815 0
Current children cumulated CPU time: 3542.36 s
Current children cumulated vsize: 175064 KiB
Current children cumulated memory: 79316 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1811.3 s]
/proc/loadavg: 8.07 8.07 7.23 7/252 30901
/proc/meminfo: memFree=129433464/131382112 swapFree=33010684/33010684
[pid=30765] ppid=30762 vsize=175064 memory=79316 CPUtime=3600.01 cores=0,2
/proc/30765/stat : 30765 (cp-sat-runner) S 30762 30765 30453 0 -1 4194304 103739 0 0 0 359943 58 0 0 20 0 3 0 37654243 179265536 19829 18446744073709551615 4198400 12805993 140733101895584 0 0 0 0 0 16386 0 0 0 17 2 0 0 0 0 0 14146912 14333620 40792064 140733101898008 140733101898213 140733101898213 140733101903815 0
/proc/30765/statm: 43766 19829 2144 2102 0 22259 0
[pid=30765/tid=30767] ppid=30762 vsize=175064 memory=-8183432470788937665 CPUtime=1805.43 cores=0,2
/proc/30765/task/30767/stat : 30767 (cp-sat-runner) R 30762 30765 30453 0 -1 4194368 65961 0 0 0 180534 9 0 0 20 0 3 0 37654296 179265536 19829 18446744073709551615 4198400 12805993 140733101895584 0 0 0 0 0 16386 0 0 0 -1 0 0 0 0 0 0 14146912 14333620 40792064 140733101898008 140733101898213 140733101898213 140733101903815 0
[pid=30765/tid=30768] ppid=30762 vsize=175064 memory=79316 CPUtime=1793.44 cores=0,2
/proc/30765/task/30768/stat : 30768 (cp-sat-runner) R 30762 30765 30453 0 -1 4194368 31493 0 0 0 179312 32 0 0 20 0 3 0 37654296 179265536 19829 18446744073709551615 4198400 12805993 140733101895584 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 14146912 14333620 40792064 140733101898008 140733101898213 140733101898213 140733101903815 0
Current children cumulated CPU time: 3600.01 s
Current children cumulated vsize: 175064 KiB
Current children cumulated memory: 79316 KiB

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

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

# cumulated CPU time of all completed processes:  user=3599.44 s, system=0.586583 s

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

[startup+1811.3 s]
/proc/loadavg: 8.07 8.07 7.23 7/252 30901
/proc/meminfo: memFree=129433464/131382112 swapFree=33010684/33010684
[pid=30765] ppid=30762 vsize=175064 memory=79316 CPUtime=3600.01 cores=0,2
/proc/30765/stat : 30765 (cp-sat-runner) S 30762 30765 30453 0 -1 4194304 103739 0 0 0 359943 58 0 0 20 0 3 0 37654243 179265536 19829 18446744073709551615 4198400 12805993 140733101895584 0 0 0 0 0 16386 0 0 0 17 2 0 0 0 0 0 14146912 14333620 40792064 140733101898008 140733101898213 140733101898213 140733101903815 0
/proc/30765/statm: 43766 19829 2144 2102 0 22259 0
[pid=30765/tid=30767] ppid=30762 vsize=175064 memory=-8183432470788937665 CPUtime=1805.43 cores=0,2
/proc/30765/task/30767/stat : 30767 (cp-sat-runner) R 30762 30765 30453 0 -1 4194368 65961 0 0 0 180534 9 0 0 20 0 3 0 37654296 179265536 19829 18446744073709551615 4198400 12805993 140733101895584 0 0 0 0 0 16386 0 0 0 -1 0 0 0 0 0 0 14146912 14333620 40792064 140733101898008 140733101898213 140733101898213 140733101903815 0
[pid=30765/tid=30768] ppid=30762 vsize=175064 memory=79316 CPUtime=1793.44 cores=0,2
/proc/30765/task/30768/stat : 30768 (cp-sat-runner) R 30762 30765 30453 0 -1 4194368 31493 0 0 0 179312 32 0 0 20 0 3 0 37654296 179265536 19829 18446744073709551615 4198400 12805993 140733101895584 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 14146912 14333620 40792064 140733101898008 140733101898213 140733101898213 140733101903815 0
Current children cumulated CPU time: 3600.01 s
Current children cumulated vsize: 175064 KiB
Current children cumulated memory: 79316 KiB

Child status: 0

Real time (s): 1811.31
CPU time (s): 3600.03
CPU user time (s): 3599.44
CPU system time (s): 0.586583
CPU usage (%): 198.753
Max. virtual memory (cumulated for all children) (KiB): 175064
Max. memory (cumulated for all children) (KiB): 79316

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.44
system time used= 0.586583
maximum resident set size= 79444
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 103746
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= 54895
involuntary context switches= 140563


# summary of solver processes directly reported to runsolver:
#   pid: 30765
#   total CPU time (s): 3600.03
#   total CPU user time (s): 3599.44
#   total CPU system time (s): 0.586583

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.67022 second user time and 8.28518 second system time

The end

Launcher Data

Begin job on nodeC007 at 2025-06-29 19:55:51
IDJOB=4514358
IDBENCH=162673
IDSOLVER=3320
FILE ID=nodeC007/4514358-1751219751
RUNJOBID= nodeC007-1751219748-30468
SLURM_JOB_ID= 9587673
Free space on /tmp= 432972 MiB

SOLVER NAME= OR-Tools CP-SAT 9.14
BENCH NAME= PB24/normalized-PB16/DEC-LIN/quimper/SyncCodes/d-equals-n_k/normalized-compression32_10.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-4514358-1751219751/watcher-4514358-1751219751 -o /tmp/evaluation-result-4514358-1751219751/solver-4514358-1751219751 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC007-1751219748-30468 --watchdog 3760  cp-sat-runner --params num_workers:2,log_search_progress:false,max_time_in_seconds:3600,random_seed:1348309858 --competition_mode --input HOME/instance-4514358-1751219751.opb

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

MD5SUM BENCH= 7fddd5a63b4237b93179de1569c49542
RANDOM SEED=1348309858

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.600
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		: 1895.560
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		: 1197.207
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.779
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		: 2194.867
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		: 2394.404
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		: 2095.095
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		: 3700.000
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt 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:        129804992 kB
MemAvailable:   129820308 kB
Buffers:            3280 kB
Cached:           825108 kB
SwapCached:            0 kB
Active:           430196 kB
Inactive:         579772 kB
Active(anon):     199544 kB
Inactive(anon):        0 kB
Active(file):     230652 kB
Inactive(file):   579772 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             58300 kB
Writeback:            24 kB
AnonPages:        184740 kB
Mapped:           125080 kB
Shmem:             17960 kB
KReclaimable:      89036 kB
Slab:             171040 kB
SReclaimable:      89036 kB
SUnreclaim:        82004 kB
KernelStack:        4128 kB
PageTables:         3232 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:     535888 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149480 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     18432 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      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