Trace number 4106496

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
toysat 2016-05-02OPT3 310.904 311.026

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/
factor-mod-B/factor-mod-size=7-P0=37-P1=47-P2=17-P3=127-P4=31-P5=127-P6=17-B.opb
MD5SUM844fbce0d49bf88665e134a5a6d0ad31
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark0.074988
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 3
Optimality of the best value was proved YES
Number of variables126
Total number of constraints13
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints13
Minimum length of a constraint7
Maximum length of a constraint63
Number of terms in the objective function 7
Biggest coefficient in the objective function 64
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 127
Number of bits of the sum of numbers in the objective function 7
Biggest number in a constraint 8192
Number of bits of the biggest number in a constraint 14
Biggest sum of numbers in a constraint 32512
Number of bits of the biggest sum of numbers15
Number of products (including duplicates)294
Sum of products size (including duplicates)588
Number of different products294
Sum of products size588

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-18T19:55:36+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","--pb","--search=bcd2","HOME/instance-4106496-1466272536.opb"]
0.00/0.01	c use --random-gen="1994809930 1452730814 2288722191 2732391529 2966919485 885919791 272610433 1408917954 3368547683 4134378112 792140935 2602747542 3705605062 2323695447 1479239399 2805908691 2063082350 1101924599 3468655973 1214847036 1543976001 376675981 3847898188 1248890219 1881789846 3690869422 3892289710 920086336 3032132516 876947868 759035809 910102856 2088003786 3236567677 1672440292 3351145853 3452437886 2645487549 1626686193 2028035220 2560790137 3961156840 2699091724 3726499035 2632797395 1795745873 1495727094 1946334798 2460857837 3942629318 4195377114 658487158 35830773 752546034 2287708273 1267040569 195186198 608783522 3706223740 1000666715 233890311 2044411687 3508759304 1501677358 744676194 62237391 1890347721 4114556747 1696168625 4190608266 978045773 4258986428 527082987 3555772278 1166526773 692524670 570618954 637879184 2545884731 535819792 864562181 3128426009 1642538070 2071368998 2423804535 3181028286 649291945 3581672986 2177437519 385745010 1901455534 1313864954 3485991351 2481952984 226597062 4283042417 3533885030 2697510623 2068832319 450791841 1869699827 1519439139 1577192027 3257432368 830339243 3006686072 2556670913 1233533118 2115924950 2320353319 3351910767 378967142 1086912220 3075411229 436004930 2098259235 1027540989 2702012726 1346479425 1203486777 3979580928 3110739782 4270541997 190238786 3392193355 3900451457 2181534303 859044159 654601599 3680967898 1507145353 1539506964 4293256865 925857583 2609393573 209329253 389433003 1255064079 1713409416 481188205 4199726025 2855292352 3066357064 87282631 3865722715 1858443864 1573970392 1716538028 4171105986 2934583770 1881268796 1824967528 2255081100 1927409061 2202097455 2386791919 3093228345 3835537229 2428027569 3912743859 4057659308 1454621918 2687808338 2936109930 3437840250 4146886566 1058655019 1627134180 1980124771 3738162079 297786949 3601698529 3832046943 2085265396 2471376795 469039219 1249536222 4197832569 1332647498 824462199 621200763 3680481880 3638847300 3696930401 3051719969 743168311 4161507968 404791601 1837758149 2181401828 3879519145 2791731404 2388010839 342128972 3810146099 3240444671 380895451 554451005 4005917867 945047495 78928570 1425397848 1422582468 3081102962 3164607089 3402743162 438829382 156222122 1875136518 3195058 4251574910 3116471469 1434874453 719225467 2373299075 154701868 2758742645 3183569142 2641927225 4173923955 2751290836 2627007347 1861447303 3314740311 2762744510 3916347010 590384212 2320142800 3036808851 1531373231 1311722476 1285449273 1700916143 690459545 1674138343 2357236412 791512693 2859439215 512618595 869988813 550936529 640742470 331850405 3675161493 2148684251 1037948790 2369089542 162726869 3333500320 3431477657 978147829 1578855570 1197108024 3236076466 2613656919 4098812920 255 362436" option to reproduce the execution
0.00/0.01	c #vars 126
0.00/0.01	c #constraints 13
0.00/0.02	c BCD2: Hardening is enabled.
0.00/0.02	c BCD2: BiasedSearch is enabled.
0.00/0.02	c Solving starts ...
0.00/0.02	c ============================[ Search Statistics ]============================
0.00/0.02	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.00/0.02	c       |         |          |          |    Limit     GC | Var      | Constra 
0.00/0.02	c =============================================================================
0.00/0.02	c  0.0s |       0 |        0 |        0 |      440      0 |        0 |        0
0.00/0.04	c  0.0s |       1 |      131 |      100 |      440      0 |        0 |        0
0.00/0.07	c  0.0s |       2 |      343 |      250 |      485      0 |        0 |        0
0.18/0.23	c  0.2s |       3 |      662 |      475 |      534      0 |        0 |        0
0.28/0.35	c  0.3s |       4 |     1252 |      813 |      588      0 |        0 |        0
0.49/0.50	c  0.5s |       5 |     1829 |     1320 |      647      2 |        0 |        0
0.59/0.64	c  0.6s |       6 |     2756 |     2081 |      784      3 |        0 |        0
1.10/1.15	c  1.1s |       7 |     4012 |     3223 |      863      5 |        0 |        0
1.58/1.63	c  1.6s |       8 |     5861 |     4936 |      950      8 |        0 |        0
2.08/2.19	c  2.2s |       9 |     8693 |     7506 |     1045     12 |        0 |        0
2.19/2.26	c  2.2s |       9 |     9160 |     7864 |     1045     13 |        0 |        0
2.19/2.26	c #cpu_time = 2.236s
2.19/2.26	c #wall_clock_time = 2.236s
2.19/2.26	c #decision = 9160
2.19/2.26	c #random_decision = 36
2.19/2.26	c #conflict = 7864
2.19/2.26	c #restart = 9
2.19/2.26	o 57
2.19/2.26	c BCD2: hardening fixes 1 literals
2.19/2.26	c BCD2: updating upper bound: 127 -> 56
2.19/2.26	c BCD2: 0 <= obj <= 56
2.19/2.26	c BCD2: #cores=0, #unrelaxed=6, #relaxed=0, #hardened=1
2.19/2.26	c BCD2: #sat=1 #unsat=1 bias=1/2
2.19/2.26	c Solving starts ...
2.19/2.26	c ============================[ Search Statistics ]============================
2.19/2.26	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.19/2.26	c       |         |          |          |    Limit     GC | Var      | Constra 
2.19/2.26	c =============================================================================
2.19/2.26	c  0.0s |       0 |        0 |        0 |     1045      0 |        9 |        0
2.19/2.26	c  0.0s |       0 |        4 |        0 |     1045      0 |        9 |       21
2.19/2.26	c #cpu_time = 0.003s
2.19/2.26	c #wall_clock_time = 0.003s
2.19/2.26	c #decision = 4
2.19/2.26	c #random_decision = 0
2.19/2.26	c #conflict = 0
2.19/2.26	c #restart = 0
2.19/2.26	c BCD2: found a new core of size 5: cost of the new core is >=2
2.19/2.26	c lower bound updated to 2
2.19/2.26	c BCD2: 2 <= obj <= 56
2.19/2.26	c BCD2: #cores=1, #unrelaxed=1, #relaxed=5, #hardened=1
2.19/2.26	c BCD2: #sat=1 #unsat=2 bias=2/3
2.19/2.26	c Solving starts ...
2.19/2.26	c ============================[ Search Statistics ]============================
2.19/2.26	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.19/2.26	c       |         |          |          |    Limit     GC | Var      | Constra 
2.19/2.26	c =============================================================================
2.19/2.26	c  0.0s |       0 |        0 |        0 |     1045      0 |        9 |       21
2.30/2.32	c  0.1s |       1 |      197 |      100 |     1045      0 |        9 |       21
2.30/2.37	c  0.1s |       2 |      418 |      250 |     1045      1 |        9 |       21
2.39/2.45	c  0.2s |       3 |      808 |      475 |     1045      1 |        9 |       21
2.49/2.51	c  0.3s |       4 |     1250 |      813 |     1045      1 |        9 |       21
2.49/2.58	c  0.3s |       5 |     1846 |     1320 |     1045      2 |        9 |       21
2.69/2.78	c  0.5s |       6 |     3026 |     2081 |     1045      3 |        9 |       21
2.99/3.02	c  0.8s |       7 |     4307 |     3223 |     1045      6 |        9 |       21
3.29/3.31	c  1.0s |       8 |     6206 |     4936 |     1150      8 |        9 |       21
3.78/3.85	c  1.6s |       9 |     9061 |     7506 |     1150     11 |        9 |       21
4.58/4.62	c  2.4s |      10 |    13241 |    11361 |     1265     16 |        9 |       21
5.59/5.68	c  3.4s |      11 |    19655 |    17144 |     1265     24 |        9 |       21
7.58/7.70	c  5.4s |      11 |    27201 |    24144 |     1392     32 |        9 |       21
8.18/8.20	c  5.9s |      12 |    28903 |    25819 |     1392     34 |        9 |       21
10.18/10.21	c  8.0s |      12 |    38411 |    34719 |     1532     44 |        9 |       21
10.99/11.06	c  8.8s |      13 |    42794 |    38832 |     1532     48 |        9 |       21
12.98/13.09	c 10.8s |      13 |    51258 |    46532 |     1532     57 |        9 |       21
15.08/15.11	c 12.9s |      13 |    60208 |    54132 |     1686     65 |        9 |       21
15.98/16.03	c 13.8s |      14 |    64851 |    58352 |     1686     69 |        9 |       21
17.98/18.03	c 15.8s |      14 |    74669 |    67352 |     1686     78 |        9 |       21
19.98/20.04	c 17.8s |      14 |    84307 |    76252 |     1686     87 |        9 |       21
21.99/22.04	c 19.8s |      14 |    93776 |    84752 |     1855     95 |        9 |       21
22.78/22.81	c 20.5s |      15 |    97039 |    87632 |     1855     98 |        9 |       21
24.79/24.82	c 22.6s |      15 |   106781 |    96232 |     1855    106 |        9 |       21
26.79/26.84	c 24.6s |      15 |   115618 |   103332 |     1855    112 |        9 |       21
28.79/28.87	c 26.6s |      15 |   123482 |   109732 |     1855    118 |        9 |       21
30.79/30.89	c 28.6s |      15 |   131959 |   117332 |     1855    125 |        9 |       21
32.79/32.90	c 30.6s |      15 |   140912 |   125332 |     2041    132 |        9 |       21
34.59/34.67	c 32.4s |      16 |   147620 |   131552 |     2041    138 |        9 |       21
36.59/36.68	c 34.4s |      16 |   157290 |   140652 |     2041    145 |        9 |       21
38.59/38.68	c 36.4s |      16 |   166751 |   149552 |     2041    153 |        9 |       21
40.58/40.70	c 38.4s |      16 |   176592 |   158552 |     2041    160 |        9 |       21
42.68/42.72	c 40.5s |      16 |   186239 |   167552 |     2041    168 |        9 |       21
44.68/44.73	c 42.5s |      16 |   195369 |   175952 |     2041    175 |        9 |       21
46.68/46.74	c 44.5s |      16 |   205037 |   185052 |     2041    183 |        9 |       21
48.68/48.76	c 46.5s |      16 |   214016 |   193552 |     2246    190 |        9 |       21
49.59/49.61	c 47.3s |      17 |   218150 |   197432 |     2246    193 |        9 |       21
51.58/51.65	c 49.4s |      17 |   226366 |   203132 |     2246    197 |        9 |       21
53.58/53.66	c 51.4s |      17 |   232714 |   208832 |     2246    202 |        9 |       21
55.58/55.68	c 53.4s |      17 |   240285 |   215432 |     2246    207 |        9 |       21
57.58/57.68	c 55.4s |      17 |   247567 |   222132 |     2246    212 |        9 |       21
59.58/59.69	c 57.4s |      17 |   255596 |   229332 |     2246    218 |        9 |       21
61.58/61.70	c 59.4s |      17 |   264818 |   237932 |     2246    225 |        9 |       21
63.68/63.72	c 61.5s |      17 |   273568 |   246232 |     2246    231 |        9 |       21
65.68/65.74	c 63.5s |      17 |   282271 |   254432 |     2246    238 |        9 |       21
67.67/67.75	c 65.5s |      17 |   291439 |   262832 |     2246    244 |        9 |       21
69.67/69.76	c 67.5s |      17 |   298639 |   268932 |     2246    249 |        9 |       21
71.67/71.78	c 69.5s |      17 |   306952 |   276532 |     2246    255 |        9 |       21
73.78/73.82	c 71.6s |      17 |   316401 |   284432 |     2246    261 |        9 |       21
75.77/75.83	c 73.6s |      17 |   326284 |   291032 |     2471    266 |        9 |       21
77.27/77.35	c 75.1s |      18 |   332218 |   296252 |     2471    270 |        9 |       21
79.28/79.37	c 77.1s |      18 |   340717 |   304052 |     2471    276 |        9 |       21
81.27/81.38	c 79.1s |      18 |   348550 |   311352 |     2471    281 |        9 |       21
83.27/83.39	c 81.1s |      18 |   356667 |   318752 |     2471    286 |        9 |       21
85.27/85.39	c 83.1s |      18 |   364478 |   326052 |     2471    291 |        9 |       21
87.37/87.40	c 85.1s |      18 |   372305 |   333252 |     2471    297 |        9 |       21
89.37/89.42	c 87.2s |      18 |   380462 |   340852 |     2471    302 |        9 |       21
91.37/91.42	c 89.2s |      18 |   388227 |   347952 |     2471    307 |        9 |       21
93.37/93.43	c 91.2s |      18 |   395670 |   354552 |     2471    312 |        9 |       21
95.37/95.45	c 93.2s |      18 |   403251 |   361352 |     2471    317 |        9 |       21
97.37/97.47	c 95.2s |      18 |   410886 |   368152 |     2471    322 |        9 |       21
99.36/99.49	c 97.2s |      18 |   418193 |   374952 |     2471    327 |        9 |       21
101.36/101.49	c 99.2s |      18 |   426411 |   382552 |     2471    332 |        9 |       21
103.47/103.51	c  101s |      18 |   434159 |   389752 |     2471    338 |        9 |       21
105.46/105.52	c  103s |      18 |   441895 |   397052 |     2471    343 |        9 |       21
107.46/107.53	c  105s |      18 |   449912 |   404552 |     2471    348 |        9 |       21
109.46/109.53	c  107s |      18 |   457411 |   411552 |     2471    354 |        9 |       21
111.46/111.55	c  109s |      18 |   465184 |   418752 |     2471    359 |        9 |       21
113.46/113.58	c  111s |      18 |   472995 |   426052 |     2471    364 |        9 |       21
115.47/115.60	c  113s |      18 |   480431 |   432852 |     2471    369 |        9 |       21
117.56/117.61	c  115s |      18 |   488483 |   440252 |     2719    374 |        9 |       21
118.66/118.77	c  116s |      19 |   493020 |   444482 |     2719    377 |        9 |       21
120.66/120.79	c  118s |      19 |   499793 |   450582 |     2719    381 |        9 |       21
122.76/122.84	c  120s |      19 |   507691 |   457682 |     2719    386 |        9 |       21
124.76/124.86	c  122s |      19 |   514840 |   464182 |     2719    390 |        9 |       21
126.86/126.92	c  124s |      19 |   522773 |   471282 |     2719    395 |        9 |       21
128.86/128.94	c  126s |      19 |   529934 |   477482 |     2719    399 |        9 |       21
130.86/130.95	c  128s |      19 |   535947 |   482482 |     2719    402 |        9 |       21
132.86/132.98	c  130s |      19 |   543112 |   488982 |     2719    406 |        9 |       21
134.96/135.00	c  132s |      19 |   547680 |   492882 |     2719    409 |        9 |       21
136.95/137.00	c  134s |      19 |   553176 |   497782 |     2719    412 |        9 |       21
138.95/139.03	c  136s |      19 |   561328 |   504682 |     2719    417 |        9 |       21
140.95/141.04	c  138s |      19 |   569152 |   511782 |     2719    422 |        9 |       21
142.96/143.04	c  140s |      19 |   576112 |   518282 |     2719    426 |        9 |       21
144.95/145.07	c  142s |      19 |   582531 |   524582 |     2719    430 |        9 |       21
147.05/147.11	c  144s |      19 |   590034 |   531682 |     2719    435 |        9 |       21
149.05/149.14	c  146s |      19 |   596732 |   537782 |     2719    439 |        9 |       21
151.05/151.15	c  148s |      19 |   604376 |   544882 |     2719    444 |        9 |       21
153.05/153.16	c  150s |      19 |   612585 |   551982 |     2719    449 |        9 |       21
155.05/155.20	c  152s |      19 |   619729 |   558382 |     2719    453 |        9 |       21
157.15/157.23	c  154s |      19 |   626840 |   564782 |     2719    458 |        9 |       21
159.14/159.25	c  156s |      19 |   633776 |   571182 |     2719    462 |        9 |       21
161.14/161.26	c  159s |      19 |   640055 |   576782 |     2719    466 |        9 |       21
163.14/163.28	c  161s |      19 |   647497 |   583482 |     2719    470 |        9 |       21
165.24/165.31	c  163s |      19 |   655633 |   591082 |     2719    475 |        9 |       21
167.25/167.31	c  165s |      19 |   662888 |   597882 |     2719    480 |        9 |       21
169.24/169.33	c  167s |      19 |   669914 |   604782 |     2719    485 |        9 |       21
171.25/171.35	c  169s |      19 |   678509 |   612782 |     2719    490 |       10 |       28
173.25/173.36	c  171s |      19 |   686616 |   620282 |     2719    495 |       10 |       28
175.25/175.38	c  173s |      19 |   695197 |   627982 |     2719    500 |       10 |       28
177.25/177.39	c  175s |      19 |   703923 |   636282 |     2719    505 |       10 |       28
179.25/179.40	c  177s |      19 |   713050 |   644982 |     2719    511 |       10 |       28
181.35/181.42	c  179s |      19 |   722374 |   653882 |     2719    517 |       10 |       28
183.35/183.43	c  181s |      19 |   729929 |   660982 |     2991    521 |       10 |       28
185.04/185.16	c  182s |      20 |   736352 |   666827 |     2991    525 |       10 |       28
187.14/187.20	c  184s |      20 |   744002 |   673527 |     2991    529 |       10 |       28
189.04/189.20	c  186s |      20 |   750998 |   680327 |     2991    533 |       10 |       28
191.14/191.23	c  188s |      20 |   758909 |   687027 |     2991    537 |       10 |       28
193.14/193.23	c  190s |      20 |   765879 |   693427 |     2991    541 |       10 |       28
195.14/195.24	c  192s |      20 |   773126 |   699827 |     2991    545 |       10 |       28
197.14/197.25	c  194s |      20 |   779875 |   705927 |     2991    549 |       10 |       28
199.14/199.26	c  197s |      20 |   787423 |   713027 |     2991    553 |       11 |       35
201.13/201.27	c  199s |      20 |   795954 |   721127 |     2991    558 |       11 |       35
203.13/203.27	c  201s |      20 |   805099 |   729627 |     2991    564 |       11 |       35
205.13/205.28	c  203s |      20 |   814432 |   738427 |     2991    569 |       11 |       35
207.12/207.29	c  205s |      20 |   822508 |   745827 |     2991    574 |       11 |       35
209.22/209.31	c  207s |      20 |   830942 |   753527 |     2991    578 |       11 |       35
211.23/211.32	c  209s |      20 |   839158 |   761127 |     2991    583 |       11 |       35
213.22/213.34	c  211s |      20 |   848330 |   769227 |     2991    588 |       11 |       35
215.22/215.34	c  213s |      20 |   856670 |   776827 |     2991    593 |       11 |       35
217.22/217.35	c  215s |      20 |   865578 |   785127 |     2991    598 |       11 |       35
219.22/219.36	c  217s |      20 |   873876 |   792827 |     2991    603 |       11 |       35
221.22/221.37	c  219s |      20 |   882503 |   800727 |     2991    608 |       11 |       35
223.23/223.38	c  221s |      20 |   890654 |   808427 |     2991    612 |       11 |       35
225.22/225.38	c  223s |      20 |   898694 |   816027 |     2991    617 |       11 |       35
227.32/227.40	c  225s |      20 |   906249 |   823027 |     2991    622 |       11 |       35
229.31/229.41	c  227s |      20 |   914137 |   830527 |     2991    626 |       11 |       35
231.31/231.42	c  229s |      20 |   922071 |   837827 |     2991    631 |       11 |       35
233.31/233.42	c  231s |      20 |   930865 |   845827 |     2991    636 |       11 |       35
235.32/235.43	c  233s |      20 |   939759 |   854127 |     2991    641 |       11 |       35
237.31/237.45	c  235s |      20 |   947644 |   861527 |     2991    645 |       11 |       35
239.31/239.46	c  237s |      20 |   956124 |   869427 |     2991    650 |       11 |       35
241.32/241.46	c  239s |      20 |   964557 |   876927 |     2991    655 |       11 |       35
243.32/243.48	c  241s |      20 |   972702 |   884427 |     2991    660 |       11 |       35
245.41/245.50	c  243s |      20 |   981582 |   892827 |     2991    665 |       11 |       35
247.42/247.52	c  245s |      20 |   990044 |   900827 |     2991    670 |       11 |       35
249.41/249.53	c  247s |      20 |   998169 |   908327 |     2991    675 |       11 |       35
251.41/251.53	c  249s |      20 |  1006746 |   916227 |     2991    679 |       11 |       35
253.41/253.53	c  251s |      20 |  1016026 |   925027 |     2991    685 |       11 |       35
255.41/255.55	c  253s |      20 |  1024786 |   933127 |     2991    690 |       11 |       35
257.41/257.56	c  255s |      20 |  1032991 |   940927 |     2991    695 |       11 |       35
259.40/259.57	c  257s |      20 |  1041630 |   949127 |     2991    700 |       11 |       35
261.40/261.59	c  259s |      20 |  1050651 |   957527 |     2991    705 |       11 |       35
263.50/263.61	c  261s |      20 |  1059115 |   965427 |     2991    710 |       11 |       35
265.50/265.62	c  263s |      20 |  1067239 |   972927 |     2991    715 |       11 |       35
267.50/267.64	c  265s |      20 |  1075736 |   980927 |     2991    720 |       11 |       35
269.50/269.66	c  267s |      20 |  1084148 |   988727 |     3291    724 |       11 |       35
271.50/271.67	c  269s |      20 |  1092249 |   996227 |     3291    728 |       11 |       35
272.60/272.75	c  270s |      21 |  1096617 |  1000345 |     3291    731 |       11 |       35
274.60/274.77	c  272s |      21 |  1103918 |  1007045 |     3291    735 |       11 |       35
276.69/276.80	c  274s |      21 |  1110730 |  1013345 |     3291    738 |       11 |       35
278.69/278.83	c  276s |      21 |  1117712 |  1019845 |     3291    742 |       11 |       35
280.69/280.83	c  278s |      21 |  1124726 |  1026245 |     3291    746 |       11 |       35
282.70/282.83	c  280s |      21 |  1132077 |  1033345 |     3291    750 |       11 |       35
284.69/284.85	c  282s |      21 |  1139491 |  1039945 |     3291    754 |       11 |       35
286.68/286.87	c  284s |      21 |  1147229 |  1046845 |     3291    758 |       11 |       35
288.68/288.87	c  286s |      21 |  1153869 |  1052745 |     3291    762 |       11 |       35
290.68/290.89	c  288s |      21 |  1161403 |  1059445 |     3291    766 |       11 |       35
292.78/292.90	c  290s |      21 |  1169136 |  1066845 |     3291    770 |       11 |       35
294.79/294.92	c  292s |      21 |  1176391 |  1073545 |     3291    774 |       11 |       35
296.77/296.92	c  294s |      21 |  1184143 |  1080945 |     3291    778 |       11 |       35
298.77/298.96	c  296s |      21 |  1192023 |  1088145 |     3291    782 |       11 |       35
300.77/300.97	c  298s |      21 |  1199521 |  1095245 |     3291    787 |       11 |       35
302.77/302.97	c  300s |      21 |  1207979 |  1103345 |     3291    791 |       12 |       42
304.77/304.98	c  302s |      21 |  1215777 |  1110745 |     3291    796 |       12 |       42
306.77/307.00	c  304s |      21 |  1224131 |  1118345 |     3291    800 |       12 |       42
308.87/309.00	c  306s |      21 |  1232044 |  1125645 |     3291    805 |       12 |       42
310.66/310.86	c  308s |      21 |  1240666 |  1133514 |     3291    809 |       12 |       42
310.66/310.86	c #cpu_time = 308.531s
310.66/310.86	c #wall_clock_time = 308.600s
310.66/310.86	c #decision = 1240666
310.66/310.86	c #random_decision = 4461
310.66/310.86	c #conflict = 1133514
310.66/310.86	c #restart = 21
310.66/310.86	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 6: cost of the new core is >=3
310.66/310.86	c lower bound updated to 3
310.66/310.86	c BCD2: 3 <= obj <= 56
310.66/310.86	c BCD2: #cores=1, #unrelaxed=0, #relaxed=6, #hardened=1
310.66/310.86	c BCD2: #sat=1 #unsat=3 bias=3/4
310.66/310.86	c Solving starts ...
310.66/310.86	c ============================[ Search Statistics ]============================
310.66/310.86	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
310.66/310.86	c       |         |          |          |    Limit     GC | Var      | Constra 
310.66/310.86	c =============================================================================
310.66/310.86	c  0.0s |       0 |        0 |        0 |     3291      0 |       13 |       42
310.76/310.90	c  0.0s |       1 |      117 |      100 |     3291      0 |       13 |       43
310.76/310.94	c  0.1s |       2 |      346 |      250 |     3291      0 |       13 |       43
310.76/310.96	c  0.1s |       2 |      496 |      271 |     3291      0 |       13 |       43
310.76/310.96	c #cpu_time = 0.097s
310.76/310.96	c #wall_clock_time = 0.097s
310.76/310.96	c #decision = 496
310.76/310.96	c #random_decision = 1
310.76/310.96	c #conflict = 271
310.76/310.96	c #restart = 2
310.76/310.96	o 15
310.76/310.96	c BCD2: hardening fixes 2 literals
310.76/310.96	c BCD2: updating upper bound: 56 -> 14
310.76/310.96	c BCD2: 3 <= obj <= 14
310.76/310.96	c BCD2: #cores=1, #unrelaxed=0, #relaxed=4, #hardened=3
310.76/310.96	c BCD2: #sat=2 #unsat=3 bias=3/5
310.76/310.96	c Solving starts ...
310.76/310.96	c ============================[ Search Statistics ]============================
310.76/310.96	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
310.76/310.96	c       |         |          |          |    Limit     GC | Var      | Constra 
310.76/310.96	c =============================================================================
310.76/310.96	c  0.0s |       0 |        0 |        0 |     3291      0 |       31 |       45
310.76/310.97	c  0.0s |       0 |      106 |        7 |     3291      0 |       31 |       87
310.76/310.97	c #cpu_time = 0.013s
310.76/310.97	c #wall_clock_time = 0.013s
310.76/310.97	c #decision = 106
310.76/310.97	c #random_decision = 0
310.76/310.97	c #conflict = 7
310.76/310.97	c #restart = 0
310.76/310.97	o 5
310.76/310.97	c BCD2: hardening fixes 1 literals
310.76/310.97	c BCD2: updating upper bound: 14 -> 4
310.76/310.97	c BCD2: 3 <= obj <= 4
310.76/310.97	c BCD2: #cores=1, #unrelaxed=0, #relaxed=3, #hardened=4
310.76/310.97	c BCD2: #sat=3 #unsat=3 bias=3/6
310.76/310.97	c Solving starts ...
310.76/310.97	c ============================[ Search Statistics ]============================
310.76/310.97	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
310.76/310.97	c       |         |          |          |    Limit     GC | Var      | Constra 
310.76/310.97	c =============================================================================
310.76/310.97	c  0.0s |       0 |        0 |        0 |     3291      0 |       40 |       88
310.76/310.98	c  0.0s |       0 |       98 |       13 |     3291      0 |       40 |      110
310.76/310.98	c #cpu_time = 0.011s
310.76/310.98	c #wall_clock_time = 0.011s
310.76/310.98	c #decision = 98
310.76/310.98	c #random_decision = 0
310.76/310.98	c #conflict = 13
310.76/310.98	c #restart = 0
310.76/310.98	o 3
310.76/310.98	s OPTIMUM FOUND
310.76/310.98	v x1 x2 -x3 -x4 -x5 -x6 -x7 x8 -x9 -x10
310.76/310.98	v -x11 -x12 x13 -x14 x15 x16 -x17 x18 -x19 -x20
310.76/310.98	v x21 x22 x23 -x24 -x25 -x26 x27 x28 x29 -x30
310.76/310.98	v -x31 -x32 -x33 x34 -x35 x36 -x37 x38 -x39 -x40
310.76/310.98	v -x41 -x42 x43 x44 -x45 x46 x47 x48 -x49 x50
310.76/310.98	v x51 -x52 -x53 -x54 x55 x56 x57 -x58 -x59 -x60
310.76/310.98	v -x61 -x62 -x63 x64 x65 -x66 -x67 -x68 x69 x70
310.76/310.98	v x71 x72 -x73 -x74 -x75 -x76 x77 x78 x79 x80
310.76/310.98	v x81 -x82 -x83 x84 -x85 -x86 -x87 -x88 -x89 -x90
310.76/310.98	v -x91 -x92 x93 -x94 x95 x96 x97 -x98 -x99 -x100
310.76/310.98	v -x101 -x102 -x103 -x104 -x105 x106 -x107 -x108 x109 x110
310.76/310.98	v -x111 -x112 -x113 x114 -x115 -x116 -x117 -x118 -x119 -x120
310.76/310.98	v -x121 x122 -x123 -x124 x125 -x126
310.76/310.98	c total CPU time = 310.915s
310.76/310.98	c total wall clock time = 310.984s

