Trace number 4492857

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 2170.69 2177.17

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

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

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

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=11661, runsolver pid=11658

[startup+0.100061 s]*
/proc/loadavg: 0.09 0.09 0.09 5/273 11665
/proc/meminfo: memFree=130082304/131250000 swapFree=33010684/33010684
[pid=11661] ppid=11658 vsize=4324 memory=3072 CPUtime=0 cores=5,7
/proc/11661/stat : 11661 (Hybrid-CASHWMax) S 11658 11661 11578 0 -1 4194304 250 104 0 0 0 0 0 0 20 0 1 0 28985790 4427776 768 18446744073709551615 94047346708480 94047347603013 140723910368432 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94047347842064 94047347889808 94047380402176 140723910371671 140723910371825 140723910371825 140723910377427 0
/proc/11661/statm: 1081 768 704 219 0 143 0
[pid=11664] ppid=11661 vsize=2660 memory=1408 CPUtime=0 cores=5,7
/proc/11664/stat : 11664 (timeout) S 11661 11664 11578 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 28985794 2723840 352 18446744073709551615 94198040117248 94198040133761 140722074570480 0 0 0 0 3145728 90119 1 0 0 17 5 0 0 0 0 0 94198040148528 94198040150616 94198060277760 140722074573216 140722074573346 140722074573346 140722074578919 0
/proc/11664/statm: 665 352 352 5 0 90 0
[pid=11665] ppid=11664 vsize=21968 memory=8064 CPUtime=0.04 cores=5,7
/proc/11665/stat : 11665 (CASHWMaxSAT-Dis) R 11664 11664 11578 0 -1 4194304 1166 0 0 0 4 0 0 0 20 0 1 0 28985795 22495232 2016 18446744073709551615 4198400 14817773 140727204749504 0 0 0 0 0 19490 0 0 0 17 5 0 0 0 0 0 16829744 16914832 41152512 140727204751782 140727204751899 140727204751899 140727204757472 0
/proc/11665/statm: 5492 2016 960 2593 0 2385 0
Current children cumulated CPU time: 0.04 s
Current children cumulated vsize: 28952 KiB
Current children cumulated memory: 12544 KiB

[startup+0.205045 s]*
/proc/loadavg: 0.32 0.14 0.10 6/269 11667
/proc/meminfo: memFree=130050300/131250000 swapFree=33010684/33010684
[pid=11661] ppid=11658 vsize=4324 memory=3072 CPUtime=0 cores=5,7
/proc/11661/stat : 11661 (Hybrid-CASHWMax) S 11658 11661 11578 0 -1 4194304 250 104 0 0 0 0 0 0 20 0 1 0 28985790 4427776 768 18446744073709551615 94047346708480 94047347603013 140723910368432 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94047347842064 94047347889808 94047380402176 140723910371671 140723910371825 140723910371825 140723910377427 0
/proc/11661/statm: 1081 768 704 219 0 143 0
[pid=11664] ppid=11661 vsize=2660 memory=1408 CPUtime=0 cores=5,7
/proc/11664/stat : 11664 (timeout) S 11661 11664 11578 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 28985794 2723840 352 18446744073709551615 94198040117248 94198040133761 140722074570480 0 0 0 0 3145728 90119 1 0 0 17 5 0 0 0 0 0 94198040148528 94198040150616 94198060277760 140722074573216 140722074573346 140722074573346 140722074578919 0
/proc/11664/statm: 665 352 352 5 0 90 0
[pid=11665] ppid=11664 vsize=22336 memory=8452 CPUtime=0.15 cores=5,7
/proc/11665/stat : 11665 (CASHWMaxSAT-Dis) R 11664 11664 11578 0 -1 4194304 1450 0 0 0 15 0 0 0 20 0 1 0 28985795 22872064 2113 18446744073709551615 4198400 14817773 140727204749504 0 0 0 0 0 19490 0 0 0 17 5 0 0 0 0 0 16829744 16914832 41152512 140727204751782 140727204751899 140727204751899 140727204757472 0
/proc/11665/statm: 5584 2113 960 2593 0 2477 0
Current children cumulated CPU time: 0.15 s
Current children cumulated vsize: 29320 KiB
Current children cumulated memory: 12932 KiB

[startup+0.305185 s]*
/proc/loadavg: 0.32 0.14 0.10 4/267 11675
/proc/meminfo: memFree=130033724/131250000 swapFree=33010684/33010684
[pid=11661] ppid=11658 vsize=4324 memory=3072 CPUtime=0 cores=5,7
/proc/11661/stat : 11661 (Hybrid-CASHWMax) S 11658 11661 11578 0 -1 4194304 250 104 0 0 0 0 0 0 20 0 1 0 28985790 4427776 768 18446744073709551615 94047346708480 94047347603013 140723910368432 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94047347842064 94047347889808 94047380402176 140723910371671 140723910371825 140723910371825 140723910377427 0
/proc/11661/statm: 1081 768 704 219 0 143 0
[pid=11664] ppid=11661 vsize=2660 memory=1408 CPUtime=0 cores=5,7
/proc/11664/stat : 11664 (timeout) S 11661 11664 11578 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 28985794 2723840 352 18446744073709551615 94198040117248 94198040133761 140722074570480 0 0 0 0 3145728 90119 1 0 0 17 5 0 0 0 0 0 94198040148528 94198040150616 94198060277760 140722074573216 140722074573346 140722074573346 140722074578919 0
/proc/11664/statm: 665 352 352 5 0 90 0
[pid=11665] ppid=11664 vsize=22692 memory=8824 CPUtime=0.25 cores=5,7
/proc/11665/stat : 11665 (CASHWMaxSAT-Dis) R 11664 11664 11578 0 -1 4194304 1751 0 0 0 25 0 0 0 20 0 1 0 28985795 23236608 2206 18446744073709551615 4198400 14817773 140727204749504 0 0 0 0 0 19490 0 0 0 17 5 0 0 0 0 0 16829744 16914832 41152512 140727204751782 140727204751899 140727204751899 140727204757472 0
/proc/11665/statm: 5673 2206 960 2593 0 2566 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 29676 KiB
Current children cumulated memory: 13304 KiB

