Trace number 4109638

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
toysat 2016-05-02OPTIMUM 60.1579 60.174

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1110972763--soft-66-100-0.wbo
MD5SUM129d08cca1ba918da7454b2cc3018155
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark39
Best CPU time to get the best result obtained on this benchmark13.5919
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables169
Total number of constraints101
Number of soft constraints42
Number of constraints which are clauses30
Number of constraints which are cardinality constraints (but not clauses)70
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint169
Top cost 1838
Min constraint cost 1
Max constraint cost 97
Sum of constraints costs 1837
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1209
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.00	c 2016-06-19T15:44:41+0200
0.00/0.00	c version = 0.5.0
0.00/0.00	c githash = 1a49202
0.00/0.00	c compilationtime = 2016-05-02 00:19:28.990761 UTC
0.00/0.00	c arch = x86_64
0.00/0.00	c os = linux
0.00/0.00	c compiler = ghc 7.10
0.00/0.00	c packages:
0.00/0.00	c   OptDir-0.0.3
0.00/0.00	c   array-0.5.1.0
0.00/0.00	c   base-4.8.2.0
0.00/0.00	c   bytestring-0.10.6.0
0.00/0.00	c   bytestring-builder-0.10.6.0.0
0.00/0.00	c   clock-0.7.2
0.00/0.00	c   containers-0.5.6.2
0.00/0.00	c   data-default-0.5.3
0.00/0.00	c   data-default-class-0.0.1
0.00/0.00	c   data-interval-1.2.0
0.00/0.00	c   deepseq-1.4.1.1
0.00/0.00	c   directory-1.2.2.0
0.00/0.00	c   exceptions-0.8.2.1
0.00/0.00	c   extended-reals-0.2.1.0
0.00/0.00	c   filepath-1.4.0.0
0.00/0.00	c   finite-field-0.8.0
0.00/0.00	c   hashable-1.2.4.0
0.00/0.00	c   heaps-0.3.3
0.00/0.00	c   intern-0.9.1.4
0.00/0.00	c   loop-0.3.0
0.00/0.00	c   mtl-2.2.1
0.00/0.00	c   multiset-0.3.2
0.00/0.00	c   mwc-random-0.13.3.2
0.00/0.00	c   parse_dimacs-1.3
0.00/0.00	c   parsec-3.1.9
0.00/0.00	c   prettyclass-1.0.0.0
0.00/0.00	c   primes-0.2.1.0
0.00/0.00	c   primitive-0.6.1.0
0.00/0.00	c   process-1.2.3.0
0.00/0.00	c   pseudo-boolean-0.1.3.0
0.00/0.01	c   queue-0.1.2
0.00/0.01	c   semigroups-0.18.1
0.00/0.01	c   sign-0.4.3
0.00/0.01	c   stm-2.4.4.1
0.00/0.01	c   template-haskell-2.10.0.0
0.00/0.01	c   temporary-1.2.0.4
0.00/0.01	c   time-1.5.0.1
0.00/0.01	c   transformers-0.4.2.0
0.00/0.01	c   transformers-compat-0.5.1.4
0.00/0.01	c   type-level-numbers-0.1.1.1
0.00/0.01	c   unbounded-delays-0.1.0.9
0.00/0.01	c   unordered-containers-0.2.6.0
0.00/0.01	c   vector-0.11.0.0
0.00/0.01	c   vector-space-0.10.3
0.00/0.01	c command line = ["+RTS","-H1G","-M15500m","-K1G","-RTS","--wbo","--search=bcd2","HOME/instance-4109638-1466343881.wbo"]
0.00/0.01	c use --random-gen="340871131 3593179726 3703648928 3371276812 829512073 1309606263 3482462838 1940856136 1667096292 1754471639 2653352911 2753796110 2726369893 2681704493 1127775461 2432300937 3007735111 2284905600 1984534029 3202254247 3263158974 213773598 2701787441 2159414142 3055455109 3973911802 3327130429 209354193 3035293039 920777216 146034486 2236188018 3253983521 3199669717 1000928439 246866894 764509226 3847075717 2800200329 1746403029 353628855 4093452173 3141053534 3872650305 3965825384 3733547103 73094875 3597890649 230914645 205495739 2208411437 1883084922 2271149898 3834262332 3840173113 90339670 2782886725 2558396953 2205300347 3515252182 4189125752 2653834045 2030656181 3152274312 3463547515 4160928846 363985341 2657390517 1508833386 2354843779 607771773 3543228501 3449534197 3983036722 242123907 2463385604 670998771 779082370 934307813 3965010741 1694638363 50370496 1836911159 1928278259 3162190999 3896837331 416519182 1219506084 1754511591 2349180848 1138874296 1138962158 4280699006 175190805 2972051529 1174796728 3789314688 2335329309 304741720 402637935 2898589901 1166950103 3335974658 1512286204 357906376 91961933 155384861 295229971 2894057653 1801114884 4061937128 2247798497 444316531 54615210 2944050970 3058992263 2659979492 3612674166 3765605441 1700465965 2539984710 1445792377 2218100377 199620354 3342654420 2248607979 1087849077 2041757272 2026126847 3894155197 3380241730 97825528 1381339431 1284633995 1211944247 2019625800 1410602148 1562187361 1279849508 1354104246 2827013263 536052987 2222340101 995015176 1560006803 1861079191 1625151723 906725064 2197492934 1740321498 1466251476 333943043 2934768882 515828398 3002085087 2791875653 513789321 187482092 3216798212 3139089141 657339603 3530276087 262636790 1179850953 2606708518 1261920511 2580675591 1324479914 1580245391 4200241075 856920128 3862285007 4140110466 2997020147 2740455790 1560308327 3280567576 2318770350 2015593322 333796860 388440276 1044450239 580012371 977728678 2386963319 2416488326 649050781 2967867389 724587150 2641508325 525831737 3397727248 1399603558 2620834087 3543488783 2225314483 3179179713 540832802 4175714146 3038601290 1201463948 75234323 3486533674 275926434 1455245764 2888228741 2469376916 1692569356 1567724082 1044325982 1400256506 3476191770 3608199981 3870349698 2278707790 2684588783 2221065088 1647710699 18023388 4283072624 373051337 1246631695 1057555130 3069201064 1127267071 3389569109 2792957914 2404435409 1833152748 3999419172 534844014 2662865665 2673711290 3291336312 4017276638 3338309782 2037835233 3372235372 754059596 1366075903 129788660 2673337368 3451212623 3334512897 782359907 3674176034 1204675172 1504584281 759018386 3157475098 2828288762 1796704570 1663344957 656928610 1939685452 2789037735 255 362436" option to reproduce the execution
0.19/0.26	c #vars 169
0.19/0.26	c #constraints 101
0.19/0.26	c BCD2: Hardening is enabled.
0.19/0.26	c BCD2: BiasedSearch is enabled.
0.19/0.26	c Solving starts ...
0.19/0.26	c ============================[ Search Statistics ]============================
0.19/0.26	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.19/0.26	c       |         |          |          |    Limit     GC | Var      | Constra 
0.19/0.26	c =============================================================================
0.19/0.26	c  0.0s |       0 |        0 |        0 |      104      0 |        0 |        0
0.19/0.27	c  0.0s |       1 |      205 |      100 |      104      0 |        0 |        0
0.19/0.29	c  0.0s |       1 |      353 |      170 |      115      0 |        0 |        0
0.19/0.29	c #cpu_time = 0.027s
0.19/0.29	c #wall_clock_time = 0.027s
0.19/0.29	c #decision = 353
0.19/0.29	c #random_decision = 1
0.19/0.29	c #conflict = 170
0.19/0.29	c #restart = 1
0.19/0.29	o 515
0.19/0.29	c BCD2: updating upper bound: 1837 -> 514
0.19/0.29	c BCD2: 0 <= obj <= 514
0.19/0.29	c BCD2: #cores=0, #unrelaxed=42, #relaxed=0, #hardened=0
0.19/0.29	c BCD2: #sat=1 #unsat=1 bias=1/2
0.19/0.29	c Solving starts ...
0.19/0.29	c ============================[ Search Statistics ]============================
0.19/0.29	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.19/0.29	c       |         |          |          |    Limit     GC | Var      | Constra 
0.19/0.29	c =============================================================================
0.19/0.29	c  0.0s |       0 |        0 |        0 |      115      0 |        0 |        0
0.29/0.30	c  0.0s |       1 |      227 |      100 |      127      1 |        0 |        0
0.29/0.33	c  0.0s |       2 |      520 |      250 |      127      2 |        0 |        0
0.29/0.37	c  0.1s |       3 |      934 |      475 |      140      4 |        0 |        0
0.39/0.43	c  0.1s |       4 |     1546 |      813 |      154      7 |        0 |        0
0.49/0.51	c  0.2s |       5 |     2385 |     1320 |      170     11 |        0 |        0
0.59/0.65	c  0.4s |       6 |     3584 |     2081 |      188     16 |        0 |        0
0.69/0.85	c  0.6s |       7 |     5340 |     3223 |      207     24 |        0 |        0
1.09/1.13	c  0.8s |       8 |     7805 |     4936 |      228     34 |        0 |        0
1.49/1.55	c  1.3s |       9 |    11484 |     7506 |      251     48 |        0 |        0
1.99/2.00	c  1.7s |      10 |    16999 |    11361 |      277     69 |        0 |        0
2.69/2.74	c  2.5s |      11 |    25053 |    17144 |      305     98 |        0 |        0
3.79/3.81	c  3.5s |      12 |    37131 |    25819 |      336    138 |        0 |        0
5.39/5.48	c  5.2s |      13 |    54984 |    38832 |      370    195 |        0 |        0
7.39/7.48	c  7.2s |      13 |    75952 |    53932 |      370    257 |        0 |        0
7.99/8.06	c  7.8s |      14 |    82386 |    58352 |      408    275 |        0 |        0
9.99/10.07	c  9.8s |      14 |   105762 |    74452 |      408    337 |        0 |        0
11.79/11.88	c 11.6s |      15 |   123999 |    87632 |      449    389 |        0 |        0
13.78/13.88	c 13.6s |      15 |   144332 |   102632 |      449    443 |        0 |        0
15.88/15.90	c 15.6s |      15 |   164885 |   117332 |      449    496 |        0 |        0
16.98/17.05	c 16.8s |      15 |   175642 |   125188 |      449    526 |        0 |        0
16.98/17.05	c #cpu_time = 16.720s
16.98/17.05	c #wall_clock_time = 16.763s
16.98/17.05	c #decision = 175642
16.98/17.05	c #random_decision = 442
16.98/17.05	c #conflict = 125188
16.98/17.05	c #restart = 15
16.98/17.05	c BCD2: found a new core of size 42: cost of the new core is >=1
16.98/17.05	c lower bound updated to 1
16.98/17.05	c BCD2: 1 <= obj <= 514
16.98/17.05	c BCD2: #cores=1, #unrelaxed=0, #relaxed=42, #hardened=0
16.98/17.05	c BCD2: #sat=1 #unsat=2 bias=2/3
16.98/17.05	c Solving starts ...
16.98/17.05	c ============================[ Search Statistics ]============================
16.98/17.05	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
16.98/17.05	c       |         |          |          |    Limit     GC | Var      | Constra 
16.98/17.05	c =============================================================================
16.98/17.05	c  0.0s |       0 |        0 |        0 |      449      0 |        0 |        0
16.98/17.06	c  0.0s |       1 |      259 |      100 |      449      0 |        0 |        0
16.98/17.07	c  0.0s |       1 |      344 |      153 |      449      0 |        0 |        0
16.98/17.07	c #cpu_time = 0.022s
16.98/17.07	c #wall_clock_time = 0.022s
16.98/17.07	c #decision = 344
16.98/17.07	c #random_decision = 1
16.98/17.07	c #conflict = 153
16.98/17.07	c #restart = 1
16.98/17.07	o 513
16.98/17.07	c BCD2: updating upper bound: 514 -> 512
16.98/17.07	c BCD2: 1 <= obj <= 512
16.98/17.07	c BCD2: #cores=1, #unrelaxed=0, #relaxed=42, #hardened=0
16.98/17.07	c BCD2: #sat=2 #unsat=2 bias=2/4
16.98/17.07	c Solving starts ...
16.98/17.07	c ============================[ Search Statistics ]============================
16.98/17.07	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
16.98/17.07	c       |         |          |          |    Limit     GC | Var      | Constra 
16.98/17.07	c =============================================================================
16.98/17.07	c  0.0s |       0 |        0 |        0 |      449      0 |        0 |        2
16.98/17.09	c  0.0s |       1 |      171 |      100 |      449      1 |        0 |        2
17.08/17.11	c  0.0s |       2 |      401 |      250 |      449      1 |        0 |        2
17.08/17.14	c  0.1s |       3 |      724 |      475 |      449      2 |        0 |        2
17.08/17.18	c  0.1s |       4 |     1251 |      813 |      449      3 |        0 |        2
17.18/17.26	c  0.2s |       5 |     2015 |     1320 |      449      5 |        0 |        2
17.28/17.35	c  0.3s |       6 |     3132 |     2081 |      449      8 |        0 |        2
17.48/17.50	c  0.4s |       7 |     4919 |     3223 |      449     12 |        0 |        2
17.48/17.52	c  0.4s |       7 |     5173 |     3351 |      449     12 |        0 |        2
17.48/17.52	c #cpu_time = 0.446s
17.48/17.52	c #wall_clock_time = 0.447s
17.48/17.52	c #decision = 5173
17.48/17.52	c #random_decision = 10
17.48/17.52	c #conflict = 3351
17.48/17.52	c #restart = 7
17.48/17.52	o 221
17.48/17.52	c BCD2: updating upper bound: 512 -> 220
17.48/17.52	c BCD2: 1 <= obj <= 220
17.48/17.52	c BCD2: #cores=1, #unrelaxed=0, #relaxed=42, #hardened=0
17.48/17.52	c BCD2: #sat=3 #unsat=2 bias=2/5
17.48/17.52	c Solving starts ...
17.48/17.52	c ============================[ Search Statistics ]============================
17.48/17.52	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
17.48/17.52	c       |         |          |          |    Limit     GC | Var      | Constra 
17.48/17.52	c =============================================================================
17.48/17.52	c  0.0s |       0 |        0 |        0 |      449      0 |        0 |        4
17.48/17.54	c  0.0s |       1 |      172 |      100 |      449      1 |        0 |        4
17.48/17.56	c  0.0s |       2 |      425 |      250 |      449      1 |        0 |        4
17.48/17.59	c  0.1s |       3 |      801 |      475 |      449      2 |        0 |        4
17.58/17.63	c  0.1s |       4 |     1304 |      813 |      449      4 |        0 |        4
17.58/17.69	c  0.2s |       5 |     2127 |     1320 |      449      5 |        0 |        4
17.69/17.78	c  0.3s |       6 |     3389 |     2081 |      494      8 |        0 |        4
17.88/17.92	c  0.4s |       7 |     5424 |     3223 |      494     12 |        0 |        4
18.08/18.12	c  0.6s |       8 |     8200 |     4936 |      494     18 |        0 |        4
18.38/18.45	c  0.9s |       9 |    12525 |     7506 |      494     27 |        0 |        4
18.89/18.95	c  1.4s |      10 |    18700 |    11361 |      494     41 |        0 |        4
19.58/19.66	c  2.1s |      11 |    28255 |    17144 |      494     61 |        0 |        4
20.68/20.75	c  3.2s |      12 |    42155 |    25819 |      494     92 |        0 |        4
22.19/22.28	c  4.8s |      13 |    62501 |    38832 |      494    137 |        0 |        4
22.88/22.95	c  5.4s |      13 |    71376 |    44621 |      494    158 |        0 |        4
22.88/22.95	c #cpu_time = 5.417s
22.88/22.95	c #wall_clock_time = 5.431s
22.88/22.95	c #decision = 71376
22.88/22.95	c #random_decision = 205
22.88/22.95	c #conflict = 44621
22.88/22.95	c #restart = 13
22.88/22.95	o 59
22.88/22.95	c BCD2: hardening fixes 13 literals
22.88/22.95	c BCD2: updating upper bound: 220 -> 58
22.88/22.95	c BCD2: 1 <= obj <= 58
22.88/22.95	c BCD2: #cores=1, #unrelaxed=0, #relaxed=29, #hardened=13
22.88/22.95	c BCD2: #sat=4 #unsat=2 bias=2/6
22.88/22.95	c Solving starts ...
22.88/22.95	c ============================[ Search Statistics ]============================
22.88/22.95	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
22.88/22.95	c       |         |          |          |    Limit     GC | Var      | Constra 
22.88/22.95	c =============================================================================
22.88/22.95	c  0.0s |       0 |        0 |        0 |      494      0 |       13 |        6
22.88/22.97	c  0.0s |       1 |      147 |      100 |      494      0 |       13 |        6
22.88/22.99	c  0.0s |       2 |      350 |      250 |      494      0 |       13 |        6
22.98/23.01	c  0.1s |       3 |      676 |      475 |      494      1 |       13 |        6
22.98/23.06	c  0.1s |       4 |     1161 |      813 |      494      2 |       13 |        6
23.08/23.12	c  0.2s |       5 |     1917 |     1320 |      494      4 |       13 |        6
23.08/23.20	c  0.2s |       6 |     3212 |     2081 |      494      7 |       13 |        6
23.29/23.33	c  0.4s |       7 |     5024 |     3223 |      494     11 |       13 |        6
23.48/23.52	c  0.6s |       8 |     7737 |     4936 |      494     16 |       13 |        6
23.78/23.80	c  0.8s |       9 |    11582 |     7506 |      494     25 |       13 |        6
24.18/24.23	c  1.3s |      10 |    17808 |    11361 |      494     38 |       13 |        6
24.78/24.90	c  1.9s |      11 |    26220 |    17144 |      494     57 |       13 |        6
25.78/25.89	c  2.9s |      12 |    39241 |    25819 |      544     85 |       13 |        6
27.28/27.39	c  4.4s |      13 |    58993 |    38832 |      544    125 |       13 |        6
29.28/29.39	c  6.4s |      13 |    82705 |    55632 |      544    176 |       13 |        6
29.68/29.71	c  6.8s |      14 |    86482 |    58352 |      544    185 |       13 |        6
31.68/31.72	c  8.8s |      14 |   111917 |    75752 |      544    238 |       13 |        6
31.78/31.88	c  8.9s |      14 |   114061 |    77010 |      544    242 |       14 |        8
31.78/31.88	c #cpu_time = 8.901s
31.78/31.88	c #wall_clock_time = 8.924s
31.78/31.88	c #decision = 114061
31.78/31.88	c #random_decision = 293
31.78/31.88	c #conflict = 77010
31.78/31.88	c #restart = 14
31.78/31.88	c BCD2: updating lower bound of a core
31.78/31.88	c lower bound updated to 26
31.78/31.88	c BCD2: 26 <= obj <= 58
31.78/31.88	c BCD2: #cores=1, #unrelaxed=0, #relaxed=29, #hardened=13
31.78/31.88	c BCD2: #sat=4 #unsat=3 bias=3/7
31.78/31.88	c Solving starts ...
31.78/31.88	c ============================[ Search Statistics ]============================
31.78/31.88	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
31.78/31.88	c       |         |          |          |    Limit     GC | Var      | Constra 
31.78/31.88	c =============================================================================
31.78/31.88	c  0.0s |       0 |        0 |        0 |      544      0 |       14 |        8
31.78/31.89	c  0.0s |       1 |      179 |      100 |      544      0 |       14 |        8
31.88/31.91	c  0.0s |       2 |      424 |      250 |      544      1 |       14 |        8
31.88/31.94	c  0.1s |       3 |      817 |      475 |      544      1 |       14 |        8
31.88/31.98	c  0.1s |       4 |     1367 |      813 |      544      2 |       14 |        8
31.99/32.03	c  0.2s |       5 |     2160 |     1320 |      544      4 |       14 |        8
32.09/32.12	c  0.2s |       6 |     3276 |     2081 |      544      6 |       14 |        8
32.18/32.26	c  0.4s |       7 |     5166 |     3223 |      544     10 |       14 |        8
32.38/32.45	c  0.6s |       8 |     7881 |     4936 |      544     15 |       14 |        8
32.68/32.73	c  0.9s |       9 |    11982 |     7506 |      544     24 |       14 |        8
33.09/33.19	c  1.3s |      10 |    17658 |    11361 |      544     36 |       14 |        8
33.78/33.86	c  2.0s |      11 |    26486 |    17144 |      544     54 |       14 |        8
34.78/34.86	c  3.0s |      12 |    40566 |    25819 |      544     81 |       14 |        8
36.29/36.35	c  4.5s |      13 |    60241 |    38832 |      544    121 |       14 |        8
38.29/38.35	c  6.5s |      13 |    86797 |    56632 |      599    173 |       14 |        8
38.48/38.55	c  6.7s |      14 |    89174 |    58352 |      599    178 |       14 |        8
38.69/38.76	c  6.9s |      14 |    91786 |    60287 |      599    184 |       14 |        8
38.69/38.76	c #cpu_time = 6.862s
38.69/38.76	c #wall_clock_time = 6.883s
38.69/38.76	c #decision = 91786
38.69/38.76	c #random_decision = 242
38.69/38.76	c #conflict = 60287
38.69/38.76	c #restart = 14
38.69/38.76	o 39
38.69/38.76	c BCD2: hardening fixes 8 literals
38.69/38.76	c BCD2: updating upper bound: 58 -> 38
38.69/38.76	c BCD2: 26 <= obj <= 38
38.69/38.76	c BCD2: #cores=1, #unrelaxed=0, #relaxed=21, #hardened=21
38.69/38.76	c BCD2: #sat=5 #unsat=3 bias=3/8
38.69/38.76	c Solving starts ...
38.69/38.76	c ============================[ Search Statistics ]============================
38.69/38.76	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
38.69/38.76	c       |         |          |          |    Limit     GC | Var      | Constra 
38.69/38.76	c =============================================================================
38.69/38.76	c  0.0s |       0 |        0 |        0 |      599      0 |       22 |       10
38.69/38.78	c  0.0s |       1 |      123 |      100 |      599      0 |       22 |       10
38.69/38.79	c  0.0s |       2 |      319 |      250 |      599      0 |       22 |       10
38.78/38.82	c  0.1s |       3 |      636 |      475 |      599      1 |       22 |       10
38.78/38.85	c  0.1s |       4 |     1095 |      813 |      599      2 |       22 |       10
38.88/38.91	c  0.1s |       5 |     1835 |     1320 |      599      3 |       22 |       10
38.88/38.99	c  0.2s |       6 |     2972 |     2081 |      599      6 |       22 |       10
39.08/39.12	c  0.4s |       7 |     4646 |     3223 |      599      9 |       22 |       10
39.28/39.31	c  0.5s |       8 |     7406 |     4936 |      599     14 |       22 |       10
39.58/39.60	c  0.8s |       9 |    11185 |     7506 |      599     21 |       22 |       10
39.98/40.04	c  1.3s |      10 |    17057 |    11361 |      599     32 |       22 |       10
40.58/40.69	c  1.9s |      11 |    25234 |    17144 |      599     49 |       22 |       10
41.58/41.69	c  2.9s |      12 |    37678 |    25819 |      599     73 |       22 |       10
43.18/43.20	c  4.4s |      13 |    56442 |    38832 |      599    110 |       22 |       10
45.19/45.20	c  6.4s |      13 |    80239 |    55632 |      599    158 |       22 |       10
45.19/45.24	c  6.5s |      13 |    80690 |    55952 |      599    159 |       23 |       12
45.19/45.24	c #cpu_time = 6.460s
45.19/45.24	c #wall_clock_time = 6.477s
45.19/45.24	c #decision = 80690
45.19/45.24	c #random_decision = 222
45.19/45.24	c #conflict = 55952
45.19/45.24	c #restart = 13
45.19/45.24	c BCD2: updating lower bound of a core
45.19/45.24	c lower bound updated to 32
45.19/45.24	c BCD2: 32 <= obj <= 38
45.19/45.24	c BCD2: #cores=1, #unrelaxed=0, #relaxed=21, #hardened=21
45.19/45.24	c BCD2: #sat=5 #unsat=4 bias=4/9
45.19/45.24	c Solving starts ...
45.19/45.24	c ============================[ Search Statistics ]============================
45.19/45.24	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
45.19/45.24	c       |         |          |          |    Limit     GC | Var      | Constra 
45.19/45.24	c =============================================================================
45.19/45.24	c  0.0s |       0 |        0 |        0 |      599      0 |       23 |       12
45.19/45.25	c  0.0s |       1 |      140 |      100 |      599      0 |       23 |       12
45.19/45.27	c  0.0s |       2 |      389 |      250 |      599      0 |       23 |       12
45.19/45.30	c  0.1s |       3 |      730 |      475 |      599      1 |       23 |       12
45.29/45.34	c  0.1s |       4 |     1229 |      813 |      599      2 |       23 |       12
45.38/45.40	c  0.2s |       5 |     1933 |     1320 |      599      3 |       23 |       12
45.38/45.49	c  0.3s |       6 |     3101 |     2081 |      599      6 |       23 |       12
45.58/45.62	c  0.4s |       7 |     4794 |     3223 |      599      9 |       23 |       12
45.78/45.83	c  0.6s |       8 |     7375 |     4936 |      599     14 |       23 |       12
46.08/46.14	c  0.9s |       9 |    11275 |     7506 |      599     21 |       23 |       12
46.48/46.59	c  1.3s |      10 |    16995 |    11361 |      599     32 |       23 |       12
47.18/47.24	c  2.0s |      11 |    25493 |    17144 |      599     48 |       23 |       12
48.18/48.22	c  3.0s |      12 |    38433 |    25819 |      599     73 |       23 |       12
49.59/49.70	c  4.5s |      13 |    57099 |    38832 |      599    109 |       23 |       12
51.68/51.70	c  6.5s |      13 |    82761 |    55832 |      599    158 |       23 |       12
51.98/52.00	c  6.8s |      14 |    86808 |    58352 |      599    165 |       23 |       12
53.48/53.55	c  8.3s |      14 |   106140 |    71477 |      599    203 |       24 |       14
53.48/53.55	c #cpu_time = 8.284s
53.48/53.55	c #wall_clock_time = 8.306s
53.48/53.55	c #decision = 106140
53.48/53.55	c #random_decision = 305
53.48/53.55	c #conflict = 71477
53.48/53.55	c #restart = 14
53.48/53.55	c BCD2: updating lower bound of a core
53.48/53.55	c lower bound updated to 36
53.48/53.55	c BCD2: 36 <= obj <= 38
53.48/53.55	c BCD2: #cores=1, #unrelaxed=0, #relaxed=21, #hardened=21
53.48/53.55	c BCD2: #sat=5 #unsat=5 bias=5/10
53.48/53.55	c Solving starts ...
53.48/53.55	c ============================[ Search Statistics ]============================
53.48/53.55	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
53.48/53.55	c       |         |          |          |    Limit     GC | Var      | Constra 
53.48/53.55	c =============================================================================
53.48/53.55	c  0.0s |       0 |        0 |        0 |      599      0 |       24 |       14
53.48/53.56	c  0.0s |       1 |      150 |      100 |      599      0 |       24 |       14
53.48/53.58	c  0.0s |       2 |      383 |      250 |      599      0 |       24 |       14
53.58/53.60	c  0.1s |       3 |      716 |      475 |      599      1 |       24 |       14
53.58/53.64	c  0.1s |       4 |     1225 |      813 |      599      2 |       24 |       14
53.68/53.70	c  0.2s |       5 |     1978 |     1320 |      599      3 |       24 |       14
53.68/53.79	c  0.2s |       6 |     3084 |     2081 |      599      5 |       24 |       14
53.88/53.92	c  0.4s |       7 |     4607 |     3223 |      659      8 |       24 |       14
54.08/54.11	c  0.6s |       8 |     7117 |     4936 |      659     13 |       24 |       14
54.38/54.40	c  0.9s |       9 |    11014 |     7506 |      659     19 |       24 |       14
54.78/54.86	c  1.3s |      10 |    16662 |    11361 |      659     30 |       24 |       14
55.48/55.56	c  2.0s |      11 |    25614 |    17144 |      659     45 |       24 |       14
56.48/56.58	c  3.0s |      12 |    38013 |    25819 |      659     67 |       24 |       14
58.08/58.14	c  4.6s |      13 |    56938 |    38832 |      659    101 |       24 |       14
60.07/60.11	c  6.6s |      13 |    81083 |    55271 |      659    144 |       25 |       16
60.07/60.11	c #cpu_time = 6.546s
60.07/60.11	c #wall_clock_time = 6.564s
60.07/60.11	c #decision = 81083
60.07/60.11	c #random_decision = 218
60.07/60.11	c #conflict = 55271
60.07/60.11	c #restart = 13
60.07/60.11	c BCD2: updating lower bound of a core
60.07/60.11	c lower bound updated to 39
60.07/60.11	s OPTIMUM FOUND
60.07/60.11	v -x1 -x2 -x3 -x4 -x5 -x6 -x7 -x8 -x9 -x10
60.07/60.11	v -x11 x12 -x13 -x14 -x15 -x16 -x17 -x18 -x19 x20
60.07/60.11	v -x21 -x22 -x23 -x24 -x25 -x26 -x27 -x28 -x29 -x30
60.07/60.11	v x31 -x32 -x33 -x34 -x35 -x36 -x37 -x38 -x39 -x40
60.07/60.11	v -x41 -x42 -x43 -x44 -x45 -x46 x47 -x48 -x49 -x50
60.07/60.11	v -x51 -x52 -x53 -x54 -x55 -x56 -x57 -x58 -x59 -x60
60.07/60.11	v -x61 -x62 x63 -x64 -x65 x66 -x67 -x68 -x69 -x70
60.07/60.11	v -x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80
60.07/60.11	v -x81 -x82 -x83 x84 -x85 -x86 -x87 -x88 -x89 -x90
60.07/60.11	v -x91 -x92 x93 -x94 -x95 -x96 -x97 -x98 -x99 -x100
60.07/60.11	v -x101 -x102 -x103 -x104 -x105 -x106 -x107 -x108 -x109 -x110
60.07/60.11	v -x111 -x112 x113 -x114 -x115 -x116 -x117 -x118 -x119 -x120
60.07/60.11	v -x121 -x122 -x123 -x124 -x125 -x126 -x127 -x128 -x129 x130
60.07/60.11	v -x131 -x132 x133 -x134 -x135 -x136 -x137 -x138 -x139 -x140
60.07/60.11	v -x141 -x142 -x143 -x144 -x145 -x146 -x147 -x148 -x149 -x150
60.07/60.11	v -x151 -x152 x153 -x154 -x155 -x156 -x157 -x158 -x159 x160
60.07/60.11	v -x161 -x162 -x163 -x164 -x165 -x166 -x167 -x168 -x169
60.07/60.11	c total CPU time = 59.956s
60.07/60.11	c total wall clock time = 60.114s