Verifier Data

OK	3

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-4106496-1466272536/watcher-4106496-1466272536 -o /tmp/evaluation-result-4106496-1466272536/solver-4106496-1466272536 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node137-1466264772-24926 --watchdog 1960 toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4106496-1466272536.opb 

pid=26216
running on 4 cores: 0,2,4,6

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.27 2.34 2.29 3/179 26219
/proc/meminfo: memFree=28928952/32872528 swapFree=1499884/1696108
[pid=26219] ppid=26216 vsize=570812 CPUtime=0 cores=0,2,4,6
/proc/26219/stat : 26219 (toysat) R 26216 26219 24910 0 -1 4202496 2101 0 0 0 0 0 0 0 20 0 4 0 29299340 584511488 2463 33554432000 4194304 16246674 140737274737712 140737274736968 13880264 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/26219/statm: 143215 2473 441 2943 0 140109 0
[pid=26219/tid=26220] ppid=26216 vsize=588220 CPUtime=0 cores=0,2,4,6
/proc/26219/task/26220/stat : 26220 (toysat) S 26216 26219 24910 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 29299340 602337280 2533 33554432000 4194304 16246674 140737274737712 140511205633264 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=26219/tid=26221] ppid=26216 vsize=592316 CPUtime=0 cores=0,2,4,6
/proc/26219/task/26221/stat : 26221 (toysat) S 26216 26219 24910 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 29299340 606531584 2548 33554432000 4194304 16246674 140737274737712 140511195143408 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=26219/tid=26222] ppid=26216 vsize=597436 CPUtime=0 cores=0,2,4,6
/proc/26219/task/26222/stat : 26222 (toysat) S 26216 26219 24910 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 29299340 611774464 2568 33554432000 4194304 16246674 140737274737712 140511184669872 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0