[startup+0.700151 s]
/proc/loadavg: 0.32 0.14 0.10 4/267 11675
/proc/meminfo: memFree=129999256/131250000 swapFree=33010684/33010684
[pid=11661] ppid=11658 vsize=4324 memory=3072 CPUtime=0 cores=5,7
/proc/11661/stat : 11661 (Hybrid-CASHWMax) S 11658 11661 11578 0 -1 4194304 250 104 0 0 0 0 0 0 20 0 1 0 28985790 4427776 768 18446744073709551615 94047346708480 94047347603013 140723910368432 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94047347842064 94047347889808 94047380402176 140723910371671 140723910371825 140723910371825 140723910377427 0
/proc/11661/statm: 1081 768 704 219 0 143 0
[pid=11664] ppid=11661 vsize=2660 memory=1408 CPUtime=0 cores=5,7
/proc/11664/stat : 11664 (timeout) S 11661 11664 11578 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 28985794 2723840 352 18446744073709551615 94198040117248 94198040133761 140722074570480 0 0 0 0 3145728 90119 1 0 0 17 5 0 0 0 0 0 94198040148528 94198040150616 94198060277760 140722074573216 140722074573346 140722074573346 140722074578919 0
/proc/11664/statm: 665 352 352 5 0 90 0
[pid=11665] ppid=11664 vsize=22668 memory=8716 CPUtime=0.64 cores=5,7
/proc/11665/stat : 11665 (CASHWMaxSAT-Dis) R 11664 11664 11578 0 -1 4194304 2600 0 0 0 64 0 0 0 20 0 1 0 28985795 23212032 2179 18446744073709551615 4198400 14817773 140727204749504 0 0 0 0 0 19490 0 0 0 17 5 0 0 0 0 0 16829744 16914832 41152512 140727204751782 140727204751899 140727204751899 140727204757472 0
/proc/11665/statm: 5667 2179 960 2593 0 2560 0
Current children cumulated CPU time: 0.64 s
Current children cumulated vsize: 29652 KiB
Current children cumulated memory: 13196 KiB

[startup+1.50019 s]
/proc/loadavg: 0.32 0.14 0.10 4/267 11675
/proc/meminfo: memFree=129931328/131250000 swapFree=33010684/33010684
[pid=11661] ppid=11658 vsize=4324 memory=3072 CPUtime=0 cores=5,7
/proc/11661/stat : 11661 (Hybrid-CASHWMax) S 11658 11661 11578 0 -1 4194304 250 104 0 0 0 0 0 0 20 0 1 0 28985790 4427776 768 18446744073709551615 94047346708480 94047347603013 140723910368432 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94047347842064 94047347889808 94047380402176 140723910371671 140723910371825 140723910371825 140723910377427 0
/proc/11661/statm: 1081 768 704 219 0 143 0
[pid=11664] ppid=11661 vsize=2660 memory=1408 CPUtime=0 cores=5,7
/proc/11664/stat : 11664 (timeout) S 11661 11664 11578 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 28985794 2723840 352 18446744073709551615 94198040117248 94198040133761 140722074570480 0 0 0 0 3145728 90119 1 0 0 17 5 0 0 0 0 0 94198040148528 94198040150616 94198060277760 140722074573216 140722074573346 140722074573346 140722074578919 0
/proc/11664/statm: 665 352 352 5 0 90 0
[pid=11665] ppid=11664 vsize=23208 memory=9260 CPUtime=1.43 cores=5,7
/proc/11665/stat : 11665 (CASHWMaxSAT-Dis) R 11664 11664 11578 0 -1 4194304 3663 0 0 0 143 0 0 0 20 0 1 0 28985795 23764992 2315 18446744073709551615 4198400 14817773 140727204749504 0 0 0 0 0 19490 0 0 0 17 5 0 0 0 0 0 16829744 16914832 41152512 140727204751782 140727204751899 140727204751899 140727204757472 0
/proc/11665/statm: 5802 2315 960 2593 0 2695 0
Current children cumulated CPU time: 1.43 s
Current children cumulated vsize: 30192 KiB
Current children cumulated memory: 13740 KiB