Verifier Data

OK	39

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4109638-1466343881/watcher-4109638-1466343881 -o /tmp/evaluation-result-4109638-1466343881/solver-4109638-1466343881 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node121-1466341819-1236 --watchdog 1960 toysat +RTS -H1G -M15500m -K1G -RTS --wbo --search=bcd2 HOME/instance-4109638-1466343881.wbo 

pid=2143
running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.14 2.25 2.02 3/177 2146
/proc/meminfo: memFree=28883804/32872528 swapFree=1316768/1463936
[pid=2146] ppid=2143 vsize=700860 CPUtime=0 cores=1,3,5,7
/proc/2146/stat : 2146 (toysat) R 2143 2146 1219 0 -1 4202496 2607 0 0 0 0 0 0 0 20 0 4 0 36435020 717680640 2968 33554432000 4194304 16246674 140735853972560 140735853971984 13880264 0 2 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2146/statm: 175727 2978 441 2943 0 172621 0
[pid=2146/tid=2147] ppid=2143 vsize=718268 CPUtime=0 cores=1,3,5,7
/proc/2146/task/2147/stat : 2147 (toysat) S 2143 2146 1219 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36435020 735506432 3039 33554432000 4194304 16246674 140735853972560 139987129445616 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=2146/tid=2148] ppid=2143 vsize=722364 CPUtime=0 cores=1,3,5,7
/proc/2146/task/2148/stat : 2148 (toysat) S 2143 2146 1219 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36435020 739700736 3055 33554432000 4194304 16246674 140735853972560 139987118955760 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=2146/tid=2149] ppid=2143 vsize=727484 CPUtime=0 cores=1,3,5,7
/proc/2146/task/2149/stat : 2149 (toysat) S 2143 2146 1219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36435020 744943616 3071 33554432000 4194304 16246674 140735853972560 139987108482224 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0