[startup+0.100133 s]
/proc/loadavg: 2.27 2.34 2.29 3/179 26219
/proc/meminfo: memFree=28928952/32872528 swapFree=1499884/1696108
[pid=26219] ppid=26216 vsize=1218116 CPUtime=0.09 cores=0,2,4,6
/proc/26219/stat : 26219 (toysat) R 26216 26219 24910 0 -1 4202496 21022 0 0 0 6 3 0 0 20 0 4 0 29299340 1247350784 21372 33554432000 4194304 16246674 140737274737712 140737274736968 13780501 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/26219/statm: 304529 21377 758 2943 0 301423 0
[pid=26219/tid=26220] ppid=26216 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/26219/task/26220/stat : 26220 (toysat) S 26216 26219 24910 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 29299340 1247350784 21380 33554432000 4194304 16246674 140737274737712 140511205633264 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=26219/tid=26221] ppid=26216 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/26219/task/26221/stat : 26221 (toysat) S 26216 26219 24910 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 29299340 1247350784 21384 33554432000 4194304 16246674 140737274737712 140511195143408 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=26219/tid=26222] ppid=26216 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/26219/task/26222/stat : 26222 (toysat) S 26216 26219 24910 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 29299340 1247350784 21387 33554432000 4194304 16246674 140737274737712 140511184669872 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1218116

