Trace number 4093332

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 285.831 285.877

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900547389--soft-33-100-0.wbo
MD5SUMd310a80e65163d39f069d6307e99d88f
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark60.4388
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables231
Total number of constraints2707
Number of soft constraints1839
Number of constraints which are clauses2684
Number of constraints which are cardinality constraints (but not clauses)22
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint110
Top cost 91769
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 91768
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 721
Number of bits of the biggest sum of numbers10
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-16T16:30:13+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-4093332-1466087413.wbo"]
0.00/0.01	c use --random-gen="172142172 1979884132 2481699920 3866934365 3333191522 4264555596 3219144749 3028887848 2665825994 913474566 1331701763 2191255973 923209610 824657302 840949827 1539584985 1073968948 2578463542 882363803 1166283455 4239815451 1810997056 898629860 524712590 2662754500 2316506117 1887118896 2471062812 2129288279 789805263 2285674280 3543722487 654022899 390069760 3363057808 4233020124 354789859 2156411627 2929930307 1750467033 2610145196 536197926 3702988939 338459771 2029369592 3819708510 3736505006 4289209496 2026064711 3906232874 3903030488 1047120229 335187689 3505318499 4045448540 373719298 306252375 1439402376 1803170849 3866738772 3585941403 3289469027 2154922221 3239802459 1131660594 1110674354 4068456568 3895392096 2719264103 2958939895 1874482674 1037286166 1855802625 3308983778 1706968986 1830263350 2644849374 2464669802 1181406626 4133338972 1463263799 1737352729 3033781870 1442299988 2497401217 1908837937 3022690761 4232012690 383504354 400762827 2176749821 291853996 2795272783 1818632591 557958417 3141494978 2098703365 2184813895 3270226443 1255485959 3830444114 1886291312 782046671 4277249560 2840368414 835831064 939669499 649006828 1235615333 1812608891 875116647 2566615124 1819426263 2814800880 2050143972 2394558152 2416572106 4248019209 3931142434 2801844371 1988355646 3479140777 3016724828 381863445 877799151 98784644 3122489068 154290707 3157456148 1477613206 2230296801 792024465 3220800634 934226161 325631530 2485606124 3544107252 901988335 3523487954 1327733513 799807948 2542335715 2761157220 3216027474 178203225 2486183177 4091112276 2527405969 4046996765 3896073159 3788297256 73248498 3668257488 2593954219 2654569518 2026996736 3547848713 3090643281 1631302895 3992801338 3815446713 2003126496 1722514572 292637297 3621901390 1765917657 3633577971 2458933023 677618626 433362111 3857824299 1832214669 914489995 278981338 4267609024 3814623113 3198449422 1643088434 635874938 234746788 4217380922 3164187609 3527288047 511075449 1956376304 3261518838 4127122448 1183337258 2475686503 739532279 633080084 769818341 1025550597 3647269887 4034482736 2322527321 3435327489 53969210 1513951970 2457789415 197057597 1788927324 1250933462 674900696 2804024255 734456101 3836985529 307862800 3534341408 2003166533 446434280 4168821419 2371839660 2378780400 658544702 947226032 630837092 1697527548 3781229845 4221635791 3974096539 698054453 152060950 558448302 1582502965 3927107104 2294475082 3195013776 3127687845 4012579800 2356054303 4105067394 3530837734 692860713 3947355602 1030943911 1435812327 2221657620 2883554121 3819434870 3397002364 1486932571 381858816 1833462104 2021955691 652187003 3432571247 1491064334 2160562425 3638981185 2625522861 447513452 2296290058 1724002340 1569120301 1128453019 255 362436" option to reproduce the execution
0.08/0.14	c #vars 231
0.08/0.14	c #constraints 2707
0.08/0.19	c BCD2: Hardening is enabled.
0.08/0.19	c BCD2: BiasedSearch is enabled.
0.08/0.19	c Solving starts ...
0.08/0.19	c ============================[ Search Statistics ]============================
0.08/0.19	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.08/0.19	c       |         |          |          |    Limit     GC | Var      | Constra 
0.08/0.19	c =============================================================================
0.08/0.19	c  0.0s |       0 |        0 |        0 |     1592      0 |        0 |        0
0.19/0.20	c  0.0s |       0 |     1931 |        8 |     1592      0 |        0 |        0
0.19/0.20	c #cpu_time = 0.006s
0.19/0.20	c #wall_clock_time = 0.006s
0.19/0.20	c #decision = 1931
0.19/0.20	c #random_decision = 6
0.19/0.20	c #conflict = 8
0.19/0.20	c #restart = 0
0.19/0.20	o 443
0.19/0.20	c BCD2: updating upper bound: 91768 -> 442
0.19/0.22	c BCD2: 0 <= obj <= 442
0.19/0.22	c BCD2: #cores=0, #unrelaxed=1839, #relaxed=0, #hardened=0
0.19/0.22	c BCD2: #sat=1 #unsat=1 bias=1/2
0.19/0.22	c Solving starts ...
0.19/0.22	c ============================[ Search Statistics ]============================
0.19/0.22	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.19/0.22	c       |         |          |          |    Limit     GC | Var      | Constra 
0.19/0.22	c =============================================================================
0.19/0.22	c  0.0s |       0 |        0 |        0 |     1592      0 |        0 |        0
0.19/0.24	c  0.0s |       1 |     2027 |      100 |     1752      0 |        0 |        0
0.19/0.28	c  0.1s |       2 |     4140 |      250 |     1928      0 |        0 |        0
0.29/0.34	c  0.1s |       3 |     6371 |      475 |     2121      0 |        0 |        0
0.39/0.43	c  0.2s |       4 |     8780 |      813 |     2334      0 |        0 |        0
0.58/0.61	c  0.4s |       5 |    11410 |     1320 |     2568      0 |        0 |        0
0.79/0.88	c  0.7s |       6 |    14466 |     2081 |     2825      0 |        0 |        0
1.29/1.33	c  1.1s |       7 |    17983 |     3223 |     3108      0 |        0 |        0
2.29/2.30	c  2.1s |       8 |    22166 |     4936 |     3419      1 |        0 |        0
3.19/3.21	c  3.0s |       9 |    27541 |     7506 |     3761      2 |        0 |        0
5.19/5.25	c  5.0s |       9 |    34499 |    11106 |     3761      3 |        0 |        0
5.39/5.44	c  5.2s |      10 |    34799 |    11361 |     4138      3 |        0 |        0
7.49/7.53	c  7.3s |      10 |    41171 |    14861 |     4138      4 |        0 |        0
9.10/9.13	c  8.9s |      11 |    44133 |    17144 |     4552      5 |        0 |        0
11.19/11.20	c 11.0s |      11 |    49825 |    19944 |     4552      6 |        0 |        0
13.19/13.20	c 13.0s |      11 |    53265 |    22644 |     4552      7 |        0 |        0
15.28/15.31	c 15.1s |      11 |    55719 |    24544 |     4552      8 |        0 |        0
16.08/16.13	c 15.9s |      12 |    57582 |    25819 |     5008      8 |        0 |        0
18.18/18.20	c 18.0s |      12 |    62166 |    28019 |     5008      8 |        0 |        0
20.20/20.26	c 20.0s |      12 |    64458 |    29819 |     5008      9 |        0 |        0
22.29/22.40	c 22.2s |      12 |    66639 |    31619 |     5008     10 |        0 |        0
24.38/24.49	c 24.3s |      12 |    68845 |    33419 |     5008     10 |        0 |        0
26.49/26.51	c 26.3s |      12 |    70423 |    34719 |     5008     10 |        0 |        0
28.49/28.55	c 28.3s |      12 |    71945 |    36019 |     5008     11 |        0 |        0
30.48/30.56	c 30.3s |      12 |    74367 |    37919 |     5008     11 |        0 |        0
31.78/31.82	c 31.6s |      13 |    75487 |    38832 |     5509     12 |        0 |        0
33.78/33.84	c 33.6s |      13 |    79310 |    40432 |     5509     12 |        0 |        0
35.88/35.97	c 35.8s |      13 |    80925 |    41732 |     5509     12 |        0 |        0
37.88/37.99	c 37.8s |      13 |    85994 |    45532 |     5509     13 |        0 |        0
39.89/40.00	c 39.8s |      13 |    93179 |    50932 |     5509     15 |        0 |        0
41.98/42.02	c 41.8s |      13 |    99545 |    55932 |     5509     16 |        0 |        0
42.98/43.03	c 42.8s |      14 |   102602 |    58352 |     6060     17 |        0 |        0
44.99/45.06	c 44.8s |      14 |   108529 |    61652 |     6060     18 |        0 |        0
47.09/47.15	c 46.9s |      14 |   113533 |    65552 |     6060     19 |        0 |        0
49.19/49.23	c 49.0s |      14 |   117647 |    68752 |     6060     19 |        0 |        0
51.19/51.24	c 51.0s |      14 |   121690 |    71852 |     6060     20 |        0 |        0
53.19/53.25	c 53.0s |      14 |   126471 |    75652 |     6060     21 |        0 |        0
55.29/55.31	c 55.1s |      14 |   130064 |    78552 |     6060     22 |        0 |        0
57.28/57.39	c 57.2s |      14 |   134102 |    81852 |     6060     23 |        0 |        0
59.38/59.45	c 59.2s |      14 |   138738 |    85552 |     6060     24 |        0 |        0
60.48/60.58	c 60.4s |      15 |   141356 |    87632 |     6667     24 |        0 |        0
62.58/62.60	c 62.4s |      15 |   147017 |    90532 |     6667     25 |        0 |        0
64.58/64.66	c 64.4s |      15 |   151954 |    93932 |     6667     25 |        0 |        0
66.58/66.69	c 66.5s |      15 |   155461 |    96632 |     6667     26 |        0 |        0
68.68/68.75	c 68.5s |      15 |   158447 |    98932 |     6667     27 |        0 |        0
70.68/70.78	c 70.6s |      15 |   161687 |   101632 |     6667     27 |        0 |        0
72.78/72.81	c 72.6s |      15 |   165062 |   104332 |     6667     28 |        0 |        0
74.88/74.92	c 74.7s |      15 |   167978 |   106632 |     6667     28 |        0 |        0
76.87/76.97	c 76.8s |      15 |   170358 |   108532 |     6667     29 |        0 |        0
78.97/79.07	c 78.9s |      15 |   172848 |   110532 |     6667     29 |        0 |        0
81.07/81.12	c 80.9s |      15 |   175165 |   112332 |     6667     30 |        0 |        0
83.08/83.13	c 82.9s |      15 |   176994 |   113932 |     6667     30 |        0 |        0
85.09/85.19	c 85.0s |      15 |   178851 |   115532 |     6667     30 |        0 |        0
87.29/87.30	c 87.1s |      15 |   180497 |   116932 |     6667     31 |        0 |        0
89.28/89.34	c 89.1s |      15 |   183644 |   119332 |     6667     31 |        0 |        0
91.38/91.41	c 91.2s |      15 |   187009 |   121932 |     6667     32 |        0 |        0
93.38/93.44	c 93.2s |      15 |   190918 |   124932 |     6667     33 |        0 |        0
95.38/95.48	c 95.3s |      15 |   194079 |   127432 |     6667     33 |        0 |        0
97.48/97.55	c 97.3s |      15 |   198419 |   130932 |     7334     34 |        0 |        0
97.88/97.95	c 97.7s |      16 |   199229 |   131552 |     7334     34 |        0 |        0
99.98/100.02	c 99.8s |      16 |   204970 |   134552 |     7334     35 |        0 |        0
101.97/102.07	c  101s |      16 |   209517 |   138252 |     7334     35 |        0 |        0
104.07/104.11	c  103s |      16 |   212701 |   140852 |     7334     36 |        0 |        0
106.07/106.17	c  105s |      16 |   215763 |   143352 |     7334     37 |        0 |        0
108.18/108.20	c  107s |      16 |   217818 |   145152 |     7334     37 |        0 |        0
110.17/110.28	c  110s |      16 |   220208 |   147052 |     7334     37 |        0 |        0
112.27/112.34	c  112s |      16 |   223192 |   149452 |     7334     38 |        0 |        0
114.27/114.38	c  114s |      16 |   225686 |   151352 |     7334     38 |        0 |        0
116.27/116.39	c  116s |      16 |   227976 |   153152 |     7334     39 |        0 |        0
118.37/118.42	c  118s |      16 |   230808 |   155352 |     7334     39 |        0 |        0
120.37/120.42	c  120s |      16 |   233229 |   157252 |     7334     40 |        0 |        0
122.38/122.50	c  122s |      16 |   235959 |   159452 |     7334     40 |        0 |        0
124.47/124.55	c  124s |      16 |   238194 |   161352 |     7334     40 |        0 |        0
126.57/126.62	c  126s |      16 |   240270 |   163052 |     7334     41 |        0 |        0
128.57/128.69	c  128s |      16 |   242008 |   164552 |     7334     41 |        0 |        0
130.67/130.71	c  130s |      16 |   243549 |   165852 |     7334     41 |        0 |        0
132.66/132.73	c  132s |      16 |   244950 |   167052 |     7334     42 |        0 |        0
134.77/134.81	c  134s |      16 |   246573 |   168452 |     7334     42 |        0 |        0
136.78/136.89	c  136s |      16 |   248070 |   169752 |     7334     42 |        0 |        0
138.97/139.03	c  138s |      16 |   249439 |   170952 |     7334     43 |        0 |        0
140.97/141.09	c  140s |      16 |   251709 |   172852 |     7334     43 |        0 |        0
143.07/143.17	c  142s |      16 |   253871 |   174752 |     7334     43 |        0 |        0
145.16/145.27	c  145s |      16 |   255849 |   176452 |     7334     44 |        0 |        0
147.26/147.37	c  147s |      16 |   258880 |   178852 |     7334     44 |        0 |        0
149.36/149.45	c  149s |      16 |   261263 |   180852 |     7334     45 |        0 |        0
151.46/151.51	c  151s |      16 |   264097 |   182952 |     7334     45 |        0 |        0
153.56/153.66	c  153s |      16 |   266240 |   184552 |     7334     45 |        0 |        0
155.67/155.79	c  155s |      16 |   267850 |   185852 |     7334     46 |        0 |        0
157.77/157.82	c  157s |      16 |   271742 |   188752 |     7334     46 |        0 |        0
159.77/159.86	c  159s |      16 |   275957 |   191852 |     7334     47 |        0 |        0
161.87/161.93	c  161s |      16 |   279418 |   194452 |     7334     48 |        0 |        0
163.86/163.98	c  163s |      17 |   283336 |   197432 |     8068     48 |        0 |        0
165.96/166.02	c  165s |      17 |   289498 |   200732 |     8068     49 |        0 |        0
167.96/168.03	c  167s |      17 |   292368 |   203032 |     8068     49 |        0 |        0
170.06/170.15	c  169s |      17 |   294143 |   204532 |     8068     50 |        0 |        0
172.16/172.26	c  172s |      17 |   297128 |   206932 |     8068     50 |        0 |        0
174.17/174.28	c  174s |      17 |   299033 |   208532 |     8068     51 |        0 |        0
176.27/176.33	c  176s |      17 |   302304 |   211132 |     8068     51 |        0 |        0
178.26/178.36	c  178s |      17 |   305486 |   213732 |     8068     52 |        0 |        0
180.26/180.38	c  180s |      17 |   309402 |   216532 |     8068     52 |        0 |        0
182.36/182.43	c  182s |      17 |   314282 |   219632 |     8068     53 |        0 |        0
184.36/184.49	c  184s |      17 |   318447 |   222232 |     8068     53 |        0 |        0
186.46/186.51	c  186s |      17 |   323582 |   225232 |     8068     54 |        0 |        0
188.47/188.51	c  188s |      17 |   328883 |   228132 |     8068     54 |        0 |        0
190.46/190.56	c  190s |      17 |   334015 |   231032 |     8068     55 |        0 |        0
192.56/192.62	c  192s |      17 |   339327 |   234132 |     8068     56 |        0 |        0
194.56/194.67	c  194s |      17 |   344255 |   236832 |     8068     56 |        0 |        0
196.66/196.73	c  196s |      17 |   347722 |   239032 |     8068     57 |        0 |        0
198.75/198.82	c  198s |      17 |   351831 |   241432 |     8068     57 |        0 |        0
200.75/200.88	c  200s |      17 |   356219 |   244032 |     8068     58 |        0 |        0
202.86/202.90	c  202s |      17 |   360833 |   246632 |     8068     58 |        0 |        0
204.86/204.95	c  204s |      17 |   364485 |   248632 |     8068     59 |        0 |        0
206.86/206.99	c  206s |      17 |   367845 |   250732 |     8068     59 |        0 |        0
208.95/209.05	c  208s |      17 |   370658 |   252332 |     8068     59 |        0 |        0
210.96/211.09	c  210s |      17 |   374012 |   254232 |     8068     60 |        0 |        0
213.16/213.21	c  212s |      17 |   377297 |   256032 |     8068     60 |        0 |        0
215.16/215.29	c  215s |      17 |   380083 |   257532 |     8068     60 |        0 |        0
217.26/217.34	c  217s |      17 |   383099 |   259032 |     8068     61 |        0 |        0
219.26/219.38	c  219s |      17 |   387303 |   261532 |     8068     61 |        0 |        0
221.25/221.40	c  221s |      17 |   391931 |   264232 |     8068     62 |        0 |        0
223.36/223.44	c  223s |      17 |   396138 |   266632 |     8068     62 |        0 |        0
225.36/225.48	c  225s |      17 |   399649 |   268732 |     8068     63 |        0 |        0
227.45/227.53	c  227s |      17 |   403717 |   271232 |     8068     63 |        0 |        0
229.45/229.58	c  229s |      17 |   407450 |   273632 |     8068     64 |        0 |        0
231.55/231.61	c  231s |      17 |   411750 |   276332 |     8068     64 |        0 |        0
233.56/233.62	c  233s |      17 |   414839 |   278332 |     8068     65 |        0 |        0
235.55/235.64	c  235s |      17 |   418310 |   280632 |     8068     65 |        0 |        0
237.55/237.66	c  237s |      17 |   420672 |   282132 |     8068     65 |        0 |        0
239.55/239.68	c  239s |      17 |   423294 |   284032 |     8068     66 |        0 |        0
241.65/241.75	c  241s |      17 |   425793 |   285732 |     8068     66 |        0 |        0
243.75/243.81	c  243s |      17 |   428235 |   287332 |     8068     66 |        0 |        0
245.75/245.89	c  245s |      17 |   430626 |   288932 |     8068     67 |        0 |        0
247.86/247.96	c  247s |      17 |   432949 |   290532 |     8068     67 |        0 |        0
250.06/250.13	c  249s |      17 |   434805 |   291832 |     8068     67 |        0 |        0
252.05/252.14	c  251s |      17 |   437182 |   293432 |     8068     68 |        0 |        0
254.05/254.16	c  253s |      17 |   439890 |   295332 |     8875     68 |        0 |        0
255.56/255.60	c  255s |      18 |   441245 |   296252 |     8875     68 |        0 |        0
256.35/256.40	c  256s |      18 |   443671 |   296708 |     8875     68 |        0 |        0
256.35/256.40	c #cpu_time = 255.506s
256.35/256.40	c #wall_clock_time = 256.178s
256.35/256.40	c #decision = 443671
256.35/256.40	c #random_decision = 457
256.35/256.40	c #conflict = 296708
256.35/256.40	c #restart = 18
256.35/256.40	c BCD2: found a new core of size 1790: cost of the new core is >=1
256.35/256.40	c lower bound updated to 1
256.35/256.40	c BCD2: 1 <= obj <= 442
256.35/256.40	c BCD2: #cores=1, #unrelaxed=49, #relaxed=1790, #hardened=0
256.35/256.40	c BCD2: #sat=1 #unsat=2 bias=2/3
256.35/256.41	c Solving starts ...
256.35/256.41	c ============================[ Search Statistics ]============================
256.35/256.41	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
256.35/256.41	c       |         |          |          |    Limit     GC | Var      | Constra 
256.35/256.41	c =============================================================================
256.35/256.41	c  0.0s |       0 |        0 |        0 |     8875      0 |        0 |        0
256.35/256.47	c  0.1s |       0 |     1908 |        0 |     8875      0 |        0 |        0
256.35/256.47	c #cpu_time = 0.059s
256.35/256.47	c #wall_clock_time = 0.059s
256.35/256.47	c #decision = 1908
256.35/256.47	c #random_decision = 11
256.35/256.47	c #conflict = 0
256.35/256.47	c #restart = 0
256.35/256.47	o 45
256.35/256.47	c BCD2: hardening fixes 1004 literals
256.35/256.47	c BCD2: updating upper bound: 442 -> 44
256.35/256.47	c BCD2: 1 <= obj <= 44
256.35/256.47	c BCD2: #cores=1, #unrelaxed=22, #relaxed=813, #hardened=1004
256.35/256.47	c BCD2: #sat=2 #unsat=2 bias=2/4
256.35/256.48	c Solving starts ...
256.35/256.48	c ============================[ Search Statistics ]============================
256.35/256.48	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
256.35/256.48	c       |         |          |          |    Limit     GC | Var      | Constra 
256.35/256.48	c =============================================================================
256.35/256.48	c  0.0s |       0 |        0 |        0 |     8875      0 |     1004 |        1
256.45/256.60	c  0.1s |       1 |      307 |      100 |     8875      0 |     1004 |        1
256.75/256.82	c  0.3s |       2 |      565 |      250 |     8875      0 |     1004 |        1
256.85/256.98	c  0.5s |       3 |      938 |      475 |     8875      0 |     1004 |        1
257.15/257.21	c  0.7s |       4 |     1484 |      813 |     8875      0 |     1004 |        1
257.45/257.53	c  1.1s |       5 |     2276 |     1320 |     8875      0 |     1004 |        1
257.95/258.08	c  1.6s |       6 |     3468 |     2081 |     8875      1 |     1004 |        1
258.55/258.61	c  2.1s |       7 |     5192 |     3223 |     8875      1 |     1004 |        1
259.35/259.46	c  3.0s |       8 |     7926 |     4936 |     8875      1 |     1004 |        1
260.75/260.84	c  4.4s |       9 |    11837 |     7506 |     8875      2 |     1004 |        1
262.75/262.89	c  6.4s |       9 |    17592 |    11206 |     8875      2 |     1004 |        1
262.95/263.00	c  6.5s |      10 |    17788 |    11361 |     8875      2 |     1004 |        1
264.55/264.61	c  8.1s |      10 |    21506 |    13936 |     8875      3 |     1004 |        1
264.55/264.61	c #cpu_time = 8.108s
264.55/264.61	c #wall_clock_time = 8.129s
264.55/264.61	c #decision = 21506
264.55/264.61	c #random_decision = 30
264.55/264.61	c #conflict = 13936
264.55/264.61	c #restart = 10
264.55/264.61	o 18
264.55/264.61	c BCD2: hardening fixes 522 literals
264.55/264.61	c BCD2: updating upper bound: 44 -> 17
264.55/264.61	c BCD2: 1 <= obj <= 17
264.55/264.61	c BCD2: #cores=1, #unrelaxed=7, #relaxed=306, #hardened=1526
264.55/264.61	c BCD2: #sat=3 #unsat=2 bias=2/5
264.55/264.61	c Solving starts ...
264.55/264.61	c ============================[ Search Statistics ]============================
264.55/264.61	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
264.55/264.61	c       |         |          |          |    Limit     GC | Var      | Constra 
264.55/264.61	c =============================================================================
264.55/264.61	c  0.0s |       0 |        0 |        0 |     8875      0 |     1526 |        2
264.55/264.68	c  0.1s |       1 |      181 |      100 |     8875      0 |     1526 |        2
264.65/264.79	c  0.2s |       2 |      411 |      250 |     8875      0 |     1526 |        2
264.85/264.90	c  0.3s |       3 |      835 |      475 |     8875      0 |     1526 |        2
264.95/265.08	c  0.5s |       4 |     1425 |      813 |     8875      0 |     1526 |        2
265.25/265.40	c  0.8s |       5 |     2184 |     1320 |     8875      0 |     1526 |        2
265.75/265.82	c  1.2s |       6 |     3305 |     2081 |     8875      0 |     1526 |        2
266.46/266.53	c  1.9s |       7 |     5046 |     3223 |     8875      0 |     1526 |        2
267.45/267.51	c  2.9s |       8 |     7596 |     4936 |     8875      1 |     1526 |        2
268.76/268.89	c  4.3s |       9 |    11466 |     7506 |     8875      1 |     1526 |        2
270.86/270.92	c  6.3s |       9 |    16315 |    10906 |     8875      2 |     1526 |        2
271.05/271.19	c  6.6s |      10 |    16932 |    11361 |     8875      2 |     1526 |        2
273.16/273.20	c  8.6s |      10 |    21923 |    14761 |     8875      3 |     1526 |        2
274.26/274.33	c  9.7s |      10 |    24720 |    16718 |     8875      3 |     1526 |        2
274.26/274.33	c #cpu_time = 9.695s
274.26/274.33	c #wall_clock_time = 9.721s
274.26/274.33	c #decision = 24720
274.26/274.33	c #random_decision = 30
274.26/274.33	c #conflict = 16718
274.26/274.33	c #restart = 10
274.26/274.33	o 8
274.26/274.33	c BCD2: hardening fixes 192 literals
274.26/274.33	c BCD2: updating upper bound: 17 -> 7
274.26/274.33	c BCD2: 1 <= obj <= 7
274.26/274.33	c BCD2: #cores=1, #unrelaxed=2, #relaxed=119, #hardened=1718
274.26/274.33	c BCD2: #sat=4 #unsat=2 bias=2/6
274.26/274.33	c Solving starts ...
274.26/274.33	c ============================[ Search Statistics ]============================
274.26/274.33	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
274.26/274.33	c       |         |          |          |    Limit     GC | Var      | Constra 
274.26/274.33	c =============================================================================
274.26/274.33	c  0.0s |       0 |        0 |        0 |     8875      0 |     1718 |        3
274.35/274.40	c  0.1s |       1 |      153 |      100 |     8875      0 |     1718 |        4
274.45/274.51	c  0.2s |       2 |      396 |      250 |     8875      0 |     1718 |        4
274.55/274.64	c  0.3s |       3 |      776 |      475 |     8875      0 |     1718 |        4
274.75/274.84	c  0.5s |       4 |     1309 |      813 |     8875      0 |     1718 |        4
275.05/275.12	c  0.8s |       5 |     2133 |     1320 |     8875      0 |     1718 |        4
275.15/275.22	c  0.9s |       5 |     2307 |     1440 |     8875      0 |     1718 |        4
275.15/275.22	c #cpu_time = 0.882s
275.15/275.22	c #wall_clock_time = 0.885s
275.15/275.22	c #decision = 2307
275.15/275.22	c #random_decision = 3
275.15/275.22	c #conflict = 1440
275.15/275.22	c #restart = 5
275.15/275.22	o 2
275.15/275.22	c BCD2: hardening fixes 106 literals
275.15/275.22	c BCD2: updating upper bound: 7 -> 1
275.15/275.22	c BCD2: 1 <= obj <= 1
275.15/275.22	c BCD2: #cores=1, #unrelaxed=0, #relaxed=15, #hardened=1824
275.15/275.22	c BCD2: #sat=5 #unsat=2 bias=2/7
275.15/275.22	c Solving starts ...
275.15/275.22	c ============================[ Search Statistics ]============================
275.15/275.22	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
275.15/275.22	c       |         |          |          |    Limit     GC | Var      | Constra 
275.15/275.22	c =============================================================================
275.15/275.22	c  0.0s |       0 |        0 |        0 |     8875      0 |     1824 |        8
275.15/275.30	c  0.1s |       1 |      136 |      100 |     8875      0 |     1824 |        8
275.25/275.40	c  0.2s |       2 |      358 |      250 |     8875      0 |     1824 |        8
275.45/275.57	c  0.3s |       3 |      768 |      475 |     8875      0 |     1824 |        8
275.65/275.79	c  0.6s |       4 |     1363 |      813 |     8875      0 |     1824 |        8
276.05/276.10	c  0.9s |       5 |     2179 |     1320 |     8875      0 |     1824 |        8
276.35/276.49	c  1.3s |       6 |     3413 |     2081 |     8875      1 |     1824 |        8
276.75/276.86	c  1.6s |       7 |     5507 |     3223 |     8875      1 |     1824 |        8
277.25/277.36	c  2.1s |       8 |     8664 |     4936 |     8875      1 |     1824 |        8
278.05/278.17	c  2.9s |       9 |    13329 |     7506 |     8875      2 |     1824 |        8
279.14/279.28	c  4.1s |      10 |    20433 |    11361 |     8875      2 |     1824 |        8
280.85/280.95	c  5.7s |      11 |    30485 |    17144 |     8875      3 |     1824 |        8
282.85/282.96	c  7.7s |      11 |    41625 |    23744 |     8875      5 |     1824 |        8
283.34/283.48	c  8.3s |      12 |    45109 |    25819 |     8875      5 |     1824 |        8
285.44/285.50	c 10.3s |      12 |    58027 |    33319 |     8875      6 |     1824 |        8
285.74/285.82	c 10.6s |      12 |    59711 |    34365 |     8875      7 |     1825 |       10
285.74/285.82	c #cpu_time = 10.573s
285.74/285.82	c #wall_clock_time = 10.602s
285.74/285.82	c #decision = 59711
285.74/285.82	c #random_decision = 153
285.74/285.82	c #conflict = 34365
285.74/285.82	c #restart = 12
285.74/285.82	c BCD2: updating lower bound of a core
285.74/285.82	c lower bound updated to 2
285.74/285.83	s OPTIMUM FOUND
285.74/285.83	v -x1 -x2 -x3 -x4 x5 -x6 -x7 -x8 -x9 -x10
285.74/285.83	v -x11 -x12 -x13 -x14 -x15 x16 -x17 -x18 -x19 -x20
285.74/285.83	v -x21 -x22 -x23 -x24 -x25 -x26 -x27 -x28 x29 -x30
285.74/285.83	v -x31 -x32 -x33 -x34 -x35 -x36 -x37 -x38 -x39 -x40
285.74/285.83	v -x41 x42 -x43 -x44 -x45 -x46 -x47 -x48 -x49 x50
285.74/285.83	v -x51 -x52 -x53 -x54 -x55 -x56 -x57 -x58 -x59 -x60
285.74/285.83	v -x61 -x62 -x63 -x64 -x65 x66 -x67 -x68 -x69 -x70
285.74/285.83	v -x71 -x72 -x73 -x74 -x75 x76 -x77 x78 -x79 -x80
285.74/285.83	v -x81 -x82 -x83 -x84 -x85 -x86 -x87 -x88 -x89 x90
285.74/285.83	v -x91 -x92 -x93 -x94 -x95 -x96 -x97 -x98 -x99 -x100
285.74/285.83	v -x101 -x102 -x103 x104 -x105 -x106 -x107 -x108 -x109 -x110
285.74/285.83	v -x111 -x112 -x113 x114 -x115 -x116 -x117 -x118 -x119 -x120
285.74/285.83	v -x121 -x122 -x123 -x124 -x125 -x126 -x127 -x128 -x129 x130
285.74/285.83	v -x131 x132 -x133 -x134 -x135 -x136 -x137 -x138 -x139 -x140
285.74/285.83	v -x141 -x142 -x143 x144 -x145 -x146 -x147 -x148 -x149 -x150
285.74/285.83	v -x151 -x152 -x153 -x154 x155 -x156 -x157 -x158 -x159 -x160
285.74/285.83	v -x161 -x162 x163 -x164 -x165 -x166 -x167 -x168 -x169 -x170
285.74/285.83	v -x171 -x172 -x173 -x174 -x175 -x176 -x177 -x178 x179 -x180
285.74/285.83	v -x181 -x182 -x183 -x184 -x185 -x186 -x187 x188 -x189 -x190
285.74/285.83	v -x191 -x192 -x193 -x194 -x195 -x196 -x197 -x198 -x199 -x200
285.74/285.83	v -x201 -x202 -x203 -x204 -x205 -x206 -x207 x208 -x209 -x210
285.74/285.83	v -x211 -x212 -x213 -x214 -x215 -x216 -x217 -x218 -x219 -x220
285.74/285.83	v x221 -x222 -x223 -x224 -x225 -x226 -x227 -x228 -x229 -x230
285.74/285.83	v -x231
285.74/285.83	c total CPU time = 285.077s
285.74/285.83	c total wall clock time = 285.828s