[startup+0.100173 s]
/proc/loadavg: 2.14 2.25 2.02 3/177 2146
/proc/meminfo: memFree=28883804/32872528 swapFree=1316768/1463936
[pid=2146] ppid=2143 vsize=1218116 CPUtime=0.09 cores=1,3,5,7
/proc/2146/stat : 2146 (toysat) R 2143 2146 1219 0 -1 4202496 18451 0 0 0 7 2 0 0 20 0 4 0 36435020 1247350784 18804 33554432000 4194304 16246674 140735853972560 140735853971984 6145278 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2146/statm: 304529 18807 618 2943 0 301423 0
[pid=2146/tid=2147] ppid=2143 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/2146/task/2147/stat : 2147 (toysat) S 2143 2146 1219 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36435020 1247350784 18813 33554432000 4194304 16246674 140735853972560 139987129445616 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=2146/tid=2148] ppid=2143 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/2146/task/2148/stat : 2148 (toysat) S 2143 2146 1219 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36435020 1247350784 18819 33554432000 4194304 16246674 140735853972560 139987118955760 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=2146/tid=2149] ppid=2143 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/2146/task/2149/stat : 2149 (toysat) S 2143 2146 1219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36435020 1247350784 18825 33554432000 4194304 16246674 140735853972560 139987108482224 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1218116