[startup+0.200463 s]
/proc/loadavg: 2.27 2.34 2.29 3/179 26219
/proc/meminfo: memFree=28928952/32872528 swapFree=1499884/1696108
[pid=26219] ppid=26216 vsize=1218116 CPUtime=0.18 cores=0,2,4,6
/proc/26219/stat : 26219 (toysat) R 26216 26219 24910 0 -1 4202496 33724 0 0 0 14 4 0 0 20 0 4 0 29299340 1247350784 34073 33554432000 4194304 16246674 140737274737712 140737274736968 13780501 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/26219/statm: 304529 34078 758 2943 0 301423 0
[pid=26219/tid=26220] ppid=26216 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/26219/task/26220/stat : 26220 (toysat) S 26216 26219 24910 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 29299340 1247350784 34082 33554432000 4194304 16246674 140737274737712 140511205633264 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=26219/tid=26221] ppid=26216 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/26219/task/26221/stat : 26221 (toysat) S 26216 26219 24910 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 29299340 1247350784 34086 33554432000 4194304 16246674 140737274737712 140511195143408 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=26219/tid=26222] ppid=26216 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/26219/task/26222/stat : 26222 (toysat) S 26216 26219 24910 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 29299340 1247350784 34089 33554432000 4194304 16246674 140737274737712 140511184669872 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 1218116

