Trace number 4492965

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
Hybrid-CASHWMaxSATDisjCadS+SynLSCD 2025-06-01UNSAT 3184.21 3193.2

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/
submitted-PB06/roussel/normalized-pigeon-clauses-35-30.opb
MD5SUMda953313a09cceac0c8e3e7fb7d08ab4
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.26293
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1050
Total number of constraints17885
Number of constraints which are clauses17885
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint30
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 31
Number of bits of the biggest sum of numbers5
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

3184.11/3193.16	c Exit code from Second Program: 20
3184.11/3193.18	c #vars 1050 #constraints 17885 17.0333 1
3184.11/3193.18	c 17885 constraints
3184.11/3193.18	c Finish cloning data from SAT to LS
3184.11/3193.18	c restart_num_ls  -100000 0
3184.11/3193.18	c Use LS-small
3184.11/3193.18	restart_num  0 325
3184.11/3193.18	LS-restart 90 11
3184.11/3193.18	c Use LS-small
3184.11/3193.18	restart_num  325 647
3184.11/3193.18	LS-restart 80 33
3184.11/3193.18	c Use LS-small
3184.11/3193.18	c restart_num_ls  647 1148
3184.11/3193.18	c LS 70 82
3184.11/3193.18	c similarity no use LS 0.97619
3184.11/3193.18	restart_num  1148 1644
3184.11/3193.18	LS-restart 70 7
3184.11/3193.18	c Use LS-small
3184.11/3193.18	c restart_num_ls  1644 2145
3184.11/3193.18	c LS 60 63
3184.11/3193.18	c similarity no use LS 0.971429
3184.11/3193.18	restart_num  2145 2540
3184.11/3193.18	LS-restart 60 45
3184.11/3193.18	c Use LS-small
3184.11/3193.18	restart_num  2540 2998
3184.11/3193.18	LS-restart 50 91
3184.11/3193.18	c similarity no use LS 0.972381
3184.11/3193.18	s UNSATISFIABLE

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: 63665 MiB (63179 MiB free)
  memory of node 1: 64507 MiB (64001 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4492965-1751133632/watcher-4492965-1751133632 -o /tmp/evaluation-result-4492965-1751133632/solver-4492965-1751133632 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC021-1751133631-11951 --watchdog 3760 ./Hybrid-CASHWMaxSATDisjCadS+SynLSCD HOME/instance-4492965-1751133632.opb 3600 HOME 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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

solver pid=12012, runsolver pid=12001

[startup+0.10006 s]*
/proc/loadavg: 0.23 0.12 0.10 5/273 12022
/proc/meminfo: memFree=130216032/131249996 swapFree=33010684/33010684
[pid=12012] ppid=12001 vsize=4324 memory=3072 CPUtime=0 cores=4,6
/proc/12012/stat : 12012 (Hybrid-CASHWMax) S 12001 12012 11935 0 -1 4194304 250 104 0 0 0 0 0 0 20 0 1 0 29040963 4427776 768 18446744073709551615 93899017441280 93899018335813 140734244833280 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 93899018574864 93899018622608 93899032997888 140734244841815 140734244841969 140734244841969 140734244847571 0
/proc/12012/statm: 1081 768 704 219 0 143 0
[pid=12018] ppid=12012 vsize=2660 memory=1408 CPUtime=0 cores=4,6
/proc/12018/stat : 12018 (timeout) S 12012 12018 11935 0 -1 4194304 108 0 0 0 0 0 0 0 20 0 1 0 29040966 2723840 352 18446744073709551615 94669476110336 94669476126849 140723505140192 0 0 0 0 3145728 90119 1 0 0 17 6 0 0 0 0 0 94669476141616 94669476143704 94669501419520 140723505142176 140723505142306 140723505142306 140723505147879 0
/proc/12018/statm: 665 352 352 5 0 90 0
[pid=12021] ppid=12018 vsize=29136 memory=14720 CPUtime=0.05 cores=4,6
/proc/12021/stat : 12021 (CASHWMaxSAT-Dis) R 12018 12018 11935 0 -1 4194304 2903 0 0 0 5 0 0 0 20 0 1 0 29040968 29835264 3680 18446744073709551615 4198400 14817773 140728607996368 0 0 0 0 0 19490 0 0 0 17 4 0 0 0 0 0 16829744 16914832 49934336 140728608000422 140728608000539 140728608000539 140728608006112 0
/proc/12021/statm: 7284 3680 864 2593 0 4177 0
Current children cumulated CPU time: 0.05 s
Current children cumulated vsize: 36120 KiB
Current children cumulated memory: 19200 KiB

[startup+0.205499 s]*
/proc/loadavg: 0.23 0.12 0.10 5/273 12022
/proc/meminfo: memFree=130213696/131249996 swapFree=33010684/33010684
[pid=12012] ppid=12001 vsize=4324 memory=3072 CPUtime=0 cores=4,6
/proc/12012/stat : 12012 (Hybrid-CASHWMax) S 12001 12012 11935 0 -1 4194304 250 104 0 0 0 0 0 0 20 0 1 0 29040963 4427776 768 18446744073709551615 93899017441280 93899018335813 140734244833280 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 93899018574864 93899018622608 93899032997888 140734244841815 140734244841969 140734244841969 140734244847571 0
/proc/12012/statm: 1081 768 704 219 0 143 0
[pid=12018] ppid=12012 vsize=2660 memory=1408 CPUtime=0 cores=4,6
/proc/12018/stat : 12018 (timeout) S 12012 12018 11935 0 -1 4194304 108 0 0 0 0 0 0 0 20 0 1 0 29040966 2723840 352 18446744073709551615 94669476110336 94669476126849 140723505140192 0 0 0 0 3145728 90119 1 0 0 17 6 0 0 0 0 0 94669476141616 94669476143704 94669501419520 140723505142176 140723505142306 140723505142306 140723505147879 0
/proc/12018/statm: 665 352 352 5 0 90 0
[pid=12021] ppid=12018 vsize=33356 memory=19380 CPUtime=0.15 cores=4,6
/proc/12021/stat : 12021 (CASHWMaxSAT-Dis) R 12018 12018 11935 0 -1 4194304 4561 0 0 0 15 0 0 0 20 0 1 0 29040968 34156544 4845 18446744073709551615 4198400 14817773 140728607996368 0 0 0 0 0 19490 0 0 0 17 4 0 0 0 0 0 16829744 16914832 49934336 140728608000422 140728608000539 140728608000539 140728608006112 0
/proc/12021/statm: 8339 4845 960 2593 0 5232 0
Current children cumulated CPU time: 0.15 s
Current children cumulated vsize: 40340 KiB
Current children cumulated memory: 23860 KiB

[startup+0.305124 s]*
/proc/loadavg: 0.23 0.12 0.10 5/273 12022
/proc/meminfo: memFree=130212940/131249996 swapFree=33010684/33010684
[pid=12012] ppid=12001 vsize=4324 memory=3072 CPUtime=0 cores=4,6
/proc/12012/stat : 12012 (Hybrid-CASHWMax) S 12001 12012 11935 0 -1 4194304 250 104 0 0 0 0 0 0 20 0 1 0 29040963 4427776 768 18446744073709551615 93899017441280 93899018335813 140734244833280 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 93899018574864 93899018622608 93899032997888 140734244841815 140734244841969 140734244841969 140734244847571 0
/proc/12012/statm: 1081 768 704 219 0 143 0
[pid=12018] ppid=12012 vsize=2660 memory=1408 CPUtime=0 cores=4,6
/proc/12018/stat : 12018 (timeout) S 12012 12018 11935 0 -1 4194304 108 0 0 0 0 0 0 0 20 0 1 0 29040966 2723840 352 18446744073709551615 94669476110336 94669476126849 140723505140192 0 0 0 0 3145728 90119 1 0 0 17 6 0 0 0 0 0 94669476141616 94669476143704 94669501419520 140723505142176 140723505142306 140723505142306 140723505147879 0
/proc/12018/statm: 665 352 352 5 0 90 0
[pid=12021] ppid=12018 vsize=34476 memory=20284 CPUtime=0.25 cores=4,6
/proc/12021/stat : 12021 (CASHWMaxSAT-Dis) R 12018 12018 11935 0 -1 4194304 4972 0 0 0 25 0 0 0 20 0 1 0 29040968 35303424 5071 18446744073709551615 4198400 14817773 140728607996368 0 0 0 0 0 19490 0 0 0 17 4 0 0 0 0 0 16829744 16914832 49934336 140728608000422 140728608000539 140728608000539 140728608006112 0
/proc/12021/statm: 8619 5071 992 2593 0 5512 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 41460 KiB
Current children cumulated memory: 24764 KiB

[startup+0.700159 s]
/proc/loadavg: 0.23 0.12 0.10 5/273 12022
/proc/meminfo: memFree=130208656/131249996 swapFree=33010684/33010684
[pid=12012] ppid=12001 vsize=4324 memory=3072 CPUtime=0 cores=4,6
/proc/12012/stat : 12012 (Hybrid-CASHWMax) S 12001 12012 11935 0 -1 4194304 250 104 0 0 0 0 0 0 20 0 1 0 29040963 4427776 768 18446744073709551615 93899017441280 93899018335813 140734244833280 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 93899018574864 93899018622608 93899032997888 140734244841815 140734244841969 140734244841969 140734244847571 0
/proc/12012/statm: 1081 768 704 219 0 143 0
[pid=12018] ppid=12012 vsize=2660 memory=1408 CPUtime=0 cores=4,6
/proc/12018/stat : 12018 (timeout) S 12012 12018 11935 0 -1 4194304 108 0 0 0 0 0 0 0 20 0 1 0 29040966 2723840 352 18446744073709551615 94669476110336 94669476126849 140723505140192 0 0 0 0 3145728 90119 1 0 0 17 6 0 0 0 0 0 94669476141616 94669476143704 94669501419520 140723505142176 140723505142306 140723505142306 140723505147879 0
/proc/12018/statm: 665 352 352 5 0 90 0
[pid=12021] ppid=12018 vsize=34712 memory=20708 CPUtime=0.64 cores=4,6
/proc/12021/stat : 12021 (CASHWMaxSAT-Dis) R 12018 12018 11935 0 -1 4194304 6184 0 0 0 64 0 0 0 20 0 1 0 29040968 35545088 5177 18446744073709551615 4198400 14817773 140728607996368 0 0 0 0 0 19490 0 0 0 17 4 0 0 0 0 0 16829744 16914832 49934336 140728608000422 140728608000539 140728608000539 140728608006112 0
/proc/12021/statm: 8678 5177 992 2593 0 5571 0
Current children cumulated CPU time: 0.64 s
Current children cumulated vsize: 41696 KiB
Current children cumulated memory: 25188 KiB

[startup+1.50017 s]
/proc/loadavg: 0.23 0.12 0.10 5/273 12022
/proc/meminfo: memFree=130204876/131249996 swapFree=33010684/33010684
[pid=12012] ppid=12001 vsize=4324 memory=3072 CPUtime=0 cores=4,6
/proc/12012/stat : 12012 (Hybrid-CASHWMax) S 12001 12012 11935 0 -1 4194304 250 104 0 0 0 0 0 0 20 0 1 0 29040963 4427776 768 18446744073709551615 93899017441280 93899018335813 140734244833280 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 93899018574864 93899018622608 93899032997888 140734244841815 140734244841969 140734244841969 140734244847571 0
/proc/12012/statm: 1081 768 704 219 0 143 0
[pid=12018] ppid=12012 vsize=2660 memory=1408 CPUtime=0 cores=4,6
/proc/12018/stat : 12018 (timeout) S 12012 12018 11935 0 -1 4194304 108 0 0 0 0 0 0 0 20 0 1 0 29040966 2723840 352 18446744073709551615 94669476110336 94669476126849 140723505140192 0 0 0 0 3145728 90119 1 0 0 17 6 0 0 0 0 0 94669476141616 94669476143704 94669501419520 140723505142176 140723505142306 140723505142306 140723505147879 0
/proc/12018/statm: 665 352 352 5 0 90 0
[pid=12021] ppid=12018 vsize=34712 memory=20796 CPUtime=1.44 cores=4,6
/proc/12021/stat : 12021 (CASHWMaxSAT-Dis) R 12018 12018 11935 0 -1 4194304 7309 0 0 0 144 0 0 0 20 0 1 0 29040968 35545088 5199 18446744073709551615 4198400 14817773 140728607996368 0 0 0 0 0 19490 0 0 0 17 4 0 0 0 0 0 16829744 16914832 49934336 140728608000422 140728608000539 140728608000539 140728608006112 0
/proc/12021/statm: 8678 5199 992 2593 0 5571 0
Current children cumulated CPU time: 1.44 s
Current children cumulated vsize: 41696 KiB
Current children cumulated memory: 25276 KiB

[startup+3.10492 s]
/proc/loadavg: 0.23 0.12 0.10 3/263 12035
/proc/meminfo: memFree=130205648/131249996 swapFree=33010684/33010684
[pid=12012] ppid=12001 vsize=4324 memory=3072 CPUtime=0 cores=4,6
/proc/12012/stat : 12012 (Hybrid-CASHWMax) S 12001 12012 11935 0 -1 4194304 250 104 0 0 0 0 0 0 20 0 1 0 29040963 4427776 768 18446744073709551615 93899017441280 93899018335813 140734244833280 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 93899018574864 93899018622608 93899032997888 140734244841815 140734244841969 140734244841969 140734244847571 0
/proc/12012/statm: 1081 768 704 219 0 143 0
[pid=12018] ppid=12012 vsize=2660 memory=1408 CPUtime=0 cores=4,6
/proc/12018/stat : 12018 (timeout) S 12012 12018 11935 0 -1 4194304 108 0 0 0 0 0 0 0 20 0 1 0 29040966 2723840 352 18446744073709551615 94669476110336 94669476126849 140723505140192 0 0 0 0 3145728 90119 1 0 0 17 6 0 0 0 0 0 94669476141616 94669476143704 94669501419520 140723505142176 140723505142306 140723505142306 140723505147879 0
/proc/12018/statm: 665 352 352 5 0 90 0
[pid=12021] ppid=12018 vsize=34712 memory=20848 CPUtime=3.04 cores=4,6
/proc/12021/stat : 12021 (CASHWMaxSAT-Dis) R 12018 12018 11935 0 -1 4194304 9157 0 0 0 304 0 0 0 20 0 1 0 29040968 35545088 5212 18446744073709551615 4198400 14817773 140728607996368 0 0 0 0 0 19490 0 0 0 17 4 0 0 0 0 0 16829744 16914832 49934336 140728608000422 140728608000539 140728608000539 140728608006112 0
/proc/12021/statm: 8678 5212 992 2593 0 5571 0
Current children cumulated CPU time: 3.04 s
Current children cumulated vsize: 41696 KiB
Current children cumulated memory: 25328 KiB

[startup+6.30015 s]
/proc/loadavg: 0.61 0.20 0.13 3/261 12042
/proc/meminfo: memFree=130194784/131249996 swapFree=33010684/33010684
[pid=12012] ppid=12001 vsize=4324 memory=3072 CPUtime=0 cores=4,6
/proc/12012/stat : 12012 (Hybrid-CASHWMax) S 12001 12012 11935 0 -1 4194304 250 104 0 0 0 0 0 0 20 0 1 0 29040963 4427776 768 18446744073709551615 93899017441280 93899018335813 140734244833280 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 93899018574864 93899018622608 93899032997888 140734244841815 140734244841969 140734244841969 140734244847571 0
/proc/12012/statm: 1081 768 704 219 0 143 0
[pid=12018] ppid=12012 vsize=2660 memory=1408 CPUtime=0 cores=4,6
/proc/12018/stat : 12018 (timeout) S 12012 12018 11935 0 -1 4194304 108 0 0 0 0 0 0 0 20 0 1 0 29040966 2723840 352 18446744073709551615 94669476110336 94669476126849 140723505140192 0 0 0 0 3145728 90119 1 0 0 17 6 0 0 0 0 0 94669476141616 94669476143704 94669501419520 140723505142176 140723505142306 140723505142306 140723505147879 0
/proc/12018/statm: 665 352 352 5 0 90 0
[pid=12021] ppid=12018 vsize=35400 memory=21608 CPUtime=6.23 cores=4,6
/proc/12021/stat : 12021 (CASHWMaxSAT-Dis) R 12018 12018 11935 0 -1 4194304 14714 0 0 0 622 1 0 0 20 0 1 0 29040968 36249600 5402 18446744073709551615 4198400 14817773 140728607996368 0 0 0 0 0 19490 0 0 0 17 4 0 0 0 0 0 16829744 16914832 49934336 140728608000422 140728608000539 140728608000539 140728608006112 0
/proc/12021/statm: 8850 5402 992 2593 0 5743 0
Current children cumulated CPU time: 6.23 s
Current children cumulated vsize: 42384 KiB
Current children cumulated memory: 26088 KiB

[startup+12.7002 s]
/proc/loadavg: 0.97 0.28 0.15 3/261 12042
/proc/meminfo: memFree=130177884/131249996 swapFree=33010684/33010684
[pid=12012] ppid=12001 vsize=4324 memory=3072 CPUtime=0 cores=4,6
/proc/12012/stat : 12012 (Hybrid-CASHWMax) S 12001 12012 11935 0 -1 4194304 250 104 0 0 0 0 0 0 20 0 1 0 29040963 4427776 768 18446744073709551615 93899017441280 93899018335813 140734244833280 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 93899018574864 93899018622608 93899032997888 140734244841815 140734244841969 140734244841969 140734244847571 0
/proc/12012/statm: 1081 768 704 219 0 143 0
[pid=12018] ppid=12012 vsize=2660 memory=1408 CPUtime=0 cores=4,6
/proc/12018/stat : 12018 (timeout) S 12012 12018 11935 0 -1 4194304 108 0 0 0 0 0 0 0 20 0 1 0 29040966 2723840 352 18446744073709551615 94669476110336 94669476126849 140723505140192 0 0 0 0 3145728 90119 1 0 0 17 6 0 0 0 0 0 94669476141616 94669476143704 94669501419520 140723505142176 140723505142306 140723505142306 140723505147879 0
/proc/12018/statm: 665 352 352 5 0 90 0
[pid=12021] ppid=12018 vsize=37348 memory=23428 CPUtime=12.6 cores=4,6
/proc/12021/stat : 12021 (CASHWMaxSAT-Dis) R 12018 12018 11935 0 -1 4194304 21579 0 0 0 1257 3 0 0 20 0 1 0 29040968 38244352 5857 18446744073709551615 4198400 14817773 140728607996368 0 0 0 0 0 19490 0 0 0 17 4 0 0 0 0 0 16829744 16914832 49934336 140728608000422 140728608000539 140728608000539 140728608006112 0
/proc/12021/statm: 9337 5857 992 2593 0 6230 0
Current children cumulated CPU time: 12.6 s
Current children cumulated vsize: 44332 KiB
Current children cumulated memory: 27908 KiB

[startup+25.5002 s]
/proc/loadavg: 1.64 0.47 0.21 4/267 12132
/proc/meminfo: memFree=130041236/131249996 swapFree=33010684/33010684
[pid=12012] ppid=12001 vsize=4324 memory=3072 CPUtime=0 cores=4,6
/proc/12012/stat : 12012 (Hybrid-CASHWMax) S 12001 12012 11935 0 -1 4194304 250 104 0 0 0 0 0 0 20 0 1 0 29040963 4427776 768 18446744073709551615 93899017441280 93899018335813 140734244833280 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 93899018574864 93899018622608 93899032997888 140734244841815 140734244841969 140734244841969 140734244847571 0
/proc/12012/statm: 1081 768 704 219 0 143 0
[pid=12018] ppid=12012 vsize=2660 memory=1408 CPUtime=0 cores=4,6
/proc/12018/stat : 12018 (timeout) S 12012 12018 11935 0 -1 4194304 108 0 0 0 0 0 0 0 20 0 1 0 29040966 2723840 352 18446744073709551615 94669476110336 94669476126849 140723505140192 0 0 0 0 3145728 90119 1 0 0 17 6 0 0 0 0 0 94669476141616 94669476143704 94669501419520 140723505142176 140723505142306 140723505142306 140723505147879 0
/proc/12018/statm: 665 352 352 5 0 90 0
[pid=12021] ppid=12018 vsize=43996 memory=29808 CPUtime=25.37 cores=4,6
/proc/12021/stat : 12021 (CASHWMaxSAT-Dis) R 12018 12018 11935 0 -1 4194304 28973 0 0 0 2531 6 0 0 20 0 1 0 29040968 45051904 7452 18446744073709551615 4198400 14817773 140728607996368 0 0 0 0 0 19490 0 0 0 17 4 0 0 0 0 0 16829744 16914832 49934336 140728608000422 140728608000539 140728608000539 140728608006112 0
/proc/12021/statm: 10999 7452 992 2593 0 7892 0
Current children cumulated CPU time: 25.37 s
Current children cumulated vsize: 50980 KiB
Current children cumulated memory: 34288 KiB

[startup+51.1056 s]
/proc/loadavg: 2.67 0.80 0.33 5/274 12235
/proc/meminfo: memFree=129631928/131249996 swapFree=33010684/33010684
[pid=12012] ppid=12001 vsize=4324 memory=3072 CPUtime=0 cores=4,6
/proc/12012/stat : 12012 (Hybrid-CASHWMax) S 12001 12012 11935 0 -1 4194304 250 104 0 0 0 0 0 0 20 0 1 0 29040963 4427776 768 18446744073709551615 93899017441280 93899018335813 140734244833280 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 93899018574864 93899018622608 93899032997888 140734244841815 140734244841969 140734244841969 140734244847571 0
/proc/12012/statm: 1081 768 704 219 0 143 0
[pid=12018] ppid=12012 vsize=2660 memory=1408 CPUtime=0 cores=4,6
/proc/12018/stat : 12018 (timeout) S 12012 12018 11935 0 -1 4194304 108 0 0 0 0 0 0 0 20 0 1 0 29040966 2723840 352 18446744073709551615 94669476110336 94669476126849 140723505140192 0 0 0 0 3145728 90119 1 0 0 17 6 0 0 0 0 0 94669476141616 94669476143704 94669501419520 140723505142176 140723505142306 140723505142306 140723505147879 0
/proc/12018/statm: 665 352 352 5 0 90 0
[pid=12021] ppid=12018 vsize=50368 memory=36492 CPUtime=50.91 cores=4,6
/proc/12021/stat : 12021 (CASHWMaxSAT-Dis) R 12018 12018 11935 0 -1 4194304 30119 0 0 0 5085 6 0 0 20 0 1 0 29040968 51576832 9123 18446744073709551615 4198400 14817773 140728607996368 0 0 0 0 0 19490 0 0 0 17 4 0 0 0 0 0 16829744 16914832 49934336 140728608000422 140728608000539 140728608000539 140728608006112 0
/proc/12021/statm: 12592 9123 992 2593 0 9485 0
Current children cumulated CPU time: 50.91 s
Current children cumulated vsize: 57352 KiB
Current children cumulated memory: 40972 KiB

[startup+102.3 s]
/proc/loadavg: 3.49 1.31 0.53 5/274 12338
/proc/meminfo: memFree=129887768/131249996 swapFree=33010684/33010684
[pid=12012] ppid=12001 vsize=4324 memory=3072 CPUtime=0 cores=4,6
/proc/12012/stat : 12012 (Hybrid-CASHWMax) S 12001 12012 11935 0 -1 4194304 250 104 0 0 0 0 0 0 20 0 1 0 29040963 4427776 768 18446744073709551615 93899017441280 93899018335813 140734244833280 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 93899018574864 93899018622608 93899032997888 140734244841815 140734244841969 140734244841969 140734244847571 0
/proc/12012/statm: 1081 768 704 219 0 143 0
[pid=12018] ppid=12012 vsize=2660 memory=1408 CPUtime=0 cores=4,6

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

/proc/12521/statm: 50174 32362 2560 595 0 34841 0
Current children cumulated CPU time: 3093.58 s
Current children cumulated vsize: 207680 KiB
Current children cumulated memory: 133928 KiB

[startup+3162.3 s]
/proc/loadavg: 4.14 4.11 4.01 5/272 12797
/proc/meminfo: memFree=129539512/131249996 swapFree=33010684/33010684
[pid=12012] ppid=12001 vsize=4324 memory=3072 CPUtime=1792.88 cores=4,6
/proc/12012/stat : 12012 (Hybrid-CASHWMax) S 12001 12012 11935 0 -1 4194304 282 70014 0 0 0 0 179251 37 20 0 1 0 29040963 4427776 768 18446744073709551615 93899017441280 93899018335813 140734244833280 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 93899018574864 93899018622608 93899032997888 140734244841815 140734244841969 140734244841969 140734244847571 0
/proc/12012/statm: 1081 768 704 219 0 143 0
[pid=12519] ppid=12012 vsize=2660 memory=1408 CPUtime=0 cores=4,6
/proc/12519/stat : 12519 (timeout) S 12012 12519 11935 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 29220768 2723840 352 18446744073709551615 94605707165696 94605707182209 140721379450208 0 0 0 0 3145728 90119 1 0 0 17 6 0 0 0 0 0 94605707196976 94605707199064 94605731663872 140721379457416 140721379457570 140721379457570 140721379463143 0
/proc/12519/statm: 665 352 352 5 0 90 0
[pid=12521] ppid=12519 vsize=201720 memory=130472 CPUtime=1360.52 cores=4,6
/proc/12521/stat : 12521 (SynLSCD) R 12519 12519 11935 0 -1 4194304 22598 0 18 0 135235 817 0 0 20 0 1 0 29220769 206561280 32618 18446744073709551615 93872731279360 93872733713513 140731560874336 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 93872734194936 93872734227968 93872761544704 140731560880546 140731560880681 140731560880681 140731560886254 0
/proc/12521/statm: 50430 32618 2560 595 0 35097 0
Current children cumulated CPU time: 3153.4 s
Current children cumulated vsize: 208704 KiB
Current children cumulated memory: 134952 KiB

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

# cumulated CPU time of all completed processes:  user=3175.62 s, system=8.59297 s

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

[startup+3174.4 s]
/proc/loadavg: 4.11 4.11 4.01 5/272 12803
/proc/meminfo: memFree=129552316/131249996 swapFree=33010684/33010684
[pid=12012] ppid=12001 vsize=4324 memory=3072 CPUtime=1792.88 cores=4,6
/proc/12012/stat : 12012 (Hybrid-CASHWMax) S 12001 12012 11935 0 -1 4194304 282 70014 0 0 0 0 179251 37 20 0 1 0 29040963 4427776 768 18446744073709551615 93899017441280 93899018335813 140734244833280 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 93899018574864 93899018622608 93899032997888 140734244841815 140734244841969 140734244841969 140734244847571 0
/proc/12012/statm: 1081 768 704 219 0 143 0
[pid=12519] ppid=12012 vsize=2660 memory=1408 CPUtime=0 cores=4,6
/proc/12519/stat : 12519 (timeout) S 12012 12519 11935 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 29220768 2723840 352 18446744073709551615 94605707165696 94605707182209 140721379450208 0 0 0 0 3145728 90119 1 0 0 17 6 0 0 0 0 0 94605707196976 94605707199064 94605731663872 140721379457416 140721379457570 140721379457570 140721379463143 0
/proc/12519/statm: 665 352 352 5 0 90 0
[pid=12521] ppid=12519 vsize=201976 memory=130728 CPUtime=1372.58 cores=4,6
/proc/12521/stat : 12521 (SynLSCD) R 12519 12519 11935 0 -1 4194304 22661 0 18 0 136439 819 0 0 20 0 1 0 29220769 206823424 32682 18446744073709551615 93872731279360 93872733713513 140731560874336 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 93872734194936 93872734227968 93872761544704 140731560880546 140731560880681 140731560880681 140731560886254 0
/proc/12521/statm: 50494 32682 2560 595 0 35161 0
Current children cumulated CPU time: 3165.46 s
Current children cumulated vsize: 208960 KiB
Current children cumulated memory: 135208 KiB

[startup+3180.8 s]
/proc/loadavg: 4.18 4.12 4.02 5/272 12803
/proc/meminfo: memFree=129552316/131249996 swapFree=33010684/33010684
[pid=12012] ppid=12001 vsize=4324 memory=3072 CPUtime=1792.88 cores=4,6
/proc/12012/stat : 12012 (Hybrid-CASHWMax) S 12001 12012 11935 0 -1 4194304 282 70014 0 0 0 0 179251 37 20 0 1 0 29040963 4427776 768 18446744073709551615 93899017441280 93899018335813 140734244833280 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 93899018574864 93899018622608 93899032997888 140734244841815 140734244841969 140734244841969 140734244847571 0
/proc/12012/statm: 1081 768 704 219 0 143 0
[pid=12519] ppid=12012 vsize=2660 memory=1408 CPUtime=0 cores=4,6
/proc/12519/stat : 12519 (timeout) S 12012 12519 11935 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 29220768 2723840 352 18446744073709551615 94605707165696 94605707182209 140721379450208 0 0 0 0 3145728 90119 1 0 0 17 6 0 0 0 0 0 94605707196976 94605707199064 94605731663872 140721379457416 140721379457570 140721379457570 140721379463143 0
/proc/12519/statm: 665 352 352 5 0 90 0
[pid=12521] ppid=12519 vsize=201976 memory=130728 CPUtime=1378.96 cores=4,6
/proc/12521/stat : 12521 (SynLSCD) R 12519 12519 11935 0 -1 4194304 22662 0 18 0 137077 819 0 0 20 0 1 0 29220769 206823424 32682 18446744073709551615 93872731279360 93872733713513 140731560874336 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 93872734194936 93872734227968 93872761544704 140731560880546 140731560880681 140731560880681 140731560886254 0
/proc/12521/statm: 50494 32682 2560 595 0 35161 0
Current children cumulated CPU time: 3171.84 s
Current children cumulated vsize: 208960 KiB
Current children cumulated memory: 135208 KiB

[startup+3187.2 s]
/proc/loadavg: 4.16 4.12 4.02 5/272 12803
/proc/meminfo: memFree=129552316/131249996 swapFree=33010684/33010684
[pid=12012] ppid=12001 vsize=4324 memory=3072 CPUtime=1792.88 cores=4,6
/proc/12012/stat : 12012 (Hybrid-CASHWMax) S 12001 12012 11935 0 -1 4194304 282 70014 0 0 0 0 179251 37 20 0 1 0 29040963 4427776 768 18446744073709551615 93899017441280 93899018335813 140734244833280 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 93899018574864 93899018622608 93899032997888 140734244841815 140734244841969 140734244841969 140734244847571 0
/proc/12012/statm: 1081 768 704 219 0 143 0
[pid=12519] ppid=12012 vsize=2660 memory=1408 CPUtime=0 cores=4,6
/proc/12519/stat : 12519 (timeout) S 12012 12519 11935 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 29220768 2723840 352 18446744073709551615 94605707165696 94605707182209 140721379450208 0 0 0 0 3145728 90119 1 0 0 17 6 0 0 0 0 0 94605707196976 94605707199064 94605731663872 140721379457416 140721379457570 140721379457570 140721379463143 0
/proc/12519/statm: 665 352 352 5 0 90 0
[pid=12521] ppid=12519 vsize=203384 memory=132136 CPUtime=1385.34 cores=4,6
/proc/12521/stat : 12521 (SynLSCD) R 12519 12519 11935 0 -1 4194304 23005 0 18 0 137715 819 0 0 20 0 1 0 29220769 208265216 33034 18446744073709551615 93872731279360 93872733713513 140731560874336 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 93872734194936 93872734227968 93872761544704 140731560880546 140731560880681 140731560880681 140731560886254 0
/proc/12521/statm: 50846 33034 2560 595 0 35513 0
Current children cumulated CPU time: 3178.22 s
Current children cumulated vsize: 210368 KiB
Current children cumulated memory: 136616 KiB

[startup+3190.4 s]
/proc/loadavg: 4.15 4.12 4.02 5/272 12803
/proc/meminfo: memFree=129552332/131249996 swapFree=33010684/33010684
[pid=12012] ppid=12001 vsize=4324 memory=3072 CPUtime=1792.88 cores=4,6
/proc/12012/stat : 12012 (Hybrid-CASHWMax) S 12001 12012 11935 0 -1 4194304 282 70014 0 0 0 0 179251 37 20 0 1 0 29040963 4427776 768 18446744073709551615 93899017441280 93899018335813 140734244833280 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 93899018574864 93899018622608 93899032997888 140734244841815 140734244841969 140734244841969 140734244847571 0
/proc/12012/statm: 1081 768 704 219 0 143 0
[pid=12519] ppid=12012 vsize=2660 memory=1408 CPUtime=0 cores=4,6
/proc/12519/stat : 12519 (timeout) S 12012 12519 11935 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 29220768 2723840 352 18446744073709551615 94605707165696 94605707182209 140721379450208 0 0 0 0 3145728 90119 1 0 0 17 6 0 0 0 0 0 94605707196976 94605707199064 94605731663872 140721379457416 140721379457570 140721379457570 140721379463143 0
/proc/12519/statm: 665 352 352 5 0 90 0
[pid=12521] ppid=12519 vsize=203384 memory=132136 CPUtime=1388.54 cores=4,6
/proc/12521/stat : 12521 (SynLSCD) R 12519 12519 11935 0 -1 4194304 23005 0 18 0 138034 820 0 0 20 0 1 0 29220769 208265216 33034 18446744073709551615 93872731279360 93872733713513 140731560874336 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 93872734194936 93872734227968 93872761544704 140731560880546 140731560880681 140731560880681 140731560886254 0
/proc/12521/statm: 50846 33034 2560 595 0 35513 0
Current children cumulated CPU time: 3181.42 s
Current children cumulated vsize: 210368 KiB
Current children cumulated memory: 136616 KiB

[startup+3192 s]*
/proc/loadavg: 4.15 4.12 4.02 5/272 12803
/proc/meminfo: memFree=129552340/131249996 swapFree=33010684/33010684
[pid=12012] ppid=12001 vsize=4324 memory=3072 CPUtime=1792.88 cores=4,6
/proc/12012/stat : 12012 (Hybrid-CASHWMax) S 12001 12012 11935 0 -1 4194304 282 70014 0 0 0 0 179251 37 20 0 1 0 29040963 4427776 768 18446744073709551615 93899017441280 93899018335813 140734244833280 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 93899018574864 93899018622608 93899032997888 140734244841815 140734244841969 140734244841969 140734244847571 0
/proc/12012/statm: 1081 768 704 219 0 143 0
[pid=12519] ppid=12012 vsize=2660 memory=1408 CPUtime=0 cores=4,6
/proc/12519/stat : 12519 (timeout) S 12012 12519 11935 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 29220768 2723840 352 18446744073709551615 94605707165696 94605707182209 140721379450208 0 0 0 0 3145728 90119 1 0 0 17 6 0 0 0 0 0 94605707196976 94605707199064 94605731663872 140721379457416 140721379457570 140721379457570 140721379463143 0
/proc/12519/statm: 665 352 352 5 0 90 0
[pid=12521] ppid=12519 vsize=203384 memory=132136 CPUtime=1390.14 cores=4,6
/proc/12521/stat : 12521 (SynLSCD) R 12519 12519 11935 0 -1 4194304 23005 0 18 0 138194 820 0 0 20 0 1 0 29220769 208265216 33034 18446744073709551615 93872731279360 93872733713513 140731560874336 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 93872734194936 93872734227968 93872761544704 140731560880546 140731560880681 140731560880681 140731560886254 0
/proc/12521/statm: 50846 33034 2560 595 0 35513 0
Current children cumulated CPU time: 3183.02 s
Current children cumulated vsize: 210368 KiB
Current children cumulated memory: 136616 KiB

[startup+3192.8 s]
/proc/loadavg: 4.15 4.12 4.02 5/272 12803
/proc/meminfo: memFree=129552340/131249996 swapFree=33010684/33010684
[pid=12012] ppid=12001 vsize=4324 memory=3072 CPUtime=1792.88 cores=4,6
/proc/12012/stat : 12012 (Hybrid-CASHWMax) S 12001 12012 11935 0 -1 4194304 282 70014 0 0 0 0 179251 37 20 0 1 0 29040963 4427776 768 18446744073709551615 93899017441280 93899018335813 140734244833280 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 93899018574864 93899018622608 93899032997888 140734244841815 140734244841969 140734244841969 140734244847571 0
/proc/12012/statm: 1081 768 704 219 0 143 0
[pid=12519] ppid=12012 vsize=2660 memory=1408 CPUtime=0 cores=4,6
/proc/12519/stat : 12519 (timeout) S 12012 12519 11935 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 29220768 2723840 352 18446744073709551615 94605707165696 94605707182209 140721379450208 0 0 0 0 3145728 90119 1 0 0 17 6 0 0 0 0 0 94605707196976 94605707199064 94605731663872 140721379457416 140721379457570 140721379457570 140721379463143 0
/proc/12519/statm: 665 352 352 5 0 90 0
[pid=12521] ppid=12519 vsize=203384 memory=132136 CPUtime=1390.93 cores=4,6
/proc/12521/stat : 12521 (SynLSCD) R 12519 12519 11935 0 -1 4194304 23005 0 18 0 138273 820 0 0 20 0 1 0 29220769 208265216 33034 18446744073709551615 93872731279360 93872733713513 140731560874336 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 93872734194936 93872734227968 93872761544704 140731560880546 140731560880681 140731560880681 140731560886254 0
/proc/12521/statm: 50846 33034 2560 595 0 35513 0
Current children cumulated CPU time: 3183.81 s
Current children cumulated vsize: 210368 KiB
Current children cumulated memory: 136616 KiB

[startup+3193 s]*
/proc/loadavg: 4.15 4.12 4.02 5/272 12803
/proc/meminfo: memFree=129552340/131249996 swapFree=33010684/33010684
[pid=12012] ppid=12001 vsize=4324 memory=3072 CPUtime=1792.88 cores=4,6
/proc/12012/stat : 12012 (Hybrid-CASHWMax) S 12001 12012 11935 0 -1 4194304 282 70014 0 0 0 0 179251 37 20 0 1 0 29040963 4427776 768 18446744073709551615 93899017441280 93899018335813 140734244833280 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 93899018574864 93899018622608 93899032997888 140734244841815 140734244841969 140734244841969 140734244847571 0
/proc/12012/statm: 1081 768 704 219 0 143 0
[pid=12519] ppid=12012 vsize=2660 memory=1408 CPUtime=0 cores=4,6
/proc/12519/stat : 12519 (timeout) S 12012 12519 11935 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 29220768 2723840 352 18446744073709551615 94605707165696 94605707182209 140721379450208 0 0 0 0 3145728 90119 1 0 0 17 6 0 0 0 0 0 94605707196976 94605707199064 94605731663872 140721379457416 140721379457570 140721379457570 140721379463143 0
/proc/12519/statm: 665 352 352 5 0 90 0
[pid=12521] ppid=12519 vsize=203384 memory=132136 CPUtime=1391.13 cores=4,6
/proc/12521/stat : 12521 (SynLSCD) R 12519 12519 11935 0 -1 4194304 23005 0 18 0 138293 820 0 0 20 0 1 0 29220769 208265216 33034 18446744073709551615 93872731279360 93872733713513 140731560874336 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 93872734194936 93872734227968 93872761544704 140731560880546 140731560880681 140731560880681 140731560886254 0
/proc/12521/statm: 50846 33034 2560 595 0 35513 0
Current children cumulated CPU time: 3184.01 s
Current children cumulated vsize: 210368 KiB
Current children cumulated memory: 136616 KiB

[startup+3193.11 s]
/proc/loadavg: 4.15 4.12 4.02 5/272 12803
/proc/meminfo: memFree=129552340/131249996 swapFree=33010684/33010684
[pid=12012] ppid=12001 vsize=4324 memory=3072 CPUtime=1792.88 cores=4,6
/proc/12012/stat : 12012 (Hybrid-CASHWMax) S 12001 12012 11935 0 -1 4194304 282 70014 0 0 0 0 179251 37 20 0 1 0 29040963 4427776 768 18446744073709551615 93899017441280 93899018335813 140734244833280 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 93899018574864 93899018622608 93899032997888 140734244841815 140734244841969 140734244841969 140734244847571 0
/proc/12012/statm: 1081 768 704 219 0 143 0
[pid=12519] ppid=12012 vsize=2660 memory=1408 CPUtime=0 cores=4,6
/proc/12519/stat : 12519 (timeout) S 12012 12519 11935 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 29220768 2723840 352 18446744073709551615 94605707165696 94605707182209 140721379450208 0 0 0 0 3145728 90119 1 0 0 17 6 0 0 0 0 0 94605707196976 94605707199064 94605731663872 140721379457416 140721379457570 140721379457570 140721379463143 0
/proc/12519/statm: 665 352 352 5 0 90 0
[pid=12521] ppid=12519 vsize=203384 memory=132136 CPUtime=1391.23 cores=4,6
/proc/12521/stat : 12521 (SynLSCD) R 12519 12519 11935 0 -1 4194304 23005 0 18 0 138303 820 0 0 20 0 1 0 29220769 208265216 33034 18446744073709551615 93872731279360 93872733713513 140731560874336 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 93872734194936 93872734227968 93872761544704 140731560880546 140731560880681 140731560880681 140731560886254 0
/proc/12521/statm: 50846 33034 2560 595 0 35513 0
Current children cumulated CPU time: 3184.11 s
Current children cumulated vsize: 210368 KiB
Current children cumulated memory: 136616 KiB

Child status: 0

Real time (s): 3193.2
CPU time (s): 3184.21
CPU user time (s): 3175.62
CPU system time (s): 8.59297
CPU usage (%): 99.7186
Max. virtual memory (cumulated for all children) (KiB): 221772
Max. memory (cumulated for all children) (KiB): 196300

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3175.62
system time used= 8.59297
maximum resident set size= 213024
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 94329
page faults= 18
swaps= 0
block input operations= 10368
block output operations= 88
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1031
involuntary context switches= 1456


# summary of solver processes directly reported to runsolver:
#   pid: 12012
#   total CPU time (s): 3184.21
#   total CPU user time (s): 3175.62
#   total CPU system time (s): 8.59297

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.91702 second user time and 14.7157 second system time

The end

Launcher Data

Begin job on nodeC021 at 2025-06-28 20:00:32
IDJOB=4492965
IDBENCH=147834
IDSOLVER=3328
FILE ID=nodeC021/4492965-1751133632
RUNJOBID= nodeC021-1751133631-11951
SLURM_JOB_ID= 9587421
Free space on /tmp= 433040 MiB

SOLVER NAME= Hybrid-CASHWMaxSATDisjCadS+SynLSCD 2025-06-01
BENCH NAME= PB24/normalized-PB06/DEC-LIN/submitted-PB06/roussel/normalized-pigeon-clauses-35-30.opb
COMMAND LINE= ./Hybrid-CASHWMaxSATDisjCadS+SynLSCD BENCHNAME TIMEOUT TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4492965-1751133632/watcher-4492965-1751133632 -o /tmp/evaluation-result-4492965-1751133632/solver-4492965-1751133632 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC021-1751133631-11951 --watchdog 3760  ./Hybrid-CASHWMaxSATDisjCadS+SynLSCD HOME/instance-4492965-1751133632.opb 3600 HOME

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

MD5SUM BENCH= da953313a09cceac0c8e3e7fb7d08ab4
RANDOM SEED=1991030886

nodeC021 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.753
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.56
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		: 2911.183
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.56
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.722
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.56
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		: 1349.691
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.56
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		: 3599.768
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.56
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		: 2942.370
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.56
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		: 3481.844
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.56
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		: 2954.084
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        130235468 kB
MemAvailable:   129835076 kB
Buffers:            3280 kB
Cached:           390672 kB
SwapCached:            0 kB
Active:           284068 kB
Inactive:         185084 kB
Active(anon):      93276 kB
Inactive(anon):        0 kB
Active(file):     190792 kB
Inactive(file):   185084 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             70120 kB
Writeback:             0 kB
AnonPages:         78468 kB
Mapped:           102844 kB
Shmem:             18060 kB
KReclaimable:      58292 kB
Slab:             133684 kB
SReclaimable:      58292 kB
SUnreclaim:        75392 kB
KernelStack:        4192 kB
PageTables:         3080 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:     342372 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150440 kB
VmallocChunk:          0 kB
Percpu:             3808 kB
HardwareCorrupted:     0 kB
AnonHugePages:     24576 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:      205524 kB
DirectMap2M:     7954432 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 432992 MiB
End job on nodeC021 at 2025-06-28 20:53:46