Trace number 4514574

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.06 1811.71

General information on the benchmark

NamePB24/normalized-PB16/DEC-LIN/quimper/
SyncCodes/d_n_k/normalized-6_6_33.opb
MD5SUMe4b196fa2cd155289a58b617d5417cd9
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 benchmark82.9041
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1560
Total number of constraints7454
Number of constraints which are clauses7449
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 constraint39
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 33
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 72
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.04/1811.70	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 (62980 MiB free)
  memory of node 1: 64465 MiB (63803 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4514574-1751221569/watcher-4514574-1751221569 -o /tmp/evaluation-result-4514574-1751221569/solver-4514574-1751221569 -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:1687460844 --competition_mode --input HOME/instance-4514574-1751221569.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=31145, runsolver pid=31142

[startup+0.100071 s]*
/proc/loadavg: 7.90 8.03 7.22 8/256 31146
/proc/meminfo: memFree=129820052/131382112 swapFree=33010684/33010684
[pid=31145] ppid=31142 vsize=18796 memory=14816 CPUtime=0.11 cores=1,3
/proc/31145/stat : 31145 (cp-sat-runner) R 31142 31145 30453 0 -1 4194304 2546 0 0 0 10 1 0 0 20 0 1 0 37836047 19247104 3704 18446744073709551615 4198400 12805993 140731859240336 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 14146912 14333620 37588992 140731859245336 140731859245541 140731859245541 140731859251143 0
/proc/31145/statm: 4699 3704 1600 2102 0 2239 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 18796 KiB
Current children cumulated memory: 14816 KiB

[startup+0.213225 s]*
/proc/loadavg: 7.90 8.03 7.22 8/256 31146
/proc/meminfo: memFree=129816272/131382112 swapFree=33010684/33010684
[pid=31145] ppid=31142 vsize=21056 memory=18144 CPUtime=0.21 cores=1,3
/proc/31145/stat : 31145 (cp-sat-runner) R 31142 31145 30453 0 -1 4194304 3223 0 0 0 20 1 0 0 20 0 1 0 37836047 21561344 4536 18446744073709551615 4198400 12805993 140731859240336 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 14146912 14333620 37588992 140731859245336 140731859245541 140731859245541 140731859251143 0
/proc/31145/statm: 5264 4536 1920 2102 0 2804 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 21056 KiB
Current children cumulated memory: 18144 KiB

[startup+0.31301 s]*
/proc/loadavg: 7.83 8.02 7.22 9/258 31148
/proc/meminfo: memFree=129812492/131382112 swapFree=33010684/33010684
[pid=31145] ppid=31142 vsize=168736 memory=23148 CPUtime=0.33 cores=1,3
/proc/31145/stat : 31145 (cp-sat-runner) S 31142 31145 30453 0 -1 4194304 4519 0 0 0 31 2 0 0 20 0 3 0 37836047 172785664 5787 18446744073709551615 4198400 12805993 140731859240336 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 14146912 14333620 37588992 140731859245336 140731859245541 140731859245541 140731859251143 0
/proc/31145/statm: 42184 5787 2048 2102 0 8052 0
[pid=31145/tid=31147] ppid=31142 vsize=168736 memory=-8183432479479470019 CPUtime=0.01 cores=1,3
/proc/31145/task/31147/stat : 31147 (cp-sat-runner) R 31142 31145 30453 0 -1 4194368 549 0 0 0 1 0 0 0 20 0 3 0 37836076 172785664 5787 18446744073709551615 4198400 12805993 140731859240336 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 14146912 14333620 37588992 140731859245336 140731859245541 140731859245541 140731859251143 0
[pid=31145/tid=31148] ppid=31142 vsize=168736 memory=0 CPUtime=0.02 cores=1,3
/proc/31145/task/31148/stat : 31148 (cp-sat-runner) R 31142 31145 30453 0 -1 4194368 503 0 0 0 2 0 0 0 20 0 3 0 37836076 172785664 5787 18446744073709551615 4198400 12805993 140731859240336 0 0 0 0 0 16386 0 0 0 -1 1 0 0 0 0 0 14146912 14333620 37588992 140731859245336 140731859245541 140731859245541 140731859251143 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 168736 KiB
Current children cumulated memory: 23148 KiB

[startup+0.700329 s]
/proc/loadavg: 7.83 8.02 7.22 9/258 31148
/proc/meminfo: memFree=129800144/131382112 swapFree=33010684/33010684
[pid=31145] ppid=31142 vsize=168736 memory=32292 CPUtime=1.03 cores=1,3
/proc/31145/stat : 31145 (cp-sat-runner) S 31142 31145 30453 0 -1 4194304 6798 0 0 0 100 3 0 0 20 0 3 0 37836047 172785664 8073 18446744073709551615 4198400 12805993 140731859240336 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 14146912 14333620 37588992 140731859245336 140731859245541 140731859245541 140731859251143 0
/proc/31145/statm: 42184 8073 2144 2102 0 10262 0
[pid=31145/tid=31147] ppid=31142 vsize=168736 memory=17408 CPUtime=0.35 cores=1,3
/proc/31145/task/31147/stat : 31147 (cp-sat-runner) R 31142 31145 30453 0 -1 4194368 2431 0 0 0 34 1 0 0 20 0 3 0 37836076 172785664 8073 18446744073709551615 4198400 12805993 140731859240336 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 14146912 14333620 37588992 140731859245336 140731859245541 140731859245541 140731859251143 0
[pid=31145/tid=31148] ppid=31142 vsize=168736 memory=39484523 CPUtime=0.38 cores=1,3
/proc/31145/task/31148/stat : 31148 (cp-sat-runner) R 31142 31145 30453 0 -1 4194368 900 0 0 0 38 0 0 0 20 0 3 0 37836076 172785664 8073 18446744073709551615 4198400 12805993 140731859240336 0 0 0 0 0 16386 0 0 0 -1 1 0 0 0 0 0 14146912 14333620 37588992 140731859245336 140731859245541 140731859245541 140731859251143 0
Current children cumulated CPU time: 1.03 s
Current children cumulated vsize: 168736 KiB
Current children cumulated memory: 32292 KiB

[startup+1.50024 s]
/proc/loadavg: 7.83 8.02 7.22 9/258 31148
/proc/meminfo: memFree=129795356/131382112 swapFree=33010684/33010684
[pid=31145] ppid=31142 vsize=168736 memory=44836 CPUtime=2.62 cores=1,3
/proc/31145/stat : 31145 (cp-sat-runner) S 31142 31145 30453 0 -1 4194304 14202 0 0 0 258 4 0 0 20 0 3 0 37836047 172785664 11209 18446744073709551615 4198400 12805993 140731859240336 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 14146912 14333620 37588992 140731859245336 140731859245541 140731859245541 140731859251143 0
/proc/31145/statm: 42184 11209 2144 2102 0 13940 0
[pid=31145/tid=31147] ppid=31142 vsize=168736 memory=39484523 CPUtime=1.13 cores=1,3
/proc/31145/task/31147/stat : 31147 (cp-sat-runner) R 31142 31145 30453 0 -1 4194368 6100 0 0 0 112 1 0 0 20 0 3 0 37836076 172785664 11209 18446744073709551615 4198400 12805993 140731859240336 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 14146912 14333620 37588992 140731859245336 140731859245541 140731859245541 140731859251143 0
[pid=31145/tid=31148] ppid=31142 vsize=168736 memory=0 CPUtime=1.18 cores=1,3
/proc/31145/task/31148/stat : 31148 (cp-sat-runner) R 31142 31145 30453 0 -1 4194368 4613 0 0 0 117 1 0 0 20 0 3 0 37836076 172785664 11209 18446744073709551615 4198400 12805993 140731859240336 0 0 0 0 0 16386 0 0 0 -1 1 0 0 0 0 0 14146912 14333620 37588992 140731859245336 140731859245541 140731859245541 140731859251143 0
Current children cumulated CPU time: 2.62 s
Current children cumulated vsize: 168736 KiB
Current children cumulated memory: 44836 KiB

[startup+3.10571 s]
/proc/loadavg: 7.83 8.02 7.22 9/258 31148
/proc/meminfo: memFree=129783640/131382112 swapFree=33010684/33010684
[pid=31145] ppid=31142 vsize=168736 memory=47140 CPUtime=5.8 cores=1,3
/proc/31145/stat : 31145 (cp-sat-runner) S 31142 31145 30453 0 -1 4194304 15924 0 0 0 576 4 0 0 20 0 3 0 37836047 172785664 11785 18446744073709551615 4198400 12805993 140731859240336 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 14146912 14333620 37588992 140731859245336 140731859245541 140731859245541 140731859251143 0
/proc/31145/statm: 42184 11785 2144 2102 0 14569 0
[pid=31145/tid=31147] ppid=31142 vsize=168736 memory=0 CPUtime=2.72 cores=1,3
/proc/31145/task/31147/stat : 31147 (cp-sat-runner) R 31142 31145 30453 0 -1 4194368 7331 0 0 0 271 1 0 0 20 0 3 0 37836076 172785664 11785 18446744073709551615 4198400 12805993 140731859240336 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 14146912 14333620 37588992 140731859245336 140731859245541 140731859245541 140731859251143 0
[pid=31145/tid=31148] ppid=31142 vsize=168736 memory=14340 CPUtime=2.78 cores=1,3
/proc/31145/task/31148/stat : 31148 (cp-sat-runner) R 31142 31145 30453 0 -1 4194368 5104 0 0 0 277 1 0 0 20 0 3 0 37836076 172785664 11785 18446744073709551615 4198400 12805993 140731859240336 0 0 0 0 0 16386 0 0 0 -1 1 0 0 0 0 0 14146912 14333620 37588992 140731859245336 140731859245541 140731859245541 140731859251143 0
Current children cumulated CPU time: 5.8 s
Current children cumulated vsize: 168736 KiB
Current children cumulated memory: 47140 KiB

[startup+6.3002 s]
/proc/loadavg: 7.92 8.03 7.23 9/258 31148
/proc/meminfo: memFree=129781632/131382112 swapFree=33010684/33010684
[pid=31145] ppid=31142 vsize=168736 memory=47140 CPUtime=12.16 cores=1,3
/proc/31145/stat : 31145 (cp-sat-runner) S 31142 31145 30453 0 -1 4194304 25103 0 0 0 1211 5 0 0 20 0 3 0 37836047 172785664 11785 18446744073709551615 4198400 12805993 140731859240336 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 14146912 14333620 37588992 140731859245336 140731859245541 140731859245541 140731859251143 0
/proc/31145/statm: 42184 11785 2144 2102 0 14569 0
[pid=31145/tid=31147] ppid=31142 vsize=168736 memory=14340 CPUtime=5.89 cores=1,3
/proc/31145/task/31147/stat : 31147 (cp-sat-runner) R 31142 31145 30453 0 -1 4194368 11819 0 0 0 587 2 0 0 20 0 3 0 37836076 172785664 11785 18446744073709551615 4198400 12805993 140731859240336 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 14146912 14333620 37588992 140731859245336 140731859245541 140731859245541 140731859251143 0
[pid=31145/tid=31148] ppid=31142 vsize=168736 memory=14340 CPUtime=5.97 cores=1,3
/proc/31145/task/31148/stat : 31148 (cp-sat-runner) R 31142 31145 30453 0 -1 4194368 9713 0 0 0 596 1 0 0 20 0 3 0 37836076 172785664 11785 18446744073709551615 4198400 12805993 140731859240336 0 0 0 0 0 16386 0 0 0 -1 1 0 0 0 0 0 14146912 14333620 37588992 140731859245336 140731859245541 140731859245541 140731859251143 0
Current children cumulated CPU time: 12.16 s
Current children cumulated vsize: 168736 KiB
Current children cumulated memory: 47140 KiB

[startup+12.7002 s]
/proc/loadavg: 7.93 8.03 7.24 9/258 31148
/proc/meminfo: memFree=129769344/131382112 swapFree=33010684/33010684
[pid=31145] ppid=31142 vsize=168736 memory=47652 CPUtime=24.88 cores=1,3
/proc/31145/stat : 31145 (cp-sat-runner) S 31142 31145 30453 0 -1 4194304 30595 0 0 0 2483 5 0 0 20 0 3 0 37836047 172785664 11913 18446744073709551615 4198400 12805993 140731859240336 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 14146912 14333620 37588992 140731859245336 140731859245541 140731859245541 140731859251143 0
/proc/31145/statm: 42184 11913 2144 2102 0 14684 0
[pid=31145/tid=31147] ppid=31142 vsize=168736 memory=4760 CPUtime=12.23 cores=1,3
/proc/31145/task/31147/stat : 31147 (cp-sat-runner) R 31142 31145 30453 0 -1 4194368 14308 0 0 0 1221 2 0 0 20 0 3 0 37836076 172785664 11913 18446744073709551615 4198400 12805993 140731859240336 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 14146912 14333620 37588992 140731859245336 140731859245541 140731859245541 140731859251143 0
[pid=31145/tid=31148] ppid=31142 vsize=168736 memory=0 CPUtime=12.35 cores=1,3
/proc/31145/task/31148/stat : 31148 (cp-sat-runner) R 31142 31145 30453 0 -1 4194368 12683 0 0 0 1234 1 0 0 20 0 3 0 37836076 172785664 11913 18446744073709551615 4198400 12805993 140731859240336 0 0 0 0 0 16386 0 0 0 -1 1 0 0 0 0 0 14146912 14333620 37588992 140731859245336 140731859245541 140731859245541 140731859251143 0
Current children cumulated CPU time: 24.88 s
Current children cumulated vsize: 168736 KiB
Current children cumulated memory: 47652 KiB

[startup+25.5002 s]
/proc/loadavg: 7.94 8.03 7.25 9/258 31149
/proc/meminfo: memFree=129758316/131382112 swapFree=33010684/33010684
[pid=31145] ppid=31142 vsize=168736 memory=49316 CPUtime=50.31 cores=1,3
/proc/31145/stat : 31145 (cp-sat-runner) S 31142 31145 30453 0 -1 4194304 31672 0 0 0 5026 5 0 0 20 0 3 0 37836047 172785664 12329 18446744073709551615 4198400 12805993 140731859240336 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 14146912 14333620 37588992 140731859245336 140731859245541 140731859245541 140731859251143 0
/proc/31145/statm: 42184 12329 2144 2102 0 15449 0
[pid=31145/tid=31147] ppid=31142 vsize=168736 memory=49316 CPUtime=24.9 cores=1,3
/proc/31145/task/31147/stat : 31147 (cp-sat-runner) R 31142 31145 30453 0 -1 4194368 15257 0 0 0 2488 2 0 0 20 0 3 0 37836076 172785664 12329 18446744073709551615 4198400 12805993 140731859240336 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 14146912 14333620 37588992 140731859245336 140731859245541 140731859245541 140731859251143 0
[pid=31145/tid=31148] ppid=31142 vsize=168736 memory=17408 CPUtime=25.11 cores=1,3
/proc/31145/task/31148/stat : 31148 (cp-sat-runner) R 31142 31145 30453 0 -1 4194368 12807 0 0 0 2510 1 0 0 20 0 3 0 37836076 172785664 12329 18446744073709551615 4198400 12805993 140731859240336 0 0 0 0 0 16386 0 0 0 -1 1 0 0 0 0 0 14146912 14333620 37588992 140731859245336 140731859245541 140731859245541 140731859251143 0
Current children cumulated CPU time: 50.31 s
Current children cumulated vsize: 168736 KiB
Current children cumulated memory: 49316 KiB

[startup+51.1056 s]
/proc/loadavg: 8.08 8.06 7.28 8/254 31222
/proc/meminfo: memFree=129746928/131382112 swapFree=33010684/33010684
[pid=31145] ppid=31142 vsize=168736 memory=54052 CPUtime=101.16 cores=1,3
/proc/31145/stat : 31145 (cp-sat-runner) S 31142 31145 30453 0 -1 4194304 44910 0 0 0 10108 8 0 0 20 0 3 0 37836047 172785664 13513 18446744073709551615 4198400 12805993 140731859240336 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 14146912 14333620 37588992 140731859245336 140731859245541 140731859245541 140731859251143 0
/proc/31145/statm: 42184 13513 2144 2102 0 16107 0
[pid=31145/tid=31147] ppid=31142 vsize=168736 memory=50724 CPUtime=50.24 cores=1,3
/proc/31145/task/31147/stat : 31147 (cp-sat-runner) R 31142 31145 30453 0 -1 4194368 22441 0 0 0 5022 2 0 0 20 0 3 0 37836076 172785664 13513 18446744073709551615 4198400 12805993 140731859240336 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 14146912 14333620 37588992 140731859245336 140731859245541 140731859245541 140731859251143 0
[pid=31145/tid=31148] ppid=31142 vsize=168736 memory=54052 CPUtime=50.6 cores=1,3
/proc/31145/task/31148/stat : 31148 (cp-sat-runner) R 31142 31145 30453 0 -1 4194368 18809 0 0 0 5057 3 0 0 20 0 3 0 37836076 172785664 13513 18446744073709551615 4198400 12805993 140731859240336 0 0 0 0 0 16386 0 0 0 -1 1 0 0 0 0 0 14146912 14333620 37588992 140731859245336 140731859245541 140731859245541 140731859251143 0
Current children cumulated CPU time: 101.16 s
Current children cumulated vsize: 168736 KiB
Current children cumulated memory: 54052 KiB

[startup+102.3 s]
/proc/loadavg: 8.11 8.06 7.33 9/258 31289
/proc/meminfo: memFree=129696172/131382112 swapFree=33010684/33010684
[pid=31145] ppid=31142 vsize=168736 memory=55204 CPUtime=202.89 cores=1,3
/proc/31145/stat : 31145 (cp-sat-runner) S 31142 31145 30453 0 -1 4194304 58531 0 0 0 20278 11 0 0 20 0 3 0 37836047 172785664 13801 18446744073709551615 4198400 12805993 140731859240336 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 14146912 14333620 37588992 140731859245336 140731859245541 140731859245541 140731859251143 0
/proc/31145/statm: 42184 13801 2144 2102 0 16479 0
[pid=31145/tid=31147] ppid=31142 vsize=168736 memory=55204 CPUtime=100.95 cores=1,3
/proc/31145/task/31147/stat : 31147 (cp-sat-runner) R 31142 31145 30453 0 -1 4194368 30150 0 0 0 10092 3 0 0 20 0 3 0 37836076 172785664 13801 18446744073709551615 4198400 12805993 140731859240336 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 14146912 14333620 37588992 140731859245336 140731859245541 140731859245541 140731859251143 0
[pid=31145/tid=31148] ppid=31142 vsize=168736 memory=14340 CPUtime=101.61 cores=1,3
/proc/31145/task/31148/stat : 31148 (cp-sat-runner) R 31142 31145 30453 0 -1 4194368 24642 0 0 0 10156 5 0 0 20 0 3 0 37836076 172785664 13801 18446744073709551615 4198400 12805993 140731859240336 0 0 0 0 0 16386 0 0 0 -1 1 0 0 0 0 0 14146912 14333620 37588992 140731859245336 140731859245541 140731859245541 140731859251143 0
Current children cumulated CPU time: 202.89 s
Current children cumulated vsize: 168736 KiB
Current children cumulated memory: 55204 KiB

[startup+162.3 s]
/proc/loadavg: 8.04 8.05 7.37 9/258 31291
/proc/meminfo: memFree=129673920/131382112 swapFree=33010684/33010684
[pid=31145] ppid=31142 vsize=168736 memory=58148 CPUtime=322.09 cores=1,3
/proc/31145/stat : 31145 (cp-sat-runner) S 31142 31145 30453 0 -1 4194304 60405 0 0 0 32198 11 0 0 20 0 3 0 37836047 172785664 14537 18446744073709551615 4198400 12805993 140731859240336 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 14146912 14333620 37588992 140731859245336 140731859245541 140731859245541 140731859251143 0
/proc/31145/statm: 42184 14537 2144 2102 0 16850 0
[pid=31145/tid=31147] ppid=31142 vsize=168736 memory=56228 CPUtime=160.36 cores=1,3
/proc/31145/task/31147/stat : 31147 (cp-sat-runner) R 31142 31145 30453 0 -1 4194368 31385 0 0 0 16033 3 0 0 20 0 3 0 37836076 172785664 14537 18446744073709551615 4198400 12805993 140731859240336 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 14146912 14333620 37588992 140731859245336 140731859245541 140731859245541 140731859251143 0
[pid=31145/tid=31148] ppid=31142 vsize=168736 memory=58148 CPUtime=161.4 cores=1,3
/proc/31145/task/31148/stat : 31148 (cp-sat-runner) R 31142 31145 30453 0 -1 4194368 25269 0 0 0 16134 6 0 0 20 0 3 0 37836076 172785664 14537 18446744073709551615 4198400 12805993 140731859240336 0 0 0 0 0 16386 0 0 0 -1 1 0 0 0 0 0 14146912 14333620 37588992 140731859245336 140731859245541 140731859245541 140731859251143 0
Current children cumulated CPU time: 322.09 s
Current children cumulated vsize: 168736 KiB
Current children cumulated memory: 58148 KiB

[startup+222.3 s]
/proc/loadavg: 8.07 8.05 7.42 9/258 31340
/proc/meminfo: memFree=129655216/131382112 swapFree=33010684/33010684
[pid=31145] ppid=31142 vsize=168736 memory=59300 CPUtime=441.34 cores=1,3
/proc/31145/stat : 31145 (cp-sat-runner) S 31142 31145 30453 0 -1 4194304 61197 0 0 0 44121 13 0 0 20 0 3 0 37836047 172785664 14825 18446744073709551615 4198400 12805993 140731859240336 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 14146912 14333620 37588992 140731859245336 140731859245541 140731859245541 140731859251143 0
/proc/31145/statm: 42184 14825 2144 2102 0 17107 0

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

Current children cumulated memory: 61988 KiB

[startup+1362.3 s]
/proc/loadavg: 8.11 8.10 7.94 9/258 31626
/proc/meminfo: memFree=129634324/131382112 swapFree=33010684/33010684
[pid=31145] ppid=31142 vsize=168736 memory=61988 CPUtime=2706.98 cores=1,3
/proc/31145/stat : 31145 (cp-sat-runner) S 31142 31145 30453 0 -1 4194304 66744 0 0 0 270662 36 0 0 20 0 3 0 37836047 172785664 15497 18446744073709551615 4198400 12805993 140731859240336 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 14146912 14333620 37588992 140731859245336 140731859245541 140731859245541 140731859251143 0
/proc/31145/statm: 42184 15497 2144 2102 0 17724 0
[pid=31145/tid=31147] ppid=31142 vsize=168736 memory=61988 CPUtime=1349.06 cores=1,3
/proc/31145/task/31147/stat : 31147 (cp-sat-runner) R 31142 31145 30453 0 -1 4194368 36053 0 0 0 134902 4 0 0 20 0 3 0 37836076 172785664 15497 18446744073709551615 4198400 12805993 140731859240336 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 14146912 14333620 37588992 140731859245336 140731859245541 140731859245541 140731859251143 0
[pid=31145/tid=31148] ppid=31142 vsize=168736 memory=14340 CPUtime=1357.31 cores=1,3
/proc/31145/task/31148/stat : 31148 (cp-sat-runner) R 31142 31145 30453 0 -1 4194368 26877 0 0 0 135707 24 0 0 20 0 3 0 37836076 172785664 15497 18446744073709551615 4198400 12805993 140731859240336 0 0 0 0 0 16386 0 0 0 -1 1 0 0 0 0 0 14146912 14333620 37588992 140731859245336 140731859245541 140731859245541 140731859251143 0
Current children cumulated CPU time: 2706.98 s
Current children cumulated vsize: 168736 KiB
Current children cumulated memory: 61988 KiB

[startup+1422.3 s]
/proc/loadavg: 8.08 8.09 7.95 9/258 31628
/proc/meminfo: memFree=129634844/131382112 swapFree=33010684/33010684
[pid=31145] ppid=31142 vsize=168736 memory=62372 CPUtime=2826.23 cores=1,3
/proc/31145/stat : 31145 (cp-sat-runner) S 31142 31145 30453 0 -1 4194304 66826 0 0 0 282586 37 0 0 20 0 3 0 37836047 172785664 15593 18446744073709551615 4198400 12805993 140731859240336 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 14146912 14333620 37588992 140731859245336 140731859245541 140731859245541 140731859251143 0
/proc/31145/statm: 42184 15593 2144 2102 0 17810 0
[pid=31145/tid=31147] ppid=31142 vsize=168736 memory=61988 CPUtime=1408.49 cores=1,3
/proc/31145/task/31147/stat : 31147 (cp-sat-runner) R 31142 31145 30453 0 -1 4194368 36135 0 0 0 140845 4 0 0 20 0 3 0 37836076 172785664 15593 18446744073709551615 4198400 12805993 140731859240336 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 14146912 14333620 37588992 140731859245336 140731859245541 140731859245541 140731859251143 0
[pid=31145/tid=31148] ppid=31142 vsize=168736 memory=62116 CPUtime=1417.1 cores=1,3
/proc/31145/task/31148/stat : 31148 (cp-sat-runner) R 31142 31145 30453 0 -1 4194368 26877 0 0 0 141686 24 0 0 20 0 3 0 37836076 172785664 15593 18446744073709551615 4198400 12805993 140731859240336 0 0 0 0 0 16386 0 0 0 -1 1 0 0 0 0 0 14146912 14333620 37588992 140731859245336 140731859245541 140731859245541 140731859251143 0
Current children cumulated CPU time: 2826.23 s
Current children cumulated vsize: 168736 KiB
Current children cumulated memory: 62372 KiB

[startup+1482.3 s]
/proc/loadavg: 8.09 8.09 7.96 9/257 31630
/proc/meminfo: memFree=129635616/131382112 swapFree=33010684/33010684
[pid=31145] ppid=31142 vsize=168736 memory=62500 CPUtime=2945.46 cores=1,3
/proc/31145/stat : 31145 (cp-sat-runner) S 31142 31145 30453 0 -1 4194304 66997 0 0 0 294508 38 0 0 20 0 3 0 37836047 172785664 15625 18446744073709551615 4198400 12805993 140731859240336 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 14146912 14333620 37588992 140731859245336 140731859245541 140731859245541 140731859251143 0
/proc/31145/statm: 42184 15625 2144 2102 0 17834 0
[pid=31145/tid=31147] ppid=31142 vsize=168736 memory=62116 CPUtime=1467.92 cores=1,3
/proc/31145/task/31147/stat : 31147 (cp-sat-runner) R 31142 31145 30453 0 -1 4194368 36186 0 0 0 146788 4 0 0 20 0 3 0 37836076 172785664 15625 18446744073709551615 4198400 12805993 140731859240336 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 14146912 14333620 37588992 140731859245336 140731859245541 140731859245541 140731859251143 0
[pid=31145/tid=31148] ppid=31142 vsize=168736 memory=62500 CPUtime=1476.9 cores=1,3
/proc/31145/task/31148/stat : 31148 (cp-sat-runner) R 31142 31145 30453 0 -1 4194368 26995 0 0 0 147665 25 0 0 20 0 3 0 37836076 172785664 15625 18446744073709551615 4198400 12805993 140731859240336 0 0 0 0 0 16386 0 0 0 -1 1 0 0 0 0 0 14146912 14333620 37588992 140731859245336 140731859245541 140731859245541 140731859251143 0
Current children cumulated CPU time: 2945.46 s
Current children cumulated vsize: 168736 KiB
Current children cumulated memory: 62500 KiB

[startup+1542.3 s]
/proc/loadavg: 8.15 8.10 7.98 9/257 31632
/proc/meminfo: memFree=129636380/131382112 swapFree=33010684/33010684
[pid=31145] ppid=31142 vsize=168736 memory=62500 CPUtime=3064.72 cores=1,3
/proc/31145/stat : 31145 (cp-sat-runner) S 31142 31145 30453 0 -1 4194304 67003 0 0 0 306432 40 0 0 20 0 3 0 37836047 172785664 15625 18446744073709551615 4198400 12805993 140731859240336 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 14146912 14333620 37588992 140731859245336 140731859245541 140731859245541 140731859251143 0
/proc/31145/statm: 42184 15625 2144 2102 0 17834 0
[pid=31145/tid=31147] ppid=31142 vsize=168736 memory=17408 CPUtime=1527.36 cores=1,3
/proc/31145/task/31147/stat : 31147 (cp-sat-runner) R 31142 31145 30453 0 -1 4194368 36186 0 0 0 152732 4 0 0 20 0 3 0 37836076 172785664 15625 18446744073709551615 4198400 12805993 140731859240336 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 14146912 14333620 37588992 140731859245336 140731859245541 140731859245541 140731859251143 0
[pid=31145/tid=31148] ppid=31142 vsize=168736 memory=62500 CPUtime=1536.7 cores=1,3
/proc/31145/task/31148/stat : 31148 (cp-sat-runner) R 31142 31145 30453 0 -1 4194368 27001 0 0 0 153643 27 0 0 20 0 3 0 37836076 172785664 15625 18446744073709551615 4198400 12805993 140731859240336 0 0 0 0 0 16386 0 0 0 -1 1 0 0 0 0 0 14146912 14333620 37588992 140731859245336 140731859245541 140731859245541 140731859251143 0
Current children cumulated CPU time: 3064.72 s
Current children cumulated vsize: 168736 KiB
Current children cumulated memory: 62500 KiB

[startup+1602.3 s]
/proc/loadavg: 8.17 8.11 7.99 9/257 31634
/proc/meminfo: memFree=129635912/131382112 swapFree=33010684/33010684
[pid=31145] ppid=31142 vsize=168736 memory=62628 CPUtime=3183.96 cores=1,3
/proc/31145/stat : 31145 (cp-sat-runner) S 31142 31145 30453 0 -1 4194304 67271 0 0 0 318355 41 0 0 20 0 3 0 37836047 172785664 15657 18446744073709551615 4198400 12805993 140731859240336 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 14146912 14333620 37588992 140731859245336 140731859245541 140731859245541 140731859251143 0
/proc/31145/statm: 42184 15657 2144 2102 0 17898 0
[pid=31145/tid=31147] ppid=31142 vsize=168736 memory=62500 CPUtime=1586.8 cores=1,3
/proc/31145/task/31147/stat : 31147 (cp-sat-runner) R 31142 31145 30453 0 -1 4194368 36372 0 0 0 158675 5 0 0 20 0 3 0 37836076 172785664 15657 18446744073709551615 4198400 12805993 140731859240336 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 14146912 14333620 37588992 140731859245336 140731859245541 140731859245541 140731859251143 0
[pid=31145/tid=31148] ppid=31142 vsize=168736 memory=62628 CPUtime=1596.49 cores=1,3
/proc/31145/task/31148/stat : 31148 (cp-sat-runner) R 31142 31145 30453 0 -1 4194368 27074 0 0 0 159622 27 0 0 20 0 3 0 37836076 172785664 15657 18446744073709551615 4198400 12805993 140731859240336 0 0 0 0 0 16386 0 0 0 -1 1 0 0 0 0 0 14146912 14333620 37588992 140731859245336 140731859245541 140731859245541 140731859251143 0
Current children cumulated CPU time: 3183.96 s
Current children cumulated vsize: 168736 KiB
Current children cumulated memory: 62628 KiB

[startup+1662.3 s]
/proc/loadavg: 8.12 8.11 8.00 9/257 31636
/proc/meminfo: memFree=129636452/131382112 swapFree=33010684/33010684
[pid=31145] ppid=31142 vsize=168736 memory=62628 CPUtime=3303.2 cores=1,3
/proc/31145/stat : 31145 (cp-sat-runner) S 31142 31145 30453 0 -1 4194304 67448 0 0 0 330278 42 0 0 20 0 3 0 37836047 172785664 15657 18446744073709551615 4198400 12805993 140731859240336 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 14146912 14333620 37588992 140731859245336 140731859245541 140731859245541 140731859251143 0
/proc/31145/statm: 42184 15657 2144 2102 0 17898 0
[pid=31145/tid=31147] ppid=31142 vsize=168736 memory=14340 CPUtime=1646.23 cores=1,3
/proc/31145/task/31147/stat : 31147 (cp-sat-runner) R 31142 31145 30453 0 -1 4194368 36372 0 0 0 164618 5 0 0 20 0 3 0 37836076 172785664 15657 18446744073709551615 4198400 12805993 140731859240336 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 14146912 14333620 37588992 140731859245336 140731859245541 140731859245541 140731859251143 0
[pid=31145/tid=31148] ppid=31142 vsize=168736 memory=62628 CPUtime=1656.29 cores=1,3
/proc/31145/task/31148/stat : 31148 (cp-sat-runner) R 31142 31145 30453 0 -1 4194368 27251 0 0 0 165601 28 0 0 20 0 3 0 37836076 172785664 15657 18446744073709551615 4198400 12805993 140731859240336 0 0 0 0 0 16386 0 0 0 -1 1 0 0 0 0 0 14146912 14333620 37588992 140731859245336 140731859245541 140731859245541 140731859251143 0
Current children cumulated CPU time: 3303.2 s
Current children cumulated vsize: 168736 KiB
Current children cumulated memory: 62628 KiB

[startup+1722.3 s]
/proc/loadavg: 8.15 8.12 8.01 9/257 31638
/proc/meminfo: memFree=129636260/131382112 swapFree=33010684/33010684
[pid=31145] ppid=31142 vsize=168736 memory=62628 CPUtime=3422.44 cores=1,3
/proc/31145/stat : 31145 (cp-sat-runner) S 31142 31145 30453 0 -1 4194304 67809 0 0 0 342201 43 0 0 20 0 3 0 37836047 172785664 15657 18446744073709551615 4198400 12805993 140731859240336 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 14146912 14333620 37588992 140731859245336 140731859245541 140731859245541 140731859251143 0
/proc/31145/statm: 42184 15657 2144 2102 0 17898 0
[pid=31145/tid=31147] ppid=31142 vsize=168736 memory=62628 CPUtime=1705.66 cores=1,3
/proc/31145/task/31147/stat : 31147 (cp-sat-runner) R 31142 31145 30453 0 -1 4194368 36508 0 0 0 170561 5 0 0 20 0 3 0 37836076 172785664 15657 18446744073709551615 4198400 12805993 140731859240336 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 14146912 14333620 37588992 140731859245336 140731859245541 140731859245541 140731859251143 0
[pid=31145/tid=31148] ppid=31142 vsize=168736 memory=11264 CPUtime=1716.08 cores=1,3
/proc/31145/task/31148/stat : 31148 (cp-sat-runner) R 31142 31145 30453 0 -1 4194368 27470 0 0 0 171580 28 0 0 20 0 3 0 37836076 172785664 15657 18446744073709551615 4198400 12805993 140731859240336 0 0 0 0 0 16386 0 0 0 -1 1 0 0 0 0 0 14146912 14333620 37588992 140731859245336 140731859245541 140731859245541 140731859251143 0
Current children cumulated CPU time: 3422.44 s
Current children cumulated vsize: 168736 KiB
Current children cumulated memory: 62628 KiB

[startup+1782.3 s]
/proc/loadavg: 8.15 8.12 8.01 9/258 31643
/proc/meminfo: memFree=129638608/131382112 swapFree=33010684/33010684
[pid=31145] ppid=31142 vsize=168736 memory=62628 CPUtime=3541.69 cores=1,3
/proc/31145/stat : 31145 (cp-sat-runner) S 31142 31145 30453 0 -1 4194304 67812 0 0 0 354125 44 0 0 20 0 3 0 37836047 172785664 15657 18446744073709551615 4198400 12805993 140731859240336 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 14146912 14333620 37588992 140731859245336 140731859245541 140731859245541 140731859251143 0
/proc/31145/statm: 42184 15657 2144 2102 0 17898 0
[pid=31145/tid=31147] ppid=31142 vsize=168736 memory=62628 CPUtime=1765.1 cores=1,3
/proc/31145/task/31147/stat : 31147 (cp-sat-runner) R 31142 31145 30453 0 -1 4194368 36508 0 0 0 176505 5 0 0 20 0 3 0 37836076 172785664 15657 18446744073709551615 4198400 12805993 140731859240336 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 14146912 14333620 37588992 140731859245336 140731859245541 140731859245541 140731859251143 0
[pid=31145/tid=31148] ppid=31142 vsize=168736 memory=62628 CPUtime=1775.87 cores=1,3
/proc/31145/task/31148/stat : 31148 (cp-sat-runner) R 31142 31145 30453 0 -1 4194368 27473 0 0 0 177559 28 0 0 20 0 3 0 37836076 172785664 15657 18446744073709551615 4198400 12805993 140731859240336 0 0 0 0 0 16386 0 0 0 -1 1 0 0 0 0 0 14146912 14333620 37588992 140731859245336 140731859245541 140731859245541 140731859251143 0
Current children cumulated CPU time: 3541.69 s
Current children cumulated vsize: 168736 KiB
Current children cumulated memory: 62628 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1811.7 s]
/proc/loadavg: 7.86 8.06 7.99 7/251 31818
/proc/meminfo: memFree=129458868/131382112 swapFree=33010684/33010684
[pid=31145] ppid=31142 vsize=168736 memory=62628 CPUtime=3600.04 cores=1,3
/proc/31145/stat : 31145 (cp-sat-runner) S 31142 31145 30453 0 -1 4194304 67822 0 0 0 359954 50 0 0 20 0 3 0 37836047 172785664 15657 18446744073709551615 4198400 12805993 140731859240336 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 14146912 14333620 37588992 140731859245336 140731859245541 140731859245541 140731859251143 0
/proc/31145/statm: 42184 15657 2144 2102 0 17898 0
[pid=31145/tid=31147] ppid=31142 vsize=168736 memory=62628 CPUtime=1794.15 cores=1,3
/proc/31145/task/31147/stat : 31147 (cp-sat-runner) R 31142 31145 30453 0 -1 4194368 36508 0 0 0 179406 9 0 0 20 0 3 0 37836076 172785664 15657 18446744073709551615 4198400 12805993 140731859240336 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 14146912 14333620 37588992 140731859245336 140731859245541 140731859245541 140731859251143 0
[pid=31145/tid=31148] ppid=31142 vsize=168736 memory=62628 CPUtime=1805.17 cores=1,3
/proc/31145/task/31148/stat : 31148 (cp-sat-runner) R 31142 31145 30453 0 -1 4194368 27483 0 0 0 180487 30 0 0 20 0 3 0 37836076 172785664 15657 18446744073709551615 4198400 12805993 140731859240336 0 0 0 0 0 16386 0 0 0 -1 1 0 0 0 0 0 14146912 14333620 37588992 140731859245336 140731859245541 140731859245541 140731859251143 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 168736 KiB
Current children cumulated memory: 62628 KiB

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

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