Verifier Data

OK	2

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-4093332-1466087413/watcher-4093332-1466087413 -o /tmp/evaluation-result-4093332-1466087413/solver-4093332-1466087413 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node133-1466075558-12321 --watchdog 1960 toysat +RTS -H1G -M15500m -K1G -RTS --wbo --search=bcd2 HOME/instance-4093332-1466087413.wbo 

pid=14957
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.02 2.01 2.00 2/182 14960
/proc/meminfo: memFree=31571780/32872528 swapFree=7268/7268
[pid=14960] ppid=14957 vsize=682428 CPUtime=0 cores=0,2,4,6
/proc/14960/stat : 14960 (toysat) R 14957 14960 9721 0 -1 4202496 2537 0 0 0 0 0 0 0 20 0 4 0 10787193 698806272 3409 33554432000 4194304 16246674 140735506087376 140735506086800 13880264 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/14960/statm: 171375 3418 441 2943 0 168269 0
[pid=14960/tid=14961] ppid=14957 vsize=700860 CPUtime=0 cores=0,2,4,6
/proc/14960/task/14961/stat : 14961 (toysat) S 14957 14960 9721 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10787194 717680640 3481 33554432000 4194304 16246674 140735506087376 140717705899248 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=14960/tid=14962] ppid=14957 vsize=704956 CPUtime=0 cores=0,2,4,6
/proc/14960/task/14962/stat : 14962 (toysat) S 14957 14960 9721 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 10787194 721874944 3497 33554432000 4194304 16246674 140735506087376 140717624110320 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=14960/tid=14963] ppid=14957 vsize=710076 CPUtime=0 cores=0,2,4,6
/proc/14960/task/14963/stat : 14963 (toysat) S 14957 14960 9721 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 10787194 727117824 3515 33554432000 4194304 16246674 140735506087376 140717613636784 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0