[startup+0.300424 s]
/proc/loadavg: 2.27 2.34 2.29 3/179 26219
/proc/meminfo: memFree=28928952/32872528 swapFree=1499884/1696108
[pid=26219] ppid=26216 vsize=1218116 CPUtime=0.28 cores=0,2,4,6
/proc/26219/stat : 26219 (toysat) R 26216 26219 24910 0 -1 4202496 50007 0 0 0 21 7 0 0 20 0 4 0 29299340 1247350784 50356 33554432000 4194304 16246674 140737274737712 140737274720712 13194067 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/26219/statm: 304529 50363 758 2943 0 301423 0
[pid=26219/tid=26220] ppid=26216 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/26219/task/26220/stat : 26220 (toysat) S 26216 26219 24910 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 29299340 1247350784 50367 33554432000 4194304 16246674 140737274737712 140511205633264 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=26219/tid=26221] ppid=26216 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/26219/task/26221/stat : 26221 (toysat) S 26216 26219 24910 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 29299340 1247350784 50373 33554432000 4194304 16246674 140737274737712 140511195143408 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=26219/tid=26222] ppid=26216 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/26219/task/26222/stat : 26222 (toysat) S 26216 26219 24910 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 29299340 1247350784 50379 33554432000 4194304 16246674 140737274737712 140511184669872 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 1218116

[startup+0.700362 s]
/proc/loadavg: 2.27 2.34 2.29 3/179 26219
/proc/meminfo: memFree=28928952/32872528 swapFree=1499884/1696108
[pid=26219] ppid=26216 vsize=1218116 CPUtime=0.68 cores=0,2,4,6
/proc/26219/stat : 26219 (toysat) R 26216 26219 24910 0 -1 4202496 127920 0 0 0 51 17 0 0 20 0 4 0 29299340 1247350784 128270 33554432000 4194304 16246674 140737274737712 140737274720712 13191638 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/26219/statm: 304529 128276 765 2943 0 301423 0
[pid=26219/tid=26220] ppid=26216 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/26219/task/26220/stat : 26220 (toysat) S 26216 26219 24910 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 29299340 1247350784 128281 33554432000 4194304 16246674 140737274737712 140511205633264 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=26219/tid=26221] ppid=26216 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/26219/task/26221/stat : 26221 (toysat) S 26216 26219 24910 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 29299340 1247350784 128288 33554432000 4194304 16246674 140737274737712 140511195143408 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=26219/tid=26222] ppid=26216 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/26219/task/26222/stat : 26222 (toysat) S 26216 26219 24910 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 29299340 1247350784 128294 33554432000 4194304 16246674 140737274737712 140511184669872 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 1218116

[startup+1.50039 s]
/proc/loadavg: 2.33 2.35 2.29 4/183 26223
/proc/meminfo: memFree=28171928/32872528 swapFree=1499884/1696108
[pid=26219] ppid=26216 vsize=1220164 CPUtime=1.48 cores=0,2,4,6
/proc/26219/stat : 26219 (toysat) R 26216 26219 24910 0 -1 4202496 245971 0 0 0 115 33 0 0 20 0 4 0 29299340 1249447936 246297 33554432000 4194304 16246674 140737274737712 140737274737024 5717660 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/26219/statm: 305041 246297 833 2943 0 301935 0
[pid=26219/tid=26220] ppid=26216 vsize=1220164 CPUtime=0 cores=0,2,4,6
/proc/26219/task/26220/stat : 26220 (toysat) S 26216 26219 24910 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 29299340 1249447936 246297 33554432000 4194304 16246674 140737274737712 140511205633264 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=26219/tid=26221] ppid=26216 vsize=1220164 CPUtime=0 cores=0,2,4,6
/proc/26219/task/26221/stat : 26221 (toysat) S 26216 26219 24910 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 29299340 1249447936 246297 33554432000 4194304 16246674 140737274737712 140511195143408 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=26219/tid=26222] ppid=26216 vsize=1220164 CPUtime=0 cores=0,2,4,6
/proc/26219/task/26222/stat : 26222 (toysat) S 26216 26219 24910 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 29299340 1249447936 246297 33554432000 4194304 16246674 140737274737712 140511184669872 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 1220164

[startup+3.1004 s]
/proc/loadavg: 2.33 2.35 2.29 4/183 26223
/proc/meminfo: memFree=27944380/32872528 swapFree=1499884/1696108
[pid=26219] ppid=26216 vsize=1306180 CPUtime=3.08 cores=0,2,4,6
/proc/26219/stat : 26219 (toysat) R 26216 26219 24910 0 -1 4202496 267533 0 0 0 272 36 0 0 20 0 4 0 29299340 1337528320 267859 33554432000 4194304 16246674 140737274737712 140737274719616 13760237 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/26219/statm: 326545 267859 855 2943 0 323439 0
[pid=26219/tid=26220] ppid=26216 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/26219/task/26220/stat : 26220 (toysat) S 26216 26219 24910 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 29299340 1337528320 267859 33554432000 4194304 16246674 140737274737712 140511205633264 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=26219/tid=26221] ppid=26216 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/26219/task/26221/stat : 26221 (toysat) S 26216 26219 24910 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 29299340 1337528320 267859 33554432000 4194304 16246674 140737274737712 140511195143408 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=26219/tid=26222] ppid=26216 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/26219/task/26222/stat : 26222 (toysat) S 26216 26219 24910 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 29299340 1337528320 267859 33554432000 4194304 16246674 140737274737712 140511184669872 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 1306180

