Trace number 4507284

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.04 1812.91

General information on the benchmark

NamePB24/normalized-PB12/DEC-LIN/sroussel/
ShortestPathTate/normalized-TateBritain_K92.opb
MD5SUM0bf652578c2f1d207084d270794d0d34
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark16.9419
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables6256
Total number of constraints6442
Number of constraints which are clauses6350
Number of constraints which are cardinality constraints (but not clauses)92
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint92
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 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 93
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.02/1812.90	s UNKNOWN

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.4.2 (svn: 4680) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 63837 MiB (63059 MiB free)
  memory of node 1: 64465 MiB (63820 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4507284-1751175454/watcher-4507284-1751175454 -o /tmp/evaluation-result-4507284-1751175454/solver-4507284-1751175454 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC007-1751170007-22397 --watchdog 3760 cp-sat-runner --params num_workers:2,log_search_progress:false,max_time_in_seconds:3600,random_seed:1672807916 --competition_mode --input HOME/instance-4507284-1751175454.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
solver pid=23291, runsolver pid=23288
Current StackSize limit: 8192 KiB


[startup+0.100103 s]*
/proc/loadavg: 8.13 8.11 8.09 5/251 23292
/proc/meminfo: memFree=129908464/131382112 swapFree=33010684/33010684
[pid=23291] ppid=23288 vsize=21164 memory=18264 CPUtime=0.1 cores=1,3
/proc/23291/stat : 23291 (cp-sat-runner) R 23288 23291 22382 0 -1 4194304 3885 0 0 0 10 0 0 0 20 0 1 0 33224512 21671936 4566 18446744073709551615 4198400 12805993 140726129881952 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 14146912 14333620 46116864 140726129883416 140726129883621 140726129883621 140726129889223 0
/proc/23291/statm: 5291 4566 1856 2102 0 2831 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 21164 KiB
Current children cumulated memory: 18264 KiB

[startup+0.213381 s]*
/proc/loadavg: 8.13 8.11 8.09 5/251 23292
/proc/meminfo: memFree=129903172/131382112 swapFree=33010684/33010684
[pid=23291] ppid=23288 vsize=24840 memory=21848 CPUtime=0.22 cores=1,3
/proc/23291/stat : 23291 (cp-sat-runner) R 23288 23291 22382 0 -1 4194304 4777 0 0 0 21 1 0 0 20 0 1 0 33224512 25436160 5430 18446744073709551615 4198400 12805993 140726129881952 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 14146912 14333620 46116864 140726129883416 140726129883621 140726129883621 140726129889223 0
/proc/23291/statm: 6210 5430 1856 2102 0 3750 0
Current children cumulated CPU time: 0.22 s
Current children cumulated vsize: 24840 KiB
Current children cumulated memory: 21848 KiB

[startup+0.313496 s]*
/proc/loadavg: 8.13 8.11 8.09 5/251 23292
/proc/meminfo: memFree=129883012/131382112 swapFree=33010684/33010684
[pid=23291] ppid=23288 vsize=27220 memory=24152 CPUtime=0.32 cores=1,3
/proc/23291/stat : 23291 (cp-sat-runner) R 23288 23291 22382 0 -1 4194304 5354 0 0 0 31 1 0 0 20 0 1 0 33224512 27873280 6038 18446744073709551615 4198400 12805993 140726129881952 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 14146912 14333620 46116864 140726129883416 140726129883621 140726129883621 140726129889223 0
/proc/23291/statm: 6805 6038 1856 2102 0 4345 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 27220 KiB
Current children cumulated memory: 24152 KiB

[startup+0.700317 s]
/proc/loadavg: 8.13 8.11 8.09 5/251 23292
/proc/meminfo: memFree=129854788/131382112 swapFree=33010684/33010684
[pid=23291] ppid=23288 vsize=37528 memory=34392 CPUtime=0.68 cores=1,3
/proc/23291/stat : 23291 (cp-sat-runner) R 23288 23291 22382 0 -1 4194304 7930 0 0 0 67 1 0 0 20 0 1 0 33224512 38428672 8598 18446744073709551615 4198400 12805993 140726129881952 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 14146912 14333620 46116864 140726129883416 140726129883621 140726129883621 140726129889223 0
/proc/23291/statm: 9382 8598 1856 2102 0 6922 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 37528 KiB
Current children cumulated memory: 34392 KiB

[startup+1.50034 s]
/proc/loadavg: 8.13 8.11 8.09 5/251 23292
/proc/meminfo: memFree=129798828/131382112 swapFree=33010684/33010684
[pid=23291] ppid=23288 vsize=42204 memory=39256 CPUtime=1.48 cores=1,3
/proc/23291/stat : 23291 (cp-sat-runner) R 23288 23291 22382 0 -1 4194304 9113 0 0 0 146 2 0 0 20 0 1 0 33224512 43216896 9814 18446744073709551615 4198400 12805993 140726129881952 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 14146912 14333620 46116864 140726129883416 140726129883621 140726129883621 140726129889223 0
/proc/23291/statm: 10551 9814 1888 2102 0 8091 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 42204 KiB
Current children cumulated memory: 39256 KiB

[startup+3.1094 s]
/proc/loadavg: 7.80 8.04 8.07 7/255 23296
/proc/meminfo: memFree=129687364/131382112 swapFree=33010684/33010684
[pid=23291] ppid=23288 vsize=191624 memory=65268 CPUtime=4.16 cores=1,3
/proc/23291/stat : 23291 (cp-sat-runner) S 23288 23291 22382 0 -1 4194304 19945 0 0 0 410 6 0 0 20 0 3 0 33224512 196222976 16317 18446744073709551615 4198400 12805993 140726129881952 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 14146912 14333620 46116864 140726129883416 140726129883621 140726129883621 140726129889223 0
/proc/23291/statm: 47906 16317 1952 2102 0 18863 0
[pid=23291/tid=23295] ppid=23288 vsize=191624 memory=0 CPUtime=1.09 cores=1,3
/proc/23291/task/23295/stat : 23295 (cp-sat-runner) R 23288 23291 22382 0 -1 4194368 1775 0 0 0 109 0 0 0 20 0 3 0 33224712 196222976 16317 18446744073709551615 4198400 12805993 140726129881952 0 0 0 0 0 16386 0 0 0 -1 1 0 0 0 0 0 14146912 14333620 46116864 140726129883416 140726129883621 140726129883621 140726129889223 0
[pid=23291/tid=23296] ppid=23288 vsize=191624 memory=58484 CPUtime=1.08 cores=1,3
/proc/23291/task/23296/stat : 23296 (cp-sat-runner) R 23288 23291 22382 0 -1 4194368 8372 0 0 0 105 3 0 0 20 0 3 0 33224712 196222976 16317 18446744073709551615 4198400 12805993 140726129881952 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 14146912 14333620 46116864 140726129883416 140726129883621 140726129883621 140726129889223 0
Current children cumulated CPU time: 4.16 s
Current children cumulated vsize: 191624 KiB
Current children cumulated memory: 65268 KiB

[startup+6.3002 s]
/proc/loadavg: 7.80 8.04 8.07 9/259 23300
/proc/meminfo: memFree=129482684/131382112 swapFree=33010684/33010684
[pid=23291] ppid=23288 vsize=191624 memory=76856 CPUtime=10.5 cores=1,3
/proc/23291/stat : 23291 (cp-sat-runner) S 23288 23291 22382 0 -1 4194304 26184 0 0 0 1043 7 0 0 20 0 3 0 33224512 196222976 19214 18446744073709551615 4198400 12805993 140726129881952 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 14146912 14333620 46116864 140726129883416 140726129883621 140726129883621 140726129889223 0
/proc/23291/statm: 47906 19214 2112 2102 0 21670 0
[pid=23291/tid=23295] ppid=23288 vsize=191624 memory=76856 CPUtime=4.27 cores=1,3
/proc/23291/task/23295/stat : 23295 (cp-sat-runner) R 23288 23291 22382 0 -1 4194368 2672 0 0 0 427 0 0 0 20 0 3 0 33224712 196222976 19214 18446744073709551615 4198400 12805993 140726129881952 0 0 0 0 0 16386 0 0 0 -1 1 0 0 0 0 0 14146912 14333620 46116864 140726129883416 140726129883621 140726129883621 140726129889223 0
[pid=23291/tid=23296] ppid=23288 vsize=191624 memory=39768 CPUtime=4.24 cores=1,3
/proc/23291/task/23296/stat : 23296 (cp-sat-runner) R 23288 23291 22382 0 -1 4194368 13670 0 0 0 420 4 0 0 20 0 3 0 33224712 196222976 19214 18446744073709551615 4198400 12805993 140726129881952 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 14146912 14333620 46116864 140726129883416 140726129883621 140726129883621 140726129889223 0
Current children cumulated CPU time: 10.5 s
Current children cumulated vsize: 191624 KiB
Current children cumulated memory: 76856 KiB

[startup+12.7002 s]
/proc/loadavg: 7.83 8.04 8.07 9/259 23300
/proc/meminfo: memFree=129409224/131382112 swapFree=33010684/33010684
[pid=23291] ppid=23288 vsize=191624 memory=83640 CPUtime=23.23 cores=1,3
/proc/23291/stat : 23291 (cp-sat-runner) S 23288 23291 22382 0 -1 4194304 39210 0 0 0 2315 8 0 0 20 0 3 0 33224512 196222976 20910 18446744073709551615 4198400 12805993 140726129881952 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 14146912 14333620 46116864 140726129883416 140726129883621 140726129883621 140726129889223 0
/proc/23291/statm: 47906 20910 2144 2102 0 23502 0
[pid=23291/tid=23295] ppid=23288 vsize=191624 memory=14340 CPUtime=10.66 cores=1,3
/proc/23291/task/23295/stat : 23295 (cp-sat-runner) R 23288 23291 22382 0 -1 4194368 3477 0 0 0 1066 0 0 0 20 0 3 0 33224712 196222976 20910 18446744073709551615 4198400 12805993 140726129881952 0 0 0 0 0 16386 0 0 0 -1 1 0 0 0 0 0 14146912 14333620 46116864 140726129883416 140726129883621 140726129883621 140726129889223 0
[pid=23291/tid=23296] ppid=23288 vsize=191624 memory=0 CPUtime=10.58 cores=1,3
/proc/23291/task/23296/stat : 23296 (cp-sat-runner) R 23288 23291 22382 0 -1 4194368 25852 0 0 0 1053 5 0 0 20 0 3 0 33224712 196222976 20910 18446744073709551615 4198400 12805993 140726129881952 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 14146912 14333620 46116864 140726129883416 140726129883621 140726129883621 140726129889223 0
Current children cumulated CPU time: 23.23 s
Current children cumulated vsize: 191624 KiB
Current children cumulated memory: 83640 KiB

[startup+25.5002 s]
/proc/loadavg: 7.86 8.04 8.07 9/259 23300
/proc/meminfo: memFree=129147872/131382112 swapFree=33010684/33010684
[pid=23291] ppid=23288 vsize=191624 memory=94780 CPUtime=48.67 cores=1,3
/proc/23291/stat : 23291 (cp-sat-runner) S 23288 23291 22382 0 -1 4194304 52518 0 0 0 4858 9 0 0 20 0 3 0 33224512 196222976 23695 18446744073709551615 4198400 12805993 140726129881952 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 14146912 14333620 46116864 140726129883416 140726129883621 140726129883621 140726129889223 0
/proc/23291/statm: 47906 23695 2144 2102 0 26310 0
[pid=23291/tid=23295] ppid=23288 vsize=191624 memory=76088 CPUtime=23.41 cores=1,3
/proc/23291/task/23295/stat : 23295 (cp-sat-runner) R 23288 23291 22382 0 -1 4194368 6789 0 0 0 2341 0 0 0 20 0 3 0 33224712 196222976 23695 18446744073709551615 4198400 12805993 140726129881952 0 0 0 0 0 16386 0 0 0 -1 1 0 0 0 0 0 14146912 14333620 46116864 140726129883416 140726129883621 140726129883621 140726129889223 0
[pid=23291/tid=23296] ppid=23288 vsize=191624 memory=11264 CPUtime=23.24 cores=1,3
/proc/23291/task/23296/stat : 23296 (cp-sat-runner) R 23288 23291 22382 0 -1 4194368 34093 0 0 0 2319 5 0 0 20 0 3 0 33224712 196222976 23695 18446744073709551615 4198400 12805993 140726129881952 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 14146912 14333620 46116864 140726129883416 140726129883621 140726129883621 140726129889223 0
Current children cumulated CPU time: 48.67 s
Current children cumulated vsize: 191624 KiB
Current children cumulated memory: 94780 KiB

[startup+51.1056 s]
/proc/loadavg: 7.98 8.05 8.07 9/259 23301
/proc/meminfo: memFree=129096276/131382112 swapFree=33010684/33010684
[pid=23291] ppid=23288 vsize=191624 memory=94780 CPUtime=99.52 cores=1,3
/proc/23291/stat : 23291 (cp-sat-runner) S 23288 23291 22382 0 -1 4194304 72248 0 0 0 9940 12 0 0 20 0 3 0 33224512 196222976 23695 18446744073709551615 4198400 12805993 140726129881952 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 14146912 14333620 46116864 140726129883416 140726129883621 140726129883621 140726129889223 0
/proc/23291/statm: 47906 23695 2144 2102 0 26310 0
[pid=23291/tid=23295] ppid=23288 vsize=191624 memory=14340 CPUtime=48.93 cores=1,3
/proc/23291/task/23295/stat : 23295 (cp-sat-runner) R 23288 23291 22382 0 -1 4194368 14655 0 0 0 4892 1 0 0 20 0 3 0 33224712 196222976 23695 18446744073709551615 4198400 12805993 140726129881952 0 0 0 0 0 16386 0 0 0 -1 1 0 0 0 0 0 14146912 14333620 46116864 140726129883416 140726129883621 140726129883621 140726129889223 0
[pid=23291/tid=23296] ppid=23288 vsize=191624 memory=94780 CPUtime=48.57 cores=1,3
/proc/23291/task/23296/stat : 23296 (cp-sat-runner) R 23288 23291 22382 0 -1 4194368 45869 0 0 0 4850 7 0 0 20 0 3 0 33224712 196222976 23695 18446744073709551615 4198400 12805993 140726129881952 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 14146912 14333620 46116864 140726129883416 140726129883621 140726129883621 140726129889223 0
Current children cumulated CPU time: 99.52 s
Current children cumulated vsize: 191624 KiB
Current children cumulated memory: 94780 KiB

[startup+102.3 s]
/proc/loadavg: 8.04 8.06 8.07 9/259 23306
/proc/meminfo: memFree=129069820/131382112 swapFree=33010684/33010684
[pid=23291] ppid=23288 vsize=191624 memory=96956 CPUtime=201.25 cores=1,3
/proc/23291/stat : 23291 (cp-sat-runner) S 23288 23291 22382 0 -1 4194304 94860 0 0 0 20110 15 0 0 20 0 3 0 33224512 196222976 24239 18446744073709551615 4198400 12805993 140726129881952 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 14146912 14333620 46116864 140726129883416 140726129883621 140726129883621 140726129889223 0
/proc/23291/statm: 47906 24239 2144 2102 0 26843 0
[pid=23291/tid=23295] ppid=23288 vsize=191624 memory=17408 CPUtime=99.99 cores=1,3
/proc/23291/task/23295/stat : 23295 (cp-sat-runner) R 23288 23291 22382 0 -1 4194368 22590 0 0 0 9996 3 0 0 20 0 3 0 33224712 196222976 24239 18446744073709551615 4198400 12805993 140726129881952 0 0 0 0 0 16386 0 0 0 -1 1 0 0 0 0 0 14146912 14333620 46116864 140726129883416 140726129883621 140726129883621 140726129889223 0
[pid=23291/tid=23296] ppid=23288 vsize=191624 memory=17408 CPUtime=99.23 cores=1,3
/proc/23291/task/23296/stat : 23296 (cp-sat-runner) R 23288 23291 22382 0 -1 4194368 59907 0 0 0 9915 8 0 0 20 0 3 0 33224712 196222976 24239 18446744073709551615 4198400 12805993 140726129881952 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 14146912 14333620 46116864 140726129883416 140726129883621 140726129883621 140726129889223 0
Current children cumulated CPU time: 201.25 s
Current children cumulated vsize: 191624 KiB
Current children cumulated memory: 96956 KiB

[startup+162.3 s]
/proc/loadavg: 8.13 8.08 8.08 9/259 23308
/proc/meminfo: memFree=129026308/131382112 swapFree=33010684/33010684
[pid=23291] ppid=23288 vsize=191624 memory=99644 CPUtime=320.47 cores=1,3
/proc/23291/stat : 23291 (cp-sat-runner) S 23288 23291 22382 0 -1 4194304 110498 0 0 0 32029 18 0 0 20 0 3 0 33224512 196222976 24911 18446744073709551615 4198400 12805993 140726129881952 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 14146912 14333620 46116864 140726129883416 140726129883621 140726129883621 140726129889223 0
/proc/23291/statm: 47906 24911 2144 2102 0 27443 0
[pid=23291/tid=23295] ppid=23288 vsize=191624 memory=97724 CPUtime=159.81 cores=1,3
/proc/23291/task/23295/stat : 23295 (cp-sat-runner) R 23288 23291 22382 0 -1 4194368 30443 0 0 0 15977 4 0 0 20 0 3 0 33224712 196222976 24911 18446744073709551615 4198400 12805993 140726129881952 0 0 0 0 0 16386 0 0 0 -1 1 0 0 0 0 0 14146912 14333620 46116864 140726129883416 140726129883621 140726129883621 140726129889223 0
[pid=23291/tid=23296] ppid=23288 vsize=191624 memory=99388 CPUtime=158.61 cores=1,3
/proc/23291/task/23296/stat : 23296 (cp-sat-runner) R 23288 23291 22382 0 -1 4194368 67640 0 0 0 15852 9 0 0 20 0 3 0 33224712 196222976 24911 18446744073709551615 4198400 12805993 140726129881952 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 14146912 14333620 46116864 140726129883416 140726129883621 140726129883621 140726129889223 0
Current children cumulated CPU time: 320.47 s
Current children cumulated vsize: 191624 KiB
Current children cumulated memory: 99644 KiB

[startup+222.3 s]
/proc/loadavg: 8.11 8.07 8.08 9/259 23310
/proc/meminfo: memFree=128981424/131382112 swapFree=33010684/33010684
[pid=23291] ppid=23288 vsize=191624 memory=102716 CPUtime=439.69 cores=1,3
/proc/23291/stat : 23291 (cp-sat-runner) S 23288 23291 22382 0 -1 4194304 112450 0 0 0 43949 20 0 0 20 0 3 0 33224512 196222976 25679 18446744073709551615 4198400 12805993 140726129881952 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 14146912 14333620 46116864 140726129883416 140726129883621 140726129883621 140726129889223 0
/proc/23291/statm: 47906 25679 2144 2102 0 28213 0
[pid=23291/tid=23295] ppid=23288 vsize=191624 memory=101180 CPUtime=219.64 cores=1,3
/proc/23291/task/23295/stat : 23295 (cp-sat-runner) R 23288 23291 22382 0 -1 4194368 30785 0 0 0 21959 5 0 0 20 0 3 0 33224712 196222976 25679 18446744073709551615 4198400 12805993 140726129881952 0 0 0 0 0 16386 0 0 0 -1 1 0 0 0 0 0 14146912 14333620 46116864 140726129883416 140726129883621 140726129883621 140726129889223 0
[pid=23291/tid=23296] ppid=23288 vsize=191624 memory=100924 CPUtime=217.98 cores=1,3
/proc/23291/task/23296/stat : 23296 (cp-sat-runner) R 23288 23291 22382 0 -1 4194368 69247 0 0 0 21789 9 0 0 20 0 3 0 33224712 196222976 25679 18446744073709551615 4198400 12805993 140726129881952 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 14146912 14333620 46116864 140726129883416 140726129883621 140726129883621 140726129889223 0
Current children cumulated CPU time: 439.69 s
Current children cumulated vsize: 191624 KiB
Current children cumulated memory: 102716 KiB

[startup+282.3 s]
/proc/loadavg: 8.09 8.07 8.08 9/259 23312
/proc/meminfo: memFree=128965424/131382112 swapFree=33010684/33010684
[pid=23291] ppid=23288 vsize=191624 memory=107964 CPUtime=558.9 cores=1,3

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

Current children cumulated memory: 127020 KiB

[startup+1362.3 s]
/proc/loadavg: 8.08 8.10 8.09 9/258 23413
/proc/meminfo: memFree=129044932/131382112 swapFree=33010684/33010684
[pid=23291] ppid=23288 vsize=257160 memory=127532 CPUtime=2704.69 cores=1,3
/proc/23291/stat : 23291 (cp-sat-runner) S 23288 23291 22382 0 -1 4194304 177444 0 0 0 270414 55 0 0 20 0 3 0 33224512 263331840 31883 18446744073709551615 4198400 12805993 140726129881952 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 14146912 14333620 46116864 140726129883416 140726129883621 140726129883621 140726129889223 0
/proc/23291/statm: 64290 31883 2144 2102 0 34125 0
[pid=23291/tid=23295] ppid=23288 vsize=257160 memory=127532 CPUtime=1356.32 cores=1,3
/proc/23291/task/23295/stat : 23295 (cp-sat-runner) R 23288 23291 22382 0 -1 4194368 46934 0 0 0 135609 23 0 0 20 0 3 0 33224712 263331840 31883 18446744073709551615 4198400 12805993 140726129881952 0 0 0 0 0 16386 0 0 0 -1 1 0 0 0 0 0 14146912 14333620 46116864 140726129883416 140726129883621 140726129883621 140726129889223 0
[pid=23291/tid=23296] ppid=23288 vsize=257160 memory=1792 CPUtime=1346 cores=1,3
/proc/23291/task/23296/stat : 23296 (cp-sat-runner) R 23288 23291 22382 0 -1 4194368 117867 0 0 0 134582 18 0 0 20 0 3 0 33224712 263331840 31883 18446744073709551615 4198400 12805993 140726129881952 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 14146912 14333620 46116864 140726129883416 140726129883621 140726129883621 140726129889223 0
Current children cumulated CPU time: 2704.69 s
Current children cumulated vsize: 257160 KiB
Current children cumulated memory: 127532 KiB

[startup+1422.3 s]
/proc/loadavg: 8.09 8.10 8.09 9/258 23426
/proc/meminfo: memFree=129002624/131382112 swapFree=33010684/33010684
[pid=23291] ppid=23288 vsize=257160 memory=127532 CPUtime=2823.91 cores=1,3
/proc/23291/stat : 23291 (cp-sat-runner) S 23288 23291 22382 0 -1 4194304 177447 0 0 0 282334 57 0 0 20 0 3 0 33224512 263331840 31883 18446744073709551615 4198400 12805993 140726129881952 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 14146912 14333620 46116864 140726129883416 140726129883621 140726129883621 140726129889223 0
/proc/23291/statm: 64290 31883 2144 2102 0 34125 0
[pid=23291/tid=23295] ppid=23288 vsize=257160 memory=127532 CPUtime=1416.14 cores=1,3
/proc/23291/task/23295/stat : 23295 (cp-sat-runner) R 23288 23291 22382 0 -1 4194368 46934 0 0 0 141590 24 0 0 20 0 3 0 33224712 263331840 31883 18446744073709551615 4198400 12805993 140726129881952 0 0 0 0 0 16386 0 0 0 -1 1 0 0 0 0 0 14146912 14333620 46116864 140726129883416 140726129883621 140726129883621 140726129889223 0
[pid=23291/tid=23296] ppid=23288 vsize=257160 memory=14340 CPUtime=1405.38 cores=1,3
/proc/23291/task/23296/stat : 23296 (cp-sat-runner) R 23288 23291 22382 0 -1 4194368 117870 0 0 0 140520 18 0 0 20 0 3 0 33224712 263331840 31883 18446744073709551615 4198400 12805993 140726129881952 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 14146912 14333620 46116864 140726129883416 140726129883621 140726129883621 140726129889223 0
Current children cumulated CPU time: 2823.91 s
Current children cumulated vsize: 257160 KiB
Current children cumulated memory: 127532 KiB

[startup+1482.3 s]
/proc/loadavg: 8.08 8.09 8.09 9/258 23428
/proc/meminfo: memFree=129012404/131382112 swapFree=33010684/33010684
[pid=23291] ppid=23288 vsize=257160 memory=127788 CPUtime=2943.13 cores=1,3
/proc/23291/stat : 23291 (cp-sat-runner) S 23288 23291 22382 0 -1 4194304 177506 0 0 0 294255 58 0 0 20 0 3 0 33224512 263331840 31947 18446744073709551615 4198400 12805993 140726129881952 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 14146912 14333620 46116864 140726129883416 140726129883621 140726129883621 140726129889223 0
/proc/23291/statm: 64290 31947 2144 2102 0 34178 0
[pid=23291/tid=23295] ppid=23288 vsize=257160 memory=127532 CPUtime=1475.96 cores=1,3
/proc/23291/task/23295/stat : 23295 (cp-sat-runner) R 23288 23291 22382 0 -1 4194368 46940 0 0 0 147571 25 0 0 20 0 3 0 33224712 263331840 31947 18446744073709551615 4198400 12805993 140726129881952 0 0 0 0 0 16386 0 0 0 -1 1 0 0 0 0 0 14146912 14333620 46116864 140726129883416 140726129883621 140726129883621 140726129889223 0
[pid=23291/tid=23296] ppid=23288 vsize=257160 memory=127532 CPUtime=1464.76 cores=1,3
/proc/23291/task/23296/stat : 23296 (cp-sat-runner) R 23288 23291 22382 0 -1 4194368 117923 0 0 0 146458 18 0 0 20 0 3 0 33224712 263331840 31947 18446744073709551615 4198400 12805993 140726129881952 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 14146912 14333620 46116864 140726129883416 140726129883621 140726129883621 140726129889223 0
Current children cumulated CPU time: 2943.13 s
Current children cumulated vsize: 257160 KiB
Current children cumulated memory: 127788 KiB

[startup+1542.3 s]
/proc/loadavg: 8.15 8.10 8.09 9/257 23430
/proc/meminfo: memFree=129012680/131382112 swapFree=33010684/33010684
[pid=23291] ppid=23288 vsize=257160 memory=130092 CPUtime=3062.35 cores=1,3
/proc/23291/stat : 23291 (cp-sat-runner) S 23288 23291 22382 0 -1 4194304 178086 0 0 0 306175 60 0 0 20 0 3 0 33224512 263331840 32523 18446744073709551615 4198400 12805993 140726129881952 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 14146912 14333620 46116864 140726129883416 140726129883621 140726129883621 140726129889223 0
/proc/23291/statm: 64290 32523 2144 2102 0 34836 0
[pid=23291/tid=23295] ppid=23288 vsize=257160 memory=130092 CPUtime=1535.77 cores=1,3
/proc/23291/task/23295/stat : 23295 (cp-sat-runner) R 23288 23291 22382 0 -1 4194368 46942 0 0 0 153552 25 0 0 20 0 3 0 33224712 263331840 32523 18446744073709551615 4198400 12805993 140726129881952 0 0 0 0 0 16386 0 0 0 -1 1 0 0 0 0 0 14146912 14333620 46116864 140726129883416 140726129883621 140726129883621 140726129889223 0
[pid=23291/tid=23296] ppid=23288 vsize=257160 memory=130092 CPUtime=1524.14 cores=1,3
/proc/23291/task/23296/stat : 23296 (cp-sat-runner) R 23288 23291 22382 0 -1 4194368 118500 0 0 0 152396 18 0 0 20 0 3 0 33224712 263331840 32523 18446744073709551615 4198400 12805993 140726129881952 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 14146912 14333620 46116864 140726129883416 140726129883621 140726129883621 140726129889223 0
Current children cumulated CPU time: 3062.35 s
Current children cumulated vsize: 257160 KiB
Current children cumulated memory: 130092 KiB

[startup+1602.3 s]
/proc/loadavg: 8.05 8.08 8.09 9/257 23432
/proc/meminfo: memFree=129014092/131382112 swapFree=33010684/33010684
[pid=23291] ppid=23288 vsize=257160 memory=130220 CPUtime=3181.54 cores=1,3
/proc/23291/stat : 23291 (cp-sat-runner) S 23288 23291 22382 0 -1 4194304 178089 0 0 0 318093 61 0 0 20 0 3 0 33224512 263331840 32555 18446744073709551615 4198400 12805993 140726129881952 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 14146912 14333620 46116864 140726129883416 140726129883621 140726129883621 140726129889223 0
/proc/23291/statm: 64290 32555 2144 2102 0 34836 0
[pid=23291/tid=23295] ppid=23288 vsize=257160 memory=130092 CPUtime=1595.57 cores=1,3
/proc/23291/task/23295/stat : 23295 (cp-sat-runner) R 23288 23291 22382 0 -1 4194368 46945 0 0 0 159531 26 0 0 20 0 3 0 33224712 263331840 32555 18446744073709551615 4198400 12805993 140726129881952 0 0 0 0 0 16386 0 0 0 -1 1 0 0 0 0 0 14146912 14333620 46116864 140726129883416 140726129883621 140726129883621 140726129889223 0
[pid=23291/tid=23296] ppid=23288 vsize=257160 memory=130092 CPUtime=1583.53 cores=1,3
/proc/23291/task/23296/stat : 23296 (cp-sat-runner) R 23288 23291 22382 0 -1 4194368 118500 0 0 0 158334 19 0 0 20 0 3 0 33224712 263331840 32555 18446744073709551615 4198400 12805993 140726129881952 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 14146912 14333620 46116864 140726129883416 140726129883621 140726129883621 140726129889223 0
Current children cumulated CPU time: 3181.54 s
Current children cumulated vsize: 257160 KiB
Current children cumulated memory: 130220 KiB

[startup+1662.3 s]
/proc/loadavg: 8.06 8.08 8.09 9/257 23434
/proc/meminfo: memFree=129014092/131382112 swapFree=33010684/33010684
[pid=23291] ppid=23288 vsize=257160 memory=130220 CPUtime=3300.76 cores=1,3
/proc/23291/stat : 23291 (cp-sat-runner) S 23288 23291 22382 0 -1 4194304 178482 0 0 0 330013 63 0 0 20 0 3 0 33224512 263331840 32555 18446744073709551615 4198400 12805993 140726129881952 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 14146912 14333620 46116864 140726129883416 140726129883621 140726129883621 140726129889223 0
/proc/23291/statm: 64290 32555 2144 2102 0 34836 0
[pid=23291/tid=23295] ppid=23288 vsize=257160 memory=130092 CPUtime=1655.39 cores=1,3
/proc/23291/task/23295/stat : 23295 (cp-sat-runner) R 23288 23291 22382 0 -1 4194368 46983 0 0 0 165512 27 0 0 20 0 3 0 33224712 263331840 32555 18446744073709551615 4198400 12805993 140726129881952 0 0 0 0 0 16386 0 0 0 -1 1 0 0 0 0 0 14146912 14333620 46116864 140726129883416 140726129883621 140726129883621 140726129889223 0
[pid=23291/tid=23296] ppid=23288 vsize=257160 memory=130092 CPUtime=1642.91 cores=1,3
/proc/23291/task/23296/stat : 23296 (cp-sat-runner) R 23288 23291 22382 0 -1 4194368 118842 0 0 0 164272 19 0 0 20 0 3 0 33224712 263331840 32555 18446744073709551615 4198400 12805993 140726129881952 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 14146912 14333620 46116864 140726129883416 140726129883621 140726129883621 140726129889223 0
Current children cumulated CPU time: 3300.76 s
Current children cumulated vsize: 257160 KiB
Current children cumulated memory: 130220 KiB

[startup+1722.3 s]
/proc/loadavg: 8.19 8.11 8.10 10/257 23436
/proc/meminfo: memFree=129014156/131382112 swapFree=33010684/33010684
[pid=23291] ppid=23288 vsize=257160 memory=130220 CPUtime=3419.99 cores=1,3
/proc/23291/stat : 23291 (cp-sat-runner) S 23288 23291 22382 0 -1 4194304 178853 0 0 0 341934 65 0 0 20 0 3 0 33224512 263331840 32555 18446744073709551615 4198400 12805993 140726129881952 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 14146912 14333620 46116864 140726129883416 140726129883621 140726129883621 140726129889223 0
/proc/23291/statm: 64290 32555 2144 2102 0 34836 0
[pid=23291/tid=23295] ppid=23288 vsize=257160 memory=130092 CPUtime=1715.21 cores=1,3
/proc/23291/task/23295/stat : 23295 (cp-sat-runner) R 23288 23291 22382 0 -1 4194368 46983 0 0 0 171493 28 0 0 20 0 3 0 33224712 263331840 32555 18446744073709551615 4198400 12805993 140726129881952 0 0 0 0 0 16386 0 0 0 -1 1 0 0 0 0 0 14146912 14333620 46116864 140726129883416 140726129883621 140726129883621 140726129889223 0
[pid=23291/tid=23296] ppid=23288 vsize=257160 memory=130092 CPUtime=1702.3 cores=1,3
/proc/23291/task/23296/stat : 23296 (cp-sat-runner) R 23288 23291 22382 0 -1 4194368 119213 0 0 0 170211 19 0 0 20 0 3 0 33224712 263331840 32555 18446744073709551615 4198400 12805993 140726129881952 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 14146912 14333620 46116864 140726129883416 140726129883621 140726129883621 140726129889223 0
Current children cumulated CPU time: 3419.99 s
Current children cumulated vsize: 257160 KiB
Current children cumulated memory: 130220 KiB

[startup+1782.3 s]
/proc/loadavg: 8.12 8.10 8.09 9/257 23438
/proc/meminfo: memFree=129012660/131382112 swapFree=33010684/33010684
[pid=23291] ppid=23288 vsize=257160 memory=130220 CPUtime=3539.21 cores=1,3
/proc/23291/stat : 23291 (cp-sat-runner) S 23288 23291 22382 0 -1 4194304 179658 0 0 0 353856 65 0 0 20 0 3 0 33224512 263331840 32555 18446744073709551615 4198400 12805993 140726129881952 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 14146912 14333620 46116864 140726129883416 140726129883621 140726129883621 140726129889223 0
/proc/23291/statm: 64290 32555 2144 2102 0 34836 0
[pid=23291/tid=23295] ppid=23288 vsize=257160 memory=130220 CPUtime=1775.05 cores=1,3
/proc/23291/task/23295/stat : 23295 (cp-sat-runner) R 23288 23291 22382 0 -1 4194368 47012 0 0 0 177476 29 0 0 20 0 3 0 33224712 263331840 32555 18446744073709551615 4198400 12805993 140726129881952 0 0 0 0 0 16386 0 0 0 -1 1 0 0 0 0 0 14146912 14333620 46116864 140726129883416 140726129883621 140726129883621 140726129889223 0
[pid=23291/tid=23296] ppid=23288 vsize=257160 memory=130220 CPUtime=1761.68 cores=1,3
/proc/23291/task/23296/stat : 23296 (cp-sat-runner) R 23288 23291 22382 0 -1 4194368 119981 0 0 0 176149 19 0 0 20 0 3 0 33224712 263331840 32555 18446744073709551615 4198400 12805993 140726129881952 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 14146912 14333620 46116864 140726129883416 140726129883621 140726129883621 140726129889223 0
Current children cumulated CPU time: 3539.21 s
Current children cumulated vsize: 257160 KiB
Current children cumulated memory: 130220 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1812.9 s]
/proc/loadavg: 8.07 8.09 8.09 9/258 23442
/proc/meminfo: memFree=129012384/131382112 swapFree=33010684/33010684
[pid=23291] ppid=23288 vsize=257160 memory=130220 CPUtime=3600.02 cores=1,3
/proc/23291/stat : 23291 (cp-sat-runner) S 23288 23291 22382 0 -1 4194304 179716 0 0 0 359936 66 0 0 20 0 3 0 33224512 263331840 32555 18446744073709551615 4198400 12805993 140726129881952 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 14146912 14333620 46116864 140726129883416 140726129883621 140726129883621 140726129889223 0
/proc/23291/statm: 64290 32555 2144 2102 0 34836 0
[pid=23291/tid=23295] ppid=23288 vsize=257160 memory=130220 CPUtime=1805.55 cores=1,3
/proc/23291/task/23295/stat : 23295 (cp-sat-runner) R 23288 23291 22382 0 -1 4194368 47012 0 0 0 180526 29 0 0 20 0 3 0 33224712 263331840 32555 18446744073709551615 4198400 12805993 140726129881952 0 0 0 0 0 16386 0 0 0 -1 1 0 0 0 0 0 14146912 14333620 46116864 140726129883416 140726129883621 140726129883621 140726129889223 0
[pid=23291/tid=23296] ppid=23288 vsize=257160 memory=5632 CPUtime=1791.96 cores=1,3
/proc/23291/task/23296/stat : 23296 (cp-sat-runner) R 23288 23291 22382 0 -1 4194368 120039 0 0 0 179177 19 0 0 20 0 3 0 33224712 263331840 32555 18446744073709551615 4198400 12805993 140726129881952 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 14146912 14333620 46116864 140726129883416 140726129883621 140726129883621 140726129889223 0
Current children cumulated CPU time: 3600.02 s
Current children cumulated vsize: 257160 KiB
Current children cumulated memory: 130220 KiB

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

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