[startup+0.100169 s]
/proc/loadavg: 2.02 2.01 2.00 2/182 14960
/proc/meminfo: memFree=31571780/32872528 swapFree=7268/7268
[pid=14960] ppid=14957 vsize=1218116 CPUtime=0.08 cores=0,2,4,6
/proc/14960/stat : 14960 (toysat) R 14957 14960 9721 0 -1 4202496 24809 0 0 0 5 3 0 0 20 0 4 0 10787193 1247350784 25674 33554432000 4194304 16246674 140735506087376 140735506086800 12503797 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/14960/statm: 304529 25678 621 2943 0 301423 0
[pid=14960/tid=14961] ppid=14957 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/14960/task/14961/stat : 14961 (toysat) S 14957 14960 9721 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10787194 1247350784 25683 33554432000 4194304 16246674 140735506087376 140717705899248 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=14960/tid=14962] ppid=14957 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/14960/task/14962/stat : 14962 (toysat) S 14957 14960 9721 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 10787194 1247350784 25686 33554432000 4194304 16246674 140735506087376 140717624110320 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=14960/tid=14963] ppid=14957 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/14960/task/14963/stat : 14963 (toysat) S 14957 14960 9721 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 10787194 1247350784 25688 33554432000 4194304 16246674 140735506087376 140717613636784 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1218116

