Trace number 4449944

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 NameAnswerobjective functionCPU timeWall clock time
Hybrid-LSMabSP+Exact 2024-07-11SAT4 3584.41 3596.02

General information on the benchmark

NamePB24/normalized-PB24/OPT-LIN/ihalainen/PBO-clique-coloring/
normalized-clique-coloring-max-clique-n=9-t=5.opb
MD5SUMe8bf5f7be237686d5dd1c770609b55cb
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark4
Best CPU time to get the best result obtained on this benchmark9.75417
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables171
Total number of constraints2799
Number of constraints which are clauses2790
Number of constraints which are cardinality constraints (but not clauses)9
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint3
Maximum length of a constraint10
Number of terms in the objective function 9
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 9
Number of bits of the sum of numbers in the objective function 4
Biggest number in a constraint 2
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

3584.37/3596.02	c Filename:instance-4449944-1722992783.opb, Cutoff_time:1798, memory_limit_gb:29976
3584.37/3596.02	c Use Presolve
3584.37/3596.02	c Parse finsih
3584.37/3596.02	c Start Presolve
3584.37/3596.02	c After Reduce Vars: 171 Clauses: 2808 Top clause weight: 10 Hard Clauses: 2799
3584.37/3596.02	c Use LS-small
3584.37/3596.02	c Use postsolve
3584.37/3596.02	o 4
3584.37/3596.02	s SATISFIABLE
3584.37/3596.02	c Use postsolve
3584.37/3596.02	v -x37 x38 x39 -x40 -x41 x42 -x43 x44 -x45 -x46 -x55 -x64 -x73 -x82 -x91 -x100 -x109 x118 -x47 -x56 -x65 -x74 -x83 -x92 -x101 -x110 -x119 -x48 -x57 -x66 -x75 -x84 -x93 -x102 -x111 -x120 -x49 -x58 -x67 -x76 -x85 -x94 x103 -x112 -x121 x50 -x59 -x68 -x77 -x86 -x95 -x104 -x113 -x122 -x51 -x60 -x69 -x78 -x87 -x96 -x105 -x114 -x123 -x52 x61 -x70 -x79 -x88 -x97 -x106 -x115 -x124 -x53 -x62 -x71 -x80 -x89 -x98 -x107 -x116 -x125 -x54 -x63 x72 -x81 -x90 -x99 -x108 -x117 -x126 x1 x2 x3 -x4 x5 x6 x7 x8 x9 x10 x11 x12 x13 x14 x15 x16 -x17 -x18 x19 -x20 x21 -x22 x23 -x24 -x25 x26 -x27 -x28 -x29 x30 x31 -x32 x33 -x34 x35 x36 -x127 x128 -x129 -x130 -x131 -x132 -x133 x134 -x135 -x136 -x137 -x138 -x139 x140 -x141 -x142 -x143 -x144 -x145 x146 -x147 -x148 -x149 x150 x151 -x152 -x153 -x154 x155 -x156 -x157 -x158 -x159 -x160 x161 -x162 -x163 -x164 -x165 x166 x167 -x168 -x169 -x170 -x171 
3584.37/3596.02	c Done 895.65s

Verifier Data

