Trace number 4548031

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-07-23UNSAT 1497.52 1501.61

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/
even-colouring/ec-stargrid-05_shuffle/normalized-ec_stargrid_05_021.shuf-2.opb
MD5SUMd64fc744c65ccc2a81826d21c62acb02
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.326574
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables421
Total number of constraints212
Number of constraints which are clauses2
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints210
Minimum length of a constraint2
Maximum length of a constraint8
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 11
Number of bits of the biggest sum of numbers4
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

1497.41/1501.58	c Exit code from Second Program: 20
1497.50/1501.60	c #vars 421 #constraints 212 0.503563 1
1497.50/1501.60	c intsize: 4
1497.50/1501.60	c 212 constraints
1497.50/1501.60	c Finish cloning data from SAT to LS
1497.50/1501.60	c restart_num_ls  -100000 0
1497.50/1501.60	c Use LS-small
1497.50/1501.60	c restart_num_ls  0 1564
1497.50/1501.60	c LS 90 85
1497.50/1501.60	c Use LS-small
1497.50/1501.60	c restart_num_ls  1564 2071
1497.50/1501.60	c LS 80 60
1497.50/1501.60	c Use LS-small
1497.50/1501.60	c restart_num_ls  2071 2585
1497.50/1501.60	c LS 70 57
1497.50/1501.60	c Use LS-small
1497.50/1501.60	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 (61972 MiB free)
  memory of node 1: 64465 MiB (63172 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4548031-1753273767/watcher-4548031-1753273767 -o /tmp/evaluation-result-4548031-1753273767/solver-4548031-1753273767 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC016-1753272569-203140 --watchdog 3760 ./Hybrid-CASHWMaxSATDisjComS+SynLSCD HOME/instance-4548031-1753273767.opb 3600 HOME 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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=203663, runsolver pid=203660

[startup+0.100061 s]*
/proc/loadavg: 4.10 4.04 3.17 5/272 203667
/proc/meminfo: memFree=128147780/131250000 swapFree=33010160/33010684
[pid=203663] ppid=203660 vsize=4324 memory=3072 CPUtime=0 cores=0,2
/proc/203663/stat : 203663 (Hybrid-CASHWMax) S 203660 203663 203123 0 -1 4194304 248 104 0 0 0 0 0 0 20 0 1 0 243054287 4427776 768 18446744073709551615 94336520347648 94336521242181 140723594874352 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94336521481232 94336521528976 94336538890240 140723594881365 140723594881519 140723594881519 140723594887123 0
/proc/203663/statm: 1081 768 704 219 0 143 0
[pid=203666] ppid=203663 vsize=2660 memory=1280 CPUtime=0 cores=0,2
/proc/203666/stat : 203666 (timeout) S 203663 203666 203123 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 243054288 2723840 320 18446744073709551615 94429169958912 94429169975425 140721826679360 0 0 0 0 3145728 90119 1 0 0 17 2 0 0 0 0 0 94429169990192 94429169992280 94429182504960 140721826683294 140721826683424 140721826683424 140721826688999 0
/proc/203666/statm: 665 320 320 5 0 90 0
[pid=203667] ppid=203666 vsize=22500 memory=7956 CPUtime=0.08 cores=0,2
/proc/203667/stat : 203667 (CASHWMaxSAT-Dis) R 203666 203666 203123 0 -1 4194304 1469 0 0 0 8 0 0 0 20 0 1 0 243054289 23040000 1989 18446744073709551615 4198400 14093885 140721417248560 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 15976432 16051504 46460928 140721417251236 140721417251353 140721417251353 140721417256928 0
/proc/203667/statm: 5625 1989 800 2416 0 2727 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 29484 KiB
Current children cumulated memory: 12308 KiB

[startup+0.205779 s]*
/proc/loadavg: 4.10 4.04 3.17 5/272 203667
/proc/meminfo: memFree=128144000/131250000 swapFree=33010160/33010684
[pid=203663] ppid=203660 vsize=4324 memory=3072 CPUtime=0 cores=0,2
/proc/203663/stat : 203663 (Hybrid-CASHWMax) S 203660 203663 203123 0 -1 4194304 248 104 0 0 0 0 0 0 20 0 1 0 243054287 4427776 768 18446744073709551615 94336520347648 94336521242181 140723594874352 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94336521481232 94336521528976 94336538890240 140723594881365 140723594881519 140723594881519 140723594887123 0
/proc/203663/statm: 1081 768 704 219 0 143 0
[pid=203666] ppid=203663 vsize=2660 memory=1280 CPUtime=0 cores=0,2
/proc/203666/stat : 203666 (timeout) S 203663 203666 203123 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 243054288 2723840 320 18446744073709551615 94429169958912 94429169975425 140721826679360 0 0 0 0 3145728 90119 1 0 0 17 2 0 0 0 0 0 94429169990192 94429169992280 94429182504960 140721826683294 140721826683424 140721826683424 140721826688999 0
/proc/203666/statm: 665 320 320 5 0 90 0
[pid=203667] ppid=203666 vsize=25176 memory=10516 CPUtime=0.19 cores=0,2
/proc/203667/stat : 203667 (CASHWMaxSAT-Dis) R 203666 203666 203123 0 -1 4194304 2086 0 0 0 19 0 0 0 20 0 1 0 243054289 25780224 2629 18446744073709551615 4198400 14093885 140721417248560 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 15976432 16051504 46460928 140721417251236 140721417251353 140721417251353 140721417256928 0
/proc/203667/statm: 6294 2629 800 2416 0 3396 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 32160 KiB
Current children cumulated memory: 14868 KiB

[startup+0.305723 s]*
/proc/loadavg: 4.10 4.04 3.17 5/272 203667
/proc/meminfo: memFree=128139968/131250000 swapFree=33010160/33010684
[pid=203663] ppid=203660 vsize=4324 memory=3072 CPUtime=0 cores=0,2
/proc/203663/stat : 203663 (Hybrid-CASHWMax) S 203660 203663 203123 0 -1 4194304 248 104 0 0 0 0 0 0 20 0 1 0 243054287 4427776 768 18446744073709551615 94336520347648 94336521242181 140723594874352 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94336521481232 94336521528976 94336538890240 140723594881365 140723594881519 140723594881519 140723594887123 0
/proc/203663/statm: 1081 768 704 219 0 143 0
[pid=203666] ppid=203663 vsize=2660 memory=1280 CPUtime=0 cores=0,2
/proc/203666/stat : 203666 (timeout) S 203663 203666 203123 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 243054288 2723840 320 18446744073709551615 94429169958912 94429169975425 140721826679360 0 0 0 0 3145728 90119 1 0 0 17 2 0 0 0 0 0 94429169990192 94429169992280 94429182504960 140721826683294 140721826683424 140721826683424 140721826688999 0
/proc/203666/statm: 665 320 320 5 0 90 0
[pid=203667] ppid=203666 vsize=26852 memory=12820 CPUtime=0.28 cores=0,2
/proc/203667/stat : 203667 (CASHWMaxSAT-Dis) R 203666 203666 203123 0 -1 4194304 2663 0 0 0 28 0 0 0 20 0 1 0 243054289 27496448 3205 18446744073709551615 4198400 14093885 140721417248560 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 15976432 16051504 46460928 140721417251236 140721417251353 140721417251353 140721417256928 0
/proc/203667/statm: 6713 3205 800 2416 0 3815 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 33836 KiB
Current children cumulated memory: 17172 KiB

[startup+0.700214 s]
/proc/loadavg: 4.10 4.04 3.17 5/272 203667
/proc/meminfo: memFree=128131904/131250000 swapFree=33010160/33010684
[pid=203663] ppid=203660 vsize=4324 memory=3072 CPUtime=0 cores=0,2
/proc/203663/stat : 203663 (Hybrid-CASHWMax) S 203660 203663 203123 0 -1 4194304 248 104 0 0 0 0 0 0 20 0 1 0 243054287 4427776 768 18446744073709551615 94336520347648 94336521242181 140723594874352 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94336521481232 94336521528976 94336538890240 140723594881365 140723594881519 140723594881519 140723594887123 0
/proc/203663/statm: 1081 768 704 219 0 143 0
[pid=203666] ppid=203663 vsize=2660 memory=1280 CPUtime=0 cores=0,2
/proc/203666/stat : 203666 (timeout) S 203663 203666 203123 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 243054288 2723840 320 18446744073709551615 94429169958912 94429169975425 140721826679360 0 0 0 0 3145728 90119 1 0 0 17 2 0 0 0 0 0 94429169990192 94429169992280 94429182504960 140721826683294 140721826683424 140721826683424 140721826688999 0
/proc/203666/statm: 665 320 320 5 0 90 0
[pid=203667] ppid=203666 vsize=30744 memory=16020 CPUtime=0.67 cores=0,2
/proc/203667/stat : 203667 (CASHWMaxSAT-Dis) R 203666 203666 203123 0 -1 4194304 3480 0 0 0 67 0 0 0 20 0 1 0 243054289 31481856 4005 18446744073709551615 4198400 14093885 140721417248560 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 15976432 16051504 46460928 140721417251236 140721417251353 140721417251353 140721417256928 0
/proc/203667/statm: 7686 4005 800 2416 0 4788 0
Current children cumulated CPU time: 0.67 s
Current children cumulated vsize: 37728 KiB
Current children cumulated memory: 20372 KiB

[startup+1.5002 s]
/proc/loadavg: 4.10 4.04 3.17 5/272 203669
/proc/meminfo: memFree=128351048/131250000 swapFree=33010160/33010684
[pid=203663] ppid=203660 vsize=4324 memory=3072 CPUtime=0 cores=0,2
/proc/203663/stat : 203663 (Hybrid-CASHWMax) S 203660 203663 203123 0 -1 4194304 248 104 0 0 0 0 0 0 20 0 1 0 243054287 4427776 768 18446744073709551615 94336520347648 94336521242181 140723594874352 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94336521481232 94336521528976 94336538890240 140723594881365 140723594881519 140723594881519 140723594887123 0
/proc/203663/statm: 1081 768 704 219 0 143 0
[pid=203666] ppid=203663 vsize=2660 memory=1280 CPUtime=0 cores=0,2
/proc/203666/stat : 203666 (timeout) S 203663 203666 203123 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 243054288 2723840 320 18446744073709551615 94429169958912 94429169975425 140721826679360 0 0 0 0 3145728 90119 1 0 0 17 2 0 0 0 0 0 94429169990192 94429169992280 94429182504960 140721826683294 140721826683424 140721826683424 140721826688999 0
/proc/203666/statm: 665 320 320 5 0 90 0
[pid=203667] ppid=203666 vsize=30744 memory=16532 CPUtime=1.47 cores=0,2
/proc/203667/stat : 203667 (CASHWMaxSAT-Dis) R 203666 203666 203123 0 -1 4194304 3613 0 0 0 147 0 0 0 20 0 1 0 243054289 31481856 4133 18446744073709551615 4198400 14093885 140721417248560 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 15976432 16051504 46460928 140721417251236 140721417251353 140721417251353 140721417256928 0
/proc/203667/statm: 7686 4133 800 2416 0 4788 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 37728 KiB
Current children cumulated memory: 20884 KiB

[startup+3.10541 s]
/proc/loadavg: 4.10 4.04 3.17 4/266 203686
/proc/meminfo: memFree=128351576/131250000 swapFree=33010160/33010684
[pid=203663] ppid=203660 vsize=4324 memory=3072 CPUtime=0 cores=0,2
/proc/203663/stat : 203663 (Hybrid-CASHWMax) S 203660 203663 203123 0 -1 4194304 248 104 0 0 0 0 0 0 20 0 1 0 243054287 4427776 768 18446744073709551615 94336520347648 94336521242181 140723594874352 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94336521481232 94336521528976 94336538890240 140723594881365 140723594881519 140723594881519 140723594887123 0
/proc/203663/statm: 1081 768 704 219 0 143 0
[pid=203666] ppid=203663 vsize=2660 memory=1280 CPUtime=0 cores=0,2
/proc/203666/stat : 203666 (timeout) S 203663 203666 203123 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 243054288 2723840 320 18446744073709551615 94429169958912 94429169975425 140721826679360 0 0 0 0 3145728 90119 1 0 0 17 2 0 0 0 0 0 94429169990192 94429169992280 94429182504960 140721826683294 140721826683424 140721826683424 140721826688999 0
/proc/203666/statm: 665 320 320 5 0 90 0
[pid=203667] ppid=203666 vsize=39680 memory=25596 CPUtime=3.07 cores=0,2
/proc/203667/stat : 203667 (CASHWMaxSAT-Dis) R 203666 203666 203123 0 -1 4194304 4945 0 0 0 306 1 0 0 20 0 1 0 243054289 40632320 6399 18446744073709551615 4198400 14093885 140721417248560 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 15976432 16051504 46460928 140721417251236 140721417251353 140721417251353 140721417256928 0
/proc/203667/statm: 9920 6399 800 2416 0 7022 0
Current children cumulated CPU time: 3.07 s
Current children cumulated vsize: 46664 KiB
Current children cumulated memory: 29948 KiB

[startup+6.30018 s]
/proc/loadavg: 4.02 4.02 3.17 5/272 203724
/proc/meminfo: memFree=128346060/131250000 swapFree=33010160/33010684
[pid=203663] ppid=203660 vsize=4324 memory=3072 CPUtime=0 cores=0,2
/proc/203663/stat : 203663 (Hybrid-CASHWMax) S 203660 203663 203123 0 -1 4194304 248 104 0 0 0 0 0 0 20 0 1 0 243054287 4427776 768 18446744073709551615 94336520347648 94336521242181 140723594874352 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94336521481232 94336521528976 94336538890240 140723594881365 140723594881519 140723594881519 140723594887123 0
/proc/203663/statm: 1081 768 704 219 0 143 0
[pid=203666] ppid=203663 vsize=2660 memory=1280 CPUtime=0 cores=0,2
/proc/203666/stat : 203666 (timeout) S 203663 203666 203123 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 243054288 2723840 320 18446744073709551615 94429169958912 94429169975425 140721826679360 0 0 0 0 3145728 90119 1 0 0 17 2 0 0 0 0 0 94429169990192 94429169992280 94429182504960 140721826683294 140721826683424 140721826683424 140721826688999 0
/proc/203666/statm: 665 320 320 5 0 90 0
[pid=203667] ppid=203666 vsize=44820 memory=30772 CPUtime=6.26 cores=0,2
/proc/203667/stat : 203667 (CASHWMaxSAT-Dis) R 203666 203666 203123 0 -1 4194304 5239 0 0 0 625 1 0 0 20 0 1 0 243054289 45895680 7693 18446744073709551615 4198400 14093885 140721417248560 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 15976432 16051504 46460928 140721417251236 140721417251353 140721417251353 140721417256928 0
/proc/203667/statm: 11205 7693 800 2416 0 8307 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 51804 KiB
Current children cumulated memory: 35124 KiB

[startup+12.7002 s]
/proc/loadavg: 4.01 4.02 3.17 5/272 203724
/proc/meminfo: memFree=128338228/131250000 swapFree=33010160/33010684
[pid=203663] ppid=203660 vsize=4324 memory=3072 CPUtime=0 cores=0,2
/proc/203663/stat : 203663 (Hybrid-CASHWMax) S 203660 203663 203123 0 -1 4194304 248 104 0 0 0 0 0 0 20 0 1 0 243054287 4427776 768 18446744073709551615 94336520347648 94336521242181 140723594874352 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94336521481232 94336521528976 94336538890240 140723594881365 140723594881519 140723594881519 140723594887123 0
/proc/203663/statm: 1081 768 704 219 0 143 0
[pid=203666] ppid=203663 vsize=2660 memory=1280 CPUtime=0 cores=0,2
/proc/203666/stat : 203666 (timeout) S 203663 203666 203123 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 243054288 2723840 320 18446744073709551615 94429169958912 94429169975425 140721826679360 0 0 0 0 3145728 90119 1 0 0 17 2 0 0 0 0 0 94429169990192 94429169992280 94429182504960 140721826683294 140721826683424 140721826683424 140721826688999 0
/proc/203666/statm: 665 320 320 5 0 90 0
[pid=203667] ppid=203666 vsize=49372 memory=35340 CPUtime=12.64 cores=0,2
/proc/203667/stat : 203667 (CASHWMaxSAT-Dis) R 203666 203666 203123 0 -1 4194304 5872 0 0 0 1263 1 0 0 20 0 1 0 243054289 50556928 8835 18446744073709551615 4198400 14093885 140721417248560 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 15976432 16051504 46460928 140721417251236 140721417251353 140721417251353 140721417256928 0
/proc/203667/statm: 12343 8835 800 2416 0 9445 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 56356 KiB
Current children cumulated memory: 39692 KiB

[startup+25.5002 s]
/proc/loadavg: 4.09 4.04 3.19 5/272 203724
/proc/meminfo: memFree=128295232/131250000 swapFree=33010160/33010684
[pid=203663] ppid=203660 vsize=4324 memory=3072 CPUtime=0 cores=0,2
/proc/203663/stat : 203663 (Hybrid-CASHWMax) S 203660 203663 203123 0 -1 4194304 248 104 0 0 0 0 0 0 20 0 1 0 243054287 4427776 768 18446744073709551615 94336520347648 94336521242181 140723594874352 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94336521481232 94336521528976 94336538890240 140723594881365 140723594881519 140723594881519 140723594887123 0
/proc/203663/statm: 1081 768 704 219 0 143 0
[pid=203666] ppid=203663 vsize=2660 memory=1280 CPUtime=0 cores=0,2
/proc/203666/stat : 203666 (timeout) S 203663 203666 203123 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 243054288 2723840 320 18446744073709551615 94429169958912 94429169975425 140721826679360 0 0 0 0 3145728 90119 1 0 0 17 2 0 0 0 0 0 94429169990192 94429169992280 94429182504960 140721826683294 140721826683424 140721826683424 140721826688999 0
/proc/203666/statm: 665 320 320 5 0 90 0
[pid=203667] ppid=203666 vsize=57064 memory=43064 CPUtime=25.4 cores=0,2
/proc/203667/stat : 203667 (CASHWMaxSAT-Dis) R 203666 203666 203123 0 -1 4194304 6272 0 0 0 2539 1 0 0 20 0 1 0 243054289 58433536 10766 18446744073709551615 4198400 14093885 140721417248560 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 15976432 16051504 46460928 140721417251236 140721417251353 140721417251353 140721417256928 0
/proc/203667/statm: 14266 10766 800 2416 0 11368 0
Current children cumulated CPU time: 25.4 s
Current children cumulated vsize: 64048 KiB
Current children cumulated memory: 47416 KiB

[startup+51.1048 s]
/proc/loadavg: 4.06 4.03 3.21 5/271 203725
/proc/meminfo: memFree=128269384/131250000 swapFree=33010160/33010684
[pid=203663] ppid=203660 vsize=4324 memory=3072 CPUtime=0 cores=0,2
/proc/203663/stat : 203663 (Hybrid-CASHWMax) S 203660 203663 203123 0 -1 4194304 248 104 0 0 0 0 0 0 20 0 1 0 243054287 4427776 768 18446744073709551615 94336520347648 94336521242181 140723594874352 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94336521481232 94336521528976 94336538890240 140723594881365 140723594881519 140723594881519 140723594887123 0
/proc/203663/statm: 1081 768 704 219 0 143 0
[pid=203666] ppid=203663 vsize=2660 memory=1280 CPUtime=0 cores=0,2
/proc/203666/stat : 203666 (timeout) S 203663 203666 203123 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 243054288 2723840 320 18446744073709551615 94429169958912 94429169975425 140721826679360 0 0 0 0 3145728 90119 1 0 0 17 2 0 0 0 0 0 94429169990192 94429169992280 94429182504960 140721826683294 140721826683424 140721826683424 140721826688999 0
/proc/203666/statm: 665 320 320 5 0 90 0
[pid=203667] ppid=203666 vsize=64360 memory=50260 CPUtime=50.94 cores=0,2
/proc/203667/stat : 203667 (CASHWMaxSAT-Dis) R 203666 203666 203123 0 -1 4194304 7525 0 0 0 5092 2 0 0 20 0 1 0 243054289 65904640 12565 18446744073709551615 4198400 14093885 140721417248560 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 15976432 16051504 46460928 140721417251236 140721417251353 140721417251353 140721417256928 0
/proc/203667/statm: 16090 12565 800 2416 0 13192 0
Current children cumulated CPU time: 50.94 s
Current children cumulated vsize: 71344 KiB
Current children cumulated memory: 54612 KiB

[startup+102.3 s]
/proc/loadavg: 4.02 4.03 3.26 5/272 203734
/proc/meminfo: memFree=128184300/131250000 swapFree=33010160/33010684
[pid=203663] ppid=203660 vsize=4324 memory=3072 CPUtime=0 cores=0,2
/proc/203663/stat : 203663 (Hybrid-CASHWMax) S 203660 203663 203123 0 -1 4194304 248 104 0 0 0 0 0 0 20 0 1 0 243054287 4427776 768 18446744073709551615 94336520347648 94336521242181 140723594874352 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94336521481232 94336521528976 94336538890240 140723594881365 140723594881519 140723594881519 140723594887123 0
/proc/203663/statm: 1081 768 704 219 0 143 0
[pid=203666] ppid=203663 vsize=2660 memory=1280 CPUtime=0 cores=0,2

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

/proc/203663/statm: 1081 768 704 219 0 143 0
[pid=203792] ppid=203663 vsize=2660 memory=1280 CPUtime=0 cores=0,2
/proc/203792/stat : 203792 (timeout) S 203663 203792 203123 0 -1 4194304 108 0 0 0 0 0 0 0 20 0 1 0 243174089 2723840 320 18446744073709551615 94202379915264 94202379931777 140724067598160 0 0 0 0 3145728 90119 1 0 0 17 0 0 0 0 0 0 94202379946544 94202379948632 94202392911872 140724067600774 140724067600928 140724067600928 140724067606503 0
/proc/203792/statm: 665 320 320 5 0 90 0
[pid=203793] ppid=203792 vsize=98608 memory=42508 CPUtime=163.85 cores=0,2
/proc/203793/stat : 203793 (SynLSCD) R 203792 203792 203123 0 -1 4194304 10947 0 0 0 15996 389 0 0 20 0 1 0 243174090 100974592 10627 18446744073709551615 94336964661248 94336967095849 140731620216032 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94336967576824 94336967609856 94336972169216 140731620219296 140731620219431 140731620219431 140731620225006 0
/proc/203793/statm: 24652 10627 2496 595 0 9319 0
Current children cumulated CPU time: 1358.57 s
Current children cumulated vsize: 105592 KiB
Current children cumulated memory: 46860 KiB

[startup+1422.3 s]
/proc/loadavg: 4.10 4.09 3.93 5/273 203811
/proc/meminfo: memFree=128366612/131250000 swapFree=33010160/33010684
[pid=203663] ppid=203660 vsize=4324 memory=3072 CPUtime=1194.72 cores=0,2
/proc/203663/stat : 203663 (Hybrid-CASHWMax) S 203660 203663 203123 0 -1 4194304 283 25535 0 0 0 0 119456 16 20 0 1 0 243054287 4427776 768 18446744073709551615 94336520347648 94336521242181 140723594874352 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94336521481232 94336521528976 94336538890240 140723594881365 140723594881519 140723594881519 140723594887123 0
/proc/203663/statm: 1081 768 704 219 0 143 0
[pid=203792] ppid=203663 vsize=2660 memory=1280 CPUtime=0 cores=0,2
/proc/203792/stat : 203792 (timeout) S 203663 203792 203123 0 -1 4194304 108 0 0 0 0 0 0 0 20 0 1 0 243174089 2723840 320 18446744073709551615 94202379915264 94202379931777 140724067598160 0 0 0 0 3145728 90119 1 0 0 17 0 0 0 0 0 0 94202379946544 94202379948632 94202392911872 140724067600774 140724067600928 140724067600928 140724067606503 0
/proc/203792/statm: 665 320 320 5 0 90 0
[pid=203793] ppid=203792 vsize=102064 memory=46676 CPUtime=223.69 cores=0,2
/proc/203793/stat : 203793 (SynLSCD) R 203792 203792 203123 0 -1 4194304 14488 0 0 0 21873 496 0 0 20 0 1 0 243174090 104513536 11669 18446744073709551615 94336964661248 94336967095849 140731620216032 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94336967576824 94336967609856 94336972169216 140731620219296 140731620219431 140731620219431 140731620225006 0
/proc/203793/statm: 25516 11669 2496 595 0 10183 0
Current children cumulated CPU time: 1418.41 s
Current children cumulated vsize: 109048 KiB
Current children cumulated memory: 51028 KiB

[startup+1482.3 s]
/proc/loadavg: 4.08 4.09 3.94 5/273 203813
/proc/meminfo: memFree=128367272/131250000 swapFree=33010160/33010684
[pid=203663] ppid=203660 vsize=4324 memory=3072 CPUtime=1194.72 cores=0,2
/proc/203663/stat : 203663 (Hybrid-CASHWMax) S 203660 203663 203123 0 -1 4194304 283 25535 0 0 0 0 119456 16 20 0 1 0 243054287 4427776 768 18446744073709551615 94336520347648 94336521242181 140723594874352 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94336521481232 94336521528976 94336538890240 140723594881365 140723594881519 140723594881519 140723594887123 0
/proc/203663/statm: 1081 768 704 219 0 143 0
[pid=203792] ppid=203663 vsize=2660 memory=1280 CPUtime=0 cores=0,2
/proc/203792/stat : 203792 (timeout) S 203663 203792 203123 0 -1 4194304 108 0 0 0 0 0 0 0 20 0 1 0 243174089 2723840 320 18446744073709551615 94202379915264 94202379931777 140724067598160 0 0 0 0 3145728 90119 1 0 0 17 0 0 0 0 0 0 94202379946544 94202379948632 94202392911872 140724067600774 140724067600928 140724067600928 140724067606503 0
/proc/203792/statm: 665 320 320 5 0 90 0
[pid=203793] ppid=203792 vsize=102640 memory=47208 CPUtime=283.53 cores=0,2
/proc/203793/stat : 203793 (SynLSCD) R 203792 203792 203123 0 -1 4194304 17136 0 0 0 27688 665 0 0 20 0 1 0 243174090 105103360 11802 18446744073709551615 94336964661248 94336967095849 140731620216032 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94336967576824 94336967609856 94336972169216 140731620219296 140731620219431 140731620219431 140731620225006 0
/proc/203793/statm: 25660 11802 2496 595 0 10327 0
Current children cumulated CPU time: 1478.25 s
Current children cumulated vsize: 109624 KiB
Current children cumulated memory: 51560 KiB

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

# cumulated CPU time of all completed processes:  user=1489.77 s, system=7.7521 s

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

[startup+1484.8 s]
/proc/loadavg: 4.15 4.10 3.95 5/273 203813
/proc/meminfo: memFree=128367272/131250000 swapFree=33010160/33010684
[pid=203663] ppid=203660 vsize=4324 memory=3072 CPUtime=1194.72 cores=0,2
/proc/203663/stat : 203663 (Hybrid-CASHWMax) S 203660 203663 203123 0 -1 4194304 283 25535 0 0 0 0 119456 16 20 0 1 0 243054287 4427776 768 18446744073709551615 94336520347648 94336521242181 140723594874352 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94336521481232 94336521528976 94336538890240 140723594881365 140723594881519 140723594881519 140723594887123 0
/proc/203663/statm: 1081 768 704 219 0 143 0
[pid=203792] ppid=203663 vsize=2660 memory=1280 CPUtime=0 cores=0,2
/proc/203792/stat : 203792 (timeout) S 203663 203792 203123 0 -1 4194304 108 0 0 0 0 0 0 0 20 0 1 0 243174089 2723840 320 18446744073709551615 94202379915264 94202379931777 140724067598160 0 0 0 0 3145728 90119 1 0 0 17 0 0 0 0 0 0 94202379946544 94202379948632 94202392911872 140724067600774 140724067600928 140724067600928 140724067606503 0
/proc/203792/statm: 665 320 320 5 0 90 0
[pid=203793] ppid=203792 vsize=102640 memory=47208 CPUtime=286.03 cores=0,2
/proc/203793/stat : 203793 (SynLSCD) R 203792 203792 203123 0 -1 4194304 17136 0 0 0 27912 691 0 0 20 0 1 0 243174090 105103360 11802 18446744073709551615 94336964661248 94336967095849 140731620216032 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94336967576824 94336967609856 94336972169216 140731620219296 140731620219431 140731620219431 140731620225006 0
/proc/203793/statm: 25660 11802 2496 595 0 10327 0
Current children cumulated CPU time: 1480.75 s
Current children cumulated vsize: 109624 KiB
Current children cumulated memory: 51560 KiB

[startup+1491.2 s]
/proc/loadavg: 4.14 4.10 3.95 5/273 203813
/proc/meminfo: memFree=128366264/131250000 swapFree=33010160/33010684
[pid=203663] ppid=203660 vsize=4324 memory=3072 CPUtime=1194.72 cores=0,2
/proc/203663/stat : 203663 (Hybrid-CASHWMax) S 203660 203663 203123 0 -1 4194304 283 25535 0 0 0 0 119456 16 20 0 1 0 243054287 4427776 768 18446744073709551615 94336520347648 94336521242181 140723594874352 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94336521481232 94336521528976 94336538890240 140723594881365 140723594881519 140723594881519 140723594887123 0
/proc/203663/statm: 1081 768 704 219 0 143 0
[pid=203792] ppid=203663 vsize=2660 memory=1280 CPUtime=0 cores=0,2
/proc/203792/stat : 203792 (timeout) S 203663 203792 203123 0 -1 4194304 108 0 0 0 0 0 0 0 20 0 1 0 243174089 2723840 320 18446744073709551615 94202379915264 94202379931777 140724067598160 0 0 0 0 3145728 90119 1 0 0 17 0 0 0 0 0 0 94202379946544 94202379948632 94202392911872 140724067600774 140724067600928 140724067600928 140724067606503 0
/proc/203792/statm: 665 320 320 5 0 90 0
[pid=203793] ppid=203792 vsize=102640 memory=47208 CPUtime=292.41 cores=0,2
/proc/203793/stat : 203793 (SynLSCD) R 203792 203792 203123 0 -1 4194304 17236 0 0 0 28494 747 0 0 20 0 1 0 243174090 105103360 11802 18446744073709551615 94336964661248 94336967095849 140731620216032 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94336967576824 94336967609856 94336972169216 140731620219296 140731620219431 140731620219431 140731620225006 0
/proc/203793/statm: 25660 11802 2496 595 0 10327 0
Current children cumulated CPU time: 1487.13 s
Current children cumulated vsize: 109624 KiB
Current children cumulated memory: 51560 KiB

[startup+1497.6 s]
/proc/loadavg: 4.13 4.10 3.95 5/273 203813
/proc/meminfo: memFree=128366012/131250000 swapFree=33010160/33010684
[pid=203663] ppid=203660 vsize=4324 memory=3072 CPUtime=1194.72 cores=0,2
/proc/203663/stat : 203663 (Hybrid-CASHWMax) S 203660 203663 203123 0 -1 4194304 283 25535 0 0 0 0 119456 16 20 0 1 0 243054287 4427776 768 18446744073709551615 94336520347648 94336521242181 140723594874352 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94336521481232 94336521528976 94336538890240 140723594881365 140723594881519 140723594881519 140723594887123 0
/proc/203663/statm: 1081 768 704 219 0 143 0
[pid=203792] ppid=203663 vsize=2660 memory=1280 CPUtime=0 cores=0,2
/proc/203792/stat : 203792 (timeout) S 203663 203792 203123 0 -1 4194304 108 0 0 0 0 0 0 0 20 0 1 0 243174089 2723840 320 18446744073709551615 94202379915264 94202379931777 140724067598160 0 0 0 0 3145728 90119 1 0 0 17 0 0 0 0 0 0 94202379946544 94202379948632 94202392911872 140724067600774 140724067600928 140724067600928 140724067606503 0
/proc/203792/statm: 665 320 320 5 0 90 0
[pid=203793] ppid=203792 vsize=102640 memory=47208 CPUtime=298.8 cores=0,2
/proc/203793/stat : 203793 (SynLSCD) R 203792 203792 203123 0 -1 4194304 17537 0 0 0 29127 753 0 0 20 0 1 0 243174090 105103360 11802 18446744073709551615 94336964661248 94336967095849 140731620216032 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94336967576824 94336967609856 94336972169216 140731620219296 140731620219431 140731620219431 140731620225006 0
/proc/203793/statm: 25660 11802 2496 595 0 10327 0
Current children cumulated CPU time: 1493.52 s
Current children cumulated vsize: 109624 KiB
Current children cumulated memory: 51560 KiB

[startup+1499.2 s]
/proc/loadavg: 4.12 4.10 3.95 5/273 203813
/proc/meminfo: memFree=128366012/131250000 swapFree=33010160/33010684
[pid=203663] ppid=203660 vsize=4324 memory=3072 CPUtime=1194.72 cores=0,2
/proc/203663/stat : 203663 (Hybrid-CASHWMax) S 203660 203663 203123 0 -1 4194304 283 25535 0 0 0 0 119456 16 20 0 1 0 243054287 4427776 768 18446744073709551615 94336520347648 94336521242181 140723594874352 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94336521481232 94336521528976 94336538890240 140723594881365 140723594881519 140723594881519 140723594887123 0
/proc/203663/statm: 1081 768 704 219 0 143 0
[pid=203792] ppid=203663 vsize=2660 memory=1280 CPUtime=0 cores=0,2
/proc/203792/stat : 203792 (timeout) S 203663 203792 203123 0 -1 4194304 108 0 0 0 0 0 0 0 20 0 1 0 243174089 2723840 320 18446744073709551615 94202379915264 94202379931777 140724067598160 0 0 0 0 3145728 90119 1 0 0 17 0 0 0 0 0 0 94202379946544 94202379948632 94202392911872 140724067600774 140724067600928 140724067600928 140724067606503 0
/proc/203792/statm: 665 320 320 5 0 90 0
[pid=203793] ppid=203792 vsize=102640 memory=47208 CPUtime=300.39 cores=0,2
/proc/203793/stat : 203793 (SynLSCD) R 203792 203792 203123 0 -1 4194304 17637 0 0 0 29285 754 0 0 20 0 1 0 243174090 105103360 11802 18446744073709551615 94336964661248 94336967095849 140731620216032 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94336967576824 94336967609856 94336972169216 140731620219296 140731620219431 140731620219431 140731620225006 0
/proc/203793/statm: 25660 11802 2496 595 0 10327 0
Current children cumulated CPU time: 1495.11 s
Current children cumulated vsize: 109624 KiB
Current children cumulated memory: 51560 KiB

[startup+1500.8 s]
/proc/loadavg: 4.12 4.10 3.95 5/273 203813
/proc/meminfo: memFree=128366012/131250000 swapFree=33010160/33010684
[pid=203663] ppid=203660 vsize=4324 memory=3072 CPUtime=1194.72 cores=0,2
/proc/203663/stat : 203663 (Hybrid-CASHWMax) S 203660 203663 203123 0 -1 4194304 283 25535 0 0 0 0 119456 16 20 0 1 0 243054287 4427776 768 18446744073709551615 94336520347648 94336521242181 140723594874352 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94336521481232 94336521528976 94336538890240 140723594881365 140723594881519 140723594881519 140723594887123 0
/proc/203663/statm: 1081 768 704 219 0 143 0
[pid=203792] ppid=203663 vsize=2660 memory=1280 CPUtime=0 cores=0,2
/proc/203792/stat : 203792 (timeout) S 203663 203792 203123 0 -1 4194304 108 0 0 0 0 0 0 0 20 0 1 0 243174089 2723840 320 18446744073709551615 94202379915264 94202379931777 140724067598160 0 0 0 0 3145728 90119 1 0 0 17 0 0 0 0 0 0 94202379946544 94202379948632 94202392911872 140724067600774 140724067600928 140724067600928 140724067606503 0
/proc/203792/statm: 665 320 320 5 0 90 0
[pid=203793] ppid=203792 vsize=102640 memory=47208 CPUtime=301.99 cores=0,2
/proc/203793/stat : 203793 (SynLSCD) R 203792 203792 203123 0 -1 4194304 17637 0 0 0 29443 756 0 0 20 0 1 0 243174090 105103360 11802 18446744073709551615 94336964661248 94336967095849 140731620216032 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94336967576824 94336967609856 94336972169216 140731620219296 140731620219431 140731620219431 140731620225006 0
/proc/203793/statm: 25660 11802 2496 595 0 10327 0
Current children cumulated CPU time: 1496.71 s
Current children cumulated vsize: 109624 KiB
Current children cumulated memory: 51560 KiB

[startup+1501.2 s]
/proc/loadavg: 4.12 4.10 3.95 5/273 203813
/proc/meminfo: memFree=128366012/131250000 swapFree=33010160/33010684
[pid=203663] ppid=203660 vsize=4324 memory=3072 CPUtime=1194.72 cores=0,2
/proc/203663/stat : 203663 (Hybrid-CASHWMax) S 203660 203663 203123 0 -1 4194304 283 25535 0 0 0 0 119456 16 20 0 1 0 243054287 4427776 768 18446744073709551615 94336520347648 94336521242181 140723594874352 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94336521481232 94336521528976 94336538890240 140723594881365 140723594881519 140723594881519 140723594887123 0
/proc/203663/statm: 1081 768 704 219 0 143 0
[pid=203792] ppid=203663 vsize=2660 memory=1280 CPUtime=0 cores=0,2
/proc/203792/stat : 203792 (timeout) S 203663 203792 203123 0 -1 4194304 108 0 0 0 0 0 0 0 20 0 1 0 243174089 2723840 320 18446744073709551615 94202379915264 94202379931777 140724067598160 0 0 0 0 3145728 90119 1 0 0 17 0 0 0 0 0 0 94202379946544 94202379948632 94202392911872 140724067600774 140724067600928 140724067600928 140724067606503 0
/proc/203792/statm: 665 320 320 5 0 90 0
[pid=203793] ppid=203792 vsize=102640 memory=47208 CPUtime=302.38 cores=0,2
/proc/203793/stat : 203793 (SynLSCD) R 203792 203792 203123 0 -1 4194304 17737 0 0 0 29482 756 0 0 20 0 1 0 243174090 105103360 11802 18446744073709551615 94336964661248 94336967095849 140731620216032 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94336967576824 94336967609856 94336972169216 140731620219296 140731620219431 140731620219431 140731620225006 0
/proc/203793/statm: 25660 11802 2496 595 0 10327 0
Current children cumulated CPU time: 1497.1 s
Current children cumulated vsize: 109624 KiB
Current children cumulated memory: 51560 KiB

[startup+1501.6 s]
/proc/loadavg: 4.12 4.10 3.95 5/273 203813
/proc/meminfo: memFree=128366012/131250000 swapFree=33010160/33010684
[pid=203663] ppid=203660 vsize=4324 memory=3072 CPUtime=1497.5 cores=0,2
/proc/203663/stat : 203663 (Hybrid-CASHWMax) S 203660 203663 203123 0 -1 4194304 374 43899 0 0 0 0 148976 774 20 0 1 0 243054287 4427776 768 18446744073709551615 94336520347648 94336521242181 140723594874352 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94336521481232 94336521528976 94336538890240 140723594881365 140723594881519 140723594881519 140723594887123 0
/proc/203663/statm: 1081 768 704 219 0 143 0
Current children cumulated CPU time: 1497.5 s
Current children cumulated vsize: 4324 KiB
Current children cumulated memory: 3072 KiB

Child status: 0

Real time (s): 1501.61
CPU time (s): 1497.52
CPU user time (s): 1489.77
CPU system time (s): 7.7521
CPU usage (%): 99.7277
Max. virtual memory (cumulated for all children) (KiB): 158004
Max. memory (cumulated for all children) (KiB): 140180

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1489.77
system time used= 7.7521
maximum resident set size= 135828
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 44603
page faults= 0
swaps= 0
block input operations= 0
block output operations= 56
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 917
involuntary context switches= 3291


# summary of solver processes directly reported to runsolver:
#   pid: 203663
#   total CPU time (s): 1497.52
#   total CPU user time (s): 1489.77
#   total CPU system time (s): 7.7521

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.10113 second user time and 6.1311 second system time

The end

Launcher Data

Begin job on nodeC016 at 2025-07-23 14:29:27
IDJOB=4548031
IDBENCH=164731
IDSOLVER=3425
FILE ID=nodeC016/4548031-1753273767
RUNJOBID= nodeC016-1753272569-203140
SLURM_JOB_ID= 9690024
Free space on /tmp= 432980 MiB

SOLVER NAME= Hybrid-CASHWMaxSATDisjComS+SynLSCD 2025-07-23
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/even-colouring/ec-stargrid-05_shuffle/normalized-ec_stargrid_05_021.shuf-2.opb
COMMAND LINE= ./Hybrid-CASHWMaxSATDisjComS+SynLSCD BENCHNAME TIMEOUT TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4548031-1753273767/watcher-4548031-1753273767 -o /tmp/evaluation-result-4548031-1753273767/solver-4548031-1753273767 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC016-1753272569-203140 --watchdog 3760  ./Hybrid-CASHWMaxSATDisjComS+SynLSCD HOME/instance-4548031-1753273767.opb 3600 HOME

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

MD5SUM BENCH= d64fc744c65ccc2a81826d21c62acb02
RANDOM SEED=968735766

nodeC016 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.716
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.48
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.733
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.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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

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


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        128148032 kB
MemAvailable:   129264244 kB
Buffers:            2144 kB
Cached:          1830660 kB
SwapCached:           24 kB
Active:          1688200 kB
Inactive:         593760 kB
Active(anon):     473288 kB
Inactive(anon):     2108 kB
Active(file):    1214912 kB
Inactive(file):   591652 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010160 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             16540 kB
Writeback:             0 kB
AnonPages:        449476 kB
Mapped:           118628 kB
Shmem:             26240 kB
KReclaimable:     297772 kB
Slab:             397052 kB
SReclaimable:     297772 kB
SUnreclaim:        99280 kB
KernelStack:        4352 kB
PageTables:         4072 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:     814528 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150696 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:    348160 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:      201428 kB
DirectMap2M:     7958528 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 432960 MiB
End job on nodeC016 at 2025-07-23 14:54:29