[startup+0.200492 s]
/proc/loadavg: 2.14 2.25 2.02 3/177 2146
/proc/meminfo: memFree=28883804/32872528 swapFree=1316768/1463936
[pid=2146] ppid=2143 vsize=1218116 CPUtime=0.19 cores=1,3,5,7
/proc/2146/stat : 2146 (toysat) R 2143 2146 1219 0 -1 4202496 26303 0 0 0 15 4 0 0 20 0 4 0 36435020 1247350784 26656 33554432000 4194304 16246674 140735853972560 140735853971984 12487513 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2146/statm: 304529 26656 618 2943 0 301423 0
[pid=2146/tid=2147] ppid=2143 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/2146/task/2147/stat : 2147 (toysat) S 2143 2146 1219 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36435020 1247350784 26661 33554432000 4194304 16246674 140735853972560 139987129445616 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=2146/tid=2148] ppid=2143 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/2146/task/2148/stat : 2148 (toysat) S 2143 2146 1219 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36435020 1247350784 26661 33554432000 4194304 16246674 140735853972560 139987118955760 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=2146/tid=2149] ppid=2143 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/2146/task/2149/stat : 2149 (toysat) S 2143 2146 1219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36435020 1247350784 26666 33554432000 4194304 16246674 140735853972560 139987108482224 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1218116

