Trace number 4513638

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.1 1811.11

General information on the benchmark

NamePB24/normalized-PB16/DEC-LIN/elffers/
EC_RANDOM_GRAPHS/normalized-ECrand6reg-v051-n1.opb
MD5SUM9fac4249a105f22015b6c608ca9c575b
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.026432
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables153
Total number of constraints51
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)51
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint6
Maximum length of a constraint6
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 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 9
Number of bits of the biggest sum of numbers4
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

3600.08/1811.10	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: 63708 MiB (62994 MiB free)
  memory of node 1: 64465 MiB (63835 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4513638-1751216271/watcher-4513638-1751216271 -o /tmp/evaluation-result-4513638-1751216271/solver-4513638-1751216271 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC026-1751207207-28469 --watchdog 3760 cp-sat-runner --params num_workers:2,log_search_progress:false,max_time_in_seconds:3600,random_seed:10491107 --competition_mode --input HOME/instance-4513638-1751216271.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
solver pid=29897, runsolver pid=29890
Current StackSize limit: 8192 KiB


[startup+0.100058 s]*
/proc/loadavg: 8.15 8.12 8.09 6/262 29908
/proc/meminfo: memFree=129868692/131250000 swapFree=33010684/33010684
[pid=29897] ppid=29890 vsize=158516 memory=10752 CPUtime=0.17 cores=4,6
/proc/29897/stat : 29897 (cp-sat-runner) S 29890 29897 28458 0 -1 4194304 778 0 0 0 17 0 0 0 20 0 3 0 37305746 162320384 2688 18446744073709551615 4198400 12805993 140730843343408 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 14146912 14333620 32002048 140730843347226 140730843347429 140730843347429 140730843353031 0
/proc/29897/statm: 39629 2688 2144 2102 0 4761 0
[pid=29897/tid=29902] ppid=29890 vsize=158516 memory=4026532124 CPUtime=0.07 cores=4,6
/proc/29897/task/29902/stat : 29902 (cp-sat-runner) R 29890 29897 28458 0 -1 4194368 294 0 0 0 7 0 0 0 20 0 3 0 37305748 162320384 2688 18446744073709551615 4198400 12805993 140730843343408 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 14146912 14333620 32002048 140730843347226 140730843347429 140730843347429 140730843353031 0
[pid=29897/tid=29903] ppid=29890 vsize=158516 memory=2569 CPUtime=0.07 cores=4,6
/proc/29897/task/29903/stat : 29903 (cp-sat-runner) R 29890 29897 28458 0 -1 4194368 72 0 0 0 7 0 0 0 20 0 3 0 37305748 162320384 2688 18446744073709551615 4198400 12805993 140730843343408 0 0 0 0 0 16386 0 0 0 -1 4 0 0 0 0 0 14146912 14333620 32002048 140730843347226 140730843347429 140730843347429 140730843353031 0
Current children cumulated CPU time: 0.17 s
Current children cumulated vsize: 158516 KiB
Current children cumulated memory: 10752 KiB

[startup+0.205164 s]*
/proc/loadavg: 8.15 8.12 8.09 5/258 29920
/proc/meminfo: memFree=129892176/131250000 swapFree=33010684/33010684
[pid=29897] ppid=29890 vsize=158516 memory=12536 CPUtime=0.37 cores=4,6
/proc/29897/stat : 29897 (cp-sat-runner) S 29890 29897 28458 0 -1 4194304 1245 0 0 0 36 1 0 0 20 0 3 0 37305746 162320384 3134 18446744073709551615 4198400 12805993 140730843343408 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 14146912 14333620 32002048 140730843347226 140730843347429 140730843347429 140730843353031 0
/proc/29897/statm: 39629 3134 2144 2102 0 5183 0
[pid=29897/tid=29902] ppid=29890 vsize=158516 memory=3472285463126888987 CPUtime=0.17 cores=4,6
/proc/29897/task/29902/stat : 29902 (cp-sat-runner) R 29890 29897 28458 0 -1 4194368 340 0 0 0 17 0 0 0 20 0 3 0 37305748 162320384 3134 18446744073709551615 4198400 12805993 140730843343408 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 14146912 14333620 32002048 140730843347226 140730843347429 140730843347429 140730843353031 0
[pid=29897/tid=29903] ppid=29890 vsize=158516 memory=211342852430 CPUtime=0.17 cores=4,6
/proc/29897/task/29903/stat : 29903 (cp-sat-runner) R 29890 29897 28458 0 -1 4194368 493 0 0 0 17 0 0 0 20 0 3 0 37305748 162320384 3134 18446744073709551615 4198400 12805993 140730843343408 0 0 0 0 0 16386 0 0 0 -1 4 0 0 0 0 0 14146912 14333620 32002048 140730843347226 140730843347429 140730843347429 140730843353031 0
Current children cumulated CPU time: 0.37 s
Current children cumulated vsize: 158516 KiB
Current children cumulated memory: 12536 KiB

[startup+0.304571 s]*
/proc/loadavg: 8.15 8.12 8.09 5/258 29932
/proc/meminfo: memFree=129890928/131250000 swapFree=33010684/33010684
[pid=29897] ppid=29890 vsize=158516 memory=12792 CPUtime=0.55 cores=4,6
/proc/29897/stat : 29897 (cp-sat-runner) S 29890 29897 28458 0 -1 4194304 1310 0 0 0 54 1 0 0 20 0 3 0 37305746 162320384 3198 18446744073709551615 4198400 12805993 140730843343408 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 14146912 14333620 32002048 140730843347226 140730843347429 140730843347429 140730843353031 0
/proc/29897/statm: 39629 3198 2144 2102 0 5246 0
[pid=29897/tid=29902] ppid=29890 vsize=158516 memory=-7024987346612872806 CPUtime=0.26 cores=4,6
/proc/29897/task/29902/stat : 29902 (cp-sat-runner) R 29890 29897 28458 0 -1 4194368 403 0 0 0 26 0 0 0 20 0 3 0 37305748 162320384 3198 18446744073709551615 4198400 12805993 140730843343408 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 14146912 14333620 32002048 140730843347226 140730843347429 140730843347429 140730843353031 0
[pid=29897/tid=29903] ppid=29890 vsize=158516 memory=-6000919507032761453 CPUtime=0.27 cores=4,6
/proc/29897/task/29903/stat : 29903 (cp-sat-runner) R 29890 29897 28458 0 -1 4194368 495 0 0 0 26 1 0 0 20 0 3 0 37305748 162320384 3198 18446744073709551615 4198400 12805993 140730843343408 0 0 0 0 0 16386 0 0 0 -1 4 0 0 0 0 0 14146912 14333620 32002048 140730843347226 140730843347429 140730843347429 140730843353031 0
Current children cumulated CPU time: 0.55 s
Current children cumulated vsize: 158516 KiB
Current children cumulated memory: 12792 KiB

[startup+0.700162 s]
/proc/loadavg: 8.15 8.12 8.09 7/264 29949
/proc/meminfo: memFree=129897476/131250000 swapFree=33010684/33010684
[pid=29897] ppid=29890 vsize=158516 memory=13688 CPUtime=1.31 cores=4,6
/proc/29897/stat : 29897 (cp-sat-runner) S 29890 29897 28458 0 -1 4194304 1562 0 0 0 128 3 0 0 20 0 3 0 37305746 162320384 3422 18446744073709551615 4198400 12805993 140730843343408 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 14146912 14333620 32002048 140730843347226 140730843347429 140730843347429 140730843353031 0
/proc/29897/statm: 39629 3422 2144 2102 0 5493 0
[pid=29897/tid=29902] ppid=29890 vsize=158516 memory=0 CPUtime=0.63 cores=4,6
/proc/29897/task/29902/stat : 29902 (cp-sat-runner) R 29890 29897 28458 0 -1 4194368 553 0 0 0 62 1 0 0 20 0 3 0 37305748 162320384 3422 18446744073709551615 4198400 12805993 140730843343408 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 14146912 14333620 32002048 140730843347226 140730843347429 140730843347429 140730843353031 0
[pid=29897/tid=29903] ppid=29890 vsize=158516 memory=0 CPUtime=0.65 cores=4,6
/proc/29897/task/29903/stat : 29903 (cp-sat-runner) R 29890 29897 28458 0 -1 4194368 597 0 0 0 64 1 0 0 20 0 3 0 37305748 162320384 3422 18446744073709551615 4198400 12805993 140730843343408 0 0 0 0 0 16386 0 0 0 -1 4 0 0 0 0 0 14146912 14333620 32002048 140730843347226 140730843347429 140730843347429 140730843353031 0
Current children cumulated CPU time: 1.31 s
Current children cumulated vsize: 158516 KiB
Current children cumulated memory: 13688 KiB

[startup+1.50016 s]
/proc/loadavg: 8.15 8.12 8.09 7/264 29956
/proc/meminfo: memFree=129894908/131250000 swapFree=33010684/33010684
[pid=29897] ppid=29890 vsize=158920 memory=15328 CPUtime=2.86 cores=4,6
/proc/29897/stat : 29897 (cp-sat-runner) S 29890 29897 28458 0 -1 4194304 3427 0 0 0 280 6 0 0 20 0 3 0 37305746 162734080 3832 18446744073709551615 4198400 12805993 140730843343408 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 14146912 14333620 32002048 140730843347226 140730843347429 140730843347429 140730843353031 0
/proc/29897/statm: 39730 3832 2144 2102 0 5967 0
[pid=29897/tid=29902] ppid=29890 vsize=158920 memory=0 CPUtime=1.4 cores=4,6
/proc/29897/task/29902/stat : 29902 (cp-sat-runner) R 29890 29897 28458 0 -1 4194368 1541 0 0 0 137 3 0 0 20 0 3 0 37305748 162734080 3832 18446744073709551615 4198400 12805993 140730843343408 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 14146912 14333620 32002048 140730843347226 140730843347429 140730843347429 140730843353031 0
[pid=29897/tid=29903] ppid=29890 vsize=158920 memory=0 CPUtime=1.43 cores=4,6
/proc/29897/task/29903/stat : 29903 (cp-sat-runner) R 29890 29897 28458 0 -1 4194368 1456 0 0 0 141 2 0 0 20 0 3 0 37305748 162734080 3832 18446744073709551615 4198400 12805993 140730843343408 0 0 0 0 0 16386 0 0 0 -1 4 0 0 0 0 0 14146912 14333620 32002048 140730843347226 140730843347429 140730843347429 140730843353031 0
Current children cumulated CPU time: 2.86 s
Current children cumulated vsize: 158920 KiB
Current children cumulated memory: 15328 KiB

[startup+3.10548 s]
/proc/loadavg: 7.98 8.09 8.08 7/264 30090
/proc/meminfo: memFree=129907332/131250000 swapFree=33010684/33010684
[pid=29897] ppid=29890 vsize=158920 memory=17748 CPUtime=5.99 cores=4,6
/proc/29897/stat : 29897 (cp-sat-runner) S 29890 29897 28458 0 -1 4194304 6006 0 0 0 586 13 0 0 20 0 3 0 37305746 162734080 4437 18446744073709551615 4198400 12805993 140730843343408 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 14146912 14333620 32002048 140730843347226 140730843347429 140730843347429 140730843353031 0
/proc/29897/statm: 39730 4437 2144 2102 0 6832 0
[pid=29897/tid=29902] ppid=29890 vsize=158920 memory=0 CPUtime=2.95 cores=4,6
/proc/29897/task/29902/stat : 29902 (cp-sat-runner) R 29890 29897 28458 0 -1 4194368 3557 0 0 0 288 7 0 0 20 0 3 0 37305748 162734080 4437 18446744073709551615 4198400 12805993 140730843343408 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 14146912 14333620 32002048 140730843347226 140730843347429 140730843347429 140730843353031 0
[pid=29897/tid=29903] ppid=29890 vsize=158920 memory=-8183434656909924030 CPUtime=3 cores=4,6
/proc/29897/task/29903/stat : 29903 (cp-sat-runner) R 29890 29897 28458 0 -1 4194368 2018 0 0 0 295 5 0 0 20 0 3 0 37305748 162734080 4437 18446744073709551615 4198400 12805993 140730843343408 0 0 0 0 0 16386 0 0 0 -1 4 0 0 0 0 0 14146912 14333620 32002048 140730843347226 140730843347429 140730843347429 140730843353031 0
Current children cumulated CPU time: 5.99 s
Current children cumulated vsize: 158920 KiB
Current children cumulated memory: 17748 KiB

[startup+6.30015 s]
/proc/loadavg: 7.98 8.09 8.08 7/264 30184
/proc/meminfo: memFree=129900020/131250000 swapFree=33010684/33010684
[pid=29897] ppid=29890 vsize=159320 memory=21560 CPUtime=12.24 cores=4,6
/proc/29897/stat : 29897 (cp-sat-runner) S 29890 29897 28458 0 -1 4194304 12363 0 0 0 1203 21 0 0 20 0 3 0 37305746 163143680 5390 18446744073709551615 4198400 12805993 140730843343408 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 14146912 14333620 32002048 140730843347226 140730843347429 140730843347429 140730843353031 0
/proc/29897/statm: 39830 5390 2144 2102 0 7557 0
[pid=29897/tid=29902] ppid=29890 vsize=159320 memory=0 CPUtime=6.04 cores=4,6
/proc/29897/task/29902/stat : 29902 (cp-sat-runner) R 29890 29897 28458 0 -1 4194368 7349 0 0 0 591 13 0 0 20 0 3 0 37305748 163143680 5390 18446744073709551615 4198400 12805993 140730843343408 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 14146912 14333620 32002048 140730843347226 140730843347429 140730843347429 140730843353031 0
[pid=29897/tid=29903] ppid=29890 vsize=159320 memory=14720 CPUtime=6.17 cores=4,6
/proc/29897/task/29903/stat : 29903 (cp-sat-runner) R 29890 29897 28458 0 -1 4194368 4530 0 0 0 610 7 0 0 20 0 3 0 37305748 163143680 5390 18446744073709551615 4198400 12805993 140730843343408 0 0 0 0 0 16386 0 0 0 -1 4 0 0 0 0 0 14146912 14333620 32002048 140730843347226 140730843347429 140730843347429 140730843353031 0
Current children cumulated CPU time: 12.24 s
Current children cumulated vsize: 159320 KiB
Current children cumulated memory: 21560 KiB

[startup+12.7002 s]
/proc/loadavg: 7.98 8.09 8.08 9/270 30223
/proc/meminfo: memFree=129871808/131250000 swapFree=33010684/33010684
[pid=29897] ppid=29890 vsize=160124 memory=23364 CPUtime=24.95 cores=4,6
/proc/29897/stat : 29897 (cp-sat-runner) S 29890 29897 28458 0 -1 4194304 19828 0 0 0 2472 23 0 0 20 0 3 0 37305746 163966976 5841 18446744073709551615 4198400 12805993 140730843343408 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 14146912 14333620 32002048 140730843347226 140730843347429 140730843347429 140730843353031 0
/proc/29897/statm: 40031 5841 2144 2102 0 8799 0
[pid=29897/tid=29902] ppid=29890 vsize=160124 memory=0 CPUtime=12.38 cores=4,6
/proc/29897/task/29902/stat : 29902 (cp-sat-runner) R 29890 29897 28458 0 -1 4194368 12240 0 0 0 1223 15 0 0 20 0 3 0 37305748 163966976 5841 18446744073709551615 4198400 12805993 140730843343408 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 14146912 14333620 32002048 140730843347226 140730843347429 140730843347429 140730843353031 0
[pid=29897/tid=29903] ppid=29890 vsize=160124 memory=24932 CPUtime=12.53 cores=4,6
/proc/29897/task/29903/stat : 29903 (cp-sat-runner) R 29890 29897 28458 0 -1 4194368 7061 0 0 0 1246 7 0 0 20 0 3 0 37305748 163966976 5841 18446744073709551615 4198400 12805993 140730843343408 0 0 0 0 0 16386 0 0 0 -1 4 0 0 0 0 0 14146912 14333620 32002048 140730843347226 140730843347429 140730843347429 140730843353031 0
Current children cumulated CPU time: 24.95 s
Current children cumulated vsize: 160124 KiB
Current children cumulated memory: 23364 KiB

[startup+25.5002 s]
/proc/loadavg: 7.99 8.08 8.08 9/270 30224
/proc/meminfo: memFree=129854228/131250000 swapFree=33010684/33010684
[pid=29897] ppid=29890 vsize=160124 memory=27080 CPUtime=50.38 cores=4,6
/proc/29897/stat : 29897 (cp-sat-runner) S 29890 29897 28458 0 -1 4194304 27977 0 0 0 5014 24 0 0 20 0 3 0 37305746 163966976 6770 18446744073709551615 4198400 12805993 140730843343408 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 14146912 14333620 32002048 140730843347226 140730843347429 140730843347429 140730843353031 0
/proc/29897/statm: 40031 6770 2144 2102 0 9367 0
[pid=29897/tid=29902] ppid=29890 vsize=160124 memory=0 CPUtime=25.05 cores=4,6
/proc/29897/task/29902/stat : 29902 (cp-sat-runner) R 29890 29897 28458 0 -1 4194368 19470 0 0 0 2489 16 0 0 20 0 3 0 37305748 163966976 6770 18446744073709551615 4198400 12805993 140730843343408 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 14146912 14333620 32002048 140730843347226 140730843347429 140730843347429 140730843353031 0
[pid=29897/tid=29903] ppid=29890 vsize=160124 memory=28152 CPUtime=25.29 cores=4,6
/proc/29897/task/29903/stat : 29903 (cp-sat-runner) R 29890 29897 28458 0 -1 4194368 7958 0 0 0 2522 7 0 0 20 0 3 0 37305748 163966976 6770 18446744073709551615 4198400 12805993 140730843343408 0 0 0 0 0 16386 0 0 0 -1 4 0 0 0 0 0 14146912 14333620 32002048 140730843347226 140730843347429 140730843347429 140730843353031 0
Current children cumulated CPU time: 50.38 s
Current children cumulated vsize: 160124 KiB
Current children cumulated memory: 27080 KiB

[startup+51.1055 s]
/proc/loadavg: 7.99 8.07 8.08 9/270 30224
/proc/meminfo: memFree=129826512/131250000 swapFree=33010684/33010684
[pid=29897] ppid=29890 vsize=160124 memory=28440 CPUtime=101.28 cores=4,6
/proc/29897/stat : 29897 (cp-sat-runner) S 29890 29897 28458 0 -1 4194304 36614 0 0 0 10102 26 0 0 20 0 3 0 37305746 163966976 7110 18446744073709551615 4198400 12805993 140730843343408 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 14146912 14333620 32002048 140730843347226 140730843347429 140730843347429 140730843353031 0
/proc/29897/statm: 40031 7110 2144 2102 0 9917 0
[pid=29897/tid=29902] ppid=29890 vsize=160124 memory=28440 CPUtime=50.4 cores=4,6
/proc/29897/task/29902/stat : 29902 (cp-sat-runner) R 29890 29897 28458 0 -1 4194368 26972 0 0 0 5023 17 0 0 20 0 3 0 37305748 163966976 7110 18446744073709551615 4198400 12805993 140730843343408 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 14146912 14333620 32002048 140730843347226 140730843347429 140730843347429 140730843353031 0
[pid=29897/tid=29903] ppid=29890 vsize=160124 memory=27676 CPUtime=50.82 cores=4,6
/proc/29897/task/29903/stat : 29903 (cp-sat-runner) R 29890 29897 28458 0 -1 4194368 9074 0 0 0 5074 8 0 0 20 0 3 0 37305748 163966976 7110 18446744073709551615 4198400 12805993 140730843343408 0 0 0 0 0 16386 0 0 0 -1 4 0 0 0 0 0 14146912 14333620 32002048 140730843347226 140730843347429 140730843347429 140730843353031 0
Current children cumulated CPU time: 101.28 s
Current children cumulated vsize: 160124 KiB
Current children cumulated memory: 28440 KiB

[startup+102.3 s]
/proc/loadavg: 8.05 8.08 8.08 9/272 30230
/proc/meminfo: memFree=129779372/131250000 swapFree=33010684/33010684
[pid=29897] ppid=29890 vsize=160124 memory=29464 CPUtime=203.03 cores=4,6
/proc/29897/stat : 29897 (cp-sat-runner) S 29890 29897 28458 0 -1 4194304 52743 0 0 0 20273 30 0 0 20 0 3 0 37305746 163966976 7366 18446744073709551615 4198400 12805993 140730843343408 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 14146912 14333620 32002048 140730843347226 140730843347429 140730843347429 140730843353031 0
/proc/29897/statm: 40031 7366 2144 2102 0 10772 0
[pid=29897/tid=29902] ppid=29890 vsize=160124 memory=-8183434656909924030 CPUtime=101.11 cores=4,6
/proc/29897/task/29902/stat : 29902 (cp-sat-runner) R 29890 29897 28458 0 -1 4194368 41208 0 0 0 10091 20 0 0 20 0 3 0 37305748 163966976 7366 18446744073709551615 4198400 12805993 140730843343408 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 14146912 14333620 32002048 140730843347226 140730843347429 140730843347429 140730843353031 0
[pid=29897/tid=29903] ppid=29890 vsize=160124 memory=30040 CPUtime=101.86 cores=4,6
/proc/29897/task/29903/stat : 29903 (cp-sat-runner) R 29890 29897 28458 0 -1 4194368 10928 0 0 0 10177 9 0 0 20 0 3 0 37305748 163966976 7366 18446744073709551615 4198400 12805993 140730843343408 0 0 0 0 0 16386 0 0 0 -1 4 0 0 0 0 0 14146912 14333620 32002048 140730843347226 140730843347429 140730843347429 140730843353031 0
Current children cumulated CPU time: 203.03 s
Current children cumulated vsize: 160124 KiB
Current children cumulated memory: 29464 KiB

[startup+162.3 s]
/proc/loadavg: 8.06 8.08 8.08 9/272 30232
/proc/meminfo: memFree=129774040/131250000 swapFree=33010684/33010684
[pid=29897] ppid=29890 vsize=160124 memory=29188 CPUtime=322.32 cores=4,6
/proc/29897/stat : 29897 (cp-sat-runner) S 29890 29897 28458 0 -1 4194304 66635 0 0 0 32198 34 0 0 20 0 3 0 37305746 163966976 7297 18446744073709551615 4198400 12805993 140730843343408 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 14146912 14333620 32002048 140730843347226 140730843347429 140730843347429 140730843353031 0
/proc/29897/statm: 40031 7297 2144 2102 0 10796 0
[pid=29897/tid=29902] ppid=29890 vsize=160124 memory=27936 CPUtime=160.54 cores=4,6
/proc/29897/task/29902/stat : 29902 (cp-sat-runner) R 29890 29897 28458 0 -1 4194368 53972 0 0 0 16031 23 0 0 20 0 3 0 37305748 163966976 7297 18446744073709551615 4198400 12805993 140730843343408 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 14146912 14333620 32002048 140730843347226 140730843347429 140730843347429 140730843353031 0
[pid=29897/tid=29903] ppid=29890 vsize=160124 memory=17408 CPUtime=161.69 cores=4,6
/proc/29897/task/29903/stat : 29903 (cp-sat-runner) R 29890 29897 28458 0 -1 4194368 12033 0 0 0 16160 9 0 0 20 0 3 0 37305748 163966976 7297 18446744073709551615 4198400 12805993 140730843343408 0 0 0 0 0 16386 0 0 0 -1 4 0 0 0 0 0 14146912 14333620 32002048 140730843347226 140730843347429 140730843347429 140730843353031 0
Current children cumulated CPU time: 322.32 s
Current children cumulated vsize: 160124 KiB

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

Current children cumulated memory: 39148 KiB

[startup+1362.3 s]
/proc/loadavg: 8.10 8.11 8.09 9/271 30487
/proc/meminfo: memFree=129764060/131250000 swapFree=33010684/33010684
[pid=29897] ppid=29890 vsize=160124 memory=37608 CPUtime=2707.61 cores=4,6
/proc/29897/stat : 29897 (cp-sat-runner) S 29890 29897 28458 0 -1 4194304 149482 0 0 0 270669 92 0 0 20 0 3 0 37305746 163966976 9402 18446744073709551615 4198400 12805993 140730843343408 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 14146912 14333620 32002048 140730843347226 140730843347429 140730843347429 140730843353031 0
/proc/29897/statm: 40031 9402 2144 2102 0 12465 0
[pid=29897/tid=29902] ppid=29890 vsize=160124 memory=38760 CPUtime=1348.87 cores=4,6
/proc/29897/task/29902/stat : 29902 (cp-sat-runner) R 29890 29897 28458 0 -1 4194368 128890 0 0 0 134829 58 0 0 20 0 3 0 37305748 163966976 9402 18446744073709551615 4198400 12805993 140730843343408 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 14146912 14333620 32002048 140730843347226 140730843347429 140730843347429 140730843353031 0
[pid=29897/tid=29903] ppid=29890 vsize=160124 memory=40680 CPUtime=1358.21 cores=4,6
/proc/29897/task/29903/stat : 29903 (cp-sat-runner) R 29890 29897 28458 0 -1 4194368 19820 0 0 0 135798 23 0 0 20 0 3 0 37305748 163966976 9402 18446744073709551615 4198400 12805993 140730843343408 0 0 0 0 0 16386 0 0 0 -1 4 0 0 0 0 0 14146912 14333620 32002048 140730843347226 140730843347429 140730843347429 140730843353031 0
Current children cumulated CPU time: 2707.61 s
Current children cumulated vsize: 160124 KiB
Current children cumulated memory: 37608 KiB

[startup+1422.3 s]
/proc/loadavg: 7.09 7.84 8.00 7/263 30519
/proc/meminfo: memFree=129800116/131250000 swapFree=33010684/33010684
[pid=29897] ppid=29890 vsize=160124 memory=38504 CPUtime=2826.88 cores=4,6
/proc/29897/stat : 29897 (cp-sat-runner) S 29890 29897 28458 0 -1 4194304 152510 0 0 0 282593 95 0 0 20 0 3 0 37305746 163966976 9626 18446744073709551615 4198400 12805993 140730843343408 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 14146912 14333620 32002048 140730843347226 140730843347429 140730843347429 140730843353031 0
/proc/29897/statm: 40031 9626 2144 2102 0 12545 0
[pid=29897/tid=29902] ppid=29890 vsize=160124 memory=37352 CPUtime=1408.33 cores=4,6
/proc/29897/task/29902/stat : 29902 (cp-sat-runner) R 29890 29897 28458 0 -1 4194368 131533 0 0 0 140774 59 0 0 20 0 3 0 37305748 163966976 9626 18446744073709551615 4198400 12805993 140730843343408 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 14146912 14333620 32002048 140730843347226 140730843347429 140730843347429 140730843353031 0
[pid=29897/tid=29903] ppid=29890 vsize=160124 memory=37608 CPUtime=1418.02 cores=4,6
/proc/29897/task/29903/stat : 29903 (cp-sat-runner) R 29890 29897 28458 0 -1 4194368 20183 0 0 0 141776 26 0 0 20 0 3 0 37305748 163966976 9626 18446744073709551615 4198400 12805993 140730843343408 0 0 0 0 0 16386 0 0 0 -1 4 0 0 0 0 0 14146912 14333620 32002048 140730843347226 140730843347429 140730843347429 140730843353031 0
Current children cumulated CPU time: 2826.88 s
Current children cumulated vsize: 160124 KiB
Current children cumulated memory: 38504 KiB

[startup+1482.3 s]
/proc/loadavg: 6.45 7.51 7.88 7/263 30521
/proc/meminfo: memFree=129802328/131250000 swapFree=33010684/33010684
[pid=29897] ppid=29890 vsize=160124 memory=39680 CPUtime=2946.21 cores=4,6
/proc/29897/stat : 29897 (cp-sat-runner) S 29890 29897 28458 0 -1 4194304 153171 0 0 0 294525 96 0 0 20 0 3 0 37305746 163966976 9920 18446744073709551615 4198400 12805993 140730843343408 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 14146912 14333620 32002048 140730843347226 140730843347429 140730843347429 140730843353031 0
/proc/29897/statm: 40031 9920 2144 2102 0 12545 0
[pid=29897/tid=29902] ppid=29890 vsize=160124 memory=14720 CPUtime=1467.79 cores=4,6
/proc/29897/task/29902/stat : 29902 (cp-sat-runner) R 29890 29897 28458 0 -1 4194368 132193 0 0 0 146720 59 0 0 20 0 3 0 37305748 163966976 9920 18446744073709551615 4198400 12805993 140730843343408 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 14146912 14333620 32002048 140730843347226 140730843347429 140730843347429 140730843353031 0
[pid=29897/tid=29903] ppid=29890 vsize=160124 memory=39784 CPUtime=1477.86 cores=4,6
/proc/29897/task/29903/stat : 29903 (cp-sat-runner) R 29890 29897 28458 0 -1 4194368 20184 0 0 0 147760 26 0 0 20 0 3 0 37305748 163966976 9920 18446744073709551615 4198400 12805993 140730843343408 0 0 0 0 0 16386 0 0 0 -1 4 0 0 0 0 0 14146912 14333620 32002048 140730843347226 140730843347429 140730843347429 140730843353031 0
Current children cumulated CPU time: 2946.21 s
Current children cumulated vsize: 160124 KiB
Current children cumulated memory: 39680 KiB

[startup+1542.3 s]
/proc/loadavg: 6.24 7.26 7.77 7/263 30523
/proc/meminfo: memFree=129795548/131250000 swapFree=33010684/33010684
[pid=29897] ppid=29890 vsize=160124 memory=38412 CPUtime=3065.54 cores=4,6
/proc/29897/stat : 29897 (cp-sat-runner) S 29890 29897 28458 0 -1 4194304 156765 0 0 0 306455 99 0 0 20 0 3 0 37305746 163966976 9603 18446744073709551615 4198400 12805993 140730843343408 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 14146912 14333620 32002048 140730843347226 140730843347429 140730843347429 140730843353031 0
/proc/29897/statm: 40031 9603 2144 2102 0 12567 0
[pid=29897/tid=29902] ppid=29890 vsize=160124 memory=39240 CPUtime=1527.26 cores=4,6
/proc/29897/task/29902/stat : 29902 (cp-sat-runner) R 29890 29897 28458 0 -1 4194368 135390 0 0 0 152666 60 0 0 20 0 3 0 37305748 163966976 9603 18446744073709551615 4198400 12805993 140730843343408 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 14146912 14333620 32002048 140730843347226 140730843347429 140730843347429 140730843353031 0
[pid=29897/tid=29903] ppid=29890 vsize=160124 memory=14720 CPUtime=1537.71 cores=4,6
/proc/29897/task/29903/stat : 29903 (cp-sat-runner) R 29890 29897 28458 0 -1 4194368 20566 0 0 0 153743 28 0 0 20 0 3 0 37305748 163966976 9603 18446744073709551615 4198400 12805993 140730843343408 0 0 0 0 0 16386 0 0 0 -1 4 0 0 0 0 0 14146912 14333620 32002048 140730843347226 140730843347429 140730843347429 140730843353031 0
Current children cumulated CPU time: 3065.54 s
Current children cumulated vsize: 160124 KiB
Current children cumulated memory: 38412 KiB

[startup+1602.3 s]
/proc/loadavg: 6.18 7.06 7.66 7/264 30530
/proc/meminfo: memFree=129794016/131250000 swapFree=33010684/33010684
[pid=29897] ppid=29890 vsize=160124 memory=37832 CPUtime=3184.85 cores=4,6
/proc/29897/stat : 29897 (cp-sat-runner) S 29890 29897 28458 0 -1 4194304 161003 0 0 0 318384 101 0 0 20 0 3 0 37305746 163966976 9458 18446744073709551615 4198400 12805993 140730843343408 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 14146912 14333620 32002048 140730843347226 140730843347429 140730843347429 140730843353031 0
/proc/29897/statm: 40031 9458 2144 2102 0 12960 0
[pid=29897/tid=29902] ppid=29890 vsize=160124 memory=14720 CPUtime=1586.71 cores=4,6
/proc/29897/task/29902/stat : 29902 (cp-sat-runner) R 29890 29897 28458 0 -1 4194368 139567 0 0 0 158610 61 0 0 20 0 3 0 37305748 163966976 9458 18446744073709551615 4198400 12805993 140730843343408 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 14146912 14333620 32002048 140730843347226 140730843347429 140730843347429 140730843353031 0
[pid=29897/tid=29903] ppid=29890 vsize=160124 memory=39112 CPUtime=1597.55 cores=4,6
/proc/29897/task/29903/stat : 29903 (cp-sat-runner) R 29890 29897 28458 0 -1 4194368 20626 0 0 0 159727 28 0 0 20 0 3 0 37305748 163966976 9458 18446744073709551615 4198400 12805993 140730843343408 0 0 0 0 0 16386 0 0 0 -1 4 0 0 0 0 0 14146912 14333620 32002048 140730843347226 140730843347429 140730843347429 140730843353031 0
Current children cumulated CPU time: 3184.85 s
Current children cumulated vsize: 160124 KiB
Current children cumulated memory: 37832 KiB

[startup+1662.3 s]
/proc/loadavg: 6.12 6.88 7.56 7/263 30532
/proc/meminfo: memFree=129788796/131250000 swapFree=33010684/33010684
[pid=29897] ppid=29890 vsize=160124 memory=43612 CPUtime=3304.16 cores=4,6
/proc/29897/stat : 29897 (cp-sat-runner) S 29890 29897 28458 0 -1 4194304 164164 0 0 0 330314 102 0 0 20 0 3 0 37305746 163966976 10903 18446744073709551615 4198400 12805993 140730843343408 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 14146912 14333620 32002048 140730843347226 140730843347429 140730843347429 140730843353031 0
/proc/29897/statm: 40031 10903 2144 2102 0 13660 0
[pid=29897/tid=29902] ppid=29890 vsize=160124 memory=14720 CPUtime=1646.17 cores=4,6
/proc/29897/task/29902/stat : 29902 (cp-sat-runner) R 29890 29897 28458 0 -1 4194368 142726 0 0 0 164555 62 0 0 20 0 3 0 37305748 163966976 10903 18446744073709551615 4198400 12805993 140730843343408 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 14146912 14333620 32002048 140730843347226 140730843347429 140730843347429 140730843353031 0
[pid=29897/tid=29903] ppid=29890 vsize=160124 memory=-8183434656909924030 CPUtime=1657.39 cores=4,6
/proc/29897/task/29903/stat : 29903 (cp-sat-runner) R 29890 29897 28458 0 -1 4194368 20627 0 0 0 165710 29 0 0 20 0 3 0 37305748 163966976 10903 18446744073709551615 4198400 12805993 140730843343408 0 0 0 0 0 16386 0 0 0 -1 4 0 0 0 0 0 14146912 14333620 32002048 140730843347226 140730843347429 140730843347429 140730843353031 0
Current children cumulated CPU time: 3304.16 s
Current children cumulated vsize: 160124 KiB
Current children cumulated memory: 43612 KiB

[startup+1722.3 s]
/proc/loadavg: 6.16 6.75 7.47 7/263 30534
/proc/meminfo: memFree=129776192/131250000 swapFree=33010684/33010684
[pid=29897] ppid=29890 vsize=160124 memory=37904 CPUtime=3423.48 cores=4,6
/proc/29897/stat : 29897 (cp-sat-runner) S 29890 29897 28458 0 -1 4194304 167827 0 0 0 342244 104 0 0 20 0 3 0 37305746 163966976 9476 18446744073709551615 4198400 12805993 140730843343408 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 14146912 14333620 32002048 140730843347226 140730843347429 140730843347429 140730843353031 0
/proc/29897/statm: 40031 9476 2144 2102 0 13660 0
[pid=29897/tid=29902] ppid=29890 vsize=160124 memory=14720 CPUtime=1705.63 cores=4,6
/proc/29897/task/29902/stat : 29902 (cp-sat-runner) R 29890 29897 28458 0 -1 4194368 145943 0 0 0 170500 63 0 0 20 0 3 0 37305748 163966976 9476 18446744073709551615 4198400 12805993 140730843343408 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 14146912 14333620 32002048 140730843347226 140730843347429 140730843347429 140730843353031 0
[pid=29897/tid=29903] ppid=29890 vsize=160124 memory=43612 CPUtime=1717.24 cores=4,6
/proc/29897/task/29903/stat : 29903 (cp-sat-runner) R 29890 29897 28458 0 -1 4194368 21056 0 0 0 171695 29 0 0 20 0 3 0 37305748 163966976 9476 18446744073709551615 4198400 12805993 140730843343408 0 0 0 0 0 16386 0 0 0 -1 4 0 0 0 0 0 14146912 14333620 32002048 140730843347226 140730843347429 140730843347429 140730843353031 0
Current children cumulated CPU time: 3423.48 s
Current children cumulated vsize: 160124 KiB
Current children cumulated memory: 37904 KiB

[startup+1782.3 s]
/proc/loadavg: 6.12 6.63 7.38 7/263 30536
/proc/meminfo: memFree=129765776/131250000 swapFree=33010684/33010684
[pid=29897] ppid=29890 vsize=160124 memory=39332 CPUtime=3542.8 cores=4,6
/proc/29897/stat : 29897 (cp-sat-runner) S 29890 29897 28458 0 -1 4194304 174533 0 0 0 354173 107 0 0 20 0 3 0 37305746 163966976 9833 18446744073709551615 4198400 12805993 140730843343408 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 14146912 14333620 32002048 140730843347226 140730843347429 140730843347429 140730843353031 0
/proc/29897/statm: 40031 9833 2144 2102 0 13660 0
[pid=29897/tid=29902] ppid=29890 vsize=160124 memory=17408 CPUtime=1765.09 cores=4,6
/proc/29897/task/29902/stat : 29902 (cp-sat-runner) R 29890 29897 28458 0 -1 4194368 152649 0 0 0 176444 65 0 0 20 0 3 0 37305748 163966976 9833 18446744073709551615 4198400 12805993 140730843343408 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 14146912 14333620 32002048 140730843347226 140730843347429 140730843347429 140730843353031 0
[pid=29897/tid=29903] ppid=29890 vsize=160124 memory=12544 CPUtime=1777.07 cores=4,6
/proc/29897/task/29903/stat : 29903 (cp-sat-runner) R 29890 29897 28458 0 -1 4194368 21056 0 0 0 177678 29 0 0 20 0 3 0 37305748 163966976 9833 18446744073709551615 4198400 12805993 140730843343408 0 0 0 0 0 16386 0 0 0 -1 4 0 0 0 0 0 14146912 14333620 32002048 140730843347226 140730843347429 140730843347429 140730843353031 0
Current children cumulated CPU time: 3542.8 s
Current children cumulated vsize: 160124 KiB
Current children cumulated memory: 39332 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1811.11 s]
/proc/loadavg: 6.14 6.58 7.34 7/263 30538
/proc/meminfo: memFree=129770736/131250000 swapFree=33010684/33010684
[pid=29897] ppid=29890 vsize=160124 memory=41232 CPUtime=3600.08 cores=4,6
/proc/29897/stat : 29897 (cp-sat-runner) S 29890 29897 28458 0 -1 4194304 177572 0 0 0 359900 108 0 0 20 0 3 0 37305746 163966976 10308 18446744073709551615 4198400 12805993 140730843343408 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 14146912 14333620 32002048 140730843347226 140730843347429 140730843347429 140730843353031 0
/proc/29897/statm: 40031 10308 2144 2102 0 13686 0
[pid=29897/tid=29902] ppid=29890 vsize=160124 memory=37008 CPUtime=1793.64 cores=4,6
/proc/29897/task/29902/stat : 29902 (cp-sat-runner) R 29890 29897 28458 0 -1 4194368 155407 0 0 0 179298 66 0 0 20 0 3 0 37305748 163966976 10308 18446744073709551615 4198400 12805993 140730843343408 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 14146912 14333620 32002048 140730843347226 140730843347429 140730843347429 140730843353031 0
[pid=29897/tid=29903] ppid=29890 vsize=160124 memory=38416 CPUtime=1805.81 cores=4,6
/proc/29897/task/29903/stat : 29903 (cp-sat-runner) R 29890 29897 28458 0 -1 4194368 21337 0 0 0 180551 30 0 0 20 0 3 0 37305748 163966976 10308 18446744073709551615 4198400 12805993 140730843343408 0 0 0 0 0 16386 0 0 0 -1 4 0 0 0 0 0 14146912 14333620 32002048 140730843347226 140730843347429 140730843347429 140730843353031 0
Current children cumulated CPU time: 3600.08 s
Current children cumulated vsize: 160124 KiB
Current children cumulated memory: 41232 KiB

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

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