[startup+3.10541 s]
/proc/loadavg: 0.32 0.14 0.10 4/267 11675
/proc/meminfo: memFree=129811700/131250000 swapFree=33010684/33010684
[pid=11661] ppid=11658 vsize=4324 memory=3072 CPUtime=0 cores=5,7
/proc/11661/stat : 11661 (Hybrid-CASHWMax) S 11658 11661 11578 0 -1 4194304 250 104 0 0 0 0 0 0 20 0 1 0 28985790 4427776 768 18446744073709551615 94047346708480 94047347603013 140723910368432 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94047347842064 94047347889808 94047380402176 140723910371671 140723910371825 140723910371825 140723910377427 0
/proc/11661/statm: 1081 768 704 219 0 143 0
[pid=11664] ppid=11661 vsize=2660 memory=1408 CPUtime=0 cores=5,7
/proc/11664/stat : 11664 (timeout) S 11661 11664 11578 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 28985794 2723840 352 18446744073709551615 94198040117248 94198040133761 140722074570480 0 0 0 0 3145728 90119 1 0 0 17 5 0 0 0 0 0 94198040148528 94198040150616 94198060277760 140722074573216 140722074573346 140722074573346 140722074578919 0
/proc/11664/statm: 665 352 352 5 0 90 0
[pid=11665] ppid=11664 vsize=25792 memory=11708 CPUtime=3.03 cores=5,7
/proc/11665/stat : 11665 (CASHWMaxSAT-Dis) R 11664 11664 11578 0 -1 4194304 5577 0 0 0 303 0 0 0 20 0 1 0 28985795 26411008 2927 18446744073709551615 4198400 14817773 140727204749504 0 0 0 0 0 19490 0 0 0 17 5 0 0 0 0 0 16829744 16914832 41152512 140727204751782 140727204751899 140727204751899 140727204757472 0
/proc/11665/statm: 6448 2927 960 2593 0 3341 0
Current children cumulated CPU time: 3.03 s
Current children cumulated vsize: 32776 KiB
Current children cumulated memory: 16188 KiB

[startup+6.30015 s]
/proc/loadavg: 0.70 0.22 0.13 4/267 11676
/proc/meminfo: memFree=129707924/131250000 swapFree=33010684/33010684
[pid=11661] ppid=11658 vsize=4324 memory=3072 CPUtime=0 cores=5,7
/proc/11661/stat : 11661 (Hybrid-CASHWMax) S 11658 11661 11578 0 -1 4194304 250 104 0 0 0 0 0 0 20 0 1 0 28985790 4427776 768 18446744073709551615 94047346708480 94047347603013 140723910368432 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94047347842064 94047347889808 94047380402176 140723910371671 140723910371825 140723910371825 140723910377427 0
/proc/11661/statm: 1081 768 704 219 0 143 0
[pid=11664] ppid=11661 vsize=2660 memory=1408 CPUtime=0 cores=5,7
/proc/11664/stat : 11664 (timeout) S 11661 11664 11578 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 28985794 2723840 352 18446744073709551615 94198040117248 94198040133761 140722074570480 0 0 0 0 3145728 90119 1 0 0 17 5 0 0 0 0 0 94198040148528 94198040150616 94198060277760 140722074573216 140722074573346 140722074573346 140722074578919 0
/proc/11664/statm: 665 352 352 5 0 90 0
[pid=11665] ppid=11664 vsize=28508 memory=14552 CPUtime=6.22 cores=5,7
/proc/11665/stat : 11665 (CASHWMaxSAT-Dis) R 11664 11664 11578 0 -1 4194304 8555 0 0 0 621 1 0 0 20 0 1 0 28985795 29192192 3638 18446744073709551615 4198400 14817773 140727204749504 0 0 0 0 0 19490 0 0 0 17 5 0 0 0 0 0 16829744 16914832 41152512 140727204751782 140727204751899 140727204751899 140727204757472 0
/proc/11665/statm: 7127 3638 960 2593 0 4020 0
Current children cumulated CPU time: 6.22 s
Current children cumulated vsize: 35492 KiB
Current children cumulated memory: 19032 KiB

[startup+12.7002 s]
/proc/loadavg: 1.04 0.30 0.16 3/263 11690
/proc/meminfo: memFree=130054204/131250000 swapFree=33010684/33010684
[pid=11661] ppid=11658 vsize=4324 memory=3072 CPUtime=0 cores=5,7
/proc/11661/stat : 11661 (Hybrid-CASHWMax) S 11658 11661 11578 0 -1 4194304 250 104 0 0 0 0 0 0 20 0 1 0 28985790 4427776 768 18446744073709551615 94047346708480 94047347603013 140723910368432 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94047347842064 94047347889808 94047380402176 140723910371671 140723910371825 140723910371825 140723910377427 0
/proc/11661/statm: 1081 768 704 219 0 143 0
[pid=11664] ppid=11661 vsize=2660 memory=1408 CPUtime=0 cores=5,7
/proc/11664/stat : 11664 (timeout) S 11661 11664 11578 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 28985794 2723840 352 18446744073709551615 94198040117248 94198040133761 140722074570480 0 0 0 0 3145728 90119 1 0 0 17 5 0 0 0 0 0 94198040148528 94198040150616 94198060277760 140722074573216 140722074573346 140722074573346 140722074578919 0
/proc/11664/statm: 665 352 352 5 0 90 0
[pid=11665] ppid=11664 vsize=35288 memory=21340 CPUtime=12.6 cores=5,7
/proc/11665/stat : 11665 (CASHWMaxSAT-Dis) R 11664 11664 11578 0 -1 4194304 10400 0 0 0 1259 1 0 0 20 0 1 0 28985795 36134912 5335 18446744073709551615 4198400 14817773 140727204749504 0 0 0 0 0 19490 0 0 0 17 5 0 0 0 0 0 16829744 16914832 41152512 140727204751782 140727204751899 140727204751899 140727204757472 0
/proc/11665/statm: 8822 5335 960 2593 0 5715 0
Current children cumulated CPU time: 12.6 s
Current children cumulated vsize: 42272 KiB
Current children cumulated memory: 25820 KiB