[startup+0.300464 s]
/proc/loadavg: 2.14 2.25 2.02 3/177 2146
/proc/meminfo: memFree=28883804/32872528 swapFree=1316768/1463936
[pid=2146] ppid=2143 vsize=1218116 CPUtime=0.29 cores=1,3,5,7
/proc/2146/stat : 2146 (toysat) R 2143 2146 1219 0 -1 4202496 36031 0 0 0 24 5 0 0 20 0 4 0 36435020 1247350784 36377 33554432000 4194304 16246674 140735853972560 140735853971984 5661217 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2146/statm: 304529 36383 812 2943 0 301423 0
[pid=2146/tid=2147] ppid=2143 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/2146/task/2147/stat : 2147 (toysat) S 2143 2146 1219 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36435020 1247350784 36388 33554432000 4194304 16246674 140735853972560 139987129445616 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=2146/tid=2148] ppid=2143 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/2146/task/2148/stat : 2148 (toysat) S 2143 2146 1219 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36435020 1247350784 36391 33554432000 4194304 16246674 140735853972560 139987118955760 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=2146/tid=2149] ppid=2143 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/2146/task/2149/stat : 2149 (toysat) S 2143 2146 1219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36435020 1247350784 36393 33554432000 4194304 16246674 140735853972560 139987108482224 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1218116