[startup+0.200453 s]
/proc/loadavg: 2.02 2.01 2.00 2/182 14960
/proc/meminfo: memFree=31571780/32872528 swapFree=7268/7268
[pid=14960] ppid=14957 vsize=1221188 CPUtime=0.19 cores=0,2,4,6
/proc/14960/stat : 14960 (toysat) R 14957 14960 9721 0 -1 4202496 33237 0 0 0 14 5 0 0 20 0 4 0 10787193 1250496512 34056 33554432000 4194304 16246674 140735506087376 140735506086688 5673488 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/14960/statm: 305297 34056 901 2943 0 302191 0
[pid=14960/tid=14961] ppid=14957 vsize=1221188 CPUtime=0 cores=0,2,4,6
/proc/14960/task/14961/stat : 14961 (toysat) S 14957 14960 9721 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10787194 1250496512 34056 33554432000 4194304 16246674 140735506087376 140717705899248 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=14960/tid=14962] ppid=14957 vsize=1221188 CPUtime=0 cores=0,2,4,6
/proc/14960/task/14962/stat : 14962 (toysat) S 14957 14960 9721 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 10787194 1250496512 34056 33554432000 4194304 16246674 140735506087376 140717624110320 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=14960/tid=14963] ppid=14957 vsize=1221188 CPUtime=0 cores=0,2,4,6
/proc/14960/task/14963/stat : 14963 (toysat) S 14957 14960 9721 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 10787194 1250496512 34056 33554432000 4194304 16246674 140735506087376 140717613636784 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1221188