[startup+25.5002 s]
/proc/loadavg: 1.50 0.42 0.20 4/267 11776
/proc/meminfo: memFree=130077588/131250000 swapFree=33010684/33010684
[pid=11661] ppid=11658 vsize=4324 memory=3072 CPUtime=0 cores=5,7
/proc/11661/stat : 11661 (Hybrid-CASHWMax) S 11658 11661 11578 0 -1 4194304 250 104 0 0 0 0 0 0 20 0 1 0 28985790 4427776 768 18446744073709551615 94047346708480 94047347603013 140723910368432 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94047347842064 94047347889808 94047380402176 140723910371671 140723910371825 140723910371825 140723910377427 0
/proc/11661/statm: 1081 768 704 219 0 143 0
[pid=11664] ppid=11661 vsize=2660 memory=1408 CPUtime=0 cores=5,7
/proc/11664/stat : 11664 (timeout) S 11661 11664 11578 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 28985794 2723840 352 18446744073709551615 94198040117248 94198040133761 140722074570480 0 0 0 0 3145728 90119 1 0 0 17 5 0 0 0 0 0 94198040148528 94198040150616 94198060277760 140722074573216 140722074573346 140722074573346 140722074578919 0
/proc/11664/statm: 665 352 352 5 0 90 0
[pid=11665] ppid=11664 vsize=39508 memory=25484 CPUtime=25.36 cores=5,7
/proc/11665/stat : 11665 (CASHWMaxSAT-Dis) R 11664 11664 11578 0 -1 4194304 12684 0 0 0 2535 1 0 0 20 0 1 0 28985795 40456192 6371 18446744073709551615 4198400 14817773 140727204749504 0 0 0 0 0 19490 0 0 0 17 5 0 0 0 0 0 16829744 16914832 41152512 140727204751782 140727204751899 140727204751899 140727204757472 0
/proc/11665/statm: 9877 6371 960 2593 0 6770 0
Current children cumulated CPU time: 25.36 s
Current children cumulated vsize: 46492 KiB
Current children cumulated memory: 29964 KiB

[startup+51.1055 s]
/proc/loadavg: 2.71 0.81 0.34 4/267 11937
/proc/meminfo: memFree=129766024/131250000 swapFree=33010684/33010684
[pid=11661] ppid=11658 vsize=4324 memory=3072 CPUtime=0 cores=5,7
/proc/11661/stat : 11661 (Hybrid-CASHWMax) S 11658 11661 11578 0 -1 4194304 250 104 0 0 0 0 0 0 20 0 1 0 28985790 4427776 768 18446744073709551615 94047346708480 94047347603013 140723910368432 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94047347842064 94047347889808 94047380402176 140723910371671 140723910371825 140723910371825 140723910377427 0
/proc/11661/statm: 1081 768 704 219 0 143 0
[pid=11664] ppid=11661 vsize=2660 memory=1408 CPUtime=0 cores=5,7
/proc/11664/stat : 11664 (timeout) S 11661 11664 11578 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 28985794 2723840 352 18446744073709551615 94198040117248 94198040133761 140722074570480 0 0 0 0 3145728 90119 1 0 0 17 5 0 0 0 0 0 94198040148528 94198040150616 94198060277760 140722074573216 140722074573346 140722074573346 140722074578919 0
/proc/11664/statm: 665 352 352 5 0 90 0
[pid=11665] ppid=11664 vsize=37860 memory=23912 CPUtime=50.9 cores=5,7
/proc/11665/stat : 11665 (CASHWMaxSAT-Dis) R 11664 11664 11578 0 -1 4194304 15965 0 0 0 5088 2 0 0 20 0 1 0 28985795 38768640 5978 18446744073709551615 4198400 14817773 140727204749504 0 0 0 0 0 19490 0 0 0 17 5 0 0 0 0 0 16829744 16914832 41152512 140727204751782 140727204751899 140727204751899 140727204757472 0
/proc/11665/statm: 9465 5978 960 2593 0 6358 0
Current children cumulated CPU time: 50.9 s
Current children cumulated vsize: 44844 KiB
Current children cumulated memory: 28392 KiB

[startup+102.3 s]
/proc/loadavg: 3.51 1.32 0.54 5/274 12481
/proc/meminfo: memFree=129960012/131250000 swapFree=33010684/33010684
[pid=11661] ppid=11658 vsize=4324 memory=3072 CPUtime=0 cores=5,7
/proc/11661/stat : 11661 (Hybrid-CASHWMax) S 11658 11661 11578 0 -1 4194304 250 104 0 0 0 0 0 0 20 0 1 0 28985790 4427776 768 18446744073709551615 94047346708480 94047347603013 140723910368432 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94047347842064 94047347889808 94047380402176 140723910371671 140723910371825 140723910371825 140723910377427 0
/proc/11661/statm: 1081 768 704 219 0 143 0

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