[startup+6.3004 s]
/proc/loadavg: 2.38 2.36 2.29 4/183 26223
/proc/meminfo: memFree=27857200/32872528 swapFree=1499884/1696108
[pid=26219] ppid=26216 vsize=1306180 CPUtime=6.28 cores=0,2,4,6
/proc/26219/stat : 26219 (toysat) R 26216 26219 24910 0 -1 4202496 267645 0 0 0 592 36 0 0 20 0 4 0 29299340 1337528320 267971 33554432000 4194304 16246674 140737274737712 140737274719616 13927401 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/26219/statm: 326545 267971 855 2943 0 323439 0
[pid=26219/tid=26220] ppid=26216 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/26219/task/26220/stat : 26220 (toysat) S 26216 26219 24910 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 29299340 1337528320 267971 33554432000 4194304 16246674 140737274737712 140511205633264 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=26219/tid=26221] ppid=26216 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/26219/task/26221/stat : 26221 (toysat) S 26216 26219 24910 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 29299340 1337528320 267971 33554432000 4194304 16246674 140737274737712 140511195143408 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=26219/tid=26222] ppid=26216 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/26219/task/26222/stat : 26222 (toysat) S 26216 26219 24910 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 29299340 1337528320 267971 33554432000 4194304 16246674 140737274737712 140511184669872 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 1306180

[startup+12.7004 s]
/proc/loadavg: 2.35 2.36 2.29 3/183 26223
/proc/meminfo: memFree=27855012/32872528 swapFree=1499884/1696108
[pid=26219] ppid=26216 vsize=1308228 CPUtime=12.68 cores=0,2,4,6
/proc/26219/stat : 26219 (toysat) R 26216 26219 24910 0 -1 4202496 268157 0 0 0 1232 36 0 0 20 0 4 0 29299340 1339625472 268483 33554432000 4194304 16246674 140737274737712 140737274719616 5822484 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/26219/statm: 327057 268483 855 2943 0 323951 0
[pid=26219/tid=26220] ppid=26216 vsize=1308228 CPUtime=0 cores=0,2,4,6
/proc/26219/task/26220/stat : 26220 (toysat) S 26216 26219 24910 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 29299340 1339625472 268483 33554432000 4194304 16246674 140737274737712 140511205633264 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=26219/tid=26221] ppid=26216 vsize=1308228 CPUtime=0 cores=0,2,4,6
/proc/26219/task/26221/stat : 26221 (toysat) S 26216 26219 24910 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 29299340 1339625472 268483 33554432000 4194304 16246674 140737274737712 140511195143408 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=26219/tid=26222] ppid=26216 vsize=1308228 CPUtime=0 cores=0,2,4,6
/proc/26219/task/26222/stat : 26222 (toysat) S 26216 26219 24910 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 29299340 1339625472 268483 33554432000 4194304 16246674 140737274737712 140511184669872 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 1308228

[startup+25.5004 s]
/proc/loadavg: 2.27 2.34 2.28 3/183 26272
/proc/meminfo: memFree=27964424/32872528 swapFree=1499884/1696108
[pid=26219] ppid=26216 vsize=1309252 CPUtime=25.49 cores=0,2,4,6
/proc/26219/stat : 26219 (toysat) R 26216 26219 24910 0 -1 4202496 268274 0 0 0 2512 37 0 0 20 0 4 0 29299340 1340674048 268600 33554432000 4194304 16246674 140737274737712 140737274719616 5711338 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/26219/statm: 327313 268600 855 2943 0 324207 0
[pid=26219/tid=26220] ppid=26216 vsize=1309252 CPUtime=0 cores=0,2,4,6
/proc/26219/task/26220/stat : 26220 (toysat) S 26216 26219 24910 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 29299340 1340674048 268600 33554432000 4194304 16246674 140737274737712 140511205633264 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=26219/tid=26221] ppid=26216 vsize=1309252 CPUtime=0 cores=0,2,4,6
/proc/26219/task/26221/stat : 26221 (toysat) S 26216 26219 24910 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 29299340 1340674048 268600 33554432000 4194304 16246674 140737274737712 140511195143408 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=26219/tid=26222] ppid=26216 vsize=1309252 CPUtime=0 cores=0,2,4,6
/proc/26219/task/26222/stat : 26222 (toysat) S 26216 26219 24910 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 29299340 1340674048 268600 33554432000 4194304 16246674 140737274737712 140511184669872 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 1309252

[startup+51.1005 s]
/proc/loadavg: 2.52 2.39 2.30 4/183 26321
/proc/meminfo: memFree=27872660/32872528 swapFree=1499884/1696108
[pid=26219] ppid=26216 vsize=1311300 CPUtime=51.08 cores=0,2,4,6
/proc/26219/stat : 26219 (toysat) R 26216 26219 24910 0 -1 4202496 268926 0 0 0 5071 37 0 0 20 0 4 0 29299340 1342771200 269254 33554432000 4194304 16246674 140737274737712 140737274720712 5712184 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/26219/statm: 327825 269254 855 2943 0 324719 0
[pid=26219/tid=26220] ppid=26216 vsize=1311300 CPUtime=0 cores=0,2,4,6
/proc/26219/task/26220/stat : 26220 (toysat) S 26216 26219 24910 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 29299340 1342771200 269254 33554432000 4194304 16246674 140737274737712 140511205633264 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=26219/tid=26221] ppid=26216 vsize=1311300 CPUtime=0 cores=0,2,4,6
/proc/26219/task/26221/stat : 26221 (toysat) S 26216 26219 24910 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 29299340 1342771200 269254 33554432000 4194304 16246674 140737274737712 140511195143408 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=26219/tid=26222] ppid=26216 vsize=1311300 CPUtime=0 cores=0,2,4,6
/proc/26219/task/26222/stat : 26222 (toysat) S 26216 26219 24910 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 29299340 1342771200 269254 33554432000 4194304 16246674 140737274737712 140511184669872 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 1311300

[startup+102.3 s]
/proc/loadavg: 2.41 2.38 2.30 3/183 26370
/proc/meminfo: memFree=27871552/32872528 swapFree=1499884/1696108
[pid=26219] ppid=26216 vsize=1311300 CPUtime=102.27 cores=0,2,4,6
/proc/26219/stat : 26219 (toysat) R 26216 26219 24910 0 -1 4202496 268937 0 0 0 10190 37 0 0 20 0 4 0 29299340 1342771200 269254 33554432000 4194304 16246674 140737274737712 140737274720712 5546098 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/26219/statm: 327825 269254 855 2943 0 324719 0
[pid=26219/tid=26220] ppid=26216 vsize=1311300 CPUtime=0 cores=0,2,4,6
/proc/26219/task/26220/stat : 26220 (toysat) S 26216 26219 24910 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 29299340 1342771200 269254 33554432000 4194304 16246674 140737274737712 140511205633264 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=26219/tid=26221] ppid=26216 vsize=1311300 CPUtime=0 cores=0,2,4,6
/proc/26219/task/26221/stat : 26221 (toysat) S 26216 26219 24910 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 29299340 1342771200 269254 33554432000 4194304 16246674 140737274737712 140511195143408 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=26219/tid=26222] ppid=26216 vsize=1311300 CPUtime=0 cores=0,2,4,6
/proc/26219/task/26222/stat : 26222 (toysat) S 26216 26219 24910 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 29299340 1342771200 269254 33554432000 4194304 16246674 140737274737712 140511184669872 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 1311300