[startup+0.300468 s]
/proc/loadavg: 2.02 2.01 2.00 2/182 14960
/proc/meminfo: memFree=31571780/32872528 swapFree=7268/7268
[pid=14960] ppid=14957 vsize=1303108 CPUtime=0.29 cores=0,2,4,6
/proc/14960/stat : 14960 (toysat) R 14957 14960 9721 0 -1 4202496 50795 0 0 0 22 7 0 0 20 0 4 0 10787193 1334382592 51614 33554432000 4194304 16246674 140735506087376 140735506086688 6021133 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/14960/statm: 325777 51621 922 2943 0 322671 0
[pid=14960/tid=14961] ppid=14957 vsize=1303108 CPUtime=0 cores=0,2,4,6
/proc/14960/task/14961/stat : 14961 (toysat) S 14957 14960 9721 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10787194 1334382592 51626 33554432000 4194304 16246674 140735506087376 140717705899248 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=14960/tid=14962] ppid=14957 vsize=1303108 CPUtime=0 cores=0,2,4,6
/proc/14960/task/14962/stat : 14962 (toysat) S 14957 14960 9721 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 10787194 1334382592 51634 33554432000 4194304 16246674 140735506087376 140717624110320 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=14960/tid=14963] ppid=14957 vsize=1303108 CPUtime=0 cores=0,2,4,6
/proc/14960/task/14963/stat : 14963 (toysat) S 14957 14960 9721 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 10787194 1334382592 51646 33554432000 4194304 16246674 140735506087376 140717613636784 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1303108

[startup+0.700393 s]
/proc/loadavg: 2.02 2.01 2.00 2/182 14960
/proc/meminfo: memFree=31571780/32872528 swapFree=7268/7268
[pid=14960] ppid=14957 vsize=1307204 CPUtime=0.69 cores=0,2,4,6
/proc/14960/stat : 14960 (toysat) R 14957 14960 9721 0 -1 4202496 113475 0 0 0 54 15 0 0 20 0 4 0 10787193 1338576896 114294 33554432000 4194304 16246674 140735506087376 140735506086688 5545872 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/14960/statm: 326801 114294 927 2943 0 323695 0
[pid=14960/tid=14961] ppid=14957 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/14960/task/14961/stat : 14961 (toysat) S 14957 14960 9721 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10787194 1338576896 114294 33554432000 4194304 16246674 140735506087376 140717705899248 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=14960/tid=14962] ppid=14957 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/14960/task/14962/stat : 14962 (toysat) S 14957 14960 9721 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 10787194 1338576896 114294 33554432000 4194304 16246674 140735506087376 140717624110320 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=14960/tid=14963] ppid=14957 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/14960/task/14963/stat : 14963 (toysat) S 14957 14960 9721 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 10787194 1338576896 114294 33554432000 4194304 16246674 140735506087376 140717613636784 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1307204