/proc/12555/statm: 33738 18421 2528 595 0 18405 0
Current children cumulated CPU time: 2135.91 s
Current children cumulated vsize: 141936 KiB
Current children cumulated memory: 78164 KiB

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

# cumulated CPU time of all completed processes:  user=2163.74 s, system=6.94757 s

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

[startup+2150.4 s]
/proc/loadavg: 4.07 4.11 3.78 5/272 12581
/proc/meminfo: memFree=129695960/131250000 swapFree=33010684/33010684
[pid=11661] ppid=11658 vsize=4324 memory=3072 CPUtime=1792.91 cores=5,7
/proc/11661/stat : 11661 (Hybrid-CASHWMax) S 11658 11661 11578 0 -1 4194304 284 53630 0 0 0 0 179265 26 20 0 1 0 28985790 4427776 768 18446744073709551615 94047346708480 94047347603013 140723910368432 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94047347842064 94047347889808 94047380402176 140723910371671 140723910371825 140723910371825 140723910377427 0
/proc/11661/statm: 1081 768 704 219 0 143 0
[pid=12554] ppid=11661 vsize=2660 memory=1408 CPUtime=0 cores=5,7
/proc/12554/stat : 12554 (timeout) S 11661 12554 11578 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 29165596 2723840 352 18446744073709551615 94631212032000 94631212048513 140721203485088 0 0 0 0 3145728 90119 1 0 0 17 7 0 0 0 0 0 94631212063280 94631212065368 94631232364544 140721203489160 140721203489314 140721203489314 140721203494887 0
/proc/12554/statm: 665 352 352 5 0 90 0
[pid=12555] ppid=12554 vsize=134952 memory=73684 CPUtime=351.08 cores=5,7
/proc/12555/stat : 12555 (SynLSCD) R 12554 12554 11578 0 -1 4194304 10444 0 35 0 34527 581 0 0 20 0 1 0 29165596 138190848 18421 18446744073709551615 93924255756288 93924258190441 140722901943184 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 93924258671864 93924258704896 93924291919872 140722901948834 140722901948969 140722901948969 140722901954542 0
/proc/12555/statm: 33738 18421 2528 595 0 18405 0
Current children cumulated CPU time: 2143.99 s
Current children cumulated vsize: 141936 KiB
Current children cumulated memory: 78164 KiB

[startup+2163.2 s]
/proc/loadavg: 4.12 4.12 3.79 5/272 12582
/proc/meminfo: memFree=129712088/131250000 swapFree=33010684/33010684
[pid=11661] ppid=11658 vsize=4324 memory=3072 CPUtime=1792.91 cores=5,7
/proc/11661/stat : 11661 (Hybrid-CASHWMax) S 11658 11661 11578 0 -1 4194304 284 53630 0 0 0 0 179265 26 20 0 1 0 28985790 4427776 768 18446744073709551615 94047346708480 94047347603013 140723910368432 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94047347842064 94047347889808 94047380402176 140723910371671 140723910371825 140723910371825 140723910377427 0
/proc/11661/statm: 1081 768 704 219 0 143 0
[pid=12554] ppid=11661 vsize=2660 memory=1408 CPUtime=0 cores=5,7
/proc/12554/stat : 12554 (timeout) S 11661 12554 11578 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 29165596 2723840 352 18446744073709551615 94631212032000 94631212048513 140721203485088 0 0 0 0 3145728 90119 1 0 0 17 7 0 0 0 0 0 94631212063280 94631212065368 94631232364544 140721203489160 140721203489314 140721203489314 140721203494887 0
/proc/12554/statm: 665 352 352 5 0 90 0
[pid=12555] ppid=12554 vsize=134952 memory=73684 CPUtime=363.85 cores=5,7
/proc/12555/stat : 12555 (SynLSCD) R 12554 12554 11578 0 -1 4194304 10444 0 35 0 35749 636 0 0 20 0 1 0 29165596 138190848 18421 18446744073709551615 93924255756288 93924258190441 140722901943184 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 93924258671864 93924258704896 93924291919872 140722901948834 140722901948969 140722901948969 140722901954542 0
/proc/12555/statm: 33738 18421 2528 595 0 18405 0
Current children cumulated CPU time: 2156.76 s
Current children cumulated vsize: 141936 KiB
Current children cumulated memory: 78164 KiB