# cumulated CPU time of all completed processes:  user=3599.01 s, system=1.08421 s

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

[startup+1811.11 s]
/proc/loadavg: 6.14 6.58 7.34 7/263 30538
/proc/meminfo: memFree=129770736/131250000 swapFree=33010684/33010684
[pid=29897] ppid=29890 vsize=160124 memory=41232 CPUtime=3600.08 cores=4,6
/proc/29897/stat : 29897 (cp-sat-runner) S 29890 29897 28458 0 -1 4194304 177572 0 0 0 359900 108 0 0 20 0 3 0 37305746 163966976 10308 18446744073709551615 4198400 12805993 140730843343408 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 14146912 14333620 32002048 140730843347226 140730843347429 140730843347429 140730843353031 0
/proc/29897/statm: 40031 10308 2144 2102 0 13686 0
[pid=29897/tid=29902] ppid=29890 vsize=160124 memory=37008 CPUtime=1793.64 cores=4,6
/proc/29897/task/29902/stat : 29902 (cp-sat-runner) R 29890 29897 28458 0 -1 4194368 155407 0 0 0 179298 66 0 0 20 0 3 0 37305748 163966976 10308 18446744073709551615 4198400 12805993 140730843343408 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 14146912 14333620 32002048 140730843347226 140730843347429 140730843347429 140730843353031 0
[pid=29897/tid=29903] ppid=29890 vsize=160124 memory=38416 CPUtime=1805.81 cores=4,6
/proc/29897/task/29903/stat : 29903 (cp-sat-runner) R 29890 29897 28458 0 -1 4194368 21337 0 0 0 180551 30 0 0 20 0 3 0 37305748 163966976 10308 18446744073709551615 4198400 12805993 140730843343408 0 0 0 0 0 16386 0 0 0 -1 4 0 0 0 0 0 14146912 14333620 32002048 140730843347226 140730843347429 140730843347429 140730843353031 0
Current children cumulated CPU time: 3600.08 s
Current children cumulated vsize: 160124 KiB
Current children cumulated memory: 41232 KiB