[startup+1.5004 s]
/proc/loadavg: 2.02 2.01 2.00 3/186 14964
/proc/meminfo: memFree=31060856/32872528 swapFree=7268/7268
[pid=14960] ppid=14957 vsize=1308228 CPUtime=1.49 cores=0,2,4,6
/proc/14960/stat : 14960 (toysat) R 14957 14960 9721 0 -1 4202496 193858 0 0 0 123 26 0 0 20 0 4 0 10787193 1339625472 194677 33554432000 4194304 16246674 140735506087376 140735506069248 5675841 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/14960/statm: 327057 194677 930 2943 0 323951 0
[pid=14960/tid=14961] ppid=14957 vsize=1308228 CPUtime=0 cores=0,2,4,6
/proc/14960/task/14961/stat : 14961 (toysat) S 14957 14960 9721 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10787194 1339625472 194677 33554432000 4194304 16246674 140735506087376 140717705899248 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=14960/tid=14962] ppid=14957 vsize=1308228 CPUtime=0 cores=0,2,4,6
/proc/14960/task/14962/stat : 14962 (toysat) S 14957 14960 9721 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 10787194 1339625472 194677 33554432000 4194304 16246674 140735506087376 140717624110320 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=14960/tid=14963] ppid=14957 vsize=1308228 CPUtime=0 cores=0,2,4,6
/proc/14960/task/14963/stat : 14963 (toysat) S 14957 14960 9721 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 10787194 1339625472 194677 33554432000 4194304 16246674 140735506087376 140717613636784 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 1308228

[startup+3.10042 s]
/proc/loadavg: 2.02 2.01 2.00 3/186 14964
/proc/meminfo: memFree=30793200/32872528 swapFree=7268/7268
[pid=14960] ppid=14957 vsize=1308228 CPUtime=3.09 cores=0,2,4,6
/proc/14960/stat : 14960 (toysat) R 14957 14960 9721 0 -1 4202496 193859 0 0 0 283 26 0 0 20 0 4 0 10787193 1339625472 194678 33554432000 4194304 16246674 140735506087376 140735506069248 6861764 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/14960/statm: 327057 194678 931 2943 0 323951 0
[pid=14960/tid=14961] ppid=14957 vsize=1308228 CPUtime=0 cores=0,2,4,6
/proc/14960/task/14961/stat : 14961 (toysat) S 14957 14960 9721 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10787194 1339625472 194678 33554432000 4194304 16246674 140735506087376 140717705899248 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=14960/tid=14962] ppid=14957 vsize=1308228 CPUtime=0 cores=0,2,4,6
/proc/14960/task/14962/stat : 14962 (toysat) S 14957 14960 9721 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 10787194 1339625472 194678 33554432000 4194304 16246674 140735506087376 140717624110320 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=14960/tid=14963] ppid=14957 vsize=1308228 CPUtime=0 cores=0,2,4,6
/proc/14960/task/14963/stat : 14963 (toysat) S 14957 14960 9721 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 10787194 1339625472 194678 33554432000 4194304 16246674 140735506087376 140717613636784 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 1308228

[startup+6.30039 s]
/proc/loadavg: 2.02 2.01 2.00 3/186 14964
/proc/meminfo: memFree=30790616/32872528 swapFree=7268/7268
[pid=14960] ppid=14957 vsize=1309252 CPUtime=6.29 cores=0,2,4,6
/proc/14960/stat : 14960 (toysat) R 14957 14960 9721 0 -1 4202496 194305 0 0 0 603 26 0 0 20 0 4 0 10787193 1340674048 195124 33554432000 4194304 16246674 140735506087376 140735506086552 5523456 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/14960/statm: 327313 195124 932 2943 0 324207 0
[pid=14960/tid=14961] ppid=14957 vsize=1309252 CPUtime=0 cores=0,2,4,6
/proc/14960/task/14961/stat : 14961 (toysat) S 14957 14960 9721 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10787194 1340674048 195124 33554432000 4194304 16246674 140735506087376 140717705899248 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=14960/tid=14962] ppid=14957 vsize=1309252 CPUtime=0 cores=0,2,4,6
/proc/14960/task/14962/stat : 14962 (toysat) S 14957 14960 9721 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 10787194 1340674048 195124 33554432000 4194304 16246674 140735506087376 140717624110320 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=14960/tid=14963] ppid=14957 vsize=1309252 CPUtime=0 cores=0,2,4,6
/proc/14960/task/14963/stat : 14963 (toysat) S 14957 14960 9721 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 10787194 1340674048 195124 33554432000 4194304 16246674 140735506087376 140717613636784 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1309252

[startup+12.7004 s]
/proc/loadavg: 2.02 2.01 2.00 3/186 14964
/proc/meminfo: memFree=30790424/32872528 swapFree=7268/7268
[pid=14960] ppid=14957 vsize=1309252 CPUtime=12.69 cores=0,2,4,6
/proc/14960/stat : 14960 (toysat) R 14957 14960 9721 0 -1 4202496 194305 0 0 0 1243 26 0 0 20 0 4 0 10787193 1340674048 195124 33554432000 4194304 16246674 140735506087376 140735506086472 15015658 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/14960/statm: 327313 195124 932 2943 0 324207 0
[pid=14960/tid=14961] ppid=14957 vsize=1309252 CPUtime=0 cores=0,2,4,6
/proc/14960/task/14961/stat : 14961 (toysat) S 14957 14960 9721 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10787194 1340674048 195124 33554432000 4194304 16246674 140735506087376 140717705899248 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=14960/tid=14962] ppid=14957 vsize=1309252 CPUtime=0 cores=0,2,4,6
/proc/14960/task/14962/stat : 14962 (toysat) S 14957 14960 9721 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 10787194 1340674048 195124 33554432000 4194304 16246674 140735506087376 140717624110320 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=14960/tid=14963] ppid=14957 vsize=1309252 CPUtime=0 cores=0,2,4,6
/proc/14960/task/14963/stat : 14963 (toysat) S 14957 14960 9721 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 10787194 1340674048 195124 33554432000 4194304 16246674 140735506087376 140717613636784 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1309252

[startup+25.5004 s]
/proc/loadavg: 2.01 2.00 2.00 3/186 14964
/proc/meminfo: memFree=30788864/32872528 swapFree=7268/7268
[pid=14960] ppid=14957 vsize=1310276 CPUtime=25.48 cores=0,2,4,6
/proc/14960/stat : 14960 (toysat) R 14957 14960 9721 0 -1 4202496 194338 0 0 0 2521 27 0 0 20 0 4 0 10787193 1341722624 195157 33554432000 4194304 16246674 140735506087376 140735506069248 5545708 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/14960/statm: 327569 195157 932 2943 0 324463 0
[pid=14960/tid=14961] ppid=14957 vsize=1310276 CPUtime=0 cores=0,2,4,6
/proc/14960/task/14961/stat : 14961 (toysat) S 14957 14960 9721 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10787194 1341722624 195157 33554432000 4194304 16246674 140735506087376 140717705899248 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=14960/tid=14962] ppid=14957 vsize=1310276 CPUtime=0 cores=0,2,4,6
/proc/14960/task/14962/stat : 14962 (toysat) S 14957 14960 9721 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 10787194 1341722624 195157 33554432000 4194304 16246674 140735506087376 140717624110320 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=14960/tid=14963] ppid=14957 vsize=1310276 CPUtime=0 cores=0,2,4,6
/proc/14960/task/14963/stat : 14963 (toysat) S 14957 14960 9721 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 10787194 1341722624 195157 33554432000 4194304 16246674 140735506087376 140717613636784 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 1310276

[startup+51.1004 s]
/proc/loadavg: 2.01 2.00 2.00 3/185 14964
/proc/meminfo: memFree=30742584/32872528 swapFree=7268/7268
[pid=14960] ppid=14957 vsize=1314372 CPUtime=51.09 cores=0,2,4,6
/proc/14960/stat : 14960 (toysat) R 14957 14960 9721 0 -1 4202496 195585 0 0 0 5080 29 0 0 20 0 4 0 10787193 1345916928 196404 33554432000 4194304 16246674 140735506087376 140735506086552 5822428 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/14960/statm: 328593 196404 932 2943 0 325487 0
[pid=14960/tid=14961] ppid=14957 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/14960/task/14961/stat : 14961 (toysat) S 14957 14960 9721 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10787194 1345916928 196404 33554432000 4194304 16246674 140735506087376 140717705899248 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=14960/tid=14962] ppid=14957 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/14960/task/14962/stat : 14962 (toysat) S 14957 14960 9721 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 10787194 1345916928 196404 33554432000 4194304 16246674 140735506087376 140717624110320 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=14960/tid=14963] ppid=14957 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/14960/task/14963/stat : 14963 (toysat) S 14957 14960 9721 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 10787194 1345916928 196404 33554432000 4194304 16246674 140735506087376 140717613636784 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 1314372