# cumulated CPU time of all completed processes:  user=3599.37 s, system=0.665666 s

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

[startup+1812.9 s]
/proc/loadavg: 8.07 8.09 8.09 9/258 23442
/proc/meminfo: memFree=129012384/131382112 swapFree=33010684/33010684
[pid=23291] ppid=23288 vsize=257160 memory=130220 CPUtime=3600.02 cores=1,3
/proc/23291/stat : 23291 (cp-sat-runner) S 23288 23291 22382 0 -1 4194304 179716 0 0 0 359936 66 0 0 20 0 3 0 33224512 263331840 32555 18446744073709551615 4198400 12805993 140726129881952 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 14146912 14333620 46116864 140726129883416 140726129883621 140726129883621 140726129889223 0
/proc/23291/statm: 64290 32555 2144 2102 0 34836 0
[pid=23291/tid=23295] ppid=23288 vsize=257160 memory=130220 CPUtime=1805.55 cores=1,3
/proc/23291/task/23295/stat : 23295 (cp-sat-runner) R 23288 23291 22382 0 -1 4194368 47012 0 0 0 180526 29 0 0 20 0 3 0 33224712 263331840 32555 18446744073709551615 4198400 12805993 140726129881952 0 0 0 0 0 16386 0 0 0 -1 1 0 0 0 0 0 14146912 14333620 46116864 140726129883416 140726129883621 140726129883621 140726129889223 0
[pid=23291/tid=23296] ppid=23288 vsize=257160 memory=5632 CPUtime=1791.96 cores=1,3
/proc/23291/task/23296/stat : 23296 (cp-sat-runner) R 23288 23291 22382 0 -1 4194368 120039 0 0 0 179177 19 0 0 20 0 3 0 33224712 263331840 32555 18446744073709551615 4198400 12805993 140726129881952 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 14146912 14333620 46116864 140726129883416 140726129883621 140726129883621 140726129889223 0
Current children cumulated CPU time: 3600.02 s
Current children cumulated vsize: 257160 KiB
Current children cumulated memory: 130220 KiB