[startup+2169.6 s]
/proc/loadavg: 4.11 4.12 3.80 5/272 12582
/proc/meminfo: memFree=129712088/131250000 swapFree=33010684/33010684
[pid=11661] ppid=11658 vsize=4324 memory=3072 CPUtime=1792.91 cores=5,7
/proc/11661/stat : 11661 (Hybrid-CASHWMax) S 11658 11661 11578 0 -1 4194304 284 53630 0 0 0 0 179265 26 20 0 1 0 28985790 4427776 768 18446744073709551615 94047346708480 94047347603013 140723910368432 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94047347842064 94047347889808 94047380402176 140723910371671 140723910371825 140723910371825 140723910377427 0
/proc/11661/statm: 1081 768 704 219 0 143 0
[pid=12554] ppid=11661 vsize=2660 memory=1408 CPUtime=0 cores=5,7
/proc/12554/stat : 12554 (timeout) S 11661 12554 11578 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 29165596 2723840 352 18446744073709551615 94631212032000 94631212048513 140721203485088 0 0 0 0 3145728 90119 1 0 0 17 7 0 0 0 0 0 94631212063280 94631212065368 94631232364544 140721203489160 140721203489314 140721203489314 140721203494887 0
/proc/12554/statm: 665 352 352 5 0 90 0
[pid=12555] ppid=12554 vsize=134952 memory=73684 CPUtime=370.23 cores=5,7
/proc/12555/stat : 12555 (SynLSCD) R 12554 12554 11578 0 -1 4194304 10444 0 35 0 36360 663 0 0 20 0 1 0 29165596 138190848 18421 18446744073709551615 93924255756288 93924258190441 140722901943184 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 93924258671864 93924258704896 93924291919872 140722901948834 140722901948969 140722901948969 140722901954542 0
/proc/12555/statm: 33738 18421 2528 595 0 18405 0
Current children cumulated CPU time: 2163.14 s
Current children cumulated vsize: 141936 KiB
Current children cumulated memory: 78164 KiB

[startup+2172.8 s]
/proc/loadavg: 4.11 4.12 3.80 5/272 12582
/proc/meminfo: memFree=129712088/131250000 swapFree=33010684/33010684
[pid=11661] ppid=11658 vsize=4324 memory=3072 CPUtime=1792.91 cores=5,7
/proc/11661/stat : 11661 (Hybrid-CASHWMax) S 11658 11661 11578 0 -1 4194304 284 53630 0 0 0 0 179265 26 20 0 1 0 28985790 4427776 768 18446744073709551615 94047346708480 94047347603013 140723910368432 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94047347842064 94047347889808 94047380402176 140723910371671 140723910371825 140723910371825 140723910377427 0
/proc/11661/statm: 1081 768 704 219 0 143 0
[pid=12554] ppid=11661 vsize=2660 memory=1408 CPUtime=0 cores=5,7
/proc/12554/stat : 12554 (timeout) S 11661 12554 11578 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 29165596 2723840 352 18446744073709551615 94631212032000 94631212048513 140721203485088 0 0 0 0 3145728 90119 1 0 0 17 7 0 0 0 0 0 94631212063280 94631212065368 94631232364544 140721203489160 140721203489314 140721203489314 140721203494887 0
/proc/12554/statm: 665 352 352 5 0 90 0
[pid=12555] ppid=12554 vsize=134952 memory=73684 CPUtime=373.42 cores=5,7
/proc/12555/stat : 12555 (SynLSCD) R 12554 12554 11578 0 -1 4194304 10444 0 35 0 36677 665 0 0 20 0 1 0 29165596 138190848 18421 18446744073709551615 93924255756288 93924258190441 140722901943184 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 93924258671864 93924258704896 93924291919872 140722901948834 140722901948969 140722901948969 140722901954542 0
/proc/12555/statm: 33738 18421 2528 595 0 18405 0
Current children cumulated CPU time: 2166.33 s
Current children cumulated vsize: 141936 KiB
Current children cumulated memory: 78164 KiB

[startup+2174.4 s]
/proc/loadavg: 4.11 4.12 3.80 5/272 12582
/proc/meminfo: memFree=129712088/131250000 swapFree=33010684/33010684
[pid=11661] ppid=11658 vsize=4324 memory=3072 CPUtime=1792.91 cores=5,7
/proc/11661/stat : 11661 (Hybrid-CASHWMax) S 11658 11661 11578 0 -1 4194304 284 53630 0 0 0 0 179265 26 20 0 1 0 28985790 4427776 768 18446744073709551615 94047346708480 94047347603013 140723910368432 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94047347842064 94047347889808 94047380402176 140723910371671 140723910371825 140723910371825 140723910377427 0
/proc/11661/statm: 1081 768 704 219 0 143 0
[pid=12554] ppid=11661 vsize=2660 memory=1408 CPUtime=0 cores=5,7
/proc/12554/stat : 12554 (timeout) S 11661 12554 11578 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 29165596 2723840 352 18446744073709551615 94631212032000 94631212048513 140721203485088 0 0 0 0 3145728 90119 1 0 0 17 7 0 0 0 0 0 94631212063280 94631212065368 94631232364544 140721203489160 140721203489314 140721203489314 140721203494887 0
/proc/12554/statm: 665 352 352 5 0 90 0
[pid=12555] ppid=12554 vsize=134952 memory=73684 CPUtime=375.01 cores=5,7
/proc/12555/stat : 12555 (SynLSCD) R 12554 12554 11578 0 -1 4194304 10444 0 35 0 36836 665 0 0 20 0 1 0 29165596 138190848 18421 18446744073709551615 93924255756288 93924258190441 140722901943184 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 93924258671864 93924258704896 93924291919872 140722901948834 140722901948969 140722901948969 140722901954542 0
/proc/12555/statm: 33738 18421 2528 595 0 18405 0
Current children cumulated CPU time: 2167.92 s
Current children cumulated vsize: 141936 KiB
Current children cumulated memory: 78164 KiB