[startup+102.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/185 15015
/proc/meminfo: memFree=30161552/32872528 swapFree=7268/7268
[pid=14960] ppid=14957 vsize=1317444 CPUtime=102.27 cores=0,2,4,6
/proc/14960/stat : 14960 (toysat) R 14957 14960 9721 0 -1 4202496 196353 0 0 0 10197 30 0 0 20 0 4 0 10787193 1349062656 197172 33554432000 4194304 16246674 140735506087376 140735506069248 5822604 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/14960/statm: 329361 197172 932 2943 0 326255 0
[pid=14960/tid=14961] ppid=14957 vsize=1317444 CPUtime=0 cores=0,2,4,6
/proc/14960/task/14961/stat : 14961 (toysat) S 14957 14960 9721 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10787194 1349062656 197172 33554432000 4194304 16246674 140735506087376 140717705899248 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=14960/tid=14962] ppid=14957 vsize=1317444 CPUtime=0 cores=0,2,4,6
/proc/14960/task/14962/stat : 14962 (toysat) S 14957 14960 9721 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 10787194 1349062656 197172 33554432000 4194304 16246674 140735506087376 140717624110320 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=14960/tid=14963] ppid=14957 vsize=1317444 CPUtime=0 cores=0,2,4,6
/proc/14960/task/14963/stat : 14963 (toysat) S 14957 14960 9721 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 10787194 1349062656 197172 33554432000 4194304 16246674 140735506087376 140717613636784 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 1317444

[startup+162.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/185 15017
/proc/meminfo: memFree=30074616/32872528 swapFree=7268/7268
[pid=14960] ppid=14957 vsize=1317444 CPUtime=162.26 cores=0,2,4,6
/proc/14960/stat : 14960 (toysat) R 14957 14960 9721 0 -1 4202496 196355 0 0 0 16193 33 0 0 20 0 4 0 10787193 1349062656 218184 33554432000 4194304 16246674 140735506087376 140735506086552 6861588 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/14960/statm: 329361 218184 933 2943 0 326255 0
[pid=14960/tid=14961] ppid=14957 vsize=1317444 CPUtime=0 cores=0,2,4,6
/proc/14960/task/14961/stat : 14961 (toysat) S 14957 14960 9721 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10787194 1349062656 218184 33554432000 4194304 16246674 140735506087376 140717705899248 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=14960/tid=14962] ppid=14957 vsize=1317444 CPUtime=0 cores=0,2,4,6
/proc/14960/task/14962/stat : 14962 (toysat) S 14957 14960 9721 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 10787194 1349062656 218184 33554432000 4194304 16246674 140735506087376 140717624110320 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=14960/tid=14963] ppid=14957 vsize=1317444 CPUtime=0 cores=0,2,4,6
/proc/14960/task/14963/stat : 14963 (toysat) S 14957 14960 9721 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 10787194 1349062656 218184 33554432000 4194304 16246674 140735506087376 140717613636784 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 1317444

[startup+222.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/185 15019
/proc/meminfo: memFree=29972440/32872528 swapFree=7268/7268
[pid=14960] ppid=14957 vsize=1318468 CPUtime=222.26 cores=0,2,4,6
/proc/14960/stat : 14960 (toysat) R 14957 14960 9721 0 -1 4202496 196611 0 0 0 22188 38 0 0 20 0 4 0 10787193 1350111232 242632 33554432000 4194304 16246674 140735506087376 140735506086552 15015658 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/14960/statm: 329617 242632 933 2943 0 326511 0
[pid=14960/tid=14961] ppid=14957 vsize=1318468 CPUtime=0 cores=0,2,4,6
/proc/14960/task/14961/stat : 14961 (toysat) S 14957 14960 9721 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10787194 1350111232 242632 33554432000 4194304 16246674 140735506087376 140717705899248 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=14960/tid=14962] ppid=14957 vsize=1318468 CPUtime=0 cores=0,2,4,6
/proc/14960/task/14962/stat : 14962 (toysat) S 14957 14960 9721 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 10787194 1350111232 242632 33554432000 4194304 16246674 140735506087376 140717624110320 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=14960/tid=14963] ppid=14957 vsize=1318468 CPUtime=0 cores=0,2,4,6
/proc/14960/task/14963/stat : 14963 (toysat) S 14957 14960 9721 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 10787194 1350111232 242632 33554432000 4194304 16246674 140735506087376 140717613636784 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 1318468

[startup+282.3 s]
/proc/loadavg: 1.95 1.99 1.99 3/185 15166
/proc/meminfo: memFree=29827236/32872528 swapFree=7268/7268
[pid=14960] ppid=14957 vsize=1330756 CPUtime=282.25 cores=0,2,4,6
/proc/14960/stat : 14960 (toysat) R 14957 14960 9721 0 -1 4202496 212448 0 0 0 28182 43 0 0 20 0 4 0 10787193 1362694144 274595 33554432000 4194304 16246674 140735506087376 140735506070376 5822240 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/14960/statm: 332689 274595 942 2943 0 329583 0
[pid=14960/tid=14961] ppid=14957 vsize=1330756 CPUtime=0 cores=0,2,4,6
/proc/14960/task/14961/stat : 14961 (toysat) S 14957 14960 9721 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10787194 1362694144 274595 33554432000 4194304 16246674 140735506087376 140717705899248 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=14960/tid=14962] ppid=14957 vsize=1330756 CPUtime=0 cores=0,2,4,6
/proc/14960/task/14962/stat : 14962 (toysat) S 14957 14960 9721 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 10787194 1362694144 274595 33554432000 4194304 16246674 140735506087376 140717624110320 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=14960/tid=14963] ppid=14957 vsize=1330756 CPUtime=0 cores=0,2,4,6
/proc/14960/task/14963/stat : 14963 (toysat) S 14957 14960 9721 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 10787194 1362694144 274595 33554432000 4194304 16246674 140735506087376 140717613636784 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 282.25
Current children cumulated vsize (KiB) 1330756

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

[startup+283.5 s]
/proc/loadavg: 1.95 1.99 1.99 3/185 15166
/proc/meminfo: memFree=29827236/32872528 swapFree=7268/7268
[pid=14960] ppid=14957 vsize=1330756 CPUtime=283.44 cores=0,2,4,6
/proc/14960/stat : 14960 (toysat) R 14957 14960 9721 0 -1 4202496 212448 0 0 0 28301 43 0 0 20 0 4 0 10787193 1362694144 274595 33554432000 4194304 16246674 140735506087376 140735506070376 4220897 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/14960/statm: 332689 274595 942 2943 0 329583 0
[pid=14960/tid=14961] ppid=14957 vsize=1330756 CPUtime=0 cores=0,2,4,6
/proc/14960/task/14961/stat : 14961 (toysat) S 14957 14960 9721 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10787194 1362694144 274595 33554432000 4194304 16246674 140735506087376 140717705899248 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=14960/tid=14962] ppid=14957 vsize=1330756 CPUtime=0 cores=0,2,4,6
/proc/14960/task/14962/stat : 14962 (toysat) S 14957 14960 9721 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 10787194 1362694144 274595 33554432000 4194304 16246674 140735506087376 140717624110320 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=14960/tid=14963] ppid=14957 vsize=1330756 CPUtime=0 cores=0,2,4,6
/proc/14960/task/14963/stat : 14963 (toysat) S 14957 14960 9721 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 10787194 1362694144 274595 33554432000 4194304 16246674 140735506087376 140717613636784 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 283.44
Current children cumulated vsize (KiB) 1330756