Child status: 0

Real time (s): 1812.91
CPU time (s): 3600.04
CPU user time (s): 3599.37
CPU system time (s): 0.665666
CPU usage (%): 198.578
Max. virtual memory (cumulated for all children) (KiB): 257160
Max. memory (cumulated for all children) (KiB): 130220

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.37
system time used= 0.665666
maximum resident set size= 130476
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 179722
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= 24808
involuntary context switches= 152822


# summary of solver processes directly reported to runsolver:
#   pid: 23291
#   total CPU time (s): 3600.04
#   total CPU user time (s): 3599.37
#   total CPU system time (s): 0.665666

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.87972 second user time and 8.71213 second system time

The end

Launcher Data

Begin job on nodeC007 at 2025-06-29 07:37:34
IDJOB=4507284
IDBENCH=158341
IDSOLVER=3320
FILE ID=nodeC007/4507284-1751175454
RUNJOBID= nodeC007-1751170007-22397
SLURM_JOB_ID= 9587524
Free space on /tmp= 432976 MiB

SOLVER NAME= OR-Tools CP-SAT 9.14
BENCH NAME= PB24/normalized-PB12/DEC-LIN/sroussel/ShortestPathTate/normalized-TateBritain_K92.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-4507284-1751175454/watcher-4507284-1751175454 -o /tmp/evaluation-result-4507284-1751175454/solver-4507284-1751175454 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC007-1751170007-22397 --watchdog 3760  cp-sat-runner --params num_workers:2,log_search_progress:false,max_time_in_seconds:3600,random_seed:1672807916 --competition_mode --input HOME/instance-4507284-1751175454.opb

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

MD5SUM BENCH= 0bf652578c2f1d207084d270794d0d34
RANDOM SEED=1672807916

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        129925096 kB
MemAvailable:   129870432 kB
Buffers:            3280 kB
Cached:           755704 kB
SwapCached:            0 kB
Active:           403516 kB
Inactive:         510620 kB
Active(anon):     173112 kB
Inactive(anon):        0 kB
Active(file):     230404 kB
Inactive(file):   510620 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             54204 kB
Writeback:             0 kB
AnonPages:        158304 kB
Mapped:           122192 kB
Shmem:             17960 kB
KReclaimable:      87880 kB
Slab:             168964 kB
SReclaimable:      87880 kB
SUnreclaim:        81084 kB
KernelStack:        4096 kB
PageTables:         3192 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:     493992 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149400 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= 432964 MiB
End job on nodeC007 at 2025-06-29 08:07:47