# cumulated CPU time of all completed processes:  user=3599.55 s, system=0.502674 s

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

[startup+1811.7 s]
/proc/loadavg: 7.86 8.06 7.99 7/251 31818
/proc/meminfo: memFree=129458868/131382112 swapFree=33010684/33010684
[pid=31145] ppid=31142 vsize=168736 memory=62628 CPUtime=3600.04 cores=1,3
/proc/31145/stat : 31145 (cp-sat-runner) S 31142 31145 30453 0 -1 4194304 67822 0 0 0 359954 50 0 0 20 0 3 0 37836047 172785664 15657 18446744073709551615 4198400 12805993 140731859240336 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 14146912 14333620 37588992 140731859245336 140731859245541 140731859245541 140731859251143 0
/proc/31145/statm: 42184 15657 2144 2102 0 17898 0
[pid=31145/tid=31147] ppid=31142 vsize=168736 memory=62628 CPUtime=1794.15 cores=1,3
/proc/31145/task/31147/stat : 31147 (cp-sat-runner) R 31142 31145 30453 0 -1 4194368 36508 0 0 0 179406 9 0 0 20 0 3 0 37836076 172785664 15657 18446744073709551615 4198400 12805993 140731859240336 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 14146912 14333620 37588992 140731859245336 140731859245541 140731859245541 140731859251143 0
[pid=31145/tid=31148] ppid=31142 vsize=168736 memory=62628 CPUtime=1805.17 cores=1,3
/proc/31145/task/31148/stat : 31148 (cp-sat-runner) R 31142 31145 30453 0 -1 4194368 27483 0 0 0 180487 30 0 0 20 0 3 0 37836076 172785664 15657 18446744073709551615 4198400 12805993 140731859240336 0 0 0 0 0 16386 0 0 0 -1 1 0 0 0 0 0 14146912 14333620 37588992 140731859245336 140731859245541 140731859245541 140731859251143 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 168736 KiB
Current children cumulated memory: 62628 KiB