[startup+285.1 s]
/proc/loadavg: 1.95 1.99 1.99 3/185 15166
/proc/meminfo: memFree=29827364/32872528 swapFree=7268/7268
[pid=14960] ppid=14957 vsize=1330756 CPUtime=285.04 cores=0,2,4,6
/proc/14960/stat : 14960 (toysat) R 14957 14960 9721 0 -1 4202496 212448 0 0 0 28461 43 0 0 20 0 4 0 10787193 1362694144 274595 33554432000 4194304 16246674 140735506087376 140735506069248 5675950 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/14960/statm: 332689 274595 942 2943 0 329583 0
[pid=14960/tid=14961] ppid=14957 vsize=1330756 CPUtime=0 cores=0,2,4,6
/proc/14960/task/14961/stat : 14961 (toysat) S 14957 14960 9721 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10787194 1362694144 274595 33554432000 4194304 16246674 140735506087376 140717705899248 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=14960/tid=14962] ppid=14957 vsize=1330756 CPUtime=0 cores=0,2,4,6
/proc/14960/task/14962/stat : 14962 (toysat) S 14957 14960 9721 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 10787194 1362694144 274595 33554432000 4194304 16246674 140735506087376 140717624110320 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=14960/tid=14963] ppid=14957 vsize=1330756 CPUtime=0 cores=0,2,4,6
/proc/14960/task/14963/stat : 14963 (toysat) S 14957 14960 9721 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 10787194 1362694144 274595 33554432000 4194304 16246674 140735506087376 140717613636784 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 285.04
Current children cumulated vsize (KiB) 1330756

[startup+285.5 s]
/proc/loadavg: 2.03 2.00 2.00 3/185 15166
/proc/meminfo: memFree=29827116/32872528 swapFree=7268/7268
[pid=14960] ppid=14957 vsize=1330756 CPUtime=285.44 cores=0,2,4,6
/proc/14960/stat : 14960 (toysat) R 14957 14960 9721 0 -1 4202496 212448 0 0 0 28501 43 0 0 20 0 4 0 10787193 1362694144 274595 33554432000 4194304 16246674 140735506087376 140735506069248 5522960 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/14960/statm: 332689 274595 942 2943 0 329583 0
[pid=14960/tid=14961] ppid=14957 vsize=1330756 CPUtime=0 cores=0,2,4,6
/proc/14960/task/14961/stat : 14961 (toysat) S 14957 14960 9721 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10787194 1362694144 274595 33554432000 4194304 16246674 140735506087376 140717705899248 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=14960/tid=14962] ppid=14957 vsize=1330756 CPUtime=0 cores=0,2,4,6
/proc/14960/task/14962/stat : 14962 (toysat) S 14957 14960 9721 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 10787194 1362694144 274595 33554432000 4194304 16246674 140735506087376 140717624110320 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=14960/tid=14963] ppid=14957 vsize=1330756 CPUtime=0 cores=0,2,4,6
/proc/14960/task/14963/stat : 14963 (toysat) S 14957 14960 9721 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 10787194 1362694144 274595 33554432000 4194304 16246674 140735506087376 140717613636784 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 285.44
Current children cumulated vsize (KiB) 1330756

[startup+285.7 s]
/proc/loadavg: 2.03 2.00 2.00 3/185 15166
/proc/meminfo: memFree=29827116/32872528 swapFree=7268/7268
[pid=14960] ppid=14957 vsize=1330756 CPUtime=285.64 cores=0,2,4,6
/proc/14960/stat : 14960 (toysat) R 14957 14960 9721 0 -1 4202496 212448 0 0 0 28521 43 0 0 20 0 4 0 10787193 1362694144 274595 33554432000 4194304 16246674 140735506087376 140735506069248 12483326 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/14960/statm: 332689 274595 942 2943 0 329583 0
[pid=14960/tid=14961] ppid=14957 vsize=1330756 CPUtime=0 cores=0,2,4,6
/proc/14960/task/14961/stat : 14961 (toysat) S 14957 14960 9721 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10787194 1362694144 274595 33554432000 4194304 16246674 140735506087376 140717705899248 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=14960/tid=14962] ppid=14957 vsize=1330756 CPUtime=0 cores=0,2,4,6
/proc/14960/task/14962/stat : 14962 (toysat) S 14957 14960 9721 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 10787194 1362694144 274595 33554432000 4194304 16246674 140735506087376 140717624110320 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=14960/tid=14963] ppid=14957 vsize=1330756 CPUtime=0 cores=0,2,4,6
/proc/14960/task/14963/stat : 14963 (toysat) S 14957 14960 9721 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 10787194 1362694144 274595 33554432000 4194304 16246674 140735506087376 140717613636784 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 285.64
Current children cumulated vsize (KiB) 1330756

[startup+285.8 s]
/proc/loadavg: 2.03 2.00 2.00 3/185 15166
/proc/meminfo: memFree=29827116/32872528 swapFree=7268/7268
[pid=14960] ppid=14957 vsize=1330756 CPUtime=285.74 cores=0,2,4,6
/proc/14960/stat : 14960 (toysat) R 14957 14960 9721 0 -1 4202496 212448 0 0 0 28531 43 0 0 20 0 4 0 10787193 1362694144 274595 33554432000 4194304 16246674 140735506087376 140735506070376 5522964 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/14960/statm: 332689 274595 942 2943 0 329583 0
[pid=14960/tid=14961] ppid=14957 vsize=1330756 CPUtime=0 cores=0,2,4,6
/proc/14960/task/14961/stat : 14961 (toysat) S 14957 14960 9721 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10787194 1362694144 274595 33554432000 4194304 16246674 140735506087376 140717705899248 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=14960/tid=14962] ppid=14957 vsize=1330756 CPUtime=0 cores=0,2,4,6
/proc/14960/task/14962/stat : 14962 (toysat) S 14957 14960 9721 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 10787194 1362694144 274595 33554432000 4194304 16246674 140735506087376 140717624110320 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=14960/tid=14963] ppid=14957 vsize=1330756 CPUtime=0 cores=0,2,4,6
/proc/14960/task/14963/stat : 14963 (toysat) S 14957 14960 9721 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 10787194 1362694144 274595 33554432000 4194304 16246674 140735506087376 140717613636784 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 285.74
Current children cumulated vsize (KiB) 1330756

Child status: 0
Real time (s): 285.877
CPU time (s): 285.831
CPU user time (s): 285.351
CPU system time (s): 0.479927
CPU usage (%): 99.9838
Max. virtual memory (cumulated for all children) (KiB): 1330756

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 285.351
system time used= 0.479927
maximum resident set size= 1098384
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 212450
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= 21
involuntary context switches= 294

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.68274 second user time and 1.77073 second system time

The end

Launcher Data

Begin job on node133 at 2016-06-16 16:30:13
IDJOB=4093332
IDBENCH=78986
IDSOLVER=2553
FILE ID=node133/4093332-1466087413
RUNJOBID= node133-1466075558-12321
PBS_JOBID= 19904006
Free space on /tmp= 71732 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900547389--soft-33-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-4093332-1466087413/watcher-4093332-1466087413 -o /tmp/evaluation-result-4093332-1466087413/solver-4093332-1466087413 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node133-1466075558-12321 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --wbo --search=bcd2 HOME/instance-4093332-1466087413.wbo

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

MD5SUM BENCH= d310a80e65163d39f069d6307e99d88f
RANDOM SEED=1888068024

node133.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		: 2667.256
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	: 5334.51
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		: 2667.256
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		: 2667.256
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		: 2667.256
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		: 2667.256
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		: 2667.256
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		: 2667.256
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.55
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		: 2667.256
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:        31572160 kB
Buffers:           36868 kB
Cached:           100192 kB
SwapCached:         1876 kB
Active:           536392 kB
Inactive:          58352 kB
Active(anon):     458444 kB
Inactive(anon):     1228 kB
Active(file):      77948 kB
Inactive(file):    57124 kB
Unevictable:        7268 kB
Mlocked:            7268 kB
SwapTotal:      67108856 kB
SwapFree:       67098888 kB
Dirty:             32988 kB
Writeback:             0 kB
AnonPages:        463936 kB
Mapped:            10780 kB
Shmem:                 0 kB
Slab:             568348 kB
SReclaimable:      11624 kB
SUnreclaim:       556724 kB
KernelStack:        1504 kB
PageTables:         5924 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1226648 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987908 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 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= 71716 MiB
End job on node133 at 2016-06-16 16:34:59