Child status: 0

Real time (s): 1811.11
CPU time (s): 3600.1
CPU user time (s): 3599.01
CPU system time (s): 1.08421
CPU usage (%): 198.778
Max. virtual memory (cumulated for all children) (KiB): 160124
Max. memory (cumulated for all children) (KiB): 45132

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.01
system time used= 1.08421
maximum resident set size= 45132
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 177583
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= 43258
involuntary context switches= 164967


# summary of solver processes directly reported to runsolver:
#   pid: 29897
#   total CPU time (s): 3600.1
#   total CPU user time (s): 3599.01
#   total CPU system time (s): 1.08421

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.73104 second user time and 7.32095 second system time

The end

Launcher Data

Begin job on nodeC026 at 2025-06-29 18:57:51
IDJOB=4513638
IDBENCH=162394
IDSOLVER=3320
FILE ID=nodeC026/4513638-1751216271
RUNJOBID= nodeC026-1751207207-28469
SLURM_JOB_ID= 9587635
Free space on /tmp= 433036 MiB

SOLVER NAME= OR-Tools CP-SAT 9.14
BENCH NAME= PB24/normalized-PB16/DEC-LIN/elffers/EC_RANDOM_GRAPHS/normalized-ECrand6reg-v051-n1.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-4513638-1751216271/watcher-4513638-1751216271 -o /tmp/evaluation-result-4513638-1751216271/solver-4513638-1751216271 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC026-1751207207-28469 --watchdog 3760  cp-sat-runner --params num_workers:2,log_search_progress:false,max_time_in_seconds:3600,random_seed:10491107 --competition_mode --input HOME/instance-4513638-1751216271.opb

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