[startup+2176 s]*
/proc/loadavg: 4.10 4.12 3.80 5/271 12582
/proc/meminfo: memFree=129712340/131250000 swapFree=33010684/33010684
[pid=11661] ppid=11658 vsize=4324 memory=3072 CPUtime=1792.91 cores=5,7
/proc/11661/stat : 11661 (Hybrid-CASHWMax) S 11658 11661 11578 0 -1 4194304 284 53630 0 0 0 0 179265 26 20 0 1 0 28985790 4427776 768 18446744073709551615 94047346708480 94047347603013 140723910368432 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94047347842064 94047347889808 94047380402176 140723910371671 140723910371825 140723910371825 140723910377427 0
/proc/11661/statm: 1081 768 704 219 0 143 0
[pid=12554] ppid=11661 vsize=2660 memory=1408 CPUtime=0 cores=5,7
/proc/12554/stat : 12554 (timeout) S 11661 12554 11578 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 29165596 2723840 352 18446744073709551615 94631212032000 94631212048513 140721203485088 0 0 0 0 3145728 90119 1 0 0 17 7 0 0 0 0 0 94631212063280 94631212065368 94631232364544 140721203489160 140721203489314 140721203489314 140721203494887 0
/proc/12554/statm: 665 352 352 5 0 90 0
[pid=12555] ppid=12554 vsize=134952 memory=73684 CPUtime=376.62 cores=5,7
/proc/12555/stat : 12555 (SynLSCD) R 12554 12554 11578 0 -1 4194304 10444 0 35 0 36996 666 0 0 20 0 1 0 29165596 138190848 18421 18446744073709551615 93924255756288 93924258190441 140722901943184 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 93924258671864 93924258704896 93924291919872 140722901948834 140722901948969 140722901948969 140722901954542 0
/proc/12555/statm: 33738 18421 2528 595 0 18405 0
Current children cumulated CPU time: 2169.53 s
Current children cumulated vsize: 141936 KiB
Current children cumulated memory: 78164 KiB

[startup+2176.8 s]
/proc/loadavg: 4.10 4.12 3.80 5/271 12582
/proc/meminfo: memFree=129712340/131250000 swapFree=33010684/33010684
[pid=11661] ppid=11658 vsize=4324 memory=3072 CPUtime=1792.91 cores=5,7
/proc/11661/stat : 11661 (Hybrid-CASHWMax) S 11658 11661 11578 0 -1 4194304 284 53630 0 0 0 0 179265 26 20 0 1 0 28985790 4427776 768 18446744073709551615 94047346708480 94047347603013 140723910368432 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94047347842064 94047347889808 94047380402176 140723910371671 140723910371825 140723910371825 140723910377427 0
/proc/11661/statm: 1081 768 704 219 0 143 0
[pid=12554] ppid=11661 vsize=2660 memory=1408 CPUtime=0 cores=5,7
/proc/12554/stat : 12554 (timeout) S 11661 12554 11578 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 29165596 2723840 352 18446744073709551615 94631212032000 94631212048513 140721203485088 0 0 0 0 3145728 90119 1 0 0 17 7 0 0 0 0 0 94631212063280 94631212065368 94631232364544 140721203489160 140721203489314 140721203489314 140721203494887 0
/proc/12554/statm: 665 352 352 5 0 90 0
[pid=12555] ppid=12554 vsize=134952 memory=73684 CPUtime=377.4 cores=5,7
/proc/12555/stat : 12555 (SynLSCD) R 12554 12554 11578 0 -1 4194304 10444 0 35 0 37074 666 0 0 20 0 1 0 29165596 138190848 18421 18446744073709551615 93924255756288 93924258190441 140722901943184 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 93924258671864 93924258704896 93924291919872 140722901948834 140722901948969 140722901948969 140722901954542 0
/proc/12555/statm: 33738 18421 2528 595 0 18405 0
Current children cumulated CPU time: 2170.31 s
Current children cumulated vsize: 141936 KiB
Current children cumulated memory: 78164 KiB

[startup+2177 s]*
/proc/loadavg: 4.10 4.12 3.80 5/271 12582
/proc/meminfo: memFree=129712340/131250000 swapFree=33010684/33010684
[pid=11661] ppid=11658 vsize=4324 memory=3072 CPUtime=1792.91 cores=5,7
/proc/11661/stat : 11661 (Hybrid-CASHWMax) S 11658 11661 11578 0 -1 4194304 284 53630 0 0 0 0 179265 26 20 0 1 0 28985790 4427776 768 18446744073709551615 94047346708480 94047347603013 140723910368432 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94047347842064 94047347889808 94047380402176 140723910371671 140723910371825 140723910371825 140723910377427 0
/proc/11661/statm: 1081 768 704 219 0 143 0
[pid=12554] ppid=11661 vsize=2660 memory=1408 CPUtime=0 cores=5,7
/proc/12554/stat : 12554 (timeout) S 11661 12554 11578 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 29165596 2723840 352 18446744073709551615 94631212032000 94631212048513 140721203485088 0 0 0 0 3145728 90119 1 0 0 17 7 0 0 0 0 0 94631212063280 94631212065368 94631232364544 140721203489160 140721203489314 140721203489314 140721203494887 0
/proc/12554/statm: 665 352 352 5 0 90 0
[pid=12555] ppid=12554 vsize=134952 memory=73684 CPUtime=377.61 cores=5,7
/proc/12555/stat : 12555 (SynLSCD) R 12554 12554 11578 0 -1 4194304 10444 0 35 0 37095 666 0 0 20 0 1 0 29165596 138190848 18421 18446744073709551615 93924255756288 93924258190441 140722901943184 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 93924258671864 93924258704896 93924291919872 140722901948834 140722901948969 140722901948969 140722901954542 0
/proc/12555/statm: 33738 18421 2528 595 0 18405 0
Current children cumulated CPU time: 2170.52 s
Current children cumulated vsize: 141936 KiB
Current children cumulated memory: 78164 KiB