[startup+0.700361 s]
/proc/loadavg: 2.14 2.25 2.02 3/177 2146
/proc/meminfo: memFree=28883804/32872528 swapFree=1316768/1463936
[pid=2146] ppid=2143 vsize=1218116 CPUtime=0.69 cores=1,3,5,7
/proc/2146/stat : 2146 (toysat) R 2143 2146 1219 0 -1 4202496 104687 0 0 0 54 15 0 0 20 0 4 0 36435020 1247350784 105033 33554432000 4194304 16246674 140735853972560 140735853955560 5600539 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2146/statm: 304529 105037 812 2943 0 301423 0
[pid=2146/tid=2147] ppid=2143 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/2146/task/2147/stat : 2147 (toysat) S 2143 2146 1219 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36435020 1247350784 105041 33554432000 4194304 16246674 140735853972560 139987129445616 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=2146/tid=2148] ppid=2143 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/2146/task/2148/stat : 2148 (toysat) S 2143 2146 1219 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36435020 1247350784 105048 33554432000 4194304 16246674 140735853972560 139987118955760 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=2146/tid=2149] ppid=2143 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/2146/task/2149/stat : 2149 (toysat) S 2143 2146 1219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36435020 1247350784 105051 33554432000 4194304 16246674 140735853972560 139987108482224 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1218116

[startup+1.50038 s]
/proc/loadavg: 2.14 2.25 2.02 3/181 2150
/proc/meminfo: memFree=28111832/32872528 swapFree=1316768/1463936
[pid=2146] ppid=2143 vsize=1219140 CPUtime=1.49 cores=1,3,5,7
/proc/2146/stat : 2146 (toysat) R 2143 2146 1219 0 -1 4202496 245790 0 0 0 115 34 0 0 20 0 4 0 36435020 1248399360 246114 33554432000 4194304 16246674 140735853972560 140735853971872 5600432 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2146/statm: 304785 246114 871 2943 0 301679 0
[pid=2146/tid=2147] ppid=2143 vsize=1219140 CPUtime=0 cores=1,3,5,7
/proc/2146/task/2147/stat : 2147 (toysat) S 2143 2146 1219 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36435020 1248399360 246114 33554432000 4194304 16246674 140735853972560 139987129445616 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=2146/tid=2148] ppid=2143 vsize=1219140 CPUtime=0 cores=1,3,5,7
/proc/2146/task/2148/stat : 2148 (toysat) S 2143 2146 1219 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36435020 1248399360 246114 33554432000 4194304 16246674 140735853972560 139987118955760 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=2146/tid=2149] ppid=2143 vsize=1219140 CPUtime=0 cores=1,3,5,7
/proc/2146/task/2149/stat : 2149 (toysat) S 2143 2146 1219 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36435020 1248399360 246114 33554432000 4194304 16246674 140735853972560 139987108482224 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 1219140

[startup+3.10038 s]
/proc/loadavg: 2.14 2.25 2.02 3/181 2150
/proc/meminfo: memFree=27900324/32872528 swapFree=1316768/1463936
[pid=2146] ppid=2143 vsize=1305156 CPUtime=3.09 cores=1,3,5,7
/proc/2146/stat : 2146 (toysat) R 2143 2146 1219 0 -1 4202496 267331 0 0 0 271 38 0 0 20 0 4 0 36435020 1336479744 267655 33554432000 4194304 16246674 140735853972560 140735853955560 5717840 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2146/statm: 326289 267655 871 2943 0 323183 0
[pid=2146/tid=2147] ppid=2143 vsize=1305156 CPUtime=0 cores=1,3,5,7
/proc/2146/task/2147/stat : 2147 (toysat) S 2143 2146 1219 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36435020 1336479744 267655 33554432000 4194304 16246674 140735853972560 139987129445616 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=2146/tid=2148] ppid=2143 vsize=1305156 CPUtime=0 cores=1,3,5,7
/proc/2146/task/2148/stat : 2148 (toysat) S 2143 2146 1219 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36435020 1336479744 267655 33554432000 4194304 16246674 140735853972560 139987118955760 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=2146/tid=2149] ppid=2143 vsize=1305156 CPUtime=0 cores=1,3,5,7
/proc/2146/task/2149/stat : 2149 (toysat) S 2143 2146 1219 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36435020 1336479744 267655 33554432000 4194304 16246674 140735853972560 139987108482224 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 1305156

[startup+6.30043 s]
/proc/loadavg: 2.13 2.25 2.02 3/181 2199
/proc/meminfo: memFree=28500060/32872528 swapFree=1316768/1463936
[pid=2146] ppid=2143 vsize=1306180 CPUtime=6.29 cores=1,3,5,7
/proc/2146/stat : 2146 (toysat) R 2143 2146 1219 0 -1 4202496 267595 0 0 0 591 38 0 0 20 0 4 0 36435020 1337528320 267919 33554432000 4194304 16246674 140735853972560 140735853955560 5717112 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2146/statm: 326545 267919 871 2943 0 323439 0
[pid=2146/tid=2147] ppid=2143 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/2146/task/2147/stat : 2147 (toysat) S 2143 2146 1219 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36435020 1337528320 267919 33554432000 4194304 16246674 140735853972560 139987129445616 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=2146/tid=2148] ppid=2143 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/2146/task/2148/stat : 2148 (toysat) S 2143 2146 1219 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36435020 1337528320 267919 33554432000 4194304 16246674 140735853972560 139987118955760 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=2146/tid=2149] ppid=2143 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/2146/task/2149/stat : 2149 (toysat) S 2143 2146 1219 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36435020 1337528320 267919 33554432000 4194304 16246674 140735853972560 139987108482224 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1306180