OK	4

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: 63968 MiB (62164 MiB free)
  memory of node 1: 64473 MiB (62766 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4449944-1722992783/watcher-4449944-1722992783 -o /tmp/evaluation-result-4449944-1722992783/solver-4449944-1722992783 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC030-1722983783-353597 --watchdog 3760 --use-pty ./Hybrid-LSMabSP+Exact HOME/instance-4449944-1722992783.opb 3600 HOME 31000 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

Enforcing FSIZE limit: 104857600 KiB
Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Using a pseudo terminal to collect output from the solver
Linux 4.18.0-301.1.el8.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=359086, runsolver pid=359083

[startup+0.100932 s]*
/proc/loadavg: 4.12 4.12 4.14 5/261 359090
/proc/meminfo: memFree=127910504/131524600 swapFree=131071996/131071996
[pid=359086] ppid=359083 vsize=9932 memory=2632 CPUtime=0 cores=0,2
/proc/359086/stat : 359086 (Hybrid-LSMabSP+) S 359083 359086 353587 0 -1 4194304 233 102 0 0 0 0 0 0 20 0 1 0 65880210 10170368 658 134679101440 94411351461888 94411352541208 140735685437472 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94411354639664 94411354686852 94411387592704 140735685444588 140735685444734 140735685444734 140735685451745 0
/proc/359086/statm: 2483 658 579 264 0 134 0
[pid=359089] ppid=359086 vsize=8660 memory=980 CPUtime=0 cores=0,2
/proc/359089/stat : 359089 (timeout) S 359086 359089 353587 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 65880210 8867840 245 134679101440 94671963873280 94671963908296 140723817773664 0 0 0 0 3145728 90119 0 0 0 17 0 0 0 0 0 0 94671966005712 94671966007844 94671990087680 140723817780269 140723817780385 140723817780385 140723817787367 0
/proc/359089/statm: 2165 245 221 9 0 87 0
[pid=359090] ppid=359089 vsize=35868 memory=28824 CPUtime=0.09 cores=0,2
/proc/359090/stat : 359090 (LS-MabSP) R 359089 359089 353587 0 -1 4194304 4272 0 0 0 9 0 0 0 20 0 1 0 65880210 36728832 7206 134679101440 4194304 15467897 140720583279440 0 0 0 0 0 17410 0 0 0 17 0 0 0 0 0 0 17807032 17896208 35876864 140720583283776 140720583283879 140720583283879 140720583290861 0
/proc/359090/statm: 8967 7206 2849 2753 0 5620 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 54460 KiB
Current children cumulated memory: 32436 KiB

[startup+0.205809 s]*
/proc/loadavg: 4.12 4.12 4.14 5/261 359090
/proc/meminfo: memFree=127903820/131524600 swapFree=131071996/131071996
[pid=359086] ppid=359083 vsize=9932 memory=2632 CPUtime=0 cores=0,2
/proc/359086/stat : 359086 (Hybrid-LSMabSP+) S 359083 359086 353587 0 -1 4194304 233 102 0 0 0 0 0 0 20 0 1 0 65880210 10170368 658 134679101440 94411351461888 94411352541208 140735685437472 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94411354639664 94411354686852 94411387592704 140735685444588 140735685444734 140735685444734 140735685451745 0
/proc/359086/statm: 2483 658 579 264 0 134 0
[pid=359089] ppid=359086 vsize=8660 memory=980 CPUtime=0 cores=0,2
/proc/359089/stat : 359089 (timeout) S 359086 359089 353587 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 65880210 8867840 245 134679101440 94671963873280 94671963908296 140723817773664 0 0 0 0 3145728 90119 0 0 0 17 0 0 0 0 0 0 94671966005712 94671966007844 94671990087680 140723817780269 140723817780385 140723817780385 140723817787367 0
/proc/359089/statm: 2165 245 221 9 0 87 0
[pid=359090] ppid=359089 vsize=43068 memory=35148 CPUtime=0.19 cores=0,2
/proc/359090/stat : 359090 (LS-MabSP) R 359089 359089 353587 0 -1 4194304 6258 0 0 0 19 0 0 0 20 0 1 0 65880210 44101632 8787 134679101440 4194304 15467897 140720583279440 0 0 0 0 0 17410 0 0 0 17 0 0 0 0 0 0 17807032 17896208 35876864 140720583283776 140720583283879 140720583283879 140720583290861 0
/proc/359090/statm: 10767 8787 2849 2753 0 7420 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 61660 KiB
Current children cumulated memory: 38760 KiB

[startup+0.30576 s]*
/proc/loadavg: 4.12 4.12 4.14 5/261 359090
/proc/meminfo: memFree=127903680/131524600 swapFree=131071996/131071996
[pid=359086] ppid=359083 vsize=9932 memory=2632 CPUtime=0 cores=0,2
/proc/359086/stat : 359086 (Hybrid-LSMabSP+) S 359083 359086 353587 0 -1 4194304 233 102 0 0 0 0 0 0 20 0 1 0 65880210 10170368 658 134679101440 94411351461888 94411352541208 140735685437472 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94411354639664 94411354686852 94411387592704 140735685444588 140735685444734 140735685444734 140735685451745 0
/proc/359086/statm: 2483 658 579 264 0 134 0
[pid=359089] ppid=359086 vsize=8660 memory=980 CPUtime=0 cores=0,2
/proc/359089/stat : 359089 (timeout) S 359086 359089 353587 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 65880210 8867840 245 134679101440 94671963873280 94671963908296 140723817773664 0 0 0 0 3145728 90119 0 0 0 17 0 0 0 0 0 0 94671966005712 94671966007844 94671990087680 140723817780269 140723817780385 140723817780385 140723817787367 0
/proc/359089/statm: 2165 245 221 9 0 87 0
[pid=359090] ppid=359089 vsize=43068 memory=35148 CPUtime=0.29 cores=0,2
/proc/359090/stat : 359090 (LS-MabSP) R 359089 359089 353587 0 -1 4194304 6318 0 0 0 29 0 0 0 20 0 1 0 65880210 44101632 8787 134679101440 4194304 15467897 140720583279440 0 0 0 0 0 17410 0 0 0 17 0 0 0 0 0 0 17807032 17896208 35876864 140720583283776 140720583283879 140720583283879 140720583290861 0
/proc/359090/statm: 10767 8787 2849 2753 0 7420 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 61660 KiB
Current children cumulated memory: 38760 KiB

[startup+0.700298 s]
/proc/loadavg: 4.12 4.12 4.14 5/261 359090
/proc/meminfo: memFree=127903444/131524600 swapFree=131071996/131071996
[pid=359086] ppid=359083 vsize=9932 memory=2632 CPUtime=0 cores=0,2
/proc/359086/stat : 359086 (Hybrid-LSMabSP+) S 359083 359086 353587 0 -1 4194304 233 102 0 0 0 0 0 0 20 0 1 0 65880210 10170368 658 134679101440 94411351461888 94411352541208 140735685437472 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94411354639664 94411354686852 94411387592704 140735685444588 140735685444734 140735685444734 140735685451745 0
/proc/359086/statm: 2483 658 579 264 0 134 0
[pid=359089] ppid=359086 vsize=8660 memory=980 CPUtime=0 cores=0,2
/proc/359089/stat : 359089 (timeout) S 359086 359089 353587 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 65880210 8867840 245 134679101440 94671963873280 94671963908296 140723817773664 0 0 0 0 3145728 90119 0 0 0 17 0 0 0 0 0 0 94671966005712 94671966007844 94671990087680 140723817780269 140723817780385 140723817780385 140723817787367 0
/proc/359089/statm: 2165 245 221 9 0 87 0
[pid=359090] ppid=359089 vsize=44176 memory=36456 CPUtime=0.68 cores=0,2
/proc/359090/stat : 359090 (LS-MabSP) R 359089 359089 353587 0 -1 4194304 6608 0 0 0 68 0 0 0 20 0 1 0 65880210 45236224 9114 134679101440 4194304 15467897 140720583279440 0 0 0 0 0 17410 0 0 0 17 0 0 0 0 0 0 17807032 17896208 35876864 140720583283776 140720583283879 140720583283879 140720583290861 0
/proc/359090/statm: 11044 9114 2849 2753 0 7697 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 62768 KiB
Current children cumulated memory: 40068 KiB

[startup+1.5003 s]
/proc/loadavg: 4.12 4.12 4.14 5/261 359090
/proc/meminfo: memFree=127898928/131524600 swapFree=131071996/131071996
[pid=359086] ppid=359083 vsize=9932 memory=2632 CPUtime=0 cores=0,2
/proc/359086/stat : 359086 (Hybrid-LSMabSP+) S 359083 359086 353587 0 -1 4194304 233 102 0 0 0 0 0 0 20 0 1 0 65880210 10170368 658 134679101440 94411351461888 94411352541208 140735685437472 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94411354639664 94411354686852 94411387592704 140735685444588 140735685444734 140735685444734 140735685451745 0
/proc/359086/statm: 2483 658 579 264 0 134 0
[pid=359089] ppid=359086 vsize=8660 memory=980 CPUtime=0 cores=0,2
/proc/359089/stat : 359089 (timeout) S 359086 359089 353587 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 65880210 8867840 245 134679101440 94671963873280 94671963908296 140723817773664 0 0 0 0 3145728 90119 0 0 0 17 0 0 0 0 0 0 94671966005712 94671966007844 94671990087680 140723817780269 140723817780385 140723817780385 140723817787367 0
/proc/359089/statm: 2165 245 221 9 0 87 0
[pid=359090] ppid=359089 vsize=61752 memory=52028 CPUtime=1.48 cores=0,2
/proc/359090/stat : 359090 (LS-MabSP) R 359089 359089 353587 0 -1 4194304 10525 0 0 0 147 1 0 0 20 0 1 0 65880210 63234048 13007 134679101440 4194304 15467897 140720583279440 0 0 0 0 0 17410 0 0 0 17 0 0 0 0 0 0 17807032 17896208 35876864 140720583283776 140720583283879 140720583283879 140720583290861 0
/proc/359090/statm: 15438 13007 2849 2753 0 12091 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 80344 KiB
Current children cumulated memory: 55640 KiB

[startup+3.10559 s]
/proc/loadavg: 4.12 4.12 4.14 5/261 359090
/proc/meminfo: memFree=127884268/131524600 swapFree=131071996/131071996
[pid=359086] ppid=359083 vsize=9932 memory=2632 CPUtime=0 cores=0,2
/proc/359086/stat : 359086 (Hybrid-LSMabSP+) S 359083 359086 353587 0 -1 4194304 233 102 0 0 0 0 0 0 20 0 1 0 65880210 10170368 658 134679101440 94411351461888 94411352541208 140735685437472 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94411354639664 94411354686852 94411387592704 140735685444588 140735685444734 140735685444734 140735685451745 0
/proc/359086/statm: 2483 658 579 264 0 134 0
[pid=359089] ppid=359086 vsize=8660 memory=980 CPUtime=0 cores=0,2
/proc/359089/stat : 359089 (timeout) S 359086 359089 353587 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 65880210 8867840 245 134679101440 94671963873280 94671963908296 140723817773664 0 0 0 0 3145728 90119 0 0 0 17 0 0 0 0 0 0 94671966005712 94671966007844 94671990087680 140723817780269 140723817780385 140723817780385 140723817787367 0
/proc/359089/statm: 2165 245 221 9 0 87 0
[pid=359090] ppid=359089 vsize=63504 memory=54372 CPUtime=3.08 cores=0,2
/proc/359090/stat : 359090 (LS-MabSP) R 359089 359089 353587 0 -1 4194304 11383 0 0 0 306 2 0 0 20 0 1 0 65880210 65028096 13593 134679101440 4194304 15467897 140720583279440 0 0 0 0 0 17410 0 0 0 17 0 0 0 0 0 0 17807032 17896208 35876864 140720583283776 140720583283879 140720583283879 140720583290861 0
/proc/359090/statm: 15876 13593 2849 2753 0 12529 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 82096 KiB
Current children cumulated memory: 57984 KiB

[startup+6.30029 s]
/proc/loadavg: 4.11 4.12 4.14 5/261 359092
/proc/meminfo: memFree=127873748/131524600 swapFree=131071996/131071996
[pid=359086] ppid=359083 vsize=9932 memory=2632 CPUtime=0 cores=0,2
/proc/359086/stat : 359086 (Hybrid-LSMabSP+) S 359083 359086 353587 0 -1 4194304 233 102 0 0 0 0 0 0 20 0 1 0 65880210 10170368 658 134679101440 94411351461888 94411352541208 140735685437472 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94411354639664 94411354686852 94411387592704 140735685444588 140735685444734 140735685444734 140735685451745 0
/proc/359086/statm: 2483 658 579 264 0 134 0
[pid=359089] ppid=359086 vsize=8660 memory=980 CPUtime=0 cores=0,2
/proc/359089/stat : 359089 (timeout) S 359086 359089 353587 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 65880210 8867840 245 134679101440 94671963873280 94671963908296 140723817773664 0 0 0 0 3145728 90119 0 0 0 17 0 0 0 0 0 0 94671966005712 94671966007844 94671990087680 140723817780269 140723817780385 140723817780385 140723817787367 0
/proc/359089/statm: 2165 245 221 9 0 87 0
[pid=359090] ppid=359089 vsize=75200 memory=66228 CPUtime=6.26 cores=0,2
/proc/359090/stat : 359090 (LS-MabSP) R 359089 359089 353587 0 -1 4194304 15361 0 0 0 624 2 0 0 20 0 1 0 65880210 77004800 16557 134679101440 4194304 15467897 140720583279440 0 0 0 0 0 17410 0 0 0 17 0 0 0 0 0 0 17807032 17896208 35876864 140720583283776 140720583283879 140720583283879 140720583290861 0
/proc/359090/statm: 18800 16557 2849 2753 0 15453 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 93792 KiB
Current children cumulated memory: 69840 KiB

[startup+12.7003 s]
/proc/loadavg: 4.10 4.12 4.14 5/261 359092
/proc/meminfo: memFree=127863860/131524600 swapFree=131071996/131071996
[pid=359086] ppid=359083 vsize=9932 memory=2632 CPUtime=0 cores=0,2
/proc/359086/stat : 359086 (Hybrid-LSMabSP+) S 359083 359086 353587 0 -1 4194304 233 102 0 0 0 0 0 0 20 0 1 0 65880210 10170368 658 134679101440 94411351461888 94411352541208 140735685437472 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94411354639664 94411354686852 94411387592704 140735685444588 140735685444734 140735685444734 140735685451745 0
/proc/359086/statm: 2483 658 579 264 0 134 0
[pid=359089] ppid=359086 vsize=8660 memory=980 CPUtime=0 cores=0,2
/proc/359089/stat : 359089 (timeout) S 359086 359089 353587 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 65880210 8867840 245 134679101440 94671963873280 94671963908296 140723817773664 0 0 0 0 3145728 90119 0 0 0 17 0 0 0 0 0 0 94671966005712 94671966007844 94671990087680 140723817780269 140723817780385 140723817780385 140723817787367 0
/proc/359089/statm: 2165 245 221 9 0 87 0
[pid=359090] ppid=359089 vsize=92688 memory=81880 CPUtime=12.64 cores=0,2
/proc/359090/stat : 359090 (LS-MabSP) R 359089 359089 353587 0 -1 4194304 19719 0 0 0 1261 3 0 0 20 0 1 0 65880210 94912512 20470 134679101440 4194304 15467897 140720583279440 0 0 0 0 0 17410 0 0 0 17 0 0 0 0 0 0 17807032 17896208 35876864 140720583283776 140720583283879 140720583283879 140720583290861 0
/proc/359090/statm: 23172 20470 2849 2753 0 19825 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 111280 KiB
Current children cumulated memory: 85492 KiB

[startup+25.5003 s]
/proc/loadavg: 4.15 4.13 4.14 5/262 359096
/proc/meminfo: memFree=127839668/131524600 swapFree=131071996/131071996
[pid=359086] ppid=359083 vsize=9932 memory=2632 CPUtime=0 cores=0,2
/proc/359086/stat : 359086 (Hybrid-LSMabSP+) S 359083 359086 353587 0 -1 4194304 233 102 0 0 0 0 0 0 20 0 1 0 65880210 10170368 658 134679101440 94411351461888 94411352541208 140735685437472 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94411354639664 94411354686852 94411387592704 140735685444588 140735685444734 140735685444734 140735685451745 0
/proc/359086/statm: 2483 658 579 264 0 134 0
[pid=359089] ppid=359086 vsize=8660 memory=980 CPUtime=0 cores=0,2
/proc/359089/stat : 359089 (timeout) S 359086 359089 353587 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 65880210 8867840 245 134679101440 94671963873280 94671963908296 140723817773664 0 0 0 0 3145728 90119 0 0 0 17 0 0 0 0 0 0 94671966005712 94671966007844 94671990087680 140723817780269 140723817780385 140723817780385 140723817787367 0
/proc/359089/statm: 2165 245 221 9 0 87 0
[pid=359090] ppid=359089 vsize=113152 memory=100092 CPUtime=25.39 cores=0,2
/proc/359090/stat : 359090 (LS-MabSP) R 359089 359089 353587 0 -1 4194304 24286 0 0 0 2535 4 0 0 20 0 1 0 65880210 115867648 25023 134679101440 4194304 15467897 140720583279440 0 0 0 0 0 17410 0 0 0 17 0 0 0 0 0 0 17807032 17896208 35876864 140720583283776 140720583283879 140720583283879 140720583290861 0
/proc/359090/statm: 28288 25023 2849 2753 0 24941 0
Current children cumulated CPU time: 25.39 s
Current children cumulated vsize: 131744 KiB
Current children cumulated memory: 103704 KiB

[startup+51.1057 s]
/proc/loadavg: 4.22 4.15 4.15 5/262 359161
/proc/meminfo: memFree=127799648/131524600 swapFree=131071996/131071996
[pid=359086] ppid=359083 vsize=9932 memory=2632 CPUtime=0 cores=0,2
/proc/359086/stat : 359086 (Hybrid-LSMabSP+) S 359083 359086 353587 0 -1 4194304 233 102 0 0 0 0 0 0 20 0 1 0 65880210 10170368 658 134679101440 94411351461888 94411352541208 140735685437472 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94411354639664 94411354686852 94411387592704 140735685444588 140735685444734 140735685444734 140735685451745 0
/proc/359086/statm: 2483 658 579 264 0 134 0
[pid=359089] ppid=359086 vsize=8660 memory=980 CPUtime=0 cores=0,2
/proc/359089/stat : 359089 (timeout) S 359086 359089 353587 0 -1 4194304 107 0 0 0 0 0 0 0 20 0 1 0 65880210 8867840 245 134679101440 94671963873280 94671963908296 140723817773664 0 0 0 0 3145728 90119 0 0 0 17 0 0 0 0 0 0 94671966005712 94671966007844 94671990087680 140723817780269 140723817780385 140723817780385 140723817787367 0
/proc/359089/statm: 2165 245 221 9 0 87 0
[pid=359090] ppid=359089 vsize=153080 memory=142932 CPUtime=50.89 cores=0,2
/proc/359090/stat : 359090 (LS-MabSP) R 359089 359089 353587 0 -1 4194304 35152 0 0 0 5083 6 0 0 20 0 1 0 65880210 156753920 35733 134679101440 4194304 15467897 140720583279440 0 0 0 0 0 17410 0 0 0 17 0 0 0 0 0 0 17807032 17896208 35876864 140720583283776 140720583283879 140720583283879 140720583290861 0
/proc/359090/statm: 38270 35733 3195 2753 0 34923 0
Current children cumulated CPU time: 50.89 s
Current children cumulated vsize: 171672 KiB
Current children cumulated memory: 146544 KiB

[startup+102.3 s]
/proc/loadavg: 4.16 4.14 4.15 5/262 359170
/proc/meminfo: memFree=127729308/131524600 swapFree=131071996/131071996
[pid=359086] ppid=359083 vsize=9932 memory=2632 CPUtime=0 cores=0,2
/proc/359086/stat : 359086 (Hybrid-LSMabSP+) S 359083 359086 353587 0 -1 4194304 233 102 0 0 0 0 0 0 20 0 1 0 65880210 10170368 658 134679101440 94411351461888 94411352541208 140735685437472 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94411354639664 94411354686852 94411387592704 140735685444588 140735685444734 140735685444734 140735685451745 0

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

/proc/360166/statm: 8772 4812 748 737 0 7860 0
Current children cumulated CPU time: 3391.21 s
Current children cumulated vsize: 53680 KiB
Current children cumulated memory: 23000 KiB

[startup+3462.3 s]
/proc/loadavg: 1.08 1.14 1.82 2/235 361183
/proc/meminfo: memFree=129058044/131524600 swapFree=131071996/131071996
[pid=359086] ppid=359083 vsize=9932 memory=2732 CPUtime=1791.63 cores=0,2
/proc/359086/stat : 359086 (Hybrid-LSMabSP+) S 359083 359086 353587 0 -1 4194304 267 175155 0 0 0 0 174333 4830 20 0 1 0 65880210 10170368 683 134679101440 94411351461888 94411352541208 140735685437472 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94411354639664 94411354686852 94411387592704 140735685444588 140735685444734 140735685444734 140735685451745 0
/proc/359086/statm: 2483 683 594 264 0 134 0
[pid=360165] ppid=359086 vsize=8660 memory=1020 CPUtime=0 cores=0,2
/proc/360165/stat : 360165 (timeout) S 359086 360165 353587 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 66060011 8867840 255 134679101440 94578168745984 94578168781000 140733884368608 0 0 0 0 3145728 90119 0 0 0 17 2 0 0 0 0 0 94578170878416 94578170880548 94578192232448 140733884376056 140733884376225 140733884376225 140733884383207 0
/proc/360165/statm: 2165 255 231 9 0 87 0
[pid=360166] ppid=360165 vsize=35088 memory=19248 CPUtime=1659.41 cores=0,2
/proc/360166/stat : 360166 (Exact) R 360165 360165 353587 0 -1 4194304 89851 0 0 0 165927 14 0 0 20 0 1 0 66060011 35930112 4812 134679101440 4194304 7210733 140726824767344 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7850304 7914896 35233792 140726824776724 140726824776874 140726824776874 140726824783856 0
/proc/360166/statm: 8772 4812 748 737 0 7860 0
Current children cumulated CPU time: 3451.04 s
Current children cumulated vsize: 53680 KiB
Current children cumulated memory: 23000 KiB

[startup+3522.3 s]
/proc/loadavg: 1.15 1.14 1.78 2/235 361195
/proc/meminfo: memFree=129057940/131524600 swapFree=131071996/131071996
[pid=359086] ppid=359083 vsize=9932 memory=2732 CPUtime=1791.63 cores=0,2
/proc/359086/stat : 359086 (Hybrid-LSMabSP+) S 359083 359086 353587 0 -1 4194304 267 175155 0 0 0 0 174333 4830 20 0 1 0 65880210 10170368 683 134679101440 94411351461888 94411352541208 140735685437472 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94411354639664 94411354686852 94411387592704 140735685444588 140735685444734 140735685444734 140735685451745 0
/proc/359086/statm: 2483 683 594 264 0 134 0
[pid=360165] ppid=359086 vsize=8660 memory=1020 CPUtime=0 cores=0,2
/proc/360165/stat : 360165 (timeout) S 359086 360165 353587 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 66060011 8867840 255 134679101440 94578168745984 94578168781000 140733884368608 0 0 0 0 3145728 90119 0 0 0 17 2 0 0 0 0 0 94578170878416 94578170880548 94578192232448 140733884376056 140733884376225 140733884376225 140733884383207 0
/proc/360165/statm: 2165 255 231 9 0 87 0
[pid=360166] ppid=360165 vsize=34832 memory=19108 CPUtime=1719.24 cores=0,2
/proc/360166/stat : 360166 (Exact) R 360165 360165 353587 0 -1 4194304 93551 0 0 0 171910 14 0 0 20 0 1 0 66060011 35667968 4777 134679101440 4194304 7210733 140726824767344 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7850304 7914896 35233792 140726824776724 140726824776874 140726824776874 140726824783856 0
/proc/360166/statm: 8708 4777 748 737 0 7796 0
Current children cumulated CPU time: 3510.87 s
Current children cumulated vsize: 53424 KiB
Current children cumulated memory: 22860 KiB

[startup+3582.3 s]
/proc/loadavg: 1.09 1.13 1.73 2/233 361205
/proc/meminfo: memFree=129057656/131524600 swapFree=131071996/131071996
[pid=359086] ppid=359083 vsize=9932 memory=2732 CPUtime=1791.63 cores=0,2
/proc/359086/stat : 359086 (Hybrid-LSMabSP+) S 359083 359086 353587 0 -1 4194304 267 175155 0 0 0 0 174333 4830 20 0 1 0 65880210 10170368 683 134679101440 94411351461888 94411352541208 140735685437472 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94411354639664 94411354686852 94411387592704 140735685444588 140735685444734 140735685444734 140735685451745 0
/proc/359086/statm: 2483 683 594 264 0 134 0
[pid=360165] ppid=359086 vsize=8660 memory=1020 CPUtime=0 cores=0,2
/proc/360165/stat : 360165 (timeout) S 359086 360165 353587 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 66060011 8867840 255 134679101440 94578168745984 94578168781000 140733884368608 0 0 0 0 3145728 90119 0 0 0 17 2 0 0 0 0 0 94578170878416 94578170880548 94578192232448 140733884376056 140733884376225 140733884376225 140733884383207 0
/proc/360165/statm: 2165 255 231 9 0 87 0
[pid=360166] ppid=360165 vsize=34864 memory=19140 CPUtime=1779.07 cores=0,2
/proc/360166/stat : 360166 (Exact) R 360165 360165 353587 0 -1 4194304 102326 0 0 0 177892 15 0 0 20 0 1 0 66060011 35700736 4785 134679101440 4194304 7210733 140726824767344 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7850304 7914896 35233792 140726824776724 140726824776874 140726824776874 140726824783856 0
/proc/360166/statm: 8716 4785 748 737 0 7804 0
Current children cumulated CPU time: 3570.7 s
Current children cumulated vsize: 53456 KiB
Current children cumulated memory: 22892 KiB

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

# cumulated CPU time of all completed processes:  user=3535.94 s, system=48.4715 s

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

[startup+3584 s]*
/proc/loadavg: 1.09 1.13 1.73 2/233 361205
/proc/meminfo: memFree=129057664/131524600 swapFree=131071996/131071996
[pid=359086] ppid=359083 vsize=9932 memory=2732 CPUtime=1791.63 cores=0,2
/proc/359086/stat : 359086 (Hybrid-LSMabSP+) S 359083 359086 353587 0 -1 4194304 267 175155 0 0 0 0 174333 4830 20 0 1 0 65880210 10170368 683 134679101440 94411351461888 94411352541208 140735685437472 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94411354639664 94411354686852 94411387592704 140735685444588 140735685444734 140735685444734 140735685451745 0
/proc/359086/statm: 2483 683 594 264 0 134 0
[pid=360165] ppid=359086 vsize=8660 memory=1020 CPUtime=0 cores=0,2
/proc/360165/stat : 360165 (timeout) S 359086 360165 353587 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 66060011 8867840 255 134679101440 94578168745984 94578168781000 140733884368608 0 0 0 0 3145728 90119 0 0 0 17 2 0 0 0 0 0 94578170878416 94578170880548 94578192232448 140733884376056 140733884376225 140733884376225 140733884383207 0
/proc/360165/statm: 2165 255 231 9 0 87 0
[pid=360166] ppid=360165 vsize=34864 memory=19140 CPUtime=1780.76 cores=0,2
/proc/360166/stat : 360166 (Exact) R 360165 360165 353587 0 -1 4194304 102548 0 0 0 178061 15 0 0 20 0 1 0 66060011 35700736 4785 134679101440 4194304 7210733 140726824767344 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7850304 7914896 35233792 140726824776724 140726824776874 140726824776874 140726824783856 0
/proc/360166/statm: 8716 4785 748 737 0 7804 0
Current children cumulated CPU time: 3572.39 s
Current children cumulated vsize: 53456 KiB
Current children cumulated memory: 22892 KiB

[startup+3590.4 s]
/proc/loadavg: 1.08 1.13 1.73 2/233 361208
/proc/meminfo: memFree=129057560/131524600 swapFree=131071996/131071996
[pid=359086] ppid=359083 vsize=9932 memory=2732 CPUtime=1791.63 cores=0,2
/proc/359086/stat : 359086 (Hybrid-LSMabSP+) S 359083 359086 353587 0 -1 4194304 267 175155 0 0 0 0 174333 4830 20 0 1 0 65880210 10170368 683 134679101440 94411351461888 94411352541208 140735685437472 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94411354639664 94411354686852 94411387592704 140735685444588 140735685444734 140735685444734 140735685451745 0
/proc/359086/statm: 2483 683 594 264 0 134 0
[pid=360165] ppid=359086 vsize=8660 memory=1020 CPUtime=0 cores=0,2
/proc/360165/stat : 360165 (timeout) S 359086 360165 353587 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 66060011 8867840 255 134679101440 94578168745984 94578168781000 140733884368608 0 0 0 0 3145728 90119 0 0 0 17 2 0 0 0 0 0 94578170878416 94578170880548 94578192232448 140733884376056 140733884376225 140733884376225 140733884383207 0
/proc/360165/statm: 2165 255 231 9 0 87 0
[pid=360166] ppid=360165 vsize=34864 memory=19140 CPUtime=1787.14 cores=0,2
/proc/360166/stat : 360166 (Exact) R 360165 360165 353587 0 -1 4194304 103547 0 0 0 178699 15 0 0 20 0 1 0 66060011 35700736 4785 134679101440 4194304 7210733 140726824767344 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7850304 7914896 35233792 140726824776724 140726824776874 140726824776874 140726824783856 0
/proc/360166/statm: 8716 4785 748 737 0 7804 0
Current children cumulated CPU time: 3578.77 s
Current children cumulated vsize: 53456 KiB
Current children cumulated memory: 22892 KiB

[startup+3593.6 s]
/proc/loadavg: 1.08 1.12 1.72 2/233 361208
/proc/meminfo: memFree=129057560/131524600 swapFree=131071996/131071996
[pid=359086] ppid=359083 vsize=9932 memory=2732 CPUtime=1791.63 cores=0,2
/proc/359086/stat : 359086 (Hybrid-LSMabSP+) S 359083 359086 353587 0 -1 4194304 267 175155 0 0 0 0 174333 4830 20 0 1 0 65880210 10170368 683 134679101440 94411351461888 94411352541208 140735685437472 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94411354639664 94411354686852 94411387592704 140735685444588 140735685444734 140735685444734 140735685451745 0
/proc/359086/statm: 2483 683 594 264 0 134 0
[pid=360165] ppid=359086 vsize=8660 memory=1020 CPUtime=0 cores=0,2
/proc/360165/stat : 360165 (timeout) S 359086 360165 353587 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 66060011 8867840 255 134679101440 94578168745984 94578168781000 140733884368608 0 0 0 0 3145728 90119 0 0 0 17 2 0 0 0 0 0 94578170878416 94578170880548 94578192232448 140733884376056 140733884376225 140733884376225 140733884383207 0
/proc/360165/statm: 2165 255 231 9 0 87 0
[pid=360166] ppid=360165 vsize=34864 memory=19140 CPUtime=1790.33 cores=0,2
/proc/360166/stat : 360166 (Exact) R 360165 360165 353587 0 -1 4194304 103991 0 0 0 179018 15 0 0 20 0 1 0 66060011 35700736 4785 134679101440 4194304 7210733 140726824767344 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7850304 7914896 35233792 140726824776724 140726824776874 140726824776874 140726824783856 0
/proc/360166/statm: 8716 4785 748 737 0 7804 0
Current children cumulated CPU time: 3581.96 s
Current children cumulated vsize: 53456 KiB
Current children cumulated memory: 22892 KiB

[startup+3595.2 s]
/proc/loadavg: 1.08 1.12 1.72 2/233 361210
/proc/meminfo: memFree=129057496/131524600 swapFree=131071996/131071996
[pid=359086] ppid=359083 vsize=9932 memory=2732 CPUtime=1791.63 cores=0,2
/proc/359086/stat : 359086 (Hybrid-LSMabSP+) S 359083 359086 353587 0 -1 4194304 267 175155 0 0 0 0 174333 4830 20 0 1 0 65880210 10170368 683 134679101440 94411351461888 94411352541208 140735685437472 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94411354639664 94411354686852 94411387592704 140735685444588 140735685444734 140735685444734 140735685451745 0
/proc/359086/statm: 2483 683 594 264 0 134 0
[pid=360165] ppid=359086 vsize=8660 memory=1020 CPUtime=0 cores=0,2
/proc/360165/stat : 360165 (timeout) S 359086 360165 353587 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 66060011 8867840 255 134679101440 94578168745984 94578168781000 140733884368608 0 0 0 0 3145728 90119 0 0 0 17 2 0 0 0 0 0 94578170878416 94578170880548 94578192232448 140733884376056 140733884376225 140733884376225 140733884383207 0
/proc/360165/statm: 2165 255 231 9 0 87 0
[pid=360166] ppid=360165 vsize=34864 memory=19140 CPUtime=1791.94 cores=0,2
/proc/360166/stat : 360166 (Exact) R 360165 360165 353587 0 -1 4194304 104213 0 0 0 179178 16 0 0 20 0 1 0 66060011 35700736 4785 134679101440 4194304 7210733 140726824767344 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7850304 7914896 35233792 140726824776724 140726824776874 140726824776874 140726824783856 0
/proc/360166/statm: 8716 4785 748 737 0 7804 0
Current children cumulated CPU time: 3583.57 s
Current children cumulated vsize: 53456 KiB
Current children cumulated memory: 22892 KiB

[startup+3595.6 s]
/proc/loadavg: 1.08 1.12 1.72 2/233 361210
/proc/meminfo: memFree=129057496/131524600 swapFree=131071996/131071996
[pid=359086] ppid=359083 vsize=9932 memory=2732 CPUtime=1791.63 cores=0,2
/proc/359086/stat : 359086 (Hybrid-LSMabSP+) S 359083 359086 353587 0 -1 4194304 267 175155 0 0 0 0 174333 4830 20 0 1 0 65880210 10170368 683 134679101440 94411351461888 94411352541208 140735685437472 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94411354639664 94411354686852 94411387592704 140735685444588 140735685444734 140735685444734 140735685451745 0
/proc/359086/statm: 2483 683 594 264 0 134 0
[pid=360165] ppid=359086 vsize=8660 memory=1020 CPUtime=0 cores=0,2
/proc/360165/stat : 360165 (timeout) S 359086 360165 353587 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 66060011 8867840 255 134679101440 94578168745984 94578168781000 140733884368608 0 0 0 0 3145728 90119 0 0 0 17 2 0 0 0 0 0 94578170878416 94578170880548 94578192232448 140733884376056 140733884376225 140733884376225 140733884383207 0
/proc/360165/statm: 2165 255 231 9 0 87 0
[pid=360166] ppid=360165 vsize=34864 memory=19140 CPUtime=1792.34 cores=0,2
/proc/360166/stat : 360166 (Exact) R 360165 360165 353587 0 -1 4194304 104213 0 0 0 179218 16 0 0 20 0 1 0 66060011 35700736 4785 134679101440 4194304 7210733 140726824767344 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7850304 7914896 35233792 140726824776724 140726824776874 140726824776874 140726824783856 0
/proc/360166/statm: 8716 4785 748 737 0 7804 0
Current children cumulated CPU time: 3583.97 s
Current children cumulated vsize: 53456 KiB
Current children cumulated memory: 22892 KiB

[startup+3596 s]*
/proc/loadavg: 1.07 1.12 1.72 2/233 361210
/proc/meminfo: memFree=129057480/131524600 swapFree=131071996/131071996
[pid=359086] ppid=359083 vsize=9932 memory=2732 CPUtime=1791.63 cores=0,2
/proc/359086/stat : 359086 (Hybrid-LSMabSP+) S 359083 359086 353587 0 -1 4194304 267 175155 0 0 0 0 174333 4830 20 0 1 0 65880210 10170368 683 134679101440 94411351461888 94411352541208 140735685437472 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94411354639664 94411354686852 94411387592704 140735685444588 140735685444734 140735685444734 140735685451745 0
/proc/359086/statm: 2483 683 594 264 0 134 0
[pid=360165] ppid=359086 vsize=8660 memory=1020 CPUtime=0 cores=0,2
/proc/360165/stat : 360165 (timeout) S 359086 360165 353587 0 -1 4194304 106 0 0 0 0 0 0 0 20 0 1 0 66060011 8867840 255 134679101440 94578168745984 94578168781000 140733884368608 0 0 0 0 3145728 90119 0 0 0 17 2 0 0 0 0 0 94578170878416 94578170880548 94578192232448 140733884376056 140733884376225 140733884376225 140733884383207 0
/proc/360165/statm: 2165 255 231 9 0 87 0
[pid=360166] ppid=360165 vsize=34864 memory=19140 CPUtime=1792.74 cores=0,2
/proc/360166/stat : 360166 (Exact) R 360165 360165 353587 0 -1 4194304 104324 0 0 0 179258 16 0 0 20 0 1 0 66060011 35700736 4785 134679101440 4194304 7210733 140726824767344 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7850304 7914896 35233792 140726824776724 140726824776874 140726824776874 140726824783856 0
/proc/360166/statm: 8716 4785 748 737 0 7804 0
Current children cumulated CPU time: 3584.37 s
Current children cumulated vsize: 53456 KiB
Current children cumulated memory: 22892 KiB

Child status: 0

Real time (s): 3596.02
CPU time (s): 3584.41
CPU user time (s): 3535.94
CPU system time (s): 48.4715
CPU usage (%): 99.677
Max. virtual memory (cumulated for all children) (KiB): 1106652
Max. memory (cumulated for all children) (KiB): 981556

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3535.94
system time used= 48.4715
maximum resident set size= 977944
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 282747
page faults= 0
swaps= 0
block input operations= 0
block output operations= 32
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 128
involuntary context switches= 25314


# summary of solver processes directly reported to runsolver:
#   pid: 359086
#   total CPU time (s): 3584.41
#   total CPU user time (s): 3535.94
#   total CPU system time (s): 48.4715

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.05075 second user time and 14.8659 second system time

The end

Launcher Data

Begin job on nodeC030 at 2024-08-07 03:06:23
IDJOB=4449944
IDBENCH=176173
IDSOLVER=3070
FILE ID=nodeC030/4449944-1722992783
RUNJOBID= nodeC030-1722983783-353597
SLURM_JOB_ID= 8259099
Free space on /tmp= 890016 MiB

SOLVER NAME= Hybrid-LSMabSP+Exact 2024-07-11
BENCH NAME= PB24/normalized-PB24/OPT-LIN/ihalainen/PBO-clique-coloring/normalized-clique-coloring-max-clique-n=9-t=5.opb
COMMAND LINE= ./Hybrid-LSMabSP+Exact BENCHNAME TIMEOUT TMPDIR MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4449944-1722992783/watcher-4449944-1722992783 -o /tmp/evaluation-result-4449944-1722992783/solver-4449944-1722992783 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC030-1722983783-353597 --watchdog 3760 --use-pty ./Hybrid-LSMabSP+Exact HOME/instance-4449944-1722992783.opb 3600 HOME 31000

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

MD5SUM BENCH= e8bf5f7be237686d5dd1c770609b55cb
RANDOM SEED=236896676

nodeC030.alineos.net Linux 4.18.0-301.1.el8.x86_64 #1 SMP Tue Apr 13 16:24:22 UTC 2021

/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		: 3669.350
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7000.60
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		: 3679.080
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7006.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		: 3631.306
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7000.60
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.347
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7006.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		: 3660.265
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7000.60
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		: 3679.123
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7006.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		: 3601.508
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7000.60
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.640
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7006.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        127929560 kB
MemAvailable:   128776040 kB
Buffers:          346828 kB
Cached:          1343472 kB
SwapCached:            0 kB
Active:           611984 kB
Inactive:        2447752 kB
Active(anon):       1608 kB
Inactive(anon):  1405540 kB
Active(file):     610376 kB
Inactive(file):  1042212 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             20672 kB
Writeback:             0 kB
AnonPages:       1369440 kB
Mapped:           127632 kB
Shmem:             37712 kB
KReclaimable:      67428 kB
Slab:             161444 kB
SReclaimable:      67428 kB
SUnreclaim:        94016 kB
KernelStack:        4144 kB
PageTables:        11948 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    1980612 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            29344 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1234944 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      299732 kB
DirectMap2M:    21493760 kB
DirectMap1G:    114294784 kB

Free space on /tmp at the end= 890064 MiB
End job on nodeC030 at 2024-08-07 04:06:19