[startup+162.3 s]
/proc/loadavg: 2.38 2.37 2.30 4/183 26371
/proc/meminfo: memFree=27871508/32872528 swapFree=1499884/1696108
[pid=26219] ppid=26216 vsize=1311300 CPUtime=162.24 cores=0,2,4,6
/proc/26219/stat : 26219 (toysat) R 26216 26219 24910 0 -1 4202496 268960 0 0 0 16187 37 0 0 20 0 4 0 29299340 1342771200 269254 33554432000 4194304 16246674 140737274737712 140737274719616 5523188 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/26219/statm: 327825 269254 855 2943 0 324719 0
[pid=26219/tid=26220] ppid=26216 vsize=1311300 CPUtime=0 cores=0,2,4,6
/proc/26219/task/26220/stat : 26220 (toysat) S 26216 26219 24910 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 29299340 1342771200 269254 33554432000 4194304 16246674 140737274737712 140511205633264 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=26219/tid=26221] ppid=26216 vsize=1311300 CPUtime=0 cores=0,2,4,6
/proc/26219/task/26221/stat : 26221 (toysat) S 26216 26219 24910 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 29299340 1342771200 269254 33554432000 4194304 16246674 140737274737712 140511195143408 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=26219/tid=26222] ppid=26216 vsize=1311300 CPUtime=0 cores=0,2,4,6
/proc/26219/task/26222/stat : 26222 (toysat) S 26216 26219 24910 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 29299340 1342771200 269254 33554432000 4194304 16246674 140737274737712 140511184669872 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 1311300

[startup+222.307 s]
/proc/loadavg: 2.33 2.36 2.29 3/183 26372
/proc/meminfo: memFree=27865636/32872528 swapFree=1499884/1696108
[pid=26219] ppid=26216 vsize=1316420 CPUtime=222.23 cores=0,2,4,6
/proc/26219/stat : 26219 (toysat) R 26216 26219 24910 0 -1 4202496 270275 0 0 0 22185 38 0 0 20 0 4 0 29299340 1348014080 270534 33554432000 4194304 16246674 140737274737712 140737274720712 5822484 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/26219/statm: 329105 270534 855 2943 0 325999 0
[pid=26219/tid=26220] ppid=26216 vsize=1316420 CPUtime=0 cores=0,2,4,6
/proc/26219/task/26220/stat : 26220 (toysat) S 26216 26219 24910 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 29299340 1348014080 270534 33554432000 4194304 16246674 140737274737712 140511205633264 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=26219/tid=26221] ppid=26216 vsize=1316420 CPUtime=0 cores=0,2,4,6
/proc/26219/task/26221/stat : 26221 (toysat) S 26216 26219 24910 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 29299340 1348014080 270534 33554432000 4194304 16246674 140737274737712 140511195143408 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=26219/tid=26222] ppid=26216 vsize=1316420 CPUtime=0 cores=0,2,4,6
/proc/26219/task/26222/stat : 26222 (toysat) S 26216 26219 24910 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 29299340 1348014080 270534 33554432000 4194304 16246674 140737274737712 140511184669872 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 1316420

[startup+282.3 s]
/proc/loadavg: 2.35 2.36 2.30 3/184 26377
/proc/meminfo: memFree=27865512/32872528 swapFree=1499884/1696108
[pid=26219] ppid=26216 vsize=1316420 CPUtime=282.19 cores=0,2,4,6
/proc/26219/stat : 26219 (toysat) R 26216 26219 24910 0 -1 4202496 270312 0 0 0 28180 39 0 0 20 0 4 0 29299340 1348014080 270534 33554432000 4194304 16246674 140737274737712 140737274719616 13950230 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/26219/statm: 329105 270534 855 2943 0 325999 0
[pid=26219/tid=26220] ppid=26216 vsize=1316420 CPUtime=0 cores=0,2,4,6
/proc/26219/task/26220/stat : 26220 (toysat) S 26216 26219 24910 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 29299340 1348014080 270534 33554432000 4194304 16246674 140737274737712 140511205633264 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=26219/tid=26221] ppid=26216 vsize=1316420 CPUtime=0 cores=0,2,4,6
/proc/26219/task/26221/stat : 26221 (toysat) S 26216 26219 24910 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 29299340 1348014080 270534 33554432000 4194304 16246674 140737274737712 140511195143408 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=26219/tid=26222] ppid=26216 vsize=1316420 CPUtime=0 cores=0,2,4,6
/proc/26219/task/26222/stat : 26222 (toysat) S 26216 26219 24910 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 29299340 1348014080 270534 33554432000 4194304 16246674 140737274737712 140511184669872 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 1316420

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

[startup+294.4 s]
/proc/loadavg: 2.30 2.35 2.29 4/184 26377
/proc/meminfo: memFree=27865372/32872528 swapFree=1499884/1696108
[pid=26219] ppid=26216 vsize=1316420 CPUtime=294.28 cores=0,2,4,6
/proc/26219/stat : 26219 (toysat) R 26216 26219 24910 0 -1 4202496 270320 0 0 0 29389 39 0 0 20 0 4 0 29299340 1348014080 270534 33554432000 4194304 16246674 140737274737712 140737274719616 5601249 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/26219/statm: 329105 270534 855 2943 0 325999 0
[pid=26219/tid=26220] ppid=26216 vsize=1316420 CPUtime=0 cores=0,2,4,6
/proc/26219/task/26220/stat : 26220 (toysat) S 26216 26219 24910 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 29299340 1348014080 270534 33554432000 4194304 16246674 140737274737712 140511205633264 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=26219/tid=26221] ppid=26216 vsize=1316420 CPUtime=0 cores=0,2,4,6
/proc/26219/task/26221/stat : 26221 (toysat) S 26216 26219 24910 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 29299340 1348014080 270534 33554432000 4194304 16246674 140737274737712 140511195143408 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=26219/tid=26222] ppid=26216 vsize=1316420 CPUtime=0 cores=0,2,4,6
/proc/26219/task/26222/stat : 26222 (toysat) S 26216 26219 24910 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 29299340 1348014080 270534 33554432000 4194304 16246674 140737274737712 140511184669872 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 294.28
Current children cumulated vsize (KiB) 1316420

[startup+300.8 s]
/proc/loadavg: 2.25 2.34 2.29 3/184 26378
/proc/meminfo: memFree=27865472/32872528 swapFree=1499884/1696108
[pid=26219] ppid=26216 vsize=1316420 CPUtime=300.67 cores=0,2,4,6
/proc/26219/stat : 26219 (toysat) R 26216 26219 24910 0 -1 4202496 270328 0 0 0 30028 39 0 0 20 0 4 0 29299340 1348014080 270534 33554432000 4194304 16246674 140737274737712 140737274719616 5825258 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/26219/statm: 329105 270534 855 2943 0 325999 0
[pid=26219/tid=26220] ppid=26216 vsize=1316420 CPUtime=0 cores=0,2,4,6
/proc/26219/task/26220/stat : 26220 (toysat) S 26216 26219 24910 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 29299340 1348014080 270534 33554432000 4194304 16246674 140737274737712 140511205633264 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=26219/tid=26221] ppid=26216 vsize=1316420 CPUtime=0 cores=0,2,4,6
/proc/26219/task/26221/stat : 26221 (toysat) S 26216 26219 24910 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 29299340 1348014080 270534 33554432000 4194304 16246674 140737274737712 140511195143408 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=26219/tid=26222] ppid=26216 vsize=1316420 CPUtime=0 cores=0,2,4,6
/proc/26219/task/26222/stat : 26222 (toysat) S 26216 26219 24910 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 29299340 1348014080 270534 33554432000 4194304 16246674 140737274737712 140511184669872 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 300.67
Current children cumulated vsize (KiB) 1316420

[startup+307.2 s]
/proc/loadavg: 2.31 2.35 2.29 3/184 26378
/proc/meminfo: memFree=27865516/32872528 swapFree=1499884/1696108
[pid=26219] ppid=26216 vsize=1316420 CPUtime=307.07 cores=0,2,4,6
/proc/26219/stat : 26219 (toysat) R 26216 26219 24910 0 -1 4202496 270336 0 0 0 30668 39 0 0 20 0 4 0 29299340 1348014080 270534 33554432000 4194304 16246674 140737274737712 140737274719616 13906976 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/26219/statm: 329105 270534 855 2943 0 325999 0
[pid=26219/tid=26220] ppid=26216 vsize=1316420 CPUtime=0 cores=0,2,4,6
/proc/26219/task/26220/stat : 26220 (toysat) S 26216 26219 24910 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 29299340 1348014080 270534 33554432000 4194304 16246674 140737274737712 140511205633264 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=26219/tid=26221] ppid=26216 vsize=1316420 CPUtime=0 cores=0,2,4,6
/proc/26219/task/26221/stat : 26221 (toysat) S 26216 26219 24910 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 29299340 1348014080 270534 33554432000 4194304 16246674 140737274737712 140511195143408 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=26219/tid=26222] ppid=26216 vsize=1316420 CPUtime=0 cores=0,2,4,6
/proc/26219/task/26222/stat : 26222 (toysat) S 26216 26219 24910 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 29299340 1348014080 270534 33554432000 4194304 16246674 140737274737712 140511184669872 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 307.07
Current children cumulated vsize (KiB) 1316420