[startup+12.7004 s]
/proc/loadavg: 2.12 2.24 2.02 3/181 2248
/proc/meminfo: memFree=28222468/32872528 swapFree=1316768/1463936
[pid=2146] ppid=2143 vsize=1306180 CPUtime=12.68 cores=1,3,5,7
/proc/2146/stat : 2146 (toysat) R 2143 2146 1219 0 -1 4202496 267599 0 0 0 1230 38 0 0 20 0 4 0 36435020 1337528320 267923 33554432000 4194304 16246674 140735853972560 140735853954432 12476632 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2146/statm: 326545 267923 873 2943 0 323439 0
[pid=2146/tid=2147] ppid=2143 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/2146/task/2147/stat : 2147 (toysat) S 2143 2146 1219 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36435020 1337528320 267923 33554432000 4194304 16246674 140735853972560 139987129445616 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=2146/tid=2148] ppid=2143 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/2146/task/2148/stat : 2148 (toysat) S 2143 2146 1219 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36435020 1337528320 267923 33554432000 4194304 16246674 140735853972560 139987118955760 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=2146/tid=2149] ppid=2143 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/2146/task/2149/stat : 2149 (toysat) S 2143 2146 1219 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36435020 1337528320 267923 33554432000 4194304 16246674 140735853972560 139987108482224 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 1306180

[startup+25.5072 s]
/proc/loadavg: 2.16 2.24 2.02 4/181 2249
/proc/meminfo: memFree=28219488/32872528 swapFree=1316768/1463936
[pid=2146] ppid=2143 vsize=1306180 CPUtime=25.49 cores=1,3,5,7
/proc/2146/stat : 2146 (toysat) R 2143 2146 1219 0 -1 4202496 267608 0 0 0 2511 38 0 0 20 0 4 0 36435020 1337528320 267932 33554432000 4194304 16246674 140735853972560 140735853954432 13191794 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2146/statm: 326545 267932 882 2943 0 323439 0
[pid=2146/tid=2147] ppid=2143 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/2146/task/2147/stat : 2147 (toysat) S 2143 2146 1219 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36435020 1337528320 267932 33554432000 4194304 16246674 140735853972560 139987129445616 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=2146/tid=2148] ppid=2143 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/2146/task/2148/stat : 2148 (toysat) S 2143 2146 1219 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36435020 1337528320 267932 33554432000 4194304 16246674 140735853972560 139987118955760 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=2146/tid=2149] ppid=2143 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/2146/task/2149/stat : 2149 (toysat) S 2143 2146 1219 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36435020 1337528320 267932 33554432000 4194304 16246674 140735853972560 139987108482224 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 1306180

[startup+51.1004 s]
/proc/loadavg: 2.22 2.25 2.03 3/181 2249
/proc/meminfo: memFree=27802340/32872528 swapFree=1316768/1463936
[pid=2146] ppid=2143 vsize=1306180 CPUtime=51.08 cores=1,3,5,7
/proc/2146/stat : 2146 (toysat) R 2143 2146 1219 0 -1 4202496 267639 0 0 0 5069 39 0 0 20 0 4 0 36435020 1337528320 267958 33554432000 4194304 16246674 140735853972560 140735853954432 5600312 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2146/statm: 326545 267958 883 2943 0 323439 0
[pid=2146/tid=2147] ppid=2143 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/2146/task/2147/stat : 2147 (toysat) S 2143 2146 1219 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36435020 1337528320 267958 33554432000 4194304 16246674 140735853972560 139987129445616 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=2146/tid=2148] ppid=2143 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/2146/task/2148/stat : 2148 (toysat) S 2143 2146 1219 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36435020 1337528320 267958 33554432000 4194304 16246674 140735853972560 139987118955760 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=2146/tid=2149] ppid=2143 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/2146/task/2149/stat : 2149 (toysat) S 2143 2146 1219 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36435020 1337528320 267958 33554432000 4194304 16246674 140735853972560 139987108482224 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 1306180

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 2146 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+51.3004 s]
/proc/loadavg: 2.22 2.25 2.03 3/181 2249
/proc/meminfo: memFree=27802340/32872528 swapFree=1316768/1463936
[pid=2146] ppid=2143 vsize=1306180 CPUtime=51.28 cores=1,3,5,7
/proc/2146/stat : 2146 (toysat) R 2143 2146 1219 0 -1 4202496 267639 0 0 0 5089 39 0 0 20 0 4 0 36435020 1337528320 267958 33554432000 4194304 16246674 140735853972560 140735853954432 13191431 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2146/statm: 326545 267958 883 2943 0 323439 0
[pid=2146/tid=2147] ppid=2143 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/2146/task/2147/stat : 2147 (toysat) S 2143 2146 1219 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36435020 1337528320 267958 33554432000 4194304 16246674 140735853972560 139987129445616 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=2146/tid=2148] ppid=2143 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/2146/task/2148/stat : 2148 (toysat) S 2143 2146 1219 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36435020 1337528320 267958 33554432000 4194304 16246674 140735853972560 139987118955760 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=2146/tid=2149] ppid=2143 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/2146/task/2149/stat : 2149 (toysat) S 2143 2146 1219 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36435020 1337528320 267958 33554432000 4194304 16246674 140735853972560 139987108482224 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 51.28
Current children cumulated vsize (KiB) 1306180

[startup+54.5004 s]
/proc/loadavg: 2.21 2.25 2.03 3/181 2249
/proc/meminfo: memFree=27802464/32872528 swapFree=1316768/1463936
[pid=2146] ppid=2143 vsize=1306180 CPUtime=54.48 cores=1,3,5,7
/proc/2146/stat : 2146 (toysat) R 2143 2146 1219 0 -1 4202496 267679 0 0 0 5409 39 0 0 20 0 4 0 36435020 1337528320 267998 33554432000 4194304 16246674 140735853972560 140735853954432 5725440 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2146/statm: 326545 267998 883 2943 0 323439 0
[pid=2146/tid=2147] ppid=2143 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/2146/task/2147/stat : 2147 (toysat) S 2143 2146 1219 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36435020 1337528320 267998 33554432000 4194304 16246674 140735853972560 139987129445616 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=2146/tid=2148] ppid=2143 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/2146/task/2148/stat : 2148 (toysat) S 2143 2146 1219 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36435020 1337528320 267998 33554432000 4194304 16246674 140735853972560 139987118955760 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=2146/tid=2149] ppid=2143 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/2146/task/2149/stat : 2149 (toysat) S 2143 2146 1219 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36435020 1337528320 267998 33554432000 4194304 16246674 140735853972560 139987108482224 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 54.48
Current children cumulated vsize (KiB) 1306180