Child status: 0

Real time (s): 1811.71
CPU time (s): 3600.06
CPU user time (s): 3599.55
CPU system time (s): 0.502674
CPU usage (%): 198.711
Max. virtual memory (cumulated for all children) (KiB): 174368
Max. memory (cumulated for all children) (KiB): 62628

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.55
system time used= 0.502674
maximum resident set size= 62756
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 67830
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= 37896
involuntary context switches= 183362


# summary of solver processes directly reported to runsolver:
#   pid: 31145
#   total CPU time (s): 3600.06
#   total CPU user time (s): 3599.55
#   total CPU system time (s): 0.502674

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.6402 second user time and 7.9341 second system time

The end

Launcher Data

Begin job on nodeC007 at 2025-06-29 20:26:09
IDJOB=4514574
IDBENCH=162772
IDSOLVER=3320
FILE ID=nodeC007/4514574-1751221569
RUNJOBID= nodeC007-1751219748-30470
SLURM_JOB_ID= 9587673
Free space on /tmp= 432980 MiB

SOLVER NAME= OR-Tools CP-SAT 9.14
BENCH NAME= PB24/normalized-PB16/DEC-LIN/quimper/SyncCodes/d_n_k/normalized-6_6_33.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-4514574-1751221569/watcher-4514574-1751221569 -o /tmp/evaluation-result-4514574-1751221569/solver-4514574-1751221569 -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:1687460844 --competition_mode --input HOME/instance-4514574-1751221569.opb

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

MD5SUM BENCH= e4b196fa2cd155289a58b617d5417cd9
RANDOM SEED=1687460844

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		: 3591.577
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.685
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		: 3591.625
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.195
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		: 3591.613
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		: 3491.839
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		: 3591.607
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		: 3491.842
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:        129826064 kB
MemAvailable:   129835744 kB
Buffers:            3280 kB
Cached:           819472 kB
SwapCached:            0 kB
Active:           442532 kB
Inactive:         574140 kB
Active(anon):     211880 kB
Inactive(anon):        0 kB
Active(file):     230652 kB
Inactive(file):   574140 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             51840 kB
Writeback:             0 kB
AnonPages:        197104 kB
Mapped:           128876 kB
Shmem:             17960 kB
KReclaimable:      89032 kB
Slab:             170608 kB
SReclaimable:      89032 kB
SUnreclaim:        81576 kB
KernelStack:        4208 kB
PageTables:         3208 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:     589900 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149416 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= 432464 MiB
End job on nodeC007 at 2025-06-29 20:56:21