[startup+308.8 s]
/proc/loadavg: 2.31 2.35 2.29 4/184 26378
/proc/meminfo: memFree=27865516/32872528 swapFree=1499884/1696108
[pid=26219] ppid=26216 vsize=1316420 CPUtime=308.67 cores=0,2,4,6
/proc/26219/stat : 26219 (toysat) R 26216 26219 24910 0 -1 4202496 270336 0 0 0 30828 39 0 0 20 0 4 0 29299340 1348014080 270534 33554432000 4194304 16246674 140737274737712 140737274719616 13949744 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/26219/statm: 329105 270534 855 2943 0 325999 0
[pid=26219/tid=26220] ppid=26216 vsize=1316420 CPUtime=0 cores=0,2,4,6
/proc/26219/task/26220/stat : 26220 (toysat) S 26216 26219 24910 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 29299340 1348014080 270534 33554432000 4194304 16246674 140737274737712 140511205633264 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=26219/tid=26221] ppid=26216 vsize=1316420 CPUtime=0 cores=0,2,4,6
/proc/26219/task/26221/stat : 26221 (toysat) S 26216 26219 24910 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 29299340 1348014080 270534 33554432000 4194304 16246674 140737274737712 140511195143408 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=26219/tid=26222] ppid=26216 vsize=1316420 CPUtime=0 cores=0,2,4,6
/proc/26219/task/26222/stat : 26222 (toysat) S 26216 26219 24910 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 29299340 1348014080 270534 33554432000 4194304 16246674 140737274737712 140511184669872 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 308.67
Current children cumulated vsize (KiB) 1316420

[startup+310.4 s]
/proc/loadavg: 2.31 2.35 2.29 3/184 26378
/proc/meminfo: memFree=27865640/32872528 swapFree=1499884/1696108
[pid=26219] ppid=26216 vsize=1316420 CPUtime=310.27 cores=0,2,4,6
/proc/26219/stat : 26219 (toysat) R 26216 26219 24910 0 -1 4202496 270336 0 0 0 30988 39 0 0 20 0 4 0 29299340 1348014080 270534 33554432000 4194304 16246674 140737274737712 140737274720712 5522986 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/26219/statm: 329105 270534 855 2943 0 325999 0
[pid=26219/tid=26220] ppid=26216 vsize=1316420 CPUtime=0 cores=0,2,4,6
/proc/26219/task/26220/stat : 26220 (toysat) S 26216 26219 24910 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 29299340 1348014080 270534 33554432000 4194304 16246674 140737274737712 140511205633264 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=26219/tid=26221] ppid=26216 vsize=1316420 CPUtime=0 cores=0,2,4,6
/proc/26219/task/26221/stat : 26221 (toysat) S 26216 26219 24910 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 29299340 1348014080 270534 33554432000 4194304 16246674 140737274737712 140511195143408 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=26219/tid=26222] ppid=26216 vsize=1316420 CPUtime=0 cores=0,2,4,6
/proc/26219/task/26222/stat : 26222 (toysat) S 26216 26219 24910 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 29299340 1348014080 270534 33554432000 4194304 16246674 140737274737712 140511184669872 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 310.27
Current children cumulated vsize (KiB) 1316420

[startup+310.8 s]
/proc/loadavg: 2.31 2.35 2.29 3/184 26378
/proc/meminfo: memFree=27865640/32872528 swapFree=1499884/1696108
[pid=26219] ppid=26216 vsize=1316420 CPUtime=310.66 cores=0,2,4,6
/proc/26219/stat : 26219 (toysat) R 26216 26219 24910 0 -1 4202496 270336 0 0 0 31027 39 0 0 20 0 4 0 29299340 1348014080 270534 33554432000 4194304 16246674 140737274737712 140737274720712 5677541 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/26219/statm: 329105 270534 855 2943 0 325999 0
[pid=26219/tid=26220] ppid=26216 vsize=1316420 CPUtime=0 cores=0,2,4,6
/proc/26219/task/26220/stat : 26220 (toysat) S 26216 26219 24910 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 29299340 1348014080 270534 33554432000 4194304 16246674 140737274737712 140511205633264 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=26219/tid=26221] ppid=26216 vsize=1316420 CPUtime=0 cores=0,2,4,6
/proc/26219/task/26221/stat : 26221 (toysat) S 26216 26219 24910 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 29299340 1348014080 270534 33554432000 4194304 16246674 140737274737712 140511195143408 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=26219/tid=26222] ppid=26216 vsize=1316420 CPUtime=0 cores=0,2,4,6
/proc/26219/task/26222/stat : 26222 (toysat) S 26216 26219 24910 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 29299340 1348014080 270534 33554432000 4194304 16246674 140737274737712 140511184669872 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 310.66
Current children cumulated vsize (KiB) 1316420

[startup+311 s]
/proc/loadavg: 2.31 2.35 2.29 3/184 26378
/proc/meminfo: memFree=27865640/32872528 swapFree=1499884/1696108
[pid=26219] ppid=26216 vsize=0 CPUtime=310.87 cores=0,2,4,6
/proc/26219/stat : 26219 (toysat) R 26216 26219 24910 0 -1 4202500 270340 0 0 0 31046 41 0 0 20 0 1 0 29299340 0 0 33554432000 0 0 0 0 0 0 0 33554432 0 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/26219/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 310.87
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 311.026
CPU time (s): 310.904
CPU user time (s): 310.467
CPU system time (s): 0.436933
CPU usage (%): 99.9607
Max. virtual memory (cumulated for all children) (KiB): 1316420

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 310.467
system time used= 0.436933
maximum resident set size= 1082144
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 270340
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= 149
involuntary context switches= 318

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.778881 second user time and 1.21481 second system time

The end

Launcher Data

Begin job on node137 at 2016-06-18 19:55:36
IDJOB=4106496
IDBENCH=48081
IDSOLVER=2542
FILE ID=node137/4106496-1466272536
RUNJOBID= node137-1466264772-24926
PBS_JOBID= 19918225
Free space on /tmp= 71688 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/factor-mod-size=7-P0=37-P1=47-P2=17-P3=127-P4=31-P5=127-P6=17-B.opb
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --pb --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4106496-1466272536/watcher-4106496-1466272536 -o /tmp/evaluation-result-4106496-1466272536/solver-4106496-1466272536 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node137-1466264772-24926 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4106496-1466272536.opb

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

MD5SUM BENCH= 844fbce0d49bf88665e134a5a6d0ad31
RANDOM SEED=399092967

node137.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.486
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	: 5332.97
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.486
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.486
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.56
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.486
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.486
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.55
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.486
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.38
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.486
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.486
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:        28929316 kB
Buffers:          151844 kB
Cached:           257244 kB
SwapCached:         1268 kB
Active:          1246692 kB
Inactive:         256796 kB
Active(anon):    1095740 kB
Inactive(anon):     1028 kB
Active(file):     150952 kB
Inactive(file):   255768 kB
Unevictable:     1696108 kB
Mlocked:         1499884 kB
SwapTotal:      67108856 kB
SwapFree:       67100008 kB
Dirty:             16636 kB
Writeback:             0 kB
AnonPages:       2791640 kB
Mapped:            10472 kB
Shmem:                 0 kB
Slab:             607268 kB
SReclaimable:      51308 kB
SUnreclaim:       555960 kB
KernelStack:        1520 kB
PageTables:         9496 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2934780 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    845824 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= 71672 MiB
End job on node137 at 2016-06-18 20:00:47