Trace number 4492858

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-CASHWMaxSATDisjComS+SynLSCD 2025-06-01UNSAT 1577.91 1581.8

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/
submitted-PB06/roussel/normalized-pigeon-clauses-21-20.opb
MD5SUM3bf41b9d4e0f7236fbe06f13f097e4ef
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.079135
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables420
Total number of constraints4221
Number of constraints which are clauses4221
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 constraint20
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 21
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

1577.82/1581.76	c Exit code from Second Program: 20
1577.82/1581.78	c #vars 420 #constraints 4221 10.05 1
1577.82/1581.78	c 4221 constraints
1577.82/1581.78	c Finish cloning data from SAT to LS
1577.82/1581.78	c restart_num_ls  -100000 0
1577.82/1581.78	c Use LS-small
1577.82/1581.78	restart_num  0 307
1577.82/1581.78	LS-restart 90 24
1577.82/1581.78	c Use LS-small
1577.82/1581.78	restart_num  307 620
1577.82/1581.78	LS-restart 80 89
1577.82/1581.78	c Use LS-small
1577.82/1581.78	restart_num  620 922
1577.82/1581.78	LS-restart 70 59
1577.82/1581.78	c Use LS-small
1577.82/1581.78	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: 63708 MiB (62923 MiB free)
  memory of node 1: 64465 MiB (63711 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4492858-1751136223/watcher-4492858-1751136223 -o /tmp/evaluation-result-4492858-1751136223/solver-4492858-1751136223 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC035-1751133631-11752 --watchdog 3760 ./Hybrid-CASHWMaxSATDisjComS+SynLSCD HOME/instance-4492858-1751136223.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=13861, runsolver pid=13858

[startup+0.100065 s]*
/proc/loadavg: 4.11 4.11 3.90 5/273 13865
/proc/meminfo: memFree=129674800/131249992 swapFree=33010684/33010684
[pid=13861] ppid=13858 vsize=4324 memory=2816 CPUtime=0 cores=4,6
/proc/13861/stat : 13861 (Hybrid-CASHWMax) S 13858 13861 11736 0 -1 4194304 248 104 0 0 0 0 0 0 20 0 1 0 29296820 4427776 704 18446744073709551615 94358256193536 94358257088069 140730634588256 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94358257327120 94358257374864 94358282137600 140730634590551 140730634590705 140730634590705 140730634596307 0
/proc/13861/statm: 1081 704 672 219 0 143 0
[pid=13864] ppid=13861 vsize=2660 memory=1408 CPUtime=0 cores=4,6
/proc/13864/stat : 13864 (timeout) S 13861 13864 11736 0 -1 4194304 108 0 0 0 0 0 0 0 20 0 1 0 29296821 2723840 352 18446744073709551615 94715950878720 94715950895233 140733982389024 0 0 0 0 3145728 90119 1 0 0 17 4 0 0 0 0 0 94715950910000 94715950912088 94715967410176 140733982394784 140733982394914 140733982394914 140733982400487 0
/proc/13864/statm: 665 352 352 5 0 90 0
[pid=13865] ppid=13864 vsize=23348 memory=8448 CPUtime=0.08 cores=4,6
/proc/13865/stat : 13865 (CASHWMaxSAT-Dis) R 13864 13864 11736 0 -1 4194304 1479 0 0 0 8 0 0 0 20 0 1 0 29296822 23908352 2112 18446744073709551615 4198400 14093885 140721443311488 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 15976432 16051504 32858112 140721443318182 140721443318299 140721443318299 140721443323872 0
/proc/13865/statm: 5837 2112 768 2416 0 2939 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 30332 KiB
Current children cumulated memory: 12672 KiB

[startup+0.206013 s]*
/proc/loadavg: 4.11 4.11 3.90 5/273 13865
/proc/meminfo: memFree=129670704/131249992 swapFree=33010684/33010684
[pid=13861] ppid=13858 vsize=4324 memory=2816 CPUtime=0 cores=4,6
/proc/13861/stat : 13861 (Hybrid-CASHWMax) S 13858 13861 11736 0 -1 4194304 248 104 0 0 0 0 0 0 20 0 1 0 29296820 4427776 704 18446744073709551615 94358256193536 94358257088069 140730634588256 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94358257327120 94358257374864 94358282137600 140730634590551 140730634590705 140730634590705 140730634596307 0
/proc/13861/statm: 1081 704 672 219 0 143 0
[pid=13864] ppid=13861 vsize=2660 memory=1408 CPUtime=0 cores=4,6
/proc/13864/stat : 13864 (timeout) S 13861 13864 11736 0 -1 4194304 108 0 0 0 0 0 0 0 20 0 1 0 29296821 2723840 352 18446744073709551615 94715950878720 94715950895233 140733982389024 0 0 0 0 3145728 90119 1 0 0 17 4 0 0 0 0 0 94715950910000 94715950912088 94715967410176 140733982394784 140733982394914 140733982394914 140733982400487 0
/proc/13864/statm: 665 352 352 5 0 90 0
[pid=13865] ppid=13864 vsize=23368 memory=8928 CPUtime=0.18 cores=4,6
/proc/13865/stat : 13865 (CASHWMaxSAT-Dis) R 13864 13864 11736 0 -1 4194304 2675 0 0 0 18 0 0 0 20 0 1 0 29296822 23928832 2232 18446744073709551615 4198400 14093885 140721443311488 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 15976432 16051504 32858112 140721443318182 140721443318299 140721443318299 140721443323872 0
/proc/13865/statm: 5842 2232 800 2416 0 2944 0
Current children cumulated CPU time: 0.18 s
Current children cumulated vsize: 30352 KiB
Current children cumulated memory: 13152 KiB

[startup+0.305999 s]*
/proc/loadavg: 4.11 4.11 3.90 5/273 13865
/proc/meminfo: memFree=129721904/131249992 swapFree=33010684/33010684
[pid=13861] ppid=13858 vsize=4324 memory=2816 CPUtime=0 cores=4,6
/proc/13861/stat : 13861 (Hybrid-CASHWMax) S 13858 13861 11736 0 -1 4194304 248 104 0 0 0 0 0 0 20 0 1 0 29296820 4427776 704 18446744073709551615 94358256193536 94358257088069 140730634588256 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94358257327120 94358257374864 94358282137600 140730634590551 140730634590705 140730634590705 140730634596307 0
/proc/13861/statm: 1081 704 672 219 0 143 0
[pid=13864] ppid=13861 vsize=2660 memory=1408 CPUtime=0 cores=4,6
/proc/13864/stat : 13864 (timeout) S 13861 13864 11736 0 -1 4194304 108 0 0 0 0 0 0 0 20 0 1 0 29296821 2723840 352 18446744073709551615 94715950878720 94715950895233 140733982389024 0 0 0 0 3145728 90119 1 0 0 17 4 0 0 0 0 0 94715950910000 94715950912088 94715967410176 140733982394784 140733982394914 140733982394914 140733982400487 0
/proc/13864/statm: 665 352 352 5 0 90 0
[pid=13865] ppid=13864 vsize=27860 memory=11888 CPUtime=0.28 cores=4,6
/proc/13865/stat : 13865 (CASHWMaxSAT-Dis) R 13864 13864 11736 0 -1 4194304 2928 0 0 0 28 0 0 0 20 0 1 0 29296822 28528640 2972 18446744073709551615 4198400 14093885 140721443311488 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 15976432 16051504 32858112 140721443318182 140721443318299 140721443318299 140721443323872 0
/proc/13865/statm: 6965 2972 800 2416 0 4067 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 34844 KiB
Current children cumulated memory: 16112 KiB

[startup+0.700237 s]
/proc/loadavg: 4.10 4.11 3.90 5/273 13865
/proc/meminfo: memFree=129707852/131249992 swapFree=33010684/33010684
[pid=13861] ppid=13858 vsize=4324 memory=2816 CPUtime=0 cores=4,6
/proc/13861/stat : 13861 (Hybrid-CASHWMax) S 13858 13861 11736 0 -1 4194304 248 104 0 0 0 0 0 0 20 0 1 0 29296820 4427776 704 18446744073709551615 94358256193536 94358257088069 140730634588256 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94358257327120 94358257374864 94358282137600 140730634590551 140730634590705 140730634590705 140730634596307 0
/proc/13861/statm: 1081 704 672 219 0 143 0
[pid=13864] ppid=13861 vsize=2660 memory=1408 CPUtime=0 cores=4,6
/proc/13864/stat : 13864 (timeout) S 13861 13864 11736 0 -1 4194304 108 0 0 0 0 0 0 0 20 0 1 0 29296821 2723840 352 18446744073709551615 94715950878720 94715950895233 140733982389024 0 0 0 0 3145728 90119 1 0 0 17 4 0 0 0 0 0 94715950910000 94715950912088 94715967410176 140733982394784 140733982394914 140733982394914 140733982400487 0
/proc/13864/statm: 665 352 352 5 0 90 0
[pid=13865] ppid=13864 vsize=46472 memory=23560 CPUtime=0.67 cores=4,6
/proc/13865/stat : 13865 (CASHWMaxSAT-Dis) R 13864 13864 11736 0 -1 4194304 4675 0 0 0 67 0 0 0 20 0 1 0 29296822 47587328 5890 18446744073709551615 4198400 14093885 140721443311488 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 15976432 16051504 32858112 140721443318182 140721443318299 140721443318299 140721443323872 0
/proc/13865/statm: 11618 5890 800 2416 0 8720 0
Current children cumulated CPU time: 0.67 s
Current children cumulated vsize: 53456 KiB
Current children cumulated memory: 27784 KiB

[startup+1.50024 s]
/proc/loadavg: 4.10 4.11 3.90 5/273 13865
/proc/meminfo: memFree=129767244/131249992 swapFree=33010684/33010684
[pid=13861] ppid=13858 vsize=4324 memory=2816 CPUtime=0 cores=4,6
/proc/13861/stat : 13861 (Hybrid-CASHWMax) S 13858 13861 11736 0 -1 4194304 248 104 0 0 0 0 0 0 20 0 1 0 29296820 4427776 704 18446744073709551615 94358256193536 94358257088069 140730634588256 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94358257327120 94358257374864 94358282137600 140730634590551 140730634590705 140730634590705 140730634596307 0
/proc/13861/statm: 1081 704 672 219 0 143 0
[pid=13864] ppid=13861 vsize=2660 memory=1408 CPUtime=0 cores=4,6
/proc/13864/stat : 13864 (timeout) S 13861 13864 11736 0 -1 4194304 108 0 0 0 0 0 0 0 20 0 1 0 29296821 2723840 352 18446744073709551615 94715950878720 94715950895233 140733982389024 0 0 0 0 3145728 90119 1 0 0 17 4 0 0 0 0 0 94715950910000 94715950912088 94715967410176 140733982394784 140733982394914 140733982394914 140733982400487 0
/proc/13864/statm: 665 352 352 5 0 90 0
[pid=13865] ppid=13864 vsize=46472 memory=32604 CPUtime=1.46 cores=4,6
/proc/13865/stat : 13865 (CASHWMaxSAT-Dis) R 13864 13864 11736 0 -1 4194304 4890 0 0 0 146 0 0 0 20 0 1 0 29296822 47587328 8151 18446744073709551615 4198400 14093885 140721443311488 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 15976432 16051504 32858112 140721443318182 140721443318299 140721443318299 140721443323872 0
/proc/13865/statm: 11618 8151 800 2416 0 8720 0
Current children cumulated CPU time: 1.46 s
Current children cumulated vsize: 53456 KiB
Current children cumulated memory: 36828 KiB

[startup+3.10581 s]
/proc/loadavg: 4.10 4.11 3.90 5/273 13865
/proc/meminfo: memFree=129744720/131249992 swapFree=33010684/33010684
[pid=13861] ppid=13858 vsize=4324 memory=2816 CPUtime=0 cores=4,6
/proc/13861/stat : 13861 (Hybrid-CASHWMax) S 13858 13861 11736 0 -1 4194304 248 104 0 0 0 0 0 0 20 0 1 0 29296820 4427776 704 18446744073709551615 94358256193536 94358257088069 140730634588256 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94358257327120 94358257374864 94358282137600 140730634590551 140730634590705 140730634590705 140730634596307 0
/proc/13861/statm: 1081 704 672 219 0 143 0
[pid=13864] ppid=13861 vsize=2660 memory=1408 CPUtime=0 cores=4,6
/proc/13864/stat : 13864 (timeout) S 13861 13864 11736 0 -1 4194304 108 0 0 0 0 0 0 0 20 0 1 0 29296821 2723840 352 18446744073709551615 94715950878720 94715950895233 140733982389024 0 0 0 0 3145728 90119 1 0 0 17 4 0 0 0 0 0 94715950910000 94715950912088 94715967410176 140733982394784 140733982394914 140733982394914 140733982400487 0
/proc/13864/statm: 665 352 352 5 0 90 0
[pid=13865] ppid=13864 vsize=46472 memory=32604 CPUtime=3.07 cores=4,6
/proc/13865/stat : 13865 (CASHWMaxSAT-Dis) R 13864 13864 11736 0 -1 4194304 4898 0 0 0 307 0 0 0 20 0 1 0 29296822 47587328 8151 18446744073709551615 4198400 14093885 140721443311488 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 15976432 16051504 32858112 140721443318182 140721443318299 140721443318299 140721443323872 0
/proc/13865/statm: 11618 8151 800 2416 0 8720 0
Current children cumulated CPU time: 3.07 s
Current children cumulated vsize: 53456 KiB
Current children cumulated memory: 36828 KiB

[startup+6.30023 s]
/proc/loadavg: 4.09 4.10 3.91 5/273 13866
/proc/meminfo: memFree=129745996/131249992 swapFree=33010684/33010684
[pid=13861] ppid=13858 vsize=4324 memory=2816 CPUtime=0 cores=4,6
/proc/13861/stat : 13861 (Hybrid-CASHWMax) S 13858 13861 11736 0 -1 4194304 248 104 0 0 0 0 0 0 20 0 1 0 29296820 4427776 704 18446744073709551615 94358256193536 94358257088069 140730634588256 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94358257327120 94358257374864 94358282137600 140730634590551 140730634590705 140730634590705 140730634596307 0
/proc/13861/statm: 1081 704 672 219 0 143 0
[pid=13864] ppid=13861 vsize=2660 memory=1408 CPUtime=0 cores=4,6
/proc/13864/stat : 13864 (timeout) S 13861 13864 11736 0 -1 4194304 108 0 0 0 0 0 0 0 20 0 1 0 29296821 2723840 352 18446744073709551615 94715950878720 94715950895233 140733982389024 0 0 0 0 3145728 90119 1 0 0 17 4 0 0 0 0 0 94715950910000 94715950912088 94715967410176 140733982394784 140733982394914 140733982394914 140733982400487 0
/proc/13864/statm: 665 352 352 5 0 90 0
[pid=13865] ppid=13864 vsize=46472 memory=32604 CPUtime=6.25 cores=4,6
/proc/13865/stat : 13865 (CASHWMaxSAT-Dis) R 13864 13864 11736 0 -1 4194304 4906 0 0 0 625 0 0 0 20 0 1 0 29296822 47587328 8151 18446744073709551615 4198400 14093885 140721443311488 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 15976432 16051504 32858112 140721443318182 140721443318299 140721443318299 140721443323872 0
/proc/13865/statm: 11618 8151 800 2416 0 8720 0
Current children cumulated CPU time: 6.25 s
Current children cumulated vsize: 53456 KiB
Current children cumulated memory: 36828 KiB

[startup+12.7002 s]
/proc/loadavg: 4.08 4.10 3.91 5/273 13866
/proc/meminfo: memFree=129624240/131249992 swapFree=33010684/33010684
[pid=13861] ppid=13858 vsize=4324 memory=2816 CPUtime=0 cores=4,6
/proc/13861/stat : 13861 (Hybrid-CASHWMax) S 13858 13861 11736 0 -1 4194304 248 104 0 0 0 0 0 0 20 0 1 0 29296820 4427776 704 18446744073709551615 94358256193536 94358257088069 140730634588256 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94358257327120 94358257374864 94358282137600 140730634590551 140730634590705 140730634590705 140730634596307 0
/proc/13861/statm: 1081 704 672 219 0 143 0
[pid=13864] ppid=13861 vsize=2660 memory=1408 CPUtime=0 cores=4,6
/proc/13864/stat : 13864 (timeout) S 13861 13864 11736 0 -1 4194304 108 0 0 0 0 0 0 0 20 0 1 0 29296821 2723840 352 18446744073709551615 94715950878720 94715950895233 140733982389024 0 0 0 0 3145728 90119 1 0 0 17 4 0 0 0 0 0 94715950910000 94715950912088 94715967410176 140733982394784 140733982394914 140733982394914 140733982400487 0
/proc/13864/statm: 665 352 352 5 0 90 0
[pid=13865] ppid=13864 vsize=58040 memory=38620 CPUtime=12.65 cores=4,6
/proc/13865/stat : 13865 (CASHWMaxSAT-Dis) R 13864 13864 11736 0 -1 4194304 5393 0 0 0 1264 1 0 0 20 0 1 0 29296822 59432960 9655 18446744073709551615 4198400 14093885 140721443311488 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 15976432 16051504 32858112 140721443318182 140721443318299 140721443318299 140721443323872 0
/proc/13865/statm: 14510 9655 800 2416 0 11612 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 65024 KiB
Current children cumulated memory: 42844 KiB

[startup+25.5003 s]
/proc/loadavg: 4.15 4.12 3.91 5/273 13866
/proc/meminfo: memFree=129605396/131249992 swapFree=33010684/33010684
[pid=13861] ppid=13858 vsize=4324 memory=2816 CPUtime=0 cores=4,6
/proc/13861/stat : 13861 (Hybrid-CASHWMax) S 13858 13861 11736 0 -1 4194304 248 104 0 0 0 0 0 0 20 0 1 0 29296820 4427776 704 18446744073709551615 94358256193536 94358257088069 140730634588256 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94358257327120 94358257374864 94358282137600 140730634590551 140730634590705 140730634590705 140730634596307 0
/proc/13861/statm: 1081 704 672 219 0 143 0
[pid=13864] ppid=13861 vsize=2660 memory=1408 CPUtime=0 cores=4,6
/proc/13864/stat : 13864 (timeout) S 13861 13864 11736 0 -1 4194304 108 0 0 0 0 0 0 0 20 0 1 0 29296821 2723840 352 18446744073709551615 94715950878720 94715950895233 140733982389024 0 0 0 0 3145728 90119 1 0 0 17 4 0 0 0 0 0 94715950910000 94715950912088 94715967410176 140733982394784 140733982394914 140733982394914 140733982400487 0
/proc/13864/statm: 665 352 352 5 0 90 0
[pid=13865] ppid=13864 vsize=58188 memory=44260 CPUtime=25.42 cores=4,6
/proc/13865/stat : 13865 (CASHWMaxSAT-Dis) R 13864 13864 11736 0 -1 4194304 5811 0 0 0 2541 1 0 0 20 0 1 0 29296822 59584512 11065 18446744073709551615 4198400 14093885 140721443311488 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 15976432 16051504 32858112 140721443318182 140721443318299 140721443318299 140721443323872 0
/proc/13865/statm: 14547 11065 800 2416 0 11649 0
Current children cumulated CPU time: 25.42 s
Current children cumulated vsize: 65172 KiB
Current children cumulated memory: 48484 KiB

[startup+51.106 s]
/proc/loadavg: 4.09 4.10 3.92 5/273 13866
/proc/meminfo: memFree=129593068/131249992 swapFree=33010684/33010684
[pid=13861] ppid=13858 vsize=4324 memory=2816 CPUtime=0 cores=4,6
/proc/13861/stat : 13861 (Hybrid-CASHWMax) S 13858 13861 11736 0 -1 4194304 248 104 0 0 0 0 0 0 20 0 1 0 29296820 4427776 704 18446744073709551615 94358256193536 94358257088069 140730634588256 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94358257327120 94358257374864 94358282137600 140730634590551 140730634590705 140730634590705 140730634596307 0
/proc/13861/statm: 1081 704 672 219 0 143 0
[pid=13864] ppid=13861 vsize=2660 memory=1408 CPUtime=0 cores=4,6
/proc/13864/stat : 13864 (timeout) S 13861 13864 11736 0 -1 4194304 108 0 0 0 0 0 0 0 20 0 1 0 29296821 2723840 352 18446744073709551615 94715950878720 94715950895233 140733982389024 0 0 0 0 3145728 90119 1 0 0 17 4 0 0 0 0 0 94715950910000 94715950912088 94715967410176 140733982394784 140733982394914 140733982394914 140733982400487 0
/proc/13864/statm: 665 352 352 5 0 90 0
[pid=13865] ppid=13864 vsize=70104 memory=56156 CPUtime=50.96 cores=4,6
/proc/13865/stat : 13865 (CASHWMaxSAT-Dis) R 13864 13864 11736 0 -1 4194304 6758 0 0 0 5095 1 0 0 20 0 1 0 29296822 71786496 14039 18446744073709551615 4198400 14093885 140721443311488 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 15976432 16051504 32858112 140721443318182 140721443318299 140721443318299 140721443323872 0
/proc/13865/statm: 17526 14039 800 2416 0 14628 0
Current children cumulated CPU time: 50.96 s
Current children cumulated vsize: 77088 KiB
Current children cumulated memory: 60380 KiB

[startup+102.3 s]
/proc/loadavg: 4.16 4.12 3.93 5/273 13868
/proc/meminfo: memFree=129566912/131249992 swapFree=33010684/33010684
[pid=13861] ppid=13858 vsize=4324 memory=2816 CPUtime=0 cores=4,6
/proc/13861/stat : 13861 (Hybrid-CASHWMax) S 13858 13861 11736 0 -1 4194304 248 104 0 0 0 0 0 0 20 0 1 0 29296820 4427776 704 18446744073709551615 94358256193536 94358257088069 140730634588256 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94358257327120 94358257374864 94358282137600 140730634590551 140730634590705 140730634590705 140730634596307 0
/proc/13861/statm: 1081 704 672 219 0 143 0
[pid=13864] ppid=13861 vsize=2660 memory=1408 CPUtime=0 cores=4,6

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

/proc/14047/statm: 32682 17377 2496 595 0 17349 0
Current children cumulated CPU time: 1478.68 s
Current children cumulated vsize: 137712 KiB
Current children cumulated memory: 73604 KiB

[startup+1542.3 s]
/proc/loadavg: 4.11 4.11 4.07 5/272 14063
/proc/meminfo: memFree=129322208/131249992 swapFree=33010684/33010684
[pid=13861] ppid=13858 vsize=4324 memory=2816 CPUtime=1195.14 cores=4,6
/proc/13861/stat : 13861 (Hybrid-CASHWMax) S 13858 13861 11736 0 -1 4194304 282 14135 0 0 0 0 119510 4 20 0 1 0 29296820 4427776 704 18446744073709551615 94358256193536 94358257088069 140730634588256 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94358257327120 94358257374864 94358282137600 140730634590551 140730634590705 140730634590705 140730634596307 0
/proc/13861/statm: 1081 704 672 219 0 143 0
[pid=14046] ppid=13861 vsize=2660 memory=1280 CPUtime=0 cores=4,6
/proc/14046/stat : 14046 (timeout) S 13861 14046 11736 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 29416622 2723840 320 18446744073709551615 94263669661696 94263669678209 140720606133344 0 0 0 0 3145728 90119 1 0 0 17 4 0 0 0 0 0 94263669692976 94263669695064 94263672602624 140720606140808 140720606140962 140720606140962 140720606146535 0
/proc/14046/statm: 665 320 320 5 0 90 0
[pid=14047] ppid=14046 vsize=134952 memory=73092 CPUtime=343.38 cores=4,6
/proc/14047/stat : 14047 (SynLSCD) R 14046 14046 11736 0 -1 4194304 10514 0 0 0 33816 522 0 0 20 0 1 0 29416622 138190848 18273 18446744073709551615 94758528094208 94758530528361 140724962063296 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94758531009784 94758531042816 94758548561920 140724962068898 140724962069033 140724962069033 140724962074606 0
/proc/14047/statm: 33738 18273 2496 595 0 18405 0
Current children cumulated CPU time: 1538.52 s
Current children cumulated vsize: 141936 KiB
Current children cumulated memory: 77188 KiB

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

# cumulated CPU time of all completed processes:  user=1571.28 s, system=6.63019 s

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

[startup+1561.6 s]
/proc/loadavg: 4.08 4.10 4.07 5/271 14063
/proc/meminfo: memFree=129304304/131249992 swapFree=33010684/33010684
[pid=13861] ppid=13858 vsize=4324 memory=2816 CPUtime=1195.14 cores=4,6
/proc/13861/stat : 13861 (Hybrid-CASHWMax) S 13858 13861 11736 0 -1 4194304 282 14135 0 0 0 0 119510 4 20 0 1 0 29296820 4427776 704 18446744073709551615 94358256193536 94358257088069 140730634588256 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94358257327120 94358257374864 94358282137600 140730634590551 140730634590705 140730634590705 140730634596307 0
/proc/13861/statm: 1081 704 672 219 0 143 0
[pid=14046] ppid=13861 vsize=2660 memory=1280 CPUtime=0 cores=4,6
/proc/14046/stat : 14046 (timeout) S 13861 14046 11736 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 29416622 2723840 320 18446744073709551615 94263669661696 94263669678209 140720606133344 0 0 0 0 3145728 90119 1 0 0 17 4 0 0 0 0 0 94263669692976 94263669695064 94263672602624 140720606140808 140720606140962 140720606140962 140720606146535 0
/proc/14046/statm: 665 320 320 5 0 90 0
[pid=14047] ppid=14046 vsize=134952 memory=73092 CPUtime=362.63 cores=4,6
/proc/14047/stat : 14047 (SynLSCD) R 14046 14046 11736 0 -1 4194304 10514 0 0 0 35659 604 0 0 20 0 1 0 29416622 138190848 18273 18446744073709551615 94758528094208 94758530528361 140724962063296 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94758531009784 94758531042816 94758548561920 140724962068898 140724962069033 140724962069033 140724962074606 0
/proc/14047/statm: 33738 18273 2496 595 0 18405 0
Current children cumulated CPU time: 1557.77 s
Current children cumulated vsize: 141936 KiB
Current children cumulated memory: 77188 KiB

[startup+1574.4 s]
/proc/loadavg: 4.07 4.10 4.07 5/272 14064
/proc/meminfo: memFree=129283952/131249992 swapFree=33010684/33010684
[pid=13861] ppid=13858 vsize=4324 memory=2816 CPUtime=1195.14 cores=4,6
/proc/13861/stat : 13861 (Hybrid-CASHWMax) S 13858 13861 11736 0 -1 4194304 282 14135 0 0 0 0 119510 4 20 0 1 0 29296820 4427776 704 18446744073709551615 94358256193536 94358257088069 140730634588256 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94358257327120 94358257374864 94358282137600 140730634590551 140730634590705 140730634590705 140730634596307 0
/proc/13861/statm: 1081 704 672 219 0 143 0
[pid=14046] ppid=13861 vsize=2660 memory=1280 CPUtime=0 cores=4,6
/proc/14046/stat : 14046 (timeout) S 13861 14046 11736 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 29416622 2723840 320 18446744073709551615 94263669661696 94263669678209 140720606133344 0 0 0 0 3145728 90119 1 0 0 17 4 0 0 0 0 0 94263669692976 94263669695064 94263672602624 140720606140808 140720606140962 140720606140962 140720606146535 0
/proc/14046/statm: 665 320 320 5 0 90 0
[pid=14047] ppid=14046 vsize=134952 memory=73092 CPUtime=375.39 cores=4,6
/proc/14047/stat : 14047 (SynLSCD) R 14046 14046 11736 0 -1 4194304 10515 0 0 0 36886 653 0 0 20 0 1 0 29416622 138190848 18273 18446744073709551615 94758528094208 94758530528361 140724962063296 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94758531009784 94758531042816 94758548561920 140724962068898 140724962069033 140724962069033 140724962074606 0
/proc/14047/statm: 33738 18273 2496 595 0 18405 0
Current children cumulated CPU time: 1570.53 s
Current children cumulated vsize: 141936 KiB
Current children cumulated memory: 77188 KiB

[startup+1577.6 s]
/proc/loadavg: 4.06 4.09 4.07 5/272 14064
/proc/meminfo: memFree=129283952/131249992 swapFree=33010684/33010684
[pid=13861] ppid=13858 vsize=4324 memory=2816 CPUtime=1195.14 cores=4,6
/proc/13861/stat : 13861 (Hybrid-CASHWMax) S 13858 13861 11736 0 -1 4194304 282 14135 0 0 0 0 119510 4 20 0 1 0 29296820 4427776 704 18446744073709551615 94358256193536 94358257088069 140730634588256 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94358257327120 94358257374864 94358282137600 140730634590551 140730634590705 140730634590705 140730634596307 0
/proc/13861/statm: 1081 704 672 219 0 143 0
[pid=14046] ppid=13861 vsize=2660 memory=1280 CPUtime=0 cores=4,6
/proc/14046/stat : 14046 (timeout) S 13861 14046 11736 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 29416622 2723840 320 18446744073709551615 94263669661696 94263669678209 140720606133344 0 0 0 0 3145728 90119 1 0 0 17 4 0 0 0 0 0 94263669692976 94263669695064 94263672602624 140720606140808 140720606140962 140720606140962 140720606146535 0
/proc/14046/statm: 665 320 320 5 0 90 0
[pid=14047] ppid=14046 vsize=134952 memory=73092 CPUtime=378.59 cores=4,6
/proc/14047/stat : 14047 (SynLSCD) R 14046 14046 11736 0 -1 4194304 10515 0 0 0 37204 655 0 0 20 0 1 0 29416622 138190848 18273 18446744073709551615 94758528094208 94758530528361 140724962063296 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94758531009784 94758531042816 94758548561920 140724962068898 140724962069033 140724962069033 140724962074606 0
/proc/14047/statm: 33738 18273 2496 595 0 18405 0
Current children cumulated CPU time: 1573.73 s
Current children cumulated vsize: 141936 KiB
Current children cumulated memory: 77188 KiB

[startup+1579.2 s]
/proc/loadavg: 4.06 4.09 4.07 5/272 14064
/proc/meminfo: memFree=129277808/131249992 swapFree=33010684/33010684
[pid=13861] ppid=13858 vsize=4324 memory=2816 CPUtime=1195.14 cores=4,6
/proc/13861/stat : 13861 (Hybrid-CASHWMax) S 13858 13861 11736 0 -1 4194304 282 14135 0 0 0 0 119510 4 20 0 1 0 29296820 4427776 704 18446744073709551615 94358256193536 94358257088069 140730634588256 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94358257327120 94358257374864 94358282137600 140730634590551 140730634590705 140730634590705 140730634596307 0
/proc/13861/statm: 1081 704 672 219 0 143 0
[pid=14046] ppid=13861 vsize=2660 memory=1280 CPUtime=0 cores=4,6
/proc/14046/stat : 14046 (timeout) S 13861 14046 11736 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 29416622 2723840 320 18446744073709551615 94263669661696 94263669678209 140720606133344 0 0 0 0 3145728 90119 1 0 0 17 4 0 0 0 0 0 94263669692976 94263669695064 94263672602624 140720606140808 140720606140962 140720606140962 140720606146535 0
/proc/14046/statm: 665 320 320 5 0 90 0
[pid=14047] ppid=14046 vsize=134952 memory=73092 CPUtime=380.19 cores=4,6
/proc/14047/stat : 14047 (SynLSCD) R 14046 14046 11736 0 -1 4194304 10515 0 0 0 37363 656 0 0 20 0 1 0 29416622 138190848 18273 18446744073709551615 94758528094208 94758530528361 140724962063296 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94758531009784 94758531042816 94758548561920 140724962068898 140724962069033 140724962069033 140724962074606 0
/proc/14047/statm: 33738 18273 2496 595 0 18405 0
Current children cumulated CPU time: 1575.33 s
Current children cumulated vsize: 141936 KiB
Current children cumulated memory: 77188 KiB

[startup+1580.8 s]
/proc/loadavg: 4.06 4.09 4.07 5/272 14064
/proc/meminfo: memFree=129286064/131249992 swapFree=33010684/33010684
[pid=13861] ppid=13858 vsize=4324 memory=2816 CPUtime=1195.14 cores=4,6
/proc/13861/stat : 13861 (Hybrid-CASHWMax) S 13858 13861 11736 0 -1 4194304 282 14135 0 0 0 0 119510 4 20 0 1 0 29296820 4427776 704 18446744073709551615 94358256193536 94358257088069 140730634588256 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94358257327120 94358257374864 94358282137600 140730634590551 140730634590705 140730634590705 140730634596307 0
/proc/13861/statm: 1081 704 672 219 0 143 0
[pid=14046] ppid=13861 vsize=2660 memory=1280 CPUtime=0 cores=4,6
/proc/14046/stat : 14046 (timeout) S 13861 14046 11736 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 29416622 2723840 320 18446744073709551615 94263669661696 94263669678209 140720606133344 0 0 0 0 3145728 90119 1 0 0 17 4 0 0 0 0 0 94263669692976 94263669695064 94263672602624 140720606140808 140720606140962 140720606140962 140720606146535 0
/proc/14046/statm: 665 320 320 5 0 90 0
[pid=14047] ppid=14046 vsize=134952 memory=73092 CPUtime=381.77 cores=4,6
/proc/14047/stat : 14047 (SynLSCD) R 14046 14046 11736 0 -1 4194304 10516 0 0 0 37521 656 0 0 20 0 1 0 29416622 138190848 18273 18446744073709551615 94758528094208 94758530528361 140724962063296 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94758531009784 94758531042816 94758548561920 140724962068898 140724962069033 140724962069033 140724962074606 0
/proc/14047/statm: 33738 18273 2496 595 0 18405 0
Current children cumulated CPU time: 1576.91 s
Current children cumulated vsize: 141936 KiB
Current children cumulated memory: 77188 KiB

[startup+1581.2 s]
/proc/loadavg: 4.06 4.09 4.07 5/272 14064
/proc/meminfo: memFree=129286064/131249992 swapFree=33010684/33010684
[pid=13861] ppid=13858 vsize=4324 memory=2816 CPUtime=1195.14 cores=4,6
/proc/13861/stat : 13861 (Hybrid-CASHWMax) S 13858 13861 11736 0 -1 4194304 282 14135 0 0 0 0 119510 4 20 0 1 0 29296820 4427776 704 18446744073709551615 94358256193536 94358257088069 140730634588256 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94358257327120 94358257374864 94358282137600 140730634590551 140730634590705 140730634590705 140730634596307 0
/proc/13861/statm: 1081 704 672 219 0 143 0
[pid=14046] ppid=13861 vsize=2660 memory=1280 CPUtime=0 cores=4,6
/proc/14046/stat : 14046 (timeout) S 13861 14046 11736 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 29416622 2723840 320 18446744073709551615 94263669661696 94263669678209 140720606133344 0 0 0 0 3145728 90119 1 0 0 17 4 0 0 0 0 0 94263669692976 94263669695064 94263672602624 140720606140808 140720606140962 140720606140962 140720606146535 0
/proc/14046/statm: 665 320 320 5 0 90 0
[pid=14047] ppid=14046 vsize=134952 memory=73092 CPUtime=382.17 cores=4,6
/proc/14047/stat : 14047 (SynLSCD) R 14046 14046 11736 0 -1 4194304 10516 0 0 0 37561 656 0 0 20 0 1 0 29416622 138190848 18273 18446744073709551615 94758528094208 94758530528361 140724962063296 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94758531009784 94758531042816 94758548561920 140724962068898 140724962069033 140724962069033 140724962074606 0
/proc/14047/statm: 33738 18273 2496 595 0 18405 0
Current children cumulated CPU time: 1577.31 s
Current children cumulated vsize: 141936 KiB
Current children cumulated memory: 77188 KiB

[startup+1581.6 s]
/proc/loadavg: 4.06 4.09 4.07 5/272 14064
/proc/meminfo: memFree=129286064/131249992 swapFree=33010684/33010684
[pid=13861] ppid=13858 vsize=4324 memory=2816 CPUtime=1195.14 cores=4,6
/proc/13861/stat : 13861 (Hybrid-CASHWMax) S 13858 13861 11736 0 -1 4194304 282 14135 0 0 0 0 119510 4 20 0 1 0 29296820 4427776 704 18446744073709551615 94358256193536 94358257088069 140730634588256 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94358257327120 94358257374864 94358282137600 140730634590551 140730634590705 140730634590705 140730634596307 0
/proc/13861/statm: 1081 704 672 219 0 143 0
[pid=14046] ppid=13861 vsize=2660 memory=1280 CPUtime=0 cores=4,6
/proc/14046/stat : 14046 (timeout) S 13861 14046 11736 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 29416622 2723840 320 18446744073709551615 94263669661696 94263669678209 140720606133344 0 0 0 0 3145728 90119 1 0 0 17 4 0 0 0 0 0 94263669692976 94263669695064 94263672602624 140720606140808 140720606140962 140720606140962 140720606146535 0
/proc/14046/statm: 665 320 320 5 0 90 0
[pid=14047] ppid=14046 vsize=134952 memory=73092 CPUtime=382.58 cores=4,6
/proc/14047/stat : 14047 (SynLSCD) R 14046 14046 11736 0 -1 4194304 10516 0 0 0 37601 657 0 0 20 0 1 0 29416622 138190848 18273 18446744073709551615 94758528094208 94758530528361 140724962063296 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94758531009784 94758531042816 94758548561920 140724962068898 140724962069033 140724962069033 140724962074606 0
/proc/14047/statm: 33738 18273 2496 595 0 18405 0
Current children cumulated CPU time: 1577.72 s
Current children cumulated vsize: 141936 KiB
Current children cumulated memory: 77188 KiB

[startup+1581.7 s]
/proc/loadavg: 4.06 4.09 4.07 5/272 14064
/proc/meminfo: memFree=129286064/131249992 swapFree=33010684/33010684
[pid=13861] ppid=13858 vsize=4324 memory=2816 CPUtime=1195.14 cores=4,6
/proc/13861/stat : 13861 (Hybrid-CASHWMax) S 13858 13861 11736 0 -1 4194304 282 14135 0 0 0 0 119510 4 20 0 1 0 29296820 4427776 704 18446744073709551615 94358256193536 94358257088069 140730634588256 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94358257327120 94358257374864 94358282137600 140730634590551 140730634590705 140730634590705 140730634596307 0
/proc/13861/statm: 1081 704 672 219 0 143 0
[pid=14046] ppid=13861 vsize=2660 memory=1280 CPUtime=0 cores=4,6
/proc/14046/stat : 14046 (timeout) S 13861 14046 11736 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 29416622 2723840 320 18446744073709551615 94263669661696 94263669678209 140720606133344 0 0 0 0 3145728 90119 1 0 0 17 4 0 0 0 0 0 94263669692976 94263669695064 94263672602624 140720606140808 140720606140962 140720606140962 140720606146535 0
/proc/14046/statm: 665 320 320 5 0 90 0
[pid=14047] ppid=14046 vsize=134952 memory=73092 CPUtime=382.68 cores=4,6
/proc/14047/stat : 14047 (SynLSCD) R 14046 14046 11736 0 -1 4194304 10516 0 0 0 37611 657 0 0 20 0 1 0 29416622 138190848 18273 18446744073709551615 94758528094208 94758530528361 140724962063296 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94758531009784 94758531042816 94758548561920 140724962068898 140724962069033 140724962069033 140724962074606 0
/proc/14047/statm: 33738 18273 2496 595 0 18405 0
Current children cumulated CPU time: 1577.82 s
Current children cumulated vsize: 141936 KiB
Current children cumulated memory: 77188 KiB

Child status: 0

Real time (s): 1581.8
CPU time (s): 1577.91
CPU user time (s): 1571.28
CPU system time (s): 6.63019
CPU usage (%): 99.754
Max. virtual memory (cumulated for all children) (KiB): 146868
Max. memory (cumulated for all children) (KiB): 111088

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1571.28
system time used= 6.63019
maximum resident set size= 106864
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25983
page faults= 0
swaps= 0
block input operations= 0
block output operations= 64
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 874
involuntary context switches= 1384


# summary of solver processes directly reported to runsolver:
#   pid: 13861
#   total CPU time (s): 1577.91
#   total CPU user time (s): 1571.28
#   total CPU system time (s): 6.63019

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.89018 second user time and 7.4374 second system time

The end

Launcher Data

Begin job on nodeC035 at 2025-06-28 20:43:43
IDJOB=4492858
IDBENCH=147830
IDSOLVER=3331
FILE ID=nodeC035/4492858-1751136223
RUNJOBID= nodeC035-1751133631-11752
SLURM_JOB_ID= 9587435
Free space on /tmp= 433012 MiB

SOLVER NAME= Hybrid-CASHWMaxSATDisjComS+SynLSCD 2025-06-01
BENCH NAME= PB24/normalized-PB06/DEC-LIN/submitted-PB06/roussel/normalized-pigeon-clauses-21-20.opb
COMMAND LINE= ./Hybrid-CASHWMaxSATDisjComS+SynLSCD BENCHNAME TIMEOUT TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4492858-1751136223/watcher-4492858-1751136223 -o /tmp/evaluation-result-4492858-1751136223/solver-4492858-1751136223 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC035-1751133631-11752 --watchdog 3760  ./Hybrid-CASHWMaxSATDisjComS+SynLSCD HOME/instance-4492858-1751136223.opb 3600 HOME

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

MD5SUM BENCH= 3bf41b9d4e0f7236fbe06f13f097e4ef
RANDOM SEED=55591479

nodeC035 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.717
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.51
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.724
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.51
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		: 3597.395
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.51
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		: 3599.783
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.51
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.640
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.51
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.742
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.51
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		: 3659.606
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.51
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		: 3571.952
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.51
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249992 kB
MemFree:        129674540 kB
MemAvailable:   129289768 kB
Buffers:            3280 kB
Cached:           414584 kB
SwapCached:            0 kB
Active:           823004 kB
Inactive:         192848 kB
Active(anon):     616052 kB
Inactive(anon):        0 kB
Active(file):     206952 kB
Inactive(file):   192848 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             16688 kB
Writeback:             0 kB
AnonPages:        600980 kB
Mapped:           112600 kB
Shmem:             18064 kB
KReclaimable:      66016 kB
Slab:             148288 kB
SReclaimable:      66016 kB
SUnreclaim:        82272 kB
KernelStack:        4408 kB
PageTables:         4560 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:     989752 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150616 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    303104 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 nodeC035 at 2025-06-28 21:10:05