MD5SUM BENCH= 9fac4249a105f22015b6c608ca9c575b
RANDOM SEED=10491107

nodeC026 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	: 0xb00002a
cpu MHz		: 3599.848
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 6999.59
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	: 0xb00002a
cpu MHz		: 3599.771
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 6999.59
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	: 0xb00002a
cpu MHz		: 3599.750
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 6999.59
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	: 0xb00002a
cpu MHz		: 3600.276
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 6999.59
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	: 0xb00002a
cpu MHz		: 3595.113
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 6999.59
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	: 0xb00002a
cpu MHz		: 3599.787
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 6999.59
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	: 0xb00002a
cpu MHz		: 3599.580
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 6999.59
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	: 0xb00002a
cpu MHz		: 3600.141
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 6999.59
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        129873744 kB
MemAvailable:   129728800 kB
Buffers:            3280 kB
Cached:           664468 kB
SwapCached:            0 kB
Active:           330804 kB
Inactive:         441828 kB
Active(anon):     123008 kB
Inactive(anon):        0 kB
Active(file):     207796 kB
Inactive(file):   441828 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             24752 kB
Writeback:             0 kB
AnonPages:        107636 kB
Mapped:           111804 kB
Shmem:             18080 kB
KReclaimable:      89340 kB
Slab:             175308 kB
SReclaimable:      89340 kB
SUnreclaim:        85968 kB
KernelStack:        4192 kB
PageTables:         3108 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:     410856 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150488 kB
VmallocChunk:          0 kB
Percpu:             3680 kB
HardwareCorrupted:     0 kB
AnonHugePages:     34816 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:      187092 kB
DirectMap2M:     9021440 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 433020 MiB
End job on nodeC026 at 2025-06-29 19:28:02