[startup+57.7004 s]
/proc/loadavg: 2.21 2.25 2.03 3/181 2249
/proc/meminfo: memFree=27802588/32872528 swapFree=1316768/1463936
[pid=2146] ppid=2143 vsize=1306180 CPUtime=57.68 cores=1,3,5,7
/proc/2146/stat : 2146 (toysat) R 2143 2146 1219 0 -1 4202496 267679 0 0 0 5729 39 0 0 20 0 4 0 36435020 1337528320 267998 33554432000 4194304 16246674 140735853972560 140735853954432 12874961 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2146/statm: 326545 267998 883 2943 0 323439 0
[pid=2146/tid=2147] ppid=2143 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/2146/task/2147/stat : 2147 (toysat) S 2143 2146 1219 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36435020 1337528320 267998 33554432000 4194304 16246674 140735853972560 139987129445616 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=2146/tid=2148] ppid=2143 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/2146/task/2148/stat : 2148 (toysat) S 2143 2146 1219 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36435020 1337528320 267998 33554432000 4194304 16246674 140735853972560 139987118955760 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=2146/tid=2149] ppid=2143 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/2146/task/2149/stat : 2149 (toysat) S 2143 2146 1219 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36435020 1337528320 267998 33554432000 4194304 16246674 140735853972560 139987108482224 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 57.68
Current children cumulated vsize (KiB) 1306180

[startup+59.3004 s]
/proc/loadavg: 2.19 2.25 2.03 3/181 2249
/proc/meminfo: memFree=27802464/32872528 swapFree=1316768/1463936
[pid=2146] ppid=2143 vsize=1306180 CPUtime=59.27 cores=1,3,5,7
/proc/2146/stat : 2146 (toysat) R 2143 2146 1219 0 -1 4202496 267680 0 0 0 5888 39 0 0 20 0 4 0 36435020 1337528320 267998 33554432000 4194304 16246674 140735853972560 140735853955560 6862302 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2146/statm: 326545 267998 883 2943 0 323439 0
[pid=2146/tid=2147] ppid=2143 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/2146/task/2147/stat : 2147 (toysat) S 2143 2146 1219 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36435020 1337528320 267998 33554432000 4194304 16246674 140735853972560 139987129445616 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=2146/tid=2148] ppid=2143 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/2146/task/2148/stat : 2148 (toysat) S 2143 2146 1219 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36435020 1337528320 267998 33554432000 4194304 16246674 140735853972560 139987118955760 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=2146/tid=2149] ppid=2143 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/2146/task/2149/stat : 2149 (toysat) S 2143 2146 1219 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36435020 1337528320 267998 33554432000 4194304 16246674 140735853972560 139987108482224 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 59.27
Current children cumulated vsize (KiB) 1306180

[startup+59.7004 s]
/proc/loadavg: 2.19 2.25 2.03 3/181 2249
/proc/meminfo: memFree=27802076/32872528 swapFree=1316768/1463936
[pid=2146] ppid=2143 vsize=1306180 CPUtime=59.67 cores=1,3,5,7
/proc/2146/stat : 2146 (toysat) R 2143 2146 1219 0 -1 4202496 267680 0 0 0 5928 39 0 0 20 0 4 0 36435020 1337528320 267998 33554432000 4194304 16246674 140735853972560 140735853954432 5711326 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2146/statm: 326545 267998 883 2943 0 323439 0
[pid=2146/tid=2147] ppid=2143 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/2146/task/2147/stat : 2147 (toysat) S 2143 2146 1219 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36435020 1337528320 267998 33554432000 4194304 16246674 140735853972560 139987129445616 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=2146/tid=2148] ppid=2143 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/2146/task/2148/stat : 2148 (toysat) S 2143 2146 1219 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36435020 1337528320 267998 33554432000 4194304 16246674 140735853972560 139987118955760 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=2146/tid=2149] ppid=2143 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/2146/task/2149/stat : 2149 (toysat) S 2143 2146 1219 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36435020 1337528320 267998 33554432000 4194304 16246674 140735853972560 139987108482224 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 59.67
Current children cumulated vsize (KiB) 1306180

[startup+60.1004 s]
/proc/loadavg: 2.19 2.25 2.03 3/181 2249
/proc/meminfo: memFree=27802076/32872528 swapFree=1316768/1463936
[pid=2146] ppid=2143 vsize=1306180 CPUtime=60.07 cores=1,3,5,7
/proc/2146/stat : 2146 (toysat) R 2143 2146 1219 0 -1 4202496 267680 0 0 0 5968 39 0 0 20 0 4 0 36435020 1337528320 267998 33554432000 4194304 16246674 140735853972560 140735853954432 12995176 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2146/statm: 326545 267998 883 2943 0 323439 0
[pid=2146/tid=2147] ppid=2143 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/2146/task/2147/stat : 2147 (toysat) S 2143 2146 1219 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36435020 1337528320 267998 33554432000 4194304 16246674 140735853972560 139987129445616 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=2146/tid=2148] ppid=2143 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/2146/task/2148/stat : 2148 (toysat) S 2143 2146 1219 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36435020 1337528320 267998 33554432000 4194304 16246674 140735853972560 139987118955760 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=2146/tid=2149] ppid=2143 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/2146/task/2149/stat : 2149 (toysat) S 2143 2146 1219 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36435020 1337528320 267998 33554432000 4194304 16246674 140735853972560 139987108482224 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 60.07
Current children cumulated vsize (KiB) 1306180

Child status: 0
Real time (s): 60.174
CPU time (s): 60.1579
CPU user time (s): 59.7049
CPU system time (s): 0.452931
CPU usage (%): 99.9731
Max. virtual memory (cumulated for all children) (KiB): 1306180

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 59.7049
system time used= 0.452931
maximum resident set size= 1072000
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 267684
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 27
involuntary context switches= 62

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.412937 second user time and 0.252961 second system time

The end

Launcher Data

Begin job on node121 at 2016-06-19 15:44:41
IDJOB=4109638
IDBENCH=78877
IDSOLVER=2553
FILE ID=node121/4109638-1466343881
RUNJOBID= node121-1466341819-1236
PBS_JOBID= 19922032
Free space on /tmp= 71704 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/normalized-t2001.13queen13.1110972763--soft-66-100-0.wbo
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --wbo --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4109638-1466343881/watcher-4109638-1466343881 -o /tmp/evaluation-result-4109638-1466343881/solver-4109638-1466343881 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node121-1466341819-1236 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --wbo --search=bcd2 HOME/instance-4109638-1466343881.wbo

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 129d08cca1ba918da7454b2cc3018155
RANDOM SEED=732748906

node121.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.691
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.38
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.691
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.691
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.691
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.691
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.691
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.691
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.691
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        28884596 kB
Buffers:          202516 kB
Cached:           483052 kB
SwapCached:         1944 kB
Active:          1277704 kB
Inactive:         484412 kB
Active(anon):    1075996 kB
Inactive(anon):     2900 kB
Active(file):     201708 kB
Inactive(file):   481512 kB
Unevictable:     1463936 kB
Mlocked:         1316768 kB
SwapTotal:      67108856 kB
SwapFree:       67101196 kB
Dirty:             32840 kB
Writeback:             0 kB
AnonPages:       2541084 kB
Mapped:            12380 kB
Shmem:                 0 kB
Slab:             628788 kB
SReclaimable:      72840 kB
SUnreclaim:       555948 kB
KernelStack:        1504 kB
PageTables:         9368 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2668648 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    153600 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71688 MiB
End job on node121 at 2016-06-19 15:45:41