Trace number 4512210

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
OR-Tools CP-SAT 9.14SAT (TO)-21362 3600.05 1812.01

General information on the benchmark

NamePB24/normalized-PB15eval/OPT-NLC/minlplib2-pb-0.1.0/
opb/normalized-autocorr_bern45-23.opb
MD5SUMaf7e878fffd6da85a395ada1cd1e9cec
Bench CategoryOPT-NLC (optimization problem, non-linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-21362
Best CPU time to get the best result obtained on this benchmark3600.05
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables0
Total number of constraints0
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint-1
Maximum length of a constraint0
Number of terms in the objective function 10776
Biggest coefficient in the objective function 6842
Number of bits for the biggest coefficient in the objective function 13
Sum of the numbers in the objective function 1529132
Number of bits of the sum of numbers in the objective function 21
Biggest number in a constraint 6842
Number of bits of the biggest number in a constraint 13
Biggest sum of numbers in a constraint 1529132
Number of bits of the biggest sum of numbers21
Number of products (including duplicates)10731
Sum of products size (including duplicates)34701
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

1.57/1.50	o -20307
1.77/1.64	o -20827
1.97/1.74	o -20846
2.36/1.92	o -21103
6.73/4.19	o -21111
8.72/5.16	o -21112
9.11/5.39	o -21113
11.49/6.51	o -21187
12.29/6.98	o -21232
13.28/7.45	o -21301
16.47/9.02	o -21320
49.03/25.42	o -21353
65.33/33.68	o -21362
3600.03/1812.01	s SATISFIABLE
3600.03/1812.01	v x1 -x2 -x3 -x4 -x5 x6 -x7 x8 -x9 x10 x11 x12 -x13 -x14 -x15 x16 x17 -x18 x19 
3600.03/1812.01	v x20 -x21 x22 x23 x24 x25 x26 x27 -x28 x29 -x30 x31 -x32 -x33 -x34 x35 x36 x37 
3600.03/1812.01	v -x38 -x39 x40 -x41 -x42 x43 x44 -x45 

Verifier Data

OK	-21362

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4512210-1751268251/watcher-4512210-1751268251 -o /tmp/evaluation-result-4512210-1751268251/solver-4512210-1751268251 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC008-1751268232-34998 --watchdog 3760 cp-sat-runner --params num_workers:2,log_search_progress:false,max_time_in_seconds:3600,random_seed:27383631 --competition_mode --input HOME/instance-4512210-1751268251.opb 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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=35156, runsolver pid=35153

[startup+0.100098 s]*
/proc/loadavg: 2.00 0.52 0.23 8/258 35157
/proc/meminfo: memFree=130086312/131382120 swapFree=33010160/33010684
[pid=35156] ppid=35153 vsize=24144 memory=19108 CPUtime=0.1 cores=4,6
/proc/35156/stat : 35156 (cp-sat-runner) R 35153 35156 34980 0 -1 4194304 4287 0 0 0 9 1 0 0 20 0 1 0 42504218 24723456 4777 18446744073709551615 4198400 12805993 140729391787488 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 14146912 14333620 46895104 140729391794458 140729391794661 140729391794661 140729391800263 0
/proc/35156/statm: 6036 4777 1472 2102 0 3576 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 24144 KiB
Current children cumulated memory: 19108 KiB

[startup+0.213329 s]*
/proc/loadavg: 2.00 0.52 0.23 8/258 35157
/proc/meminfo: memFree=130077240/131382120 swapFree=33010160/33010684
[pid=35156] ppid=35153 vsize=36028 memory=29860 CPUtime=0.22 cores=4,6
/proc/35156/stat : 35156 (cp-sat-runner) R 35153 35156 34980 0 -1 4194304 6899 0 0 0 20 2 0 0 20 0 1 0 42504218 36892672 7465 18446744073709551615 4198400 12805993 140729391787488 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 14146912 14333620 46895104 140729391794458 140729391794661 140729391794661 140729391800263 0
/proc/35156/statm: 9007 7465 1568 2102 0 6547 0
Current children cumulated CPU time: 0.22 s
Current children cumulated vsize: 36028 KiB
Current children cumulated memory: 29860 KiB

[startup+0.313283 s]*
/proc/loadavg: 2.00 0.52 0.23 8/258 35157
/proc/meminfo: memFree=130077240/131382120 swapFree=33010160/33010684
[pid=35156] ppid=35153 vsize=35976 memory=31336 CPUtime=0.31 cores=4,6
/proc/35156/stat : 35156 (cp-sat-runner) R 35153 35156 34980 0 -1 4194304 9122 0 0 0 29 2 0 0 20 0 1 0 42504218 36839424 7834 18446744073709551615 4198400 12805993 140729391787488 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 14146912 14333620 46895104 140729391794458 140729391794661 140729391794661 140729391800263 0
/proc/35156/statm: 8994 7834 1728 2102 0 6534 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 35976 KiB
Current children cumulated memory: 31336 KiB

[startup+0.70031 s]
/proc/loadavg: 2.00 0.52 0.23 8/258 35157
/proc/meminfo: memFree=130077240/131382120 swapFree=33010160/33010684
[pid=35156] ppid=35153 vsize=45516 memory=39272 CPUtime=0.69 cores=4,6
/proc/35156/stat : 35156 (cp-sat-runner) R 35153 35156 34980 0 -1 4194304 10990 0 0 0 66 3 0 0 20 0 1 0 42504218 46608384 9818 18446744073709551615 4198400 12805993 140729391787488 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 14146912 14333620 46895104 140729391794458 140729391794661 140729391794661 140729391800263 0
/proc/35156/statm: 11379 9818 1856 2102 0 8919 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 45516 KiB
Current children cumulated memory: 39272 KiB

[startup+1.5003 s]
/proc/loadavg: 2.00 0.52 0.23 8/258 35157
/proc/meminfo: memFree=130069828/131382120 swapFree=33010160/33010684
[pid=35156] ppid=35153 vsize=195360 memory=68444 CPUtime=1.57 cores=4,6
/proc/35156/stat : 35156 (cp-sat-runner) S 35153 35156 34980 0 -1 4194304 18182 0 0 0 152 5 0 0 20 0 3 0 42504218 200048640 17111 18446744073709551615 4198400 12805993 140729391787488 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 14146912 14333620 46895104 140729391794458 140729391794661 140729391794661 140729391800263 0
/proc/35156/statm: 48840 17111 1984 2102 0 20152 0
Current children cumulated CPU time: 1.57 s
Current children cumulated vsize: 195360 KiB
Current children cumulated memory: 68444 KiB

[startup+3.10724 s]
/proc/loadavg: 2.49 0.64 0.27 9/260 35159
/proc/meminfo: memFree=129985216/131382120 swapFree=33010160/33010684
[pid=35156] ppid=35153 vsize=260896 memory=140476 CPUtime=4.75 cores=4,6
/proc/35156/stat : 35156 (cp-sat-runner) S 35153 35156 34980 0 -1 4194304 42537 0 0 0 466 9 0 0 20 0 3 0 42504218 267157504 35119 18446744073709551615 4198400 12805993 140729391787488 0 0 0 0 0 16386 0 0 0 17 6 0 0 0 0 0 14146912 14333620 46895104 140729391794458 140729391794661 140729391794661 140729391800263 0
/proc/35156/statm: 65224 35119 2144 2102 0 39270 0
[pid=35156/tid=35158] ppid=35153 vsize=260896 memory=0 CPUtime=1.71 cores=4,6
/proc/35156/task/35158/stat : 35158 (cp-sat-runner) R 35153 35156 34980 0 -1 4194368 23457 0 0 0 168 3 0 0 20 0 3 0 42504354 267157504 35119 18446744073709551615 4198400 12805993 140729391787488 0 0 0 0 0 16386 0 0 0 -1 4 0 0 0 0 0 14146912 14333620 46895104 140729391794458 140729391794661 140729391794661 140729391800263 0
[pid=35156/tid=35159] ppid=35153 vsize=260896 memory=135608 CPUtime=1.67 cores=4,6
/proc/35156/task/35159/stat : 35159 (cp-sat-runner) R 35153 35156 34980 0 -1 4194368 6833 0 0 0 165 2 0 0 20 0 3 0 42504354 267157504 35119 18446744073709551615 4198400 12805993 140729391787488 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 14146912 14333620 46895104 140729391794458 140729391794661 140729391794661 140729391800263 0
Current children cumulated CPU time: 4.75 s
Current children cumulated vsize: 260896 KiB
Current children cumulated memory: 140476 KiB

[startup+6.30022 s]
/proc/loadavg: 2.49 0.64 0.27 9/260 35159
/proc/meminfo: memFree=129985868/131382120 swapFree=33010160/33010684
[pid=35156] ppid=35153 vsize=260896 memory=155836 CPUtime=11.09 cores=4,6
/proc/35156/stat : 35156 (cp-sat-runner) S 35153 35156 34980 0 -1 4194304 63153 0 0 0 1098 11 0 0 20 0 3 0 42504218 267157504 38959 18446744073709551615 4198400 12805993 140729391787488 0 0 0 0 0 16386 0 0 0 17 6 0 0 0 0 0 14146912 14333620 46895104 140729391794458 140729391794661 140729391794661 140729391800263 0
/proc/35156/statm: 65224 38959 2144 2102 0 44620 0
[pid=35156/tid=35158] ppid=35153 vsize=260896 memory=141500 CPUtime=4.89 cores=4,6
/proc/35156/task/35158/stat : 35158 (cp-sat-runner) R 35153 35156 34980 0 -1 4194368 38880 0 0 0 485 4 0 0 20 0 3 0 42504354 267157504 38959 18446744073709551615 4198400 12805993 140729391787488 0 0 0 0 0 16386 0 0 0 -1 4 0 0 0 0 0 14146912 14333620 46895104 140729391794458 140729391794661 140729391794661 140729391800263 0
[pid=35156/tid=35159] ppid=35153 vsize=260896 memory=78768 CPUtime=4.83 cores=4,6
/proc/35156/task/35159/stat : 35159 (cp-sat-runner) R 35153 35156 34980 0 -1 4194368 11995 0 0 0 481 2 0 0 20 0 3 0 42504354 267157504 38959 18446744073709551615 4198400 12805993 140729391787488 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 14146912 14333620 46895104 140729391794458 140729391794661 140729391794661 140729391800263 0
Current children cumulated CPU time: 11.09 s
Current children cumulated vsize: 260896 KiB
Current children cumulated memory: 155836 KiB

[startup+12.7002 s]
/proc/loadavg: 2.93 0.76 0.31 9/260 35159
/proc/meminfo: memFree=129952100/131382120 swapFree=33010160/33010684
[pid=35156] ppid=35153 vsize=260896 memory=170556 CPUtime=23.81 cores=4,6
/proc/35156/stat : 35156 (cp-sat-runner) S 35153 35156 34980 0 -1 4194304 86802 0 0 0 2369 12 0 0 20 0 3 0 42504218 267157504 42639 18446744073709551615 4198400 12805993 140729391787488 0 0 0 0 0 16386 0 0 0 17 6 0 0 0 0 0 14146912 14333620 46895104 140729391794458 140729391794661 140729391794661 140729391800263 0
/proc/35156/statm: 65224 42639 2144 2102 0 48158 0
[pid=35156/tid=35158] ppid=35153 vsize=260896 memory=16264 CPUtime=11.27 cores=4,6
/proc/35156/task/35158/stat : 35158 (cp-sat-runner) R 35153 35156 34980 0 -1 4194368 56669 0 0 0 1122 5 0 0 20 0 3 0 42504354 267157504 42639 18446744073709551615 4198400 12805993 140729391787488 0 0 0 0 0 16386 0 0 0 -1 4 0 0 0 0 0 14146912 14333620 46895104 140729391794458 140729391794661 140729391794661 140729391800263 0
[pid=35156/tid=35159] ppid=35153 vsize=260896 memory=0 CPUtime=11.17 cores=4,6
/proc/35156/task/35159/stat : 35159 (cp-sat-runner) R 35153 35156 34980 0 -1 4194368 17821 0 0 0 1114 3 0 0 20 0 3 0 42504354 267157504 42639 18446744073709551615 4198400 12805993 140729391787488 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 14146912 14333620 46895104 140729391794458 140729391794661 140729391794661 140729391800263 0
Current children cumulated CPU time: 23.81 s
Current children cumulated vsize: 260896 KiB
Current children cumulated memory: 170556 KiB

[startup+25.5002 s]
/proc/loadavg: 4.05 1.12 0.44 9/260 35159
/proc/meminfo: memFree=129907472/131382120 swapFree=33010160/33010684
[pid=35156] ppid=35153 vsize=260896 memory=184660 CPUtime=49.23 cores=4,6
/proc/35156/stat : 35156 (cp-sat-runner) S 35153 35156 34980 0 -1 4194304 109068 0 0 0 4909 14 0 0 20 0 3 0 42504218 267157504 46165 18446744073709551615 4198400 12805993 140729391787488 0 0 0 0 0 16386 0 0 0 17 6 0 0 0 0 0 14146912 14333620 46895104 140729391794458 140729391794661 140729391794661 140729391800263 0
/proc/35156/statm: 65224 46165 2144 2102 0 53417 0
[pid=35156/tid=35158] ppid=35153 vsize=260896 memory=140988 CPUtime=24.03 cores=4,6
/proc/35156/task/35158/stat : 35158 (cp-sat-runner) R 35153 35156 34980 0 -1 4194368 71339 0 0 0 2397 6 0 0 20 0 3 0 42504354 267157504 46165 18446744073709551615 4198400 12805993 140729391787488 0 0 0 0 0 16386 0 0 0 -1 4 0 0 0 0 0 14146912 14333620 46895104 140729391794458 140729391794661 140729391794661 140729391800263 0
[pid=35156/tid=35159] ppid=35153 vsize=260896 memory=10496 CPUtime=23.83 cores=4,6
/proc/35156/task/35159/stat : 35159 (cp-sat-runner) R 35153 35156 34980 0 -1 4194368 25383 0 0 0 2379 4 0 0 20 0 3 0 42504354 267157504 46165 18446744073709551615 4198400 12805993 140729391787488 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 14146912 14333620 46895104 140729391794458 140729391794661 140729391794661 140729391800263 0
Current children cumulated CPU time: 49.23 s
Current children cumulated vsize: 260896 KiB
Current children cumulated memory: 184660 KiB

[startup+51.1054 s]
/proc/loadavg: 5.47 1.69 0.65 9/260 35160
/proc/meminfo: memFree=129864824/131382120 swapFree=33010160/33010684
[pid=35156] ppid=35153 vsize=260896 memory=190384 CPUtime=100.12 cores=4,6
/proc/35156/stat : 35156 (cp-sat-runner) S 35153 35156 34980 0 -1 4194304 126774 0 0 0 9996 16 0 0 20 0 3 0 42504218 267157504 47596 18446744073709551615 4198400 12805993 140729391787488 0 0 0 0 0 16386 0 0 0 17 6 0 0 0 0 0 14146912 14333620 46895104 140729391794458 140729391794661 140729391794661 140729391800263 0
/proc/35156/statm: 65224 47596 2144 2102 0 53417 0
[pid=35156/tid=35158] ppid=35153 vsize=260896 memory=16264 CPUtime=49.57 cores=4,6
/proc/35156/task/35158/stat : 35158 (cp-sat-runner) R 35153 35156 34980 0 -1 4194368 86855 0 0 0 4950 7 0 0 20 0 3 0 42504354 267157504 47596 18446744073709551615 4198400 12805993 140729391787488 0 0 0 0 0 16386 0 0 0 -1 4 0 0 0 0 0 14146912 14333620 46895104 140729391794458 140729391794661 140729391794661 140729391800263 0
[pid=35156/tid=35159] ppid=35153 vsize=260896 memory=190384 CPUtime=49.17 cores=4,6
/proc/35156/task/35159/stat : 35159 (cp-sat-runner) R 35153 35156 34980 0 -1 4194368 27534 0 0 0 4913 4 0 0 20 0 3 0 42504354 267157504 47596 18446744073709551615 4198400 12805993 140729391787488 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 14146912 14333620 46895104 140729391794458 140729391794661 140729391794661 140729391800263 0
Current children cumulated CPU time: 100.12 s
Current children cumulated vsize: 260896 KiB
Current children cumulated memory: 190384 KiB

[startup+102.3 s]
/proc/loadavg: 6.90 2.66 1.03 9/260 35162
/proc/meminfo: memFree=129794160/131382120 swapFree=33010160/33010684
[pid=35156] ppid=35153 vsize=260896 memory=215728 CPUtime=201.86 cores=4,6
/proc/35156/stat : 35156 (cp-sat-runner) S 35153 35156 34980 0 -1 4194304 161118 0 0 0 20166 20 0 0 20 0 3 0 42504218 267157504 53932 18446744073709551615 4198400 12805993 140729391787488 0 0 0 0 0 16386 0 0 0 17 6 0 0 0 0 0 14146912 14333620 46895104 140729391794458 140729391794661 140729391794661 140729391800263 0
/proc/35156/statm: 65224 53932 2144 2102 0 59442 0
[pid=35156/tid=35158] ppid=35153 vsize=260896 memory=17536 CPUtime=100.62 cores=4,6
/proc/35156/task/35158/stat : 35158 (cp-sat-runner) R 35153 35156 34980 0 -1 4194368 98424 0 0 0 10053 9 0 0 20 0 3 0 42504354 267157504 53932 18446744073709551615 4198400 12805993 140729391787488 0 0 0 0 0 16386 0 0 0 -1 4 0 0 0 0 0 14146912 14333620 46895104 140729391794458 140729391794661 140729391794661 140729391800263 0
[pid=35156/tid=35159] ppid=35153 vsize=260896 memory=17536 CPUtime=99.86 cores=4,6
/proc/35156/task/35159/stat : 35159 (cp-sat-runner) R 35153 35156 34980 0 -1 4194368 50237 0 0 0 9979 7 0 0 20 0 3 0 42504354 267157504 53932 18446744073709551615 4198400 12805993 140729391787488 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 14146912 14333620 46895104 140729391794458 140729391794661 140729391794661 140729391800263 0
Current children cumulated CPU time: 201.86 s
Current children cumulated vsize: 260896 KiB
Current children cumulated memory: 215728 KiB

[startup+162.3 s]
/proc/loadavg: 7.64 3.65 1.48 9/259 35164
/proc/meminfo: memFree=129744932/131382120 swapFree=33010160/33010684
[pid=35156] ppid=35153 vsize=260896 memory=215728 CPUtime=321.11 cores=4,6
/proc/35156/stat : 35156 (cp-sat-runner) S 35153 35156 34980 0 -1 4194304 181249 0 0 0 32088 23 0 0 20 0 3 0 42504218 267157504 53932 18446744073709551615 4198400 12805993 140729391787488 0 0 0 0 0 16386 0 0 0 17 6 0 0 0 0 0 14146912 14333620 46895104 140729391794458 140729391794661 140729391794661 140729391800263 0
/proc/35156/statm: 65224 53932 2144 2102 0 59442 0
[pid=35156/tid=35158] ppid=35153 vsize=260896 memory=215728 CPUtime=160.45 cores=4,6
/proc/35156/task/35158/stat : 35158 (cp-sat-runner) R 35153 35156 34980 0 -1 4194368 109936 0 0 0 16035 10 0 0 20 0 3 0 42504354 267157504 53932 18446744073709551615 4198400 12805993 140729391787488 0 0 0 0 0 16386 0 0 0 -1 4 0 0 0 0 0 14146912 14333620 46895104 140729391794458 140729391794661 140729391794661 140729391800263 0
[pid=35156/tid=35159] ppid=35153 vsize=260896 memory=215728 CPUtime=159.25 cores=4,6
/proc/35156/task/35159/stat : 35159 (cp-sat-runner) R 35153 35156 34980 0 -1 4194368 58804 0 0 0 15918 7 0 0 20 0 3 0 42504354 267157504 53932 18446744073709551615 4198400 12805993 140729391787488 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 14146912 14333620 46895104 140729391794458 140729391794661 140729391794661 140729391800263 0
Current children cumulated CPU time: 321.11 s
Current children cumulated vsize: 260896 KiB
Current children cumulated memory: 215728 KiB

[startup+222.3 s]
/proc/loadavg: 8.03 4.49 1.90 9/259 35166
/proc/meminfo: memFree=129712596/131382120 swapFree=33010160/33010684
[pid=35156] ppid=35153 vsize=260896 memory=221616 CPUtime=440.36 cores=4,6
/proc/35156/stat : 35156 (cp-sat-runner) S 35153 35156 34980 0 -1 4194304 216057 0 0 0 44009 27 0 0 20 0 3 0 42504218 267157504 55404 18446744073709551615 4198400 12805993 140729391787488 0 0 0 0 0 16386 0 0 0 17 6 0 0 0 0 0 14146912 14333620 46895104 140729391794458 140729391794661 140729391794661 140729391800263 0
/proc/35156/statm: 65224 55404 2144 2102 0 60885 0
[pid=35156/tid=35158] ppid=35153 vsize=260896 memory=220336 CPUtime=220.28 cores=4,6
/proc/35156/task/35158/stat : 35158 (cp-sat-runner) R 35153 35156 34980 0 -1 4194368 130127 0 0 0 22017 11 0 0 20 0 3 0 42504354 267157504 55404 18446744073709551615 4198400 12805993 140729391787488 0 0 0 0 0 16386 0 0 0 -1 4 0 0 0 0 0 14146912 14333620 46895104 140729391794458 140729391794661 140729391794661 140729391800263 0
[pid=35156/tid=35159] ppid=35153 vsize=260896 memory=220336 CPUtime=218.64 cores=4,6
/proc/35156/task/35159/stat : 35159 (cp-sat-runner) R 35153 35156 34980 0 -1 4194368 73367 0 0 0 21855 9 0 0 20 0 3 0 42504354 267157504 55404 18446744073709551615 4198400 12805993 140729391787488 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 14146912 14333620 46895104 140729391794458 140729391794661 140729391794661 140729391800263 0
Current children cumulated CPU time: 440.36 s
Current children cumulated vsize: 260896 KiB
Current children cumulated memory: 221616 KiB

[startup+282.3 s]
/proc/loadavg: 8.06 5.15 2.29 9/259 35168
/proc/meminfo: memFree=129669536/131382120 swapFree=33010160/33010684
[pid=35156] ppid=35153 vsize=260896 memory=227400 CPUtime=559.6 cores=4,6

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

Current children cumulated memory: 280136 KiB

[startup+1302.3 s]
/proc/loadavg: 8.13 8.03 6.21 9/258 35215
/proc/meminfo: memFree=129644976/131382120 swapFree=33010160/33010684
[pid=35156] ppid=35153 vsize=326432 memory=281032 CPUtime=2586.93 cores=4,6
/proc/35156/stat : 35156 (cp-sat-runner) S 35153 35156 34980 0 -1 4194304 253637 0 0 0 258636 57 0 0 20 0 3 0 42504218 334266368 70258 18446744073709551615 4198400 12805993 140729391787488 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 14146912 14333620 46895104 140729391794458 140729391794661 140729391794661 140729391800263 0
/proc/35156/statm: 81608 70258 2144 2102 0 72546 0
[pid=35156/tid=35158] ppid=35153 vsize=326432 memory=280136 CPUtime=1290.64 cores=4,6
/proc/35156/task/35158/stat : 35158 (cp-sat-runner) R 35153 35156 34980 0 -1 4194368 157253 0 0 0 129042 22 0 0 20 0 3 0 42504354 334266368 70258 18446744073709551615 4198400 12805993 140729391787488 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 14146912 14333620 46895104 140729391794458 140729391794661 140729391794661 140729391800263 0
[pid=35156/tid=35159] ppid=35153 vsize=326432 memory=281032 CPUtime=1294.6 cores=4,6
/proc/35156/task/35159/stat : 35159 (cp-sat-runner) R 35153 35156 34980 0 -1 4194368 83691 0 0 0 129442 18 0 0 20 0 3 0 42504354 334266368 70258 18446744073709551615 4198400 12805993 140729391787488 0 0 0 0 0 16386 0 0 0 -1 4 0 0 0 0 0 14146912 14333620 46895104 140729391794458 140729391794661 140729391794661 140729391800263 0
Current children cumulated CPU time: 2586.93 s
Current children cumulated vsize: 326432 KiB
Current children cumulated memory: 281032 KiB

[startup+1362.3 s]
/proc/loadavg: 8.09 8.04 6.33 9/259 35218
/proc/meminfo: memFree=129626572/131382120 swapFree=33010160/33010684
[pid=35156] ppid=35153 vsize=326432 memory=281160 CPUtime=2706.18 cores=4,6
/proc/35156/stat : 35156 (cp-sat-runner) S 35153 35156 34980 0 -1 4194304 260238 0 0 0 270560 58 0 0 20 0 3 0 42504218 334266368 70290 18446744073709551615 4198400 12805993 140729391787488 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 14146912 14333620 46895104 140729391794458 140729391794661 140729391794661 140729391800263 0
/proc/35156/statm: 81608 70290 2144 2102 0 72583 0
[pid=35156/tid=35158] ppid=35153 vsize=326432 memory=281032 CPUtime=1350.05 cores=4,6
/proc/35156/task/35158/stat : 35158 (cp-sat-runner) R 35153 35156 34980 0 -1 4194368 163594 0 0 0 134983 22 0 0 20 0 3 0 42504354 334266368 70290 18446744073709551615 4198400 12805993 140729391787488 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 14146912 14333620 46895104 140729391794458 140729391794661 140729391794661 140729391800263 0
[pid=35156/tid=35159] ppid=35153 vsize=326432 memory=281160 CPUtime=1354.42 cores=4,6
/proc/35156/task/35159/stat : 35159 (cp-sat-runner) R 35153 35156 34980 0 -1 4194368 83928 0 0 0 135424 18 0 0 20 0 3 0 42504354 334266368 70290 18446744073709551615 4198400 12805993 140729391787488 0 0 0 0 0 16386 0 0 0 -1 4 0 0 0 0 0 14146912 14333620 46895104 140729391794458 140729391794661 140729391794661 140729391800263 0
Current children cumulated CPU time: 2706.18 s
Current children cumulated vsize: 326432 KiB
Current children cumulated memory: 281160 KiB

[startup+1422.3 s]
/proc/loadavg: 8.14 8.06 6.45 9/258 35220
/proc/meminfo: memFree=129627920/131382120 swapFree=33010160/33010684
[pid=35156] ppid=35153 vsize=326432 memory=281160 CPUtime=2825.43 cores=4,6
/proc/35156/stat : 35156 (cp-sat-runner) S 35153 35156 34980 0 -1 4194304 260565 0 0 0 282484 59 0 0 20 0 3 0 42504218 334266368 70290 18446744073709551615 4198400 12805993 140729391787488 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 14146912 14333620 46895104 140729391794458 140729391794661 140729391794661 140729391800263 0
/proc/35156/statm: 81608 70290 2144 2102 0 72583 0
[pid=35156/tid=35158] ppid=35153 vsize=326432 memory=281032 CPUtime=1409.46 cores=4,6
/proc/35156/task/35158/stat : 35158 (cp-sat-runner) R 35153 35156 34980 0 -1 4194368 163699 0 0 0 140924 22 0 0 20 0 3 0 42504354 334266368 70290 18446744073709551615 4198400 12805993 140729391787488 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 14146912 14333620 46895104 140729391794458 140729391794661 140729391794661 140729391800263 0
[pid=35156/tid=35159] ppid=35153 vsize=326432 memory=17536 CPUtime=1414.25 cores=4,6
/proc/35156/task/35159/stat : 35159 (cp-sat-runner) R 35153 35156 34980 0 -1 4194368 84133 0 0 0 141406 19 0 0 20 0 3 0 42504354 334266368 70290 18446744073709551615 4198400 12805993 140729391787488 0 0 0 0 0 16386 0 0 0 -1 4 0 0 0 0 0 14146912 14333620 46895104 140729391794458 140729391794661 140729391794661 140729391800263 0
Current children cumulated CPU time: 2825.43 s
Current children cumulated vsize: 326432 KiB
Current children cumulated memory: 281160 KiB

[startup+1482.3 s]
/proc/loadavg: 8.10 8.06 6.56 9/258 35222
/proc/meminfo: memFree=129627352/131382120 swapFree=33010160/33010684
[pid=35156] ppid=35153 vsize=326432 memory=281160 CPUtime=2944.69 cores=4,6
/proc/35156/stat : 35156 (cp-sat-runner) S 35153 35156 34980 0 -1 4194304 260844 0 0 0 294408 61 0 0 20 0 3 0 42504218 334266368 70290 18446744073709551615 4198400 12805993 140729391787488 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 14146912 14333620 46895104 140729391794458 140729391794661 140729391794661 140729391800263 0
/proc/35156/statm: 81608 70290 2144 2102 0 72583 0
[pid=35156/tid=35158] ppid=35153 vsize=326432 memory=16264 CPUtime=1468.88 cores=4,6
/proc/35156/task/35158/stat : 35158 (cp-sat-runner) R 35153 35156 34980 0 -1 4194368 163952 0 0 0 146865 23 0 0 20 0 3 0 42504354 334266368 70290 18446744073709551615 4198400 12805993 140729391787488 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 14146912 14333620 46895104 140729391794458 140729391794661 140729391794661 140729391800263 0
[pid=35156/tid=35159] ppid=35153 vsize=326432 memory=16264 CPUtime=1474.07 cores=4,6
/proc/35156/task/35159/stat : 35159 (cp-sat-runner) R 35153 35156 34980 0 -1 4194368 84159 0 0 0 147388 19 0 0 20 0 3 0 42504354 334266368 70290 18446744073709551615 4198400 12805993 140729391787488 0 0 0 0 0 16386 0 0 0 -1 4 0 0 0 0 0 14146912 14333620 46895104 140729391794458 140729391794661 140729391794661 140729391800263 0
Current children cumulated CPU time: 2944.69 s
Current children cumulated vsize: 326432 KiB
Current children cumulated memory: 281160 KiB

[startup+1542.3 s]
/proc/loadavg: 8.08 8.06 6.65 9/258 35224
/proc/meminfo: memFree=129584292/131382120 swapFree=33010160/33010684
[pid=35156] ppid=35153 vsize=391968 memory=317896 CPUtime=3063.95 cores=4,6
/proc/35156/stat : 35156 (cp-sat-runner) S 35153 35156 34980 0 -1 4194304 270533 0 0 0 306330 65 0 0 20 0 3 0 42504218 401375232 79474 18446744073709551615 4198400 12805993 140729391787488 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 14146912 14333620 46895104 140729391794458 140729391794661 140729391794661 140729391800263 0
/proc/35156/statm: 97992 79474 2144 2102 0 81749 0
[pid=35156/tid=35158] ppid=35153 vsize=391968 memory=17536 CPUtime=1528.3 cores=4,6
/proc/35156/task/35158/stat : 35158 (cp-sat-runner) R 35153 35156 34980 0 -1 4194368 173636 0 0 0 152804 26 0 0 20 0 3 0 42504354 401375232 79474 18446744073709551615 4198400 12805993 140729391787488 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 14146912 14333620 46895104 140729391794458 140729391794661 140729391794661 140729391800263 0
[pid=35156/tid=35159] ppid=35153 vsize=391968 memory=317896 CPUtime=1533.9 cores=4,6
/proc/35156/task/35159/stat : 35159 (cp-sat-runner) R 35153 35156 34980 0 -1 4194368 84163 0 0 0 153370 20 0 0 20 0 3 0 42504354 401375232 79474 18446744073709551615 4198400 12805993 140729391787488 0 0 0 0 0 16386 0 0 0 -1 4 0 0 0 0 0 14146912 14333620 46895104 140729391794458 140729391794661 140729391794661 140729391800263 0
Current children cumulated CPU time: 3063.95 s
Current children cumulated vsize: 391968 KiB
Current children cumulated memory: 317896 KiB

[startup+1602.3 s]
/proc/loadavg: 8.13 8.08 6.75 9/258 35227
/proc/meminfo: memFree=129588084/131382120 swapFree=33010160/33010684
[pid=35156] ppid=35153 vsize=391968 memory=317896 CPUtime=3183.22 cores=4,6
/proc/35156/stat : 35156 (cp-sat-runner) S 35153 35156 34980 0 -1 4194304 270561 0 0 0 318256 66 0 0 20 0 3 0 42504218 401375232 79474 18446744073709551615 4198400 12805993 140729391787488 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 14146912 14333620 46895104 140729391794458 140729391794661 140729391794661 140729391800263 0
/proc/35156/statm: 97992 79474 2144 2102 0 81749 0
[pid=35156/tid=35158] ppid=35153 vsize=391968 memory=317896 CPUtime=1587.72 cores=4,6
/proc/35156/task/35158/stat : 35158 (cp-sat-runner) R 35153 35156 34980 0 -1 4194368 173658 0 0 0 158746 26 0 0 20 0 3 0 42504354 401375232 79474 18446744073709551615 4198400 12805993 140729391787488 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 14146912 14333620 46895104 140729391794458 140729391794661 140729391794661 140729391800263 0
[pid=35156/tid=35159] ppid=35153 vsize=391968 memory=16264 CPUtime=1593.73 cores=4,6
/proc/35156/task/35159/stat : 35159 (cp-sat-runner) R 35153 35156 34980 0 -1 4194368 84169 0 0 0 159353 20 0 0 20 0 3 0 42504354 401375232 79474 18446744073709551615 4198400 12805993 140729391787488 0 0 0 0 0 16386 0 0 0 -1 4 0 0 0 0 0 14146912 14333620 46895104 140729391794458 140729391794661 140729391794661 140729391800263 0
Current children cumulated CPU time: 3183.22 s
Current children cumulated vsize: 391968 KiB
Current children cumulated memory: 317896 KiB

[startup+1662.3 s]
/proc/loadavg: 8.09 8.08 6.84 9/257 35229
/proc/meminfo: memFree=129587024/131382120 swapFree=33010160/33010684
[pid=35156] ppid=35153 vsize=391968 memory=317896 CPUtime=3302.49 cores=4,6
/proc/35156/stat : 35156 (cp-sat-runner) S 35153 35156 34980 0 -1 4194304 271493 0 0 0 330181 68 0 0 20 0 3 0 42504218 401375232 79474 18446744073709551615 4198400 12805993 140729391787488 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 14146912 14333620 46895104 140729391794458 140729391794661 140729391794661 140729391800263 0
/proc/35156/statm: 97992 79474 2144 2102 0 81749 0
[pid=35156/tid=35158] ppid=35153 vsize=391968 memory=317896 CPUtime=1647.15 cores=4,6
/proc/35156/task/35158/stat : 35158 (cp-sat-runner) R 35153 35156 34980 0 -1 4194368 173668 0 0 0 164688 27 0 0 20 0 3 0 42504354 401375232 79474 18446744073709551615 4198400 12805993 140729391787488 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 14146912 14333620 46895104 140729391794458 140729391794661 140729391794661 140729391800263 0
[pid=35156/tid=35159] ppid=35153 vsize=391968 memory=317896 CPUtime=1653.56 cores=4,6
/proc/35156/task/35159/stat : 35159 (cp-sat-runner) R 35153 35156 34980 0 -1 4194368 85088 0 0 0 165335 21 0 0 20 0 3 0 42504354 401375232 79474 18446744073709551615 4198400 12805993 140729391787488 0 0 0 0 0 16386 0 0 0 -1 4 0 0 0 0 0 14146912 14333620 46895104 140729391794458 140729391794661 140729391794661 140729391800263 0
Current children cumulated CPU time: 3302.49 s
Current children cumulated vsize: 391968 KiB
Current children cumulated memory: 317896 KiB

[startup+1722.3 s]
/proc/loadavg: 8.20 8.11 6.93 9/257 35231
/proc/meminfo: memFree=129577740/131382120 swapFree=33010160/33010684
[pid=35156] ppid=35153 vsize=391968 memory=317896 CPUtime=3421.73 cores=4,6
/proc/35156/stat : 35156 (cp-sat-runner) S 35153 35156 34980 0 -1 4194304 272106 0 0 0 342104 69 0 0 20 0 3 0 42504218 401375232 79474 18446744073709551615 4198400 12805993 140729391787488 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 14146912 14333620 46895104 140729391794458 140729391794661 140729391794661 140729391800263 0
/proc/35156/statm: 97992 79474 2144 2102 0 81749 0
[pid=35156/tid=35158] ppid=35153 vsize=391968 memory=317896 CPUtime=1706.56 cores=4,6
/proc/35156/task/35158/stat : 35158 (cp-sat-runner) R 35153 35156 34980 0 -1 4194368 174023 0 0 0 170629 27 0 0 20 0 3 0 42504354 401375232 79474 18446744073709551615 4198400 12805993 140729391787488 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 14146912 14333620 46895104 140729391794458 140729391794661 140729391794661 140729391800263 0
[pid=35156/tid=35159] ppid=35153 vsize=391968 memory=317896 CPUtime=1713.38 cores=4,6
/proc/35156/task/35159/stat : 35159 (cp-sat-runner) R 35153 35156 34980 0 -1 4194368 85332 0 0 0 171317 21 0 0 20 0 3 0 42504354 401375232 79474 18446744073709551615 4198400 12805993 140729391787488 0 0 0 0 0 16386 0 0 0 -1 4 0 0 0 0 0 14146912 14333620 46895104 140729391794458 140729391794661 140729391794661 140729391800263 0
Current children cumulated CPU time: 3421.73 s
Current children cumulated vsize: 391968 KiB
Current children cumulated memory: 317896 KiB

[startup+1782.3 s]
/proc/loadavg: 8.13 8.10 7.01 9/257 35233
/proc/meminfo: memFree=129577988/131382120 swapFree=33010160/33010684
[pid=35156] ppid=35153 vsize=406228 memory=322772 CPUtime=3540.99 cores=4,6
/proc/35156/stat : 35156 (cp-sat-runner) S 35153 35156 34980 0 -1 4194304 273604 0 0 0 354029 70 0 0 20 0 3 0 42504218 415977472 80693 18446744073709551615 4198400 12805993 140729391787488 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 14146912 14333620 46895104 140729391794458 140729391794661 140729391794661 140729391800263 0
/proc/35156/statm: 101557 80693 2144 2102 0 85314 0
[pid=35156/tid=35158] ppid=35153 vsize=406228 memory=317896 CPUtime=1765.97 cores=4,6
/proc/35156/task/35158/stat : 35158 (cp-sat-runner) R 35153 35156 34980 0 -1 4194368 174071 0 0 0 176570 27 0 0 20 0 3 0 42504354 415977472 80693 18446744073709551615 4198400 12805993 140729391787488 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 14146912 14333620 46895104 140729391794458 140729391794661 140729391794661 140729391800263 0
[pid=35156/tid=35159] ppid=35153 vsize=406228 memory=17536 CPUtime=1773.21 cores=4,6
/proc/35156/task/35159/stat : 35159 (cp-sat-runner) R 35153 35156 34980 0 -1 4194368 86779 0 0 0 177299 22 0 0 20 0 3 0 42504354 415977472 80693 18446744073709551615 4198400 12805993 140729391787488 0 0 0 0 0 16386 0 0 0 -1 4 0 0 0 0 0 14146912 14333620 46895104 140729391794458 140729391794661 140729391794661 140729391800263 0
Current children cumulated CPU time: 3540.99 s
Current children cumulated vsize: 406228 KiB
Current children cumulated memory: 322772 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1812 s]*
/proc/loadavg: 6.89 7.83 6.95 3/235 35329
/proc/meminfo: memFree=129952976/131382120 swapFree=33010160/33010684
[pid=35156] ppid=35153 vsize=406228 memory=322780 CPUtime=3600.03 cores=4,6
/proc/35156/stat : 35156 (cp-sat-runner) S 35153 35156 34980 0 -1 4194304 277091 0 0 0 359932 71 0 0 20 0 3 0 42504218 415977472 80695 18446744073709551615 4198400 12805993 140729391787488 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 14146912 14333620 46895104 140729391794458 140729391794661 140729391794661 140729391800263 0
/proc/35156/statm: 101557 80695 2144 2102 0 85316 0
[pid=35156/tid=35158] ppid=35153 vsize=406228 memory=-8183431375672612546 CPUtime=1795.39 cores=4,6
/proc/35156/task/35158/stat : 35158 (cp-sat-runner) R 35153 35156 34980 0 -1 4194368 174626 0 0 0 179512 27 0 0 20 0 3 0 42504354 415977472 80695 18446744073709551615 4198400 12805993 140729391787488 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 14146912 14333620 46895104 140729391794458 140729391794661 140729391794661 140729391800263 0
[pid=35156/tid=35159] ppid=35153 vsize=406228 memory=7686721470264483783 CPUtime=1802.82 cores=4,6
/proc/35156/task/35159/stat : 35159 (cp-sat-runner) R 35153 35156 34980 0 -1 4194368 89684 0 0 0 180260 22 0 0 20 0 3 0 42504354 415977472 80695 18446744073709551615 4198400 12805993 140729391787488 0 0 0 0 0 16386 0 0 0 -1 4 0 0 0 0 0 14146912 14333620 46895104 140729391794458 140729391794661 140729391794661 140729391800263 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 406228 KiB
Current children cumulated memory: 322780 KiB

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

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