[startup+2177.11 s]
/proc/loadavg: 4.10 4.12 3.80 5/271 12582
/proc/meminfo: memFree=129712340/131250000 swapFree=33010684/33010684
[pid=11661] ppid=11658 vsize=4324 memory=3072 CPUtime=1792.91 cores=5,7
/proc/11661/stat : 11661 (Hybrid-CASHWMax) S 11658 11661 11578 0 -1 4194304 284 53630 0 0 0 0 179265 26 20 0 1 0 28985790 4427776 768 18446744073709551615 94047346708480 94047347603013 140723910368432 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94047347842064 94047347889808 94047380402176 140723910371671 140723910371825 140723910371825 140723910377427 0
/proc/11661/statm: 1081 768 704 219 0 143 0
[pid=12554] ppid=11661 vsize=2660 memory=1408 CPUtime=0 cores=5,7
/proc/12554/stat : 12554 (timeout) S 11661 12554 11578 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 29165596 2723840 352 18446744073709551615 94631212032000 94631212048513 140721203485088 0 0 0 0 3145728 90119 1 0 0 17 7 0 0 0 0 0 94631212063280 94631212065368 94631232364544 140721203489160 140721203489314 140721203489314 140721203494887 0
/proc/12554/statm: 665 352 352 5 0 90 0
[pid=12555] ppid=12554 vsize=134952 memory=73684 CPUtime=377.71 cores=5,7
/proc/12555/stat : 12555 (SynLSCD) R 12554 12554 11578 0 -1 4194304 10444 0 35 0 37105 666 0 0 20 0 1 0 29165596 138190848 18421 18446744073709551615 93924255756288 93924258190441 140722901943184 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 93924258671864 93924258704896 93924291919872 140722901948834 140722901948969 140722901948969 140722901954542 0
/proc/12555/statm: 33738 18421 2528 595 0 18405 0
Current children cumulated CPU time: 2170.62 s
Current children cumulated vsize: 141936 KiB
Current children cumulated memory: 78164 KiB

Child status: 0

Real time (s): 2177.17
CPU time (s): 2170.69
CPU user time (s): 2163.74
CPU system time (s): 6.94757
CPU usage (%): 99.7021
Max. virtual memory (cumulated for all children) (KiB): 221748
Max. memory (cumulated for all children) (KiB): 205272

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2163.74
system time used= 6.94757
maximum resident set size= 200792
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 65390
page faults= 40
swaps= 0
block input operations= 30592
block output operations= 56
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 969
involuntary context switches= 1107


# summary of solver processes directly reported to runsolver:
#   pid: 11661
#   total CPU time (s): 2170.69
#   total CPU user time (s): 2163.74
#   total CPU system time (s): 6.94757

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.77911 second user time and 10.9446 second system time

The end

Launcher Data

Begin job on nodeC028 at 2025-06-28 20:00:32
IDJOB=4492857
IDBENCH=147830
IDSOLVER=3328
FILE ID=nodeC028/4492857-1751133632
RUNJOBID= nodeC028-1751133631-11596
SLURM_JOB_ID= 9587428
Free space on /tmp= 433000 MiB

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

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

MD5SUM BENCH= 3bf41b9d4e0f7236fbe06f13f097e4ef
RANDOM SEED=130135792

nodeC028 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		: 3600.538
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	: 7000.16
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		: 3600.109
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	: 7000.16
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		: 3601.319
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	: 7000.16
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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

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


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        130227216 kB
MemAvailable:   129831696 kB
Buffers:            3280 kB
Cached:           400164 kB
SwapCached:            0 kB
Active:           291868 kB
Inactive:         194748 kB
Active(anon):     101252 kB
Inactive(anon):        0 kB
Active(file):     190616 kB
Inactive(file):   194748 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             78972 kB
Writeback:             0 kB
AnonPages:         86652 kB
Mapped:           105968 kB
Shmem:             18068 kB
KReclaimable:      58948 kB
Slab:             134612 kB
SReclaimable:      58948 kB
SUnreclaim:        75664 kB
KernelStack:        4080 kB
PageTables:         2912 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:     403228 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150504 kB
VmallocChunk:          0 kB
Percpu:             3712 kB
HardwareCorrupted:     0 kB
AnonHugePages:     16384 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:      197332 kB
DirectMap2M:     7962624 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 432992 MiB
End job on nodeC028 at 2025-06-28 20:36:50