# cumulated CPU time of all completed processes:  user=3599.33 s, system=0.718536 s

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

Child status: 0

Real time (s): 1812.01
CPU time (s): 3600.05
CPU user time (s): 3599.33
CPU system time (s): 0.718536
CPU usage (%): 198.677
Max. virtual memory (cumulated for all children) (KiB): 471764
Max. memory (cumulated for all children) (KiB): 329812

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.33
system time used= 0.718536
maximum resident set size= 331476
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 277098
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= 21140
involuntary context switches= 111709


# summary of solver processes directly reported to runsolver:
#   pid: 35156
#   total CPU time (s): 3600.05
#   total CPU user time (s): 3599.33
#   total CPU system time (s): 0.718536

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.27604 second user time and 9.00313 second system time

The end

Launcher Data

Begin job on nodeC008 at 2025-06-30 09:24:11
IDJOB=4512210
IDBENCH=160517
IDSOLVER=3320
FILE ID=nodeC008/4512210-1751268251
RUNJOBID= nodeC008-1751268232-34998
SLURM_JOB_ID= 9594175
Free space on /tmp= 433024 MiB

SOLVER NAME= OR-Tools CP-SAT 9.14
BENCH NAME= PB24/normalized-PB15eval/OPT-NLC/minlplib2-pb-0.1.0/opb/normalized-autocorr_bern45-23.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-4512210-1751268251/watcher-4512210-1751268251 -o /tmp/evaluation-result-4512210-1751268251/solver-4512210-1751268251 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC008-1751268232-34998 --watchdog 3760  cp-sat-runner --params num_workers:2,log_search_progress:false,max_time_in_seconds:3600,random_seed:27383631 --competition_mode --input HOME/instance-4512210-1751268251.opb

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

MD5SUM BENCH= af7e878fffd6da85a395ada1cd1e9cec
RANDOM SEED=27383631

nodeC008 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.627
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.72
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		: 3591.631
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.72
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.624
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.72
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		: 3591.667
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.72
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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

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


/proc/meminfo:
MemTotal:       131382120 kB
MemFree:        130104448 kB
MemAvailable:   129789768 kB
Buffers:            2144 kB
Cached:           496012 kB
SwapCached:            4 kB
Active:           467232 kB
Inactive:         280212 kB
Active(anon):     230472 kB
Inactive(anon):    36732 kB
Active(file):     236760 kB
Inactive(file):   243480 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010160 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             51660 kB
Writeback:            24 kB
AnonPages:        252416 kB
Mapped:           128972 kB
Shmem:             17916 kB
KReclaimable:      89412 kB
Slab:             171012 kB
SReclaimable:      89412 kB
SUnreclaim:        81600 kB
KernelStack:        4160 kB
PageTables:         3460 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701744 kB
Committed_AS:     639280 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149480 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     43008 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      181064 kB
DirectMap2M:     9158656 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 433048 MiB
End job on nodeC008 at 2025-06-30 09:54:23