Trace number 4093352

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 152.335 152.363

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900576151--soft-33-100-0.wbo
MD5SUMa6a99f7cb7296aed3ef8f4a1cd1ac483
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark44.0683
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 constraints1777
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 90281
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 90280
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 697
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:27:02+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-4093352-1466087222.wbo"]
0.00/0.01	c use --random-gen="3984489607 4069439827 1921876629 902491489 4093273528 2398494124 3435165976 2396901285 2474845652 1589527492 2247508535 3831297618 3606019201 2042325829 3099655168 247703659 1544408429 2789734113 1352918065 3182787408 3660483704 2952444600 3894330616 2972185647 516980123 672524971 3623297630 433911030 2509657569 3442889797 3427777810 1640348343 2751679596 4238086087 3783406359 3817345359 1083371919 4026136984 832642602 936042599 1991789477 2599684517 1882700182 3841233827 2102246652 1058906816 1946451058 3124260381 261659426 2459475286 1082234670 1751662772 2124171546 1344643041 2860797742 1316860722 3131065122 157293128 2874296903 1475080176 1914913175 3095922894 3296003076 3482084897 904841478 3079788216 3155426684 3476990291 2752951423 2102432084 4238829861 679549277 3325605879 3541673032 1111100022 3526492260 4188327495 216577199 2626076244 1567121825 2179901252 310944131 919403275 3043317081 479002973 3237273650 1457889029 1708955351 2233412632 1092648619 3251054721 2174590363 135395569 390479641 3261580656 1266855510 460768500 2221890167 2030881428 796555011 1479530632 3257263648 2771400400 596313695 2278832554 3955306196 3867193639 2786746292 2889842099 1647342954 3632726470 3365083778 195325195 2004361077 2346219935 1540706990 3852486800 3090820862 3400156193 1488419117 2705693996 2114495981 3235787048 195394383 4073863863 2426025506 2776315633 992277609 1330792428 1375285659 2092478473 854059065 2702627133 3752707008 3828357285 1343471388 312851551 2488795551 1906585491 4121090879 3782978344 3455540584 4161707092 3440790096 1558031729 337053070 1289452798 3448742410 4039633326 2655731463 3820049651 2608327415 419904851 335321693 3603715959 1718114093 2863426472 3558725481 3125214586 2920445478 3989819376 3531901532 321583466 2892214575 242042814 3415088232 2391376225 1057867898 4196051189 2034699823 3303544063 1334528461 1307634157 2860364747 1585377655 979465240 960548008 1866952400 2885424215 1357022906 3576226783 1200843981 4045295221 1735218043 3585405716 4001057697 1097129933 1572298706 583317446 1836747027 2691914915 3223399764 1217247681 1407043459 3481965863 2236381248 2669310954 2926405403 3101914861 2690360496 2040779642 2915614016 1685448671 4154469412 4042929481 345555832 1263483555 3584781684 1127660708 518434582 1621550432 2058669356 1674982926 1074348615 1708994990 4200700003 408766316 1468006548 190014756 294239210 405444774 831896100 2157343427 238073402 3421094654 3509308810 3636795175 3667956466 546356045 2836962149 4102822952 702791799 2228391192 367780254 946179479 1629538033 27558716 3453419691 2883838503 3985727393 3636060783 1150247062 2586786146 4279724565 306839075 3757902153 2945276220 92466724 3198521890 1526717190 1134872113 2866524253 1056490435 3447523373 3344898513 2148510147 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 |     1571      0 |        0 |        0
0.18/0.20	c  0.0s |       0 |     1797 |       10 |     1571      0 |        0 |        0
0.18/0.20	c #cpu_time = 0.007s
0.18/0.20	c #wall_clock_time = 0.007s
0.18/0.20	c #decision = 1797
0.18/0.20	c #random_decision = 4
0.18/0.20	c #conflict = 10
0.18/0.20	c #restart = 0
0.18/0.20	o 351
0.18/0.20	c BCD2: updating upper bound: 90280 -> 350
0.18/0.21	c BCD2: 0 <= obj <= 350
0.18/0.21	c BCD2: #cores=0, #unrelaxed=1777, #relaxed=0, #hardened=0
0.18/0.21	c BCD2: #sat=1 #unsat=1 bias=1/2
0.18/0.21	c Solving starts ...
0.18/0.21	c ============================[ Search Statistics ]============================
0.18/0.21	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.18/0.21	c       |         |          |          |    Limit     GC | Var      | Constra 
0.18/0.21	c =============================================================================
0.18/0.22	c  0.0s |       0 |        0 |        0 |     1571      0 |        0 |        0
0.18/0.24	c  0.0s |       1 |     1988 |      100 |     1729      0 |        0 |        0
0.18/0.28	c  0.1s |       2 |     4024 |      250 |     1902      0 |        0 |        0
0.29/0.35	c  0.1s |       3 |     6165 |      475 |     2093      0 |        0 |        0
0.38/0.45	c  0.2s |       4 |     8476 |      813 |     2303      0 |        0 |        0
0.58/0.62	c  0.4s |       5 |    11148 |     1320 |     2534      0 |        0 |        0
0.88/0.93	c  0.7s |       6 |    14062 |     2081 |     2788      0 |        0 |        0
1.48/1.51	c  1.3s |       7 |    17661 |     3223 |     3067      0 |        0 |        0
2.29/2.35	c  2.1s |       8 |    22051 |     4936 |     3374      1 |        0 |        0
3.48/3.52	c  3.3s |       9 |    27642 |     7506 |     3712      2 |        0 |        0
5.39/5.42	c  5.2s |      10 |    35122 |    11361 |     4084      3 |        0 |        0
7.39/7.45	c  7.2s |      10 |    40162 |    13661 |     4084      4 |        0 |        0
9.39/9.48	c  9.3s |      10 |    44836 |    16761 |     4084      5 |        0 |        0
9.69/9.79	c  9.6s |      11 |    45372 |    17144 |     4493      5 |        0 |        0
11.79/11.80	c 11.6s |      11 |    51038 |    19644 |     4493      6 |        0 |        0
13.78/13.80	c 13.6s |      11 |    54700 |    21944 |     4493      7 |        0 |        0
15.78/15.81	c 15.6s |      11 |    57956 |    23944 |     4493      7 |        0 |        0
17.28/17.33	c 17.1s |      12 |    60950 |    25819 |     4943      8 |        0 |        0
19.28/19.39	c 19.2s |      12 |    67097 |    28519 |     4943      9 |        0 |        0
21.38/21.43	c 21.2s |      12 |    70432 |    30819 |     4943      9 |        0 |        0
23.49/23.52	c 23.3s |      12 |    73050 |    32519 |     4943     10 |        0 |        0
25.48/25.55	c 25.3s |      12 |    76369 |    34719 |     4943     11 |        0 |        0
27.49/27.58	c 27.4s |      12 |    79226 |    36719 |     4943     11 |        0 |        0
29.58/29.62	c 29.4s |      12 |    82027 |    38319 |     4943     12 |        0 |        0
29.88/29.99	c 29.8s |      13 |    82949 |    38832 |     5438     12 |        0 |        0
31.99/32.07	c 31.9s |      13 |    90054 |    41532 |     5438     12 |        0 |        0
33.98/34.10	c 33.9s |      13 |    95446 |    44232 |     5438     13 |        0 |        0
36.08/36.18	c 36.0s |      13 |   101290 |    47532 |     5438     14 |        0 |        0
38.18/38.20	c 38.0s |      13 |   106046 |    50232 |     5438     15 |        0 |        0
40.18/40.21	c 40.0s |      13 |   110766 |    53032 |     5438     16 |        0 |        0
42.28/42.32	c 42.1s |      13 |   115469 |    55932 |     5438     16 |        0 |        0
44.28/44.31	c 44.1s |      14 |   119416 |    58352 |     5982     17 |        0 |        0
46.38/46.47	c 46.3s |      14 |   124769 |    60252 |     5982     17 |        0 |        0
48.58/48.60	c 48.4s |      14 |   127600 |    61852 |     5982     18 |        0 |        0
50.58/50.62	c 50.4s |      14 |   129687 |    63052 |     5982     18 |        0 |        0
52.68/52.70	c 52.5s |      14 |   132778 |    64952 |     5982     19 |        0 |        0
54.68/54.75	c 54.5s |      14 |   135303 |    66552 |     5982     19 |        0 |        0
56.67/56.76	c 56.5s |      14 |   137965 |    68052 |     5982     19 |        0 |        0
58.67/58.77	c 58.6s |      14 |   140243 |    69352 |     5982     20 |        0 |        0
60.77/60.88	c 60.7s |      14 |   142155 |    70352 |     5982     20 |        0 |        0
62.79/62.88	c 62.7s |      14 |   144497 |    71752 |     5982     20 |        0 |        0
64.88/64.91	c 64.7s |      14 |   146812 |    73152 |     5982     21 |        0 |        0
66.97/67.03	c 66.8s |      14 |   149424 |    74752 |     5982     21 |        0 |        0
68.97/69.06	c 68.8s |      14 |   151823 |    76152 |     5982     22 |        0 |        0
71.17/71.22	c 71.0s |      14 |   154208 |    77452 |     5982     22 |        0 |        0
73.17/73.29	c 73.1s |      14 |   157027 |    79152 |     5982     22 |        0 |        0
75.28/75.31	c 75.1s |      14 |   160361 |    80852 |     5982     23 |        0 |        0
77.37/77.47	c 77.3s |      14 |   163051 |    82452 |     5982     23 |        0 |        0
79.47/79.52	c 79.3s |      14 |   164965 |    83752 |     5982     23 |        0 |        0
81.57/81.63	c 81.4s |      14 |   167746 |    85252 |     5982     24 |        0 |        0
83.68/83.76	c 83.5s |      14 |   170345 |    86852 |     5982     24 |        0 |        0
84.68/84.80	c 84.6s |      15 |   171568 |    87632 |     6581     24 |        0 |        0
86.77/86.83	c 86.6s |      15 |   176569 |    89432 |     6581     25 |        0 |        0
88.77/88.84	c 88.6s |      15 |   180415 |    91532 |     6581     25 |        0 |        0
90.87/90.93	c 90.7s |      15 |   183747 |    93332 |     6581     26 |        0 |        0
92.97/93.03	c 92.8s |      15 |   187158 |    95232 |     6581     26 |        0 |        0
95.07/95.17	c 95.0s |      15 |   189410 |    96532 |     6581     27 |        0 |        0
97.07/97.18	c 97.0s |      15 |   192383 |    98232 |     6581     27 |        0 |        0
99.17/99.29	c 99.1s |      15 |   195077 |    99932 |     6581     27 |        0 |        0
101.27/101.37	c  101s |      15 |   197552 |   101432 |     6581     28 |        0 |        0
103.27/103.39	c  103s |      15 |   200438 |   103232 |     6581     28 |        0 |        0
105.37/105.45	c  105s |      15 |   203340 |   105032 |     6581     29 |        0 |        0
107.36/107.46	c  107s |      15 |   206209 |   106732 |     6581     29 |        0 |        0
109.47/109.55	c  109s |      15 |   208606 |   108232 |     6581     29 |        0 |        0
111.47/111.55	c  111s |      15 |   211661 |   110132 |     6581     30 |        0 |        0
113.57/113.69	c  113s |      15 |   215425 |   112332 |     6581     30 |        0 |        0
115.66/115.73	c  115s |      15 |   217917 |   113832 |     6581     31 |        0 |        0
117.77/117.84	c  117s |      15 |   221263 |   115732 |     6581     31 |        0 |        0
119.87/119.92	c  119s |      15 |   223905 |   117232 |     6581     31 |        0 |        0
121.87/121.94	c  121s |      15 |   227487 |   119132 |     6581     32 |        0 |        0
123.97/124.01	c  123s |      15 |   231436 |   121132 |     6581     32 |        0 |        0
125.96/126.07	c  125s |      15 |   234860 |   123032 |     6581     33 |        0 |        0
128.06/128.11	c  127s |      15 |   237939 |   124932 |     6581     33 |        0 |        0
130.06/130.12	c  129s |      15 |   242038 |   127132 |     6581     34 |        0 |        0
132.16/132.23	c  132s |      15 |   245490 |   129032 |     6581     34 |        0 |        0
134.17/134.29	c  134s |      15 |   247960 |   130432 |     6581     35 |        0 |        0
135.87/135.95	c  135s |      16 |   249863 |   131552 |     7240     35 |        0 |        0
137.96/138.01	c  137s |      16 |   254487 |   133052 |     7240     35 |        0 |        0
139.96/140.07	c  139s |      16 |   256721 |   134352 |     7240     35 |        0 |        0
142.06/142.15	c  141s |      16 |   258657 |   135552 |     7240     36 |        0 |        0
144.17/144.25	c  144s |      16 |   260458 |   136652 |     7240     36 |        0 |        0
145.07/145.20	c  144s |      16 |   261297 |   137164 |     7240     36 |        0 |        0
145.07/145.20	c #cpu_time = 144.604s
145.07/145.20	c #wall_clock_time = 144.982s
145.07/145.20	c #decision = 261297
145.07/145.20	c #random_decision = 382
145.07/145.20	c #conflict = 137164
145.07/145.20	c #restart = 16
145.07/145.20	c BCD2: found a new core of size 1739: cost of the new core is >=1
145.07/145.20	c lower bound updated to 1
145.17/145.21	c BCD2: 1 <= obj <= 350
145.17/145.21	c BCD2: #cores=1, #unrelaxed=38, #relaxed=1739, #hardened=0
145.17/145.21	c BCD2: #sat=1 #unsat=2 bias=2/3
145.17/145.21	c Solving starts ...
145.17/145.21	c ============================[ Search Statistics ]============================
145.17/145.21	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
145.17/145.21	c       |         |          |          |    Limit     GC | Var      | Constra 
145.17/145.21	c =============================================================================
145.17/145.21	c  0.0s |       0 |        0 |        0 |     7240      0 |        0 |        0
145.27/145.35	c  0.1s |       0 |     2163 |       24 |     7240      0 |        0 |        0
145.27/145.35	c #cpu_time = 0.139s
145.27/145.35	c #wall_clock_time = 0.140s
145.27/145.35	c #decision = 2163
145.27/145.35	c #random_decision = 10
145.27/145.35	c #conflict = 24
145.27/145.35	c #restart = 0
145.27/145.35	o 229
145.27/145.35	c BCD2: updating upper bound: 350 -> 228
145.27/145.36	c BCD2: 1 <= obj <= 228
145.27/145.36	c BCD2: #cores=1, #unrelaxed=38, #relaxed=1739, #hardened=0
145.27/145.36	c BCD2: #sat=2 #unsat=2 bias=2/4
145.27/145.37	c Solving starts ...
145.27/145.37	c ============================[ Search Statistics ]============================
145.27/145.37	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
145.27/145.37	c       |         |          |          |    Limit     GC | Var      | Constra 
145.27/145.37	c =============================================================================
145.27/145.37	c  0.0s |       0 |        0 |        0 |     7240      0 |        0 |        1
145.47/145.50	c  0.1s |       0 |      348 |        1 |     7240      0 |        0 |        1
145.47/145.50	c #cpu_time = 0.133s
145.47/145.50	c #wall_clock_time = 0.133s
145.47/145.50	c #decision = 348
145.47/145.50	c #random_decision = 1
145.47/145.50	c #conflict = 1
145.47/145.50	c #restart = 0
145.47/145.50	o 131
145.47/145.50	c BCD2: updating upper bound: 228 -> 130
145.47/145.51	c BCD2: 1 <= obj <= 130
145.47/145.51	c BCD2: #cores=1, #unrelaxed=38, #relaxed=1739, #hardened=0
145.47/145.51	c BCD2: #sat=3 #unsat=2 bias=2/5
145.47/145.52	c Solving starts ...
145.47/145.52	c ============================[ Search Statistics ]============================
145.47/145.52	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
145.47/145.52	c       |         |          |          |    Limit     GC | Var      | Constra 
145.47/145.52	c =============================================================================
145.47/145.52	c  0.0s |       0 |        0 |        0 |     7240      0 |        0 |        2
145.77/145.85	c  0.3s |       1 |      253 |      100 |     7240      0 |        0 |        2
146.07/146.19	c  0.7s |       2 |      549 |      250 |     7240      0 |        0 |        2
146.47/146.58	c  1.1s |       3 |      961 |      475 |     7240      0 |        0 |        2
147.17/147.29	c  1.8s |       4 |     1576 |      813 |     7240      1 |        0 |        2
147.57/147.66	c  2.1s |       4 |     2391 |     1228 |     7240      1 |        0 |        2
147.57/147.66	c #cpu_time = 2.130s
147.57/147.66	c #wall_clock_time = 2.136s
147.57/147.66	c #decision = 2391
147.57/147.66	c #random_decision = 2
147.57/147.66	c #conflict = 1228
147.57/147.66	c #restart = 4
147.57/147.66	o 46
147.57/147.66	c BCD2: hardening fixes 968 literals
147.57/147.66	c BCD2: updating upper bound: 130 -> 45
147.57/147.66	c BCD2: 1 <= obj <= 45
147.57/147.66	c BCD2: #cores=1, #unrelaxed=12, #relaxed=797, #hardened=968
147.57/147.66	c BCD2: #sat=4 #unsat=2 bias=2/6
147.57/147.66	c Solving starts ...
147.57/147.66	c ============================[ Search Statistics ]============================
147.57/147.66	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
147.57/147.66	c       |         |          |          |    Limit     GC | Var      | Constra 
147.57/147.66	c =============================================================================
147.57/147.66	c  0.0s |       0 |        0 |        0 |     7240      0 |      968 |        3
147.67/147.79	c  0.1s |       1 |      164 |      100 |     7240      0 |      968 |        3
147.87/147.96	c  0.3s |       2 |      405 |      250 |     7240      0 |      968 |        3
148.07/148.16	c  0.5s |       3 |      799 |      475 |     7240      0 |      968 |        3
148.27/148.35	c  0.7s |       4 |     1449 |      813 |     7240      0 |      968 |        3
148.57/148.63	c  1.0s |       5 |     2241 |     1320 |     7240      0 |      968 |        3
149.06/149.13	c  1.5s |       6 |     3558 |     2081 |     7240      0 |      968 |        3
149.67/149.79	c  2.1s |       7 |     5316 |     3223 |     7240      0 |      968 |        3
150.86/150.97	c  3.3s |       8 |     7912 |     4936 |     7240      1 |      968 |        3
151.16/151.25	c  3.6s |       8 |     8715 |     5454 |     7240      1 |      968 |        3
151.16/151.25	c #cpu_time = 3.576s
151.16/151.25	c #wall_clock_time = 3.586s
151.16/151.25	c #decision = 8715
151.16/151.25	c #random_decision = 6
151.16/151.25	c #conflict = 5454
151.16/151.25	c #restart = 8
151.16/151.25	o 12
151.16/151.25	c BCD2: hardening fixes 636 literals
151.16/151.25	c BCD2: updating upper bound: 45 -> 11
151.16/151.25	c BCD2: 1 <= obj <= 11
151.16/151.25	c BCD2: #cores=1, #unrelaxed=4, #relaxed=169, #hardened=1604
151.16/151.25	c BCD2: #sat=5 #unsat=2 bias=2/7
151.16/151.25	c Solving starts ...
151.16/151.25	c ============================[ Search Statistics ]============================
151.16/151.25	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
151.16/151.25	c       |         |          |          |    Limit     GC | Var      | Constra 
151.16/151.25	c =============================================================================
151.16/151.25	c  0.0s |       0 |        0 |        0 |     7240      0 |     1604 |        4
151.26/151.31	c  0.1s |       1 |      197 |      100 |     7240      0 |     1604 |        4
151.36/151.40	c  0.1s |       2 |      412 |      250 |     7240      0 |     1604 |        4
151.46/151.51	c  0.3s |       3 |      756 |      475 |     7240      0 |     1604 |        4
151.46/151.58	c  0.3s |       3 |     1001 |      596 |     7240      0 |     1604 |        4
151.46/151.58	c #cpu_time = 0.329s
151.46/151.58	c #wall_clock_time = 0.330s
151.46/151.58	c #decision = 1001
151.46/151.58	c #random_decision = 1
151.46/151.58	c #conflict = 596
151.46/151.58	c #restart = 3
151.46/151.58	o 3
151.46/151.59	c BCD2: hardening fixes 143 literals
151.46/151.59	c BCD2: updating upper bound: 11 -> 2
151.46/151.59	c BCD2: 1 <= obj <= 2
151.46/151.59	c BCD2: #cores=1, #unrelaxed=1, #relaxed=29, #hardened=1747
151.46/151.59	c BCD2: #sat=6 #unsat=2 bias=2/8
151.46/151.59	c Solving starts ...
151.46/151.59	c ============================[ Search Statistics ]============================
151.46/151.59	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
151.46/151.59	c       |         |          |          |    Limit     GC | Var      | Constra 
151.46/151.59	c =============================================================================
151.46/151.59	c  0.0s |       0 |        0 |        0 |     7240      0 |     1747 |        5
151.56/151.65	c  0.1s |       1 |      215 |      100 |     7240      0 |     1747 |        8
151.66/151.71	c  0.1s |       2 |      444 |      250 |     7240      0 |     1747 |        8
151.66/151.80	c  0.2s |       3 |      832 |      475 |     7240      0 |     1747 |        8
151.87/151.92	c  0.3s |       4 |     1386 |      813 |     7240      0 |     1747 |        8
152.06/152.10	c  0.5s |       5 |     2219 |     1320 |     7240      0 |     1747 |        8
152.26/152.30	c  0.7s |       5 |     2783 |     1701 |     7240      0 |     1747 |        8
152.26/152.30	c #cpu_time = 0.713s
152.26/152.30	c #wall_clock_time = 0.715s
152.26/152.30	c #decision = 2783
152.26/152.30	c #random_decision = 3
152.26/152.30	c #conflict = 1701
152.26/152.30	c #restart = 5
152.26/152.30	o 1
152.26/152.30	s OPTIMUM FOUND
152.26/152.30	v -x1 -x2 -x3 -x4 -x5 -x6 -x7 -x8 -x9 -x10
152.26/152.30	v x11 -x12 -x13 x14 -x15 -x16 -x17 -x18 -x19 -x20
152.26/152.30	v -x21 -x22 -x23 -x24 -x25 -x26 -x27 -x28 -x29 -x30
152.26/152.30	v x31 -x32 -x33 -x34 x35 -x36 -x37 -x38 -x39 -x40
152.26/152.30	v -x41 -x42 -x43 -x44 x45 -x46 -x47 -x48 -x49 -x50
152.26/152.30	v -x51 -x52 -x53 -x54 -x55 -x56 -x57 -x58 -x59 x60
152.26/152.30	v -x61 -x62 -x63 -x64 -x65 -x66 -x67 -x68 -x69 -x70
152.26/152.30	v -x71 -x72 -x73 -x74 -x75 -x76 x77 -x78 -x79 -x80
152.26/152.30	v -x81 -x82 -x83 -x84 -x85 -x86 x87 -x88 -x89 -x90
152.26/152.30	v -x91 x92 -x93 -x94 -x95 -x96 -x97 -x98 -x99 -x100
152.26/152.30	v -x101 x102 -x103 -x104 -x105 -x106 -x107 -x108 -x109 -x110
152.26/152.30	v -x111 -x112 -x113 -x114 -x115 -x116 -x117 x118 -x119 -x120
152.26/152.30	v -x121 x122 -x123 -x124 -x125 -x126 -x127 -x128 -x129 -x130
152.26/152.30	v -x131 -x132 -x133 -x134 -x135 -x136 -x137 -x138 x139 -x140
152.26/152.30	v -x141 -x142 -x143 x144 -x145 -x146 -x147 -x148 -x149 -x150
152.26/152.30	v -x151 -x152 -x153 -x154 -x155 -x156 -x157 -x158 -x159 -x160
152.26/152.30	v -x161 x162 -x163 -x164 -x165 -x166 -x167 -x168 -x169 -x170
152.26/152.30	v -x171 -x172 -x173 -x174 -x175 -x176 -x177 x178 -x179 -x180
152.26/152.30	v -x181 -x182 -x183 -x184 -x185 -x186 x187 -x188 -x189 -x190
152.26/152.30	v -x191 -x192 -x193 x194 -x195 -x196 -x197 -x198 -x199 -x200
152.26/152.30	v -x201 -x202 -x203 -x204 -x205 -x206 -x207 x208 -x209 -x210
152.26/152.30	v -x211 -x212 -x213 -x214 -x215 -x216 -x217 -x218 -x219 -x220
152.26/152.30	v x221 -x222 -x223 -x224 -x225 x226 -x227 -x228 -x229 -x230
152.26/152.30	v -x231
152.26/152.30	c total CPU time = 151.906s
152.26/152.30	c total wall clock time = 152.303s

Verifier Data

OK	1

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

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

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


[startup+0 s]
/proc/loadavg: 1.97 1.98 1.99 3/181 14613
/proc/meminfo: memFree=30947968/32872528 swapFree=7268/7268
[pid=14613] ppid=14610 vsize=393660 CPUtime=0 cores=1,3,5,7
/proc/14613/stat : 14613 (toysat) R 14610 14613 9721 0 -1 4202496 1410 0 0 0 0 0 0 0 20 0 4 0 10768128 403107840 1771 33554432000 4194304 16246674 140733363787232 140733363786656 13880264 0 2 0 34082818 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/14613/statm: 98927 1780 441 2943 0 95821 0
[pid=14613/tid=14614] ppid=14610 vsize=411068 CPUtime=0 cores=1,3,5,7
/proc/14613/task/14614/stat : 14614 (toysat) S 14610 14613 9721 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 10768129 420933632 1838 33554432000 4194304 16246674 140733363787232 139751122250992 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=14613/tid=14615] ppid=14610 vsize=415164 CPUtime=0 cores=1,3,5,7
/proc/14613/task/14615/stat : 14615 (toysat) S 14610 14613 9721 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10768129 425127936 1854 33554432000 4194304 16246674 140733363787232 139751111761136 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=14613/tid=14616] ppid=14610 vsize=418236 CPUtime=0 cores=1,3,5,7
/proc/14613/task/14616/stat : 14616 (toysat) S 14610 14613 9721 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 10768129 428273664 1869 33554432000 4194304 16246674 140733363787232 139751101287600 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0

[startup+0.100171 s]
/proc/loadavg: 1.97 1.98 1.99 3/181 14613
/proc/meminfo: memFree=30947968/32872528 swapFree=7268/7268
[pid=14613] ppid=14610 vsize=1218116 CPUtime=0.08 cores=1,3,5,7
/proc/14613/stat : 14613 (toysat) R 14610 14613 9721 0 -1 4202496 24487 0 0 0 5 3 0 0 20 0 4 0 10768128 1247350784 24842 33554432000 4194304 16246674 140733363787232 140733363786656 12459048 0 0 0 34082818 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/14613/statm: 304529 24847 616 2943 0 301423 0
[pid=14613/tid=14614] ppid=14610 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/14613/task/14614/stat : 14614 (toysat) S 14610 14613 9721 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 10768129 1247350784 24851 33554432000 4194304 16246674 140733363787232 139751122250992 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=14613/tid=14615] ppid=14610 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/14613/task/14615/stat : 14615 (toysat) S 14610 14613 9721 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10768129 1247350784 24854 33554432000 4194304 16246674 140733363787232 139751111761136 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=14613/tid=14616] ppid=14610 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/14613/task/14616/stat : 14616 (toysat) S 14610 14613 9721 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 10768129 1247350784 24857 33554432000 4194304 16246674 140733363787232 139751101287600 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1218116

[startup+0.200545 s]
/proc/loadavg: 1.97 1.98 1.99 3/181 14613
/proc/meminfo: memFree=30947968/32872528 swapFree=7268/7268
[pid=14613] ppid=14610 vsize=1221188 CPUtime=0.18 cores=1,3,5,7
/proc/14613/stat : 14613 (toysat) R 14610 14613 9721 0 -1 4202496 32578 0 0 0 14 4 0 0 20 0 4 0 10768128 1250496512 32886 33554432000 4194304 16246674 140733363787232 140733363786544 13928602 0 0 0 34082818 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/14613/statm: 305297 32886 910 2943 0 302191 0
[pid=14613/tid=14614] ppid=14610 vsize=1221188 CPUtime=0 cores=1,3,5,7
/proc/14613/task/14614/stat : 14614 (toysat) S 14610 14613 9721 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 10768129 1250496512 32886 33554432000 4194304 16246674 140733363787232 139751122250992 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=14613/tid=14615] ppid=14610 vsize=1221188 CPUtime=0 cores=1,3,5,7
/proc/14613/task/14615/stat : 14615 (toysat) S 14610 14613 9721 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10768129 1250496512 32886 33554432000 4194304 16246674 140733363787232 139751111761136 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=14613/tid=14616] ppid=14610 vsize=1221188 CPUtime=0 cores=1,3,5,7
/proc/14613/task/14616/stat : 14616 (toysat) S 14610 14613 9721 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 10768129 1250496512 32886 33554432000 4194304 16246674 140733363787232 139751101287600 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 1221188

[startup+0.300498 s]
/proc/loadavg: 1.97 1.98 1.99 3/181 14613
/proc/meminfo: memFree=30947968/32872528 swapFree=7268/7268
[pid=14613] ppid=14610 vsize=1303108 CPUtime=0.29 cores=1,3,5,7
/proc/14613/stat : 14613 (toysat) R 14610 14613 9721 0 -1 4202496 51176 0 0 0 21 8 0 0 20 0 4 0 10768128 1334382592 51484 33554432000 4194304 16246674 140733363787232 140733363786544 12474890 0 0 0 34082818 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/14613/statm: 325777 51501 920 2943 0 322671 0
[pid=14613/tid=14614] ppid=14610 vsize=1303108 CPUtime=0 cores=1,3,5,7
/proc/14613/task/14614/stat : 14614 (toysat) S 14610 14613 9721 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 10768129 1334382592 51512 33554432000 4194304 16246674 140733363787232 139751122250992 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=14613/tid=14615] ppid=14610 vsize=1303108 CPUtime=0 cores=1,3,5,7
/proc/14613/task/14615/stat : 14615 (toysat) S 14610 14613 9721 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10768129 1334382592 51521 33554432000 4194304 16246674 140733363787232 139751111761136 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=14613/tid=14616] ppid=14610 vsize=1303108 CPUtime=0 cores=1,3,5,7
/proc/14613/task/14616/stat : 14616 (toysat) S 14610 14613 9721 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 10768129 1334382592 51526 33554432000 4194304 16246674 140733363787232 139751101287600 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1303108

[startup+0.700384 s]
/proc/loadavg: 1.97 1.98 1.99 3/181 14613
/proc/meminfo: memFree=30947968/32872528 swapFree=7268/7268
[pid=14613] ppid=14610 vsize=1303108 CPUtime=0.69 cores=1,3,5,7
/proc/14613/stat : 14613 (toysat) R 14610 14613 9721 0 -1 4202496 123848 0 0 0 52 17 0 0 20 0 4 0 10768128 1334382592 124156 33554432000 4194304 16246674 140733363787232 140733363769152 5675357 0 0 0 34082818 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/14613/statm: 325777 124162 920 2943 0 322671 0
[pid=14613/tid=14614] ppid=14610 vsize=1303108 CPUtime=0 cores=1,3,5,7
/proc/14613/task/14614/stat : 14614 (toysat) S 14610 14613 9721 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 10768129 1334382592 124166 33554432000 4194304 16246674 140733363787232 139751122250992 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=14613/tid=14615] ppid=14610 vsize=1303108 CPUtime=0 cores=1,3,5,7
/proc/14613/task/14615/stat : 14615 (toysat) S 14610 14613 9721 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10768129 1334382592 124170 33554432000 4194304 16246674 140733363787232 139751111761136 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=14613/tid=14616] ppid=14610 vsize=1303108 CPUtime=0 cores=1,3,5,7
/proc/14613/task/14616/stat : 14616 (toysat) S 14610 14613 9721 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 10768129 1334382592 124176 33554432000 4194304 16246674 140733363787232 139751101287600 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1303108

[startup+1.50039 s]
/proc/loadavg: 1.97 1.98 1.99 3/185 14617
/proc/meminfo: memFree=30135524/32872528 swapFree=7268/7268
[pid=14613] ppid=14610 vsize=1308228 CPUtime=1.48 cores=1,3,5,7
/proc/14613/stat : 14613 (toysat) R 14610 14613 9721 0 -1 4202496 203147 0 0 0 122 26 0 0 20 0 4 0 10768128 1339625472 203455 33554432000 4194304 16246674 140733363787232 140733363769152 5545844 0 0 0 34082818 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/14613/statm: 327057 203455 925 2943 0 323951 0
[pid=14613/tid=14614] ppid=14610 vsize=1308228 CPUtime=0 cores=1,3,5,7
/proc/14613/task/14614/stat : 14614 (toysat) S 14610 14613 9721 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 10768129 1339625472 203455 33554432000 4194304 16246674 140733363787232 139751122250992 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=14613/tid=14615] ppid=14610 vsize=1308228 CPUtime=0 cores=1,3,5,7
/proc/14613/task/14615/stat : 14615 (toysat) S 14610 14613 9721 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10768129 1339625472 203455 33554432000 4194304 16246674 140733363787232 139751111761136 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=14613/tid=14616] ppid=14610 vsize=1308228 CPUtime=0 cores=1,3,5,7
/proc/14613/task/14616/stat : 14616 (toysat) S 14610 14613 9721 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 10768129 1339625472 203455 33554432000 4194304 16246674 140733363787232 139751101287600 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 1308228

[startup+3.1003 s]
/proc/loadavg: 1.97 1.98 1.99 3/185 14617
/proc/meminfo: memFree=30134912/32872528 swapFree=7268/7268
[pid=14613] ppid=14610 vsize=1308228 CPUtime=3.08 cores=1,3,5,7
/proc/14613/stat : 14613 (toysat) R 14610 14613 9721 0 -1 4202496 203152 0 0 0 281 27 0 0 20 0 4 0 10768128 1339625472 203460 33554432000 4194304 16246674 140733363787232 140733363769152 5672188 0 0 0 34082818 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/14613/statm: 327057 203460 930 2943 0 323951 0
[pid=14613/tid=14614] ppid=14610 vsize=1308228 CPUtime=0 cores=1,3,5,7
/proc/14613/task/14614/stat : 14614 (toysat) S 14610 14613 9721 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 10768129 1339625472 203460 33554432000 4194304 16246674 140733363787232 139751122250992 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=14613/tid=14615] ppid=14610 vsize=1308228 CPUtime=0 cores=1,3,5,7
/proc/14613/task/14615/stat : 14615 (toysat) S 14610 14613 9721 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10768129 1339625472 203460 33554432000 4194304 16246674 140733363787232 139751111761136 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=14613/tid=14616] ppid=14610 vsize=1308228 CPUtime=0 cores=1,3,5,7
/proc/14613/task/14616/stat : 14616 (toysat) S 14610 14613 9721 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 10768129 1339625472 203460 33554432000 4194304 16246674 140733363787232 139751101287600 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 1308228

[startup+6.30039 s]
/proc/loadavg: 1.97 1.98 1.99 3/185 14617
/proc/meminfo: memFree=30133548/32872528 swapFree=7268/7268
[pid=14613] ppid=14610 vsize=1309252 CPUtime=6.29 cores=1,3,5,7
/proc/14613/stat : 14613 (toysat) R 14610 14613 9721 0 -1 4202496 203227 0 0 0 601 28 0 0 20 0 4 0 10768128 1340674048 203535 33554432000 4194304 16246674 140733363787232 140733363769152 12460067 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14613/statm: 327313 203535 932 2943 0 324207 0
[pid=14613/tid=14614] ppid=14610 vsize=1309252 CPUtime=0 cores=1,3,5,7
/proc/14613/task/14614/stat : 14614 (toysat) S 14610 14613 9721 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 10768129 1340674048 203535 33554432000 4194304 16246674 140733363787232 139751122250992 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=14613/tid=14615] ppid=14610 vsize=1309252 CPUtime=0 cores=1,3,5,7
/proc/14613/task/14615/stat : 14615 (toysat) S 14610 14613 9721 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10768129 1340674048 203535 33554432000 4194304 16246674 140733363787232 139751111761136 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=14613/tid=14616] ppid=14610 vsize=1309252 CPUtime=0 cores=1,3,5,7
/proc/14613/task/14616/stat : 14616 (toysat) S 14610 14613 9721 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 10768129 1340674048 203535 33554432000 4194304 16246674 140733363787232 139751101287600 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 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: 1.98 1.98 1.99 3/185 14617
/proc/meminfo: memFree=30131108/32872528 swapFree=7268/7268
[pid=14613] ppid=14610 vsize=1312324 CPUtime=12.69 cores=1,3,5,7
/proc/14613/stat : 14613 (toysat) R 14610 14613 9721 0 -1 4202496 204013 0 0 0 1241 28 0 0 20 0 4 0 10768128 1343819776 204321 33554432000 4194304 16246674 140733363787232 140733363786408 5523307 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14613/statm: 328081 204321 932 2943 0 324975 0
[pid=14613/tid=14614] ppid=14610 vsize=1312324 CPUtime=0 cores=1,3,5,7
/proc/14613/task/14614/stat : 14614 (toysat) S 14610 14613 9721 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 10768129 1343819776 204321 33554432000 4194304 16246674 140733363787232 139751122250992 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=14613/tid=14615] ppid=14610 vsize=1312324 CPUtime=0 cores=1,3,5,7
/proc/14613/task/14615/stat : 14615 (toysat) S 14610 14613 9721 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10768129 1343819776 204321 33554432000 4194304 16246674 140733363787232 139751111761136 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=14613/tid=14616] ppid=14610 vsize=1312324 CPUtime=0 cores=1,3,5,7
/proc/14613/task/14616/stat : 14616 (toysat) S 14610 14613 9721 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 10768129 1343819776 204321 33554432000 4194304 16246674 140733363787232 139751101287600 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1312324

[startup+25.5005 s]
/proc/loadavg: 1.98 1.98 1.99 3/185 14617
/proc/meminfo: memFree=30131560/32872528 swapFree=7268/7268
[pid=14613] ppid=14610 vsize=1312324 CPUtime=25.48 cores=1,3,5,7
/proc/14613/stat : 14613 (toysat) R 14610 14613 9721 0 -1 4202496 204178 0 0 0 2519 29 0 0 20 0 4 0 10768128 1343819776 204486 33554432000 4194304 16246674 140733363787232 140733363786408 5822428 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14613/statm: 328081 204486 932 2943 0 324975 0
[pid=14613/tid=14614] ppid=14610 vsize=1312324 CPUtime=0 cores=1,3,5,7
/proc/14613/task/14614/stat : 14614 (toysat) S 14610 14613 9721 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 10768129 1343819776 204486 33554432000 4194304 16246674 140733363787232 139751122250992 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=14613/tid=14615] ppid=14610 vsize=1312324 CPUtime=0 cores=1,3,5,7
/proc/14613/task/14615/stat : 14615 (toysat) S 14610 14613 9721 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10768129 1343819776 204486 33554432000 4194304 16246674 140733363787232 139751111761136 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=14613/tid=14616] ppid=14610 vsize=1312324 CPUtime=0 cores=1,3,5,7
/proc/14613/task/14616/stat : 14616 (toysat) S 14610 14613 9721 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 10768129 1343819776 204486 33554432000 4194304 16246674 140733363787232 139751101287600 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 1312324

[startup+51.1005 s]
/proc/loadavg: 2.07 2.00 2.00 3/185 14617
/proc/meminfo: memFree=30127628/32872528 swapFree=7268/7268
[pid=14613] ppid=14610 vsize=1314372 CPUtime=51.08 cores=1,3,5,7
/proc/14613/stat : 14613 (toysat) R 14610 14613 9721 0 -1 4202496 204661 0 0 0 5076 32 0 0 20 0 4 0 10768128 1345916928 204969 33554432000 4194304 16246674 140733363787232 140733363786408 15015658 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14613/statm: 328593 204969 932 2943 0 325487 0
[pid=14613/tid=14614] ppid=14610 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/14613/task/14614/stat : 14614 (toysat) S 14610 14613 9721 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 10768129 1345916928 204969 33554432000 4194304 16246674 140733363787232 139751122250992 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=14613/tid=14615] ppid=14610 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/14613/task/14615/stat : 14615 (toysat) S 14610 14613 9721 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10768129 1345916928 204969 33554432000 4194304 16246674 140733363787232 139751111761136 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=14613/tid=14616] ppid=14610 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/14613/task/14616/stat : 14616 (toysat) S 14610 14613 9721 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 10768129 1345916928 204969 33554432000 4194304 16246674 140733363787232 139751101287600 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 1314372

[startup+102.301 s]
/proc/loadavg: 2.10 2.02 2.00 3/185 14716
/proc/meminfo: memFree=30059088/32872528 swapFree=7268/7268
[pid=14613] ppid=14610 vsize=1314372 CPUtime=102.28 cores=1,3,5,7
/proc/14613/stat : 14613 (toysat) R 14610 14613 9721 0 -1 4202496 217719 0 0 0 10186 42 0 0 20 0 4 0 10768128 1345916928 223413 33554432000 4194304 16246674 140733363787232 140733363786408 13950199 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14613/statm: 328593 223413 932 2943 0 325487 0
[pid=14613/tid=14614] ppid=14610 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/14613/task/14614/stat : 14614 (toysat) S 14610 14613 9721 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 10768129 1345916928 223413 33554432000 4194304 16246674 140733363787232 139751122250992 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=14613/tid=14615] ppid=14610 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/14613/task/14615/stat : 14615 (toysat) S 14610 14613 9721 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10768129 1345916928 223413 33554432000 4194304 16246674 140733363787232 139751111761136 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=14613/tid=14616] ppid=14610 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/14613/task/14616/stat : 14616 (toysat) S 14610 14613 9721 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 10768129 1345916928 223413 33554432000 4194304 16246674 140733363787232 139751101287600 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 1314372

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

[startup+102.408 s]
/proc/loadavg: 2.10 2.02 2.00 3/185 14716
/proc/meminfo: memFree=30059088/32872528 swapFree=7268/7268
[pid=14613] ppid=14610 vsize=1314372 CPUtime=102.38 cores=1,3,5,7
/proc/14613/stat : 14613 (toysat) R 14610 14613 9721 0 -1 4202496 217719 0 0 0 10196 42 0 0 20 0 4 0 10768128 1345916928 223413 33554432000 4194304 16246674 140733363787232 140733363786408 13923712 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14613/statm: 328593 223413 932 2943 0 325487 0
[pid=14613/tid=14614] ppid=14610 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/14613/task/14614/stat : 14614 (toysat) S 14610 14613 9721 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 10768129 1345916928 223413 33554432000 4194304 16246674 140733363787232 139751122250992 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=14613/tid=14615] ppid=14610 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/14613/task/14615/stat : 14615 (toysat) S 14610 14613 9721 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10768129 1345916928 223413 33554432000 4194304 16246674 140733363787232 139751111761136 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=14613/tid=14616] ppid=14610 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/14613/task/14616/stat : 14616 (toysat) S 14610 14613 9721 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 10768129 1345916928 223413 33554432000 4194304 16246674 140733363787232 139751101287600 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 102.38
Current children cumulated vsize (KiB) 1314372

[startup+128 s]
/proc/loadavg: 2.06 2.01 2.00 3/185 14765
/proc/meminfo: memFree=30004192/32872528 swapFree=7268/7268
[pid=14613] ppid=14610 vsize=1316420 CPUtime=127.96 cores=1,3,5,7
/proc/14613/stat : 14613 (toysat) R 14610 14613 9721 0 -1 4202496 218119 0 0 0 12750 46 0 0 20 0 4 0 10768128 1348014080 235909 33554432000 4194304 16246674 140733363787232 140733363786408 5523192 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14613/statm: 329105 235909 932 2943 0 325999 0
[pid=14613/tid=14614] ppid=14610 vsize=1316420 CPUtime=0 cores=1,3,5,7
/proc/14613/task/14614/stat : 14614 (toysat) S 14610 14613 9721 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 10768129 1348014080 235909 33554432000 4194304 16246674 140733363787232 139751122250992 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=14613/tid=14615] ppid=14610 vsize=1316420 CPUtime=0 cores=1,3,5,7
/proc/14613/task/14615/stat : 14615 (toysat) S 14610 14613 9721 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10768129 1348014080 235909 33554432000 4194304 16246674 140733363787232 139751111761136 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=14613/tid=14616] ppid=14610 vsize=1316420 CPUtime=0 cores=1,3,5,7
/proc/14613/task/14616/stat : 14616 (toysat) S 14610 14613 9721 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 10768129 1348014080 235909 33554432000 4194304 16246674 140733363787232 139751101287600 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 127.96
Current children cumulated vsize (KiB) 1316420

[startup+140.8 s]
/proc/loadavg: 2.05 2.01 2.00 3/185 14814
/proc/meminfo: memFree=29991116/32872528 swapFree=7268/7268
[pid=14613] ppid=14610 vsize=1316420 CPUtime=140.77 cores=1,3,5,7
/proc/14613/stat : 14613 (toysat) R 14610 14613 9721 0 -1 4202496 218192 0 0 0 14029 48 0 0 20 0 4 0 10768128 1348014080 240014 33554432000 4194304 16246674 140733363787232 140733363786408 13963975 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14613/statm: 329105 240014 932 2943 0 325999 0
[pid=14613/tid=14614] ppid=14610 vsize=1316420 CPUtime=0 cores=1,3,5,7
/proc/14613/task/14614/stat : 14614 (toysat) S 14610 14613 9721 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 10768129 1348014080 240014 33554432000 4194304 16246674 140733363787232 139751122250992 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=14613/tid=14615] ppid=14610 vsize=1316420 CPUtime=0 cores=1,3,5,7
/proc/14613/task/14615/stat : 14615 (toysat) S 14610 14613 9721 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10768129 1348014080 240014 33554432000 4194304 16246674 140733363787232 139751111761136 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=14613/tid=14616] ppid=14610 vsize=1316420 CPUtime=0 cores=1,3,5,7
/proc/14613/task/14616/stat : 14616 (toysat) S 14610 14613 9721 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 10768129 1348014080 240014 33554432000 4194304 16246674 140733363787232 139751101287600 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 140.77
Current children cumulated vsize (KiB) 1316420

[startup+147.2 s]
/proc/loadavg: 2.04 2.01 2.00 3/185 14814
/proc/meminfo: memFree=29990984/32872528 swapFree=7268/7268
[pid=14613] ppid=14610 vsize=1316420 CPUtime=147.17 cores=1,3,5,7
/proc/14613/stat : 14613 (toysat) R 14610 14613 9721 0 -1 4202496 218239 0 0 0 14668 49 0 0 20 0 4 0 10768128 1348014080 244093 33554432000 4194304 16246674 140733363787232 140733363769152 5712756 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14613/statm: 329105 244093 940 2943 0 325999 0
[pid=14613/tid=14614] ppid=14610 vsize=1316420 CPUtime=0 cores=1,3,5,7
/proc/14613/task/14614/stat : 14614 (toysat) S 14610 14613 9721 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 10768129 1348014080 244093 33554432000 4194304 16246674 140733363787232 139751122250992 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=14613/tid=14615] ppid=14610 vsize=1316420 CPUtime=0 cores=1,3,5,7
/proc/14613/task/14615/stat : 14615 (toysat) S 14610 14613 9721 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10768129 1348014080 244093 33554432000 4194304 16246674 140733363787232 139751111761136 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=14613/tid=14616] ppid=14610 vsize=1316420 CPUtime=0 cores=1,3,5,7
/proc/14613/task/14616/stat : 14616 (toysat) S 14610 14613 9721 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 10768129 1348014080 244093 33554432000 4194304 16246674 140733363787232 139751101287600 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 147.17
Current children cumulated vsize (KiB) 1316420

[startup+150.4 s]
/proc/loadavg: 2.04 2.01 2.00 3/185 14814
/proc/meminfo: memFree=29870820/32872528 swapFree=7268/7268
[pid=14613] ppid=14610 vsize=1316420 CPUtime=150.36 cores=1,3,5,7
/proc/14613/stat : 14613 (toysat) R 14610 14613 9721 0 -1 4202496 244783 0 0 0 14983 53 0 0 20 0 4 0 10768128 1348014080 270637 33554432000 4194304 16246674 140733363787232 140733363769152 13198578 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14613/statm: 329105 270637 941 2943 0 325999 0
[pid=14613/tid=14614] ppid=14610 vsize=1316420 CPUtime=0 cores=1,3,5,7
/proc/14613/task/14614/stat : 14614 (toysat) S 14610 14613 9721 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 10768129 1348014080 270637 33554432000 4194304 16246674 140733363787232 139751122250992 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=14613/tid=14615] ppid=14610 vsize=1316420 CPUtime=0 cores=1,3,5,7
/proc/14613/task/14615/stat : 14615 (toysat) S 14610 14613 9721 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10768129 1348014080 270637 33554432000 4194304 16246674 140733363787232 139751111761136 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=14613/tid=14616] ppid=14610 vsize=1316420 CPUtime=0 cores=1,3,5,7
/proc/14613/task/14616/stat : 14616 (toysat) S 14610 14613 9721 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 10768129 1348014080 270637 33554432000 4194304 16246674 140733363787232 139751101287600 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 150.36
Current children cumulated vsize (KiB) 1316420

[startup+151.2 s]
/proc/loadavg: 2.04 2.01 2.00 3/185 14814
/proc/meminfo: memFree=29868588/32872528 swapFree=7268/7268
[pid=14613] ppid=14610 vsize=1316420 CPUtime=151.16 cores=1,3,5,7
/proc/14613/stat : 14613 (toysat) R 14610 14613 9721 0 -1 4202496 244783 0 0 0 15063 53 0 0 20 0 4 0 10768128 1348014080 270637 33554432000 4194304 16246674 140733363787232 140733363769152 5600380 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14613/statm: 329105 270637 941 2943 0 325999 0
[pid=14613/tid=14614] ppid=14610 vsize=1316420 CPUtime=0 cores=1,3,5,7
/proc/14613/task/14614/stat : 14614 (toysat) S 14610 14613 9721 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 10768129 1348014080 270637 33554432000 4194304 16246674 140733363787232 139751122250992 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=14613/tid=14615] ppid=14610 vsize=1316420 CPUtime=0 cores=1,3,5,7
/proc/14613/task/14615/stat : 14615 (toysat) S 14610 14613 9721 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10768129 1348014080 270637 33554432000 4194304 16246674 140733363787232 139751111761136 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=14613/tid=14616] ppid=14610 vsize=1316420 CPUtime=0 cores=1,3,5,7
/proc/14613/task/14616/stat : 14616 (toysat) S 14610 14613 9721 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 10768129 1348014080 270637 33554432000 4194304 16246674 140733363787232 139751101287600 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 151.16
Current children cumulated vsize (KiB) 1316420

[startup+152 s]
/proc/loadavg: 2.04 2.01 2.00 3/185 14814
/proc/meminfo: memFree=29868340/32872528 swapFree=7268/7268
[pid=14613] ppid=14610 vsize=1316420 CPUtime=151.96 cores=1,3,5,7
/proc/14613/stat : 14613 (toysat) R 14610 14613 9721 0 -1 4202496 244783 0 0 0 15143 53 0 0 20 0 4 0 10768128 1348014080 270637 33554432000 4194304 16246674 140733363787232 140733363770224 5546023 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14613/statm: 329105 270637 941 2943 0 325999 0
[pid=14613/tid=14614] ppid=14610 vsize=1316420 CPUtime=0 cores=1,3,5,7
/proc/14613/task/14614/stat : 14614 (toysat) S 14610 14613 9721 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 10768129 1348014080 270637 33554432000 4194304 16246674 140733363787232 139751122250992 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=14613/tid=14615] ppid=14610 vsize=1316420 CPUtime=0 cores=1,3,5,7
/proc/14613/task/14615/stat : 14615 (toysat) S 14610 14613 9721 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10768129 1348014080 270637 33554432000 4194304 16246674 140733363787232 139751111761136 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=14613/tid=14616] ppid=14610 vsize=1316420 CPUtime=0 cores=1,3,5,7
/proc/14613/task/14616/stat : 14616 (toysat) S 14610 14613 9721 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 10768129 1348014080 270637 33554432000 4194304 16246674 140733363787232 139751101287600 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 151.96
Current children cumulated vsize (KiB) 1316420

[startup+152.2 s]
/proc/loadavg: 2.04 2.01 2.00 3/185 14814
/proc/meminfo: memFree=29868340/32872528 swapFree=7268/7268
[pid=14613] ppid=14610 vsize=1316420 CPUtime=152.16 cores=1,3,5,7
/proc/14613/stat : 14613 (toysat) R 14610 14613 9721 0 -1 4202496 244783 0 0 0 15163 53 0 0 20 0 4 0 10768128 1348014080 270637 33554432000 4194304 16246674 140733363787232 140733363770224 5677720 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14613/statm: 329105 270637 941 2943 0 325999 0
[pid=14613/tid=14614] ppid=14610 vsize=1316420 CPUtime=0 cores=1,3,5,7
/proc/14613/task/14614/stat : 14614 (toysat) S 14610 14613 9721 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 10768129 1348014080 270637 33554432000 4194304 16246674 140733363787232 139751122250992 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=14613/tid=14615] ppid=14610 vsize=1316420 CPUtime=0 cores=1,3,5,7
/proc/14613/task/14615/stat : 14615 (toysat) S 14610 14613 9721 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10768129 1348014080 270637 33554432000 4194304 16246674 140733363787232 139751111761136 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=14613/tid=14616] ppid=14610 vsize=1316420 CPUtime=0 cores=1,3,5,7
/proc/14613/task/14616/stat : 14616 (toysat) S 14610 14613 9721 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 10768129 1348014080 270637 33554432000 4194304 16246674 140733363787232 139751101287600 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 152.16
Current children cumulated vsize (KiB) 1316420

[startup+152.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/185 14814
/proc/meminfo: memFree=29868340/32872528 swapFree=7268/7268
[pid=14613] ppid=14610 vsize=1316420 CPUtime=152.26 cores=1,3,5,7
/proc/14613/stat : 14613 (toysat) R 14610 14613 9721 0 -1 4202496 244783 0 0 0 15173 53 0 0 20 0 4 0 10768128 1348014080 270637 33554432000 4194304 16246674 140733363787232 140733363770224 5546214 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14613/statm: 329105 270637 941 2943 0 325999 0
[pid=14613/tid=14614] ppid=14610 vsize=1316420 CPUtime=0 cores=1,3,5,7
/proc/14613/task/14614/stat : 14614 (toysat) S 14610 14613 9721 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 10768129 1348014080 270637 33554432000 4194304 16246674 140733363787232 139751122250992 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=14613/tid=14615] ppid=14610 vsize=1316420 CPUtime=0 cores=1,3,5,7
/proc/14613/task/14615/stat : 14615 (toysat) S 14610 14613 9721 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10768129 1348014080 270637 33554432000 4194304 16246674 140733363787232 139751111761136 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=14613/tid=14616] ppid=14610 vsize=1316420 CPUtime=0 cores=1,3,5,7
/proc/14613/task/14616/stat : 14616 (toysat) S 14610 14613 9721 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 10768129 1348014080 270637 33554432000 4194304 16246674 140733363787232 139751101287600 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 152.26
Current children cumulated vsize (KiB) 1316420

Child status: 0
Real time (s): 152.363
CPU time (s): 152.335
CPU user time (s): 151.745
CPU system time (s): 0.58991
CPU usage (%): 99.9813
Max. virtual memory (cumulated for all children) (KiB): 1316420

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 151.745
system time used= 0.58991
maximum resident set size= 1082556
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 244786
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= 287

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.403938 second user time and 0.572912 second system time

The end

Launcher Data

Begin job on node133 at 2016-06-16 16:27:02
IDJOB=4093352
IDBENCH=78961
IDSOLVER=2553
FILE ID=node133/4093352-1466087222
RUNJOBID= node133-1466075558-12322
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.1900576151--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-4093352-1466087222/watcher-4093352-1466087222 -o /tmp/evaluation-result-4093352-1466087222/solver-4093352-1466087222 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node133-1466075558-12322 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --wbo --search=bcd2 HOME/instance-4093352-1466087222.wbo

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

MD5SUM BENCH= a6a99f7cb7296aed3ef8f4a1cd1ac483
RANDOM SEED=2081595440

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:        30948612 kB
Buffers:           36200 kB
Cached:            99904 kB
SwapCached:         1876 kB
Active:          1157820 kB
Inactive:          57784 kB
Active(anon):    1080256 kB
Inactive(anon):     1228 kB
Active(file):      77564 kB
Inactive(file):    56556 kB
Unevictable:        7268 kB
Mlocked:            7268 kB
SwapTotal:      67108856 kB
SwapFree:       67098888 kB
Dirty:             16356 kB
Writeback:             0 kB
AnonPages:       1185996 kB
Mapped:            10712 kB
Shmem:                 0 kB
Slab:             567288 kB
SReclaimable:      11020 kB
SUnreclaim:       556268 kB
KernelStack:        1536 kB
PageTables:         6204 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1229720 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987908 kB
HardwareCorrupted:     0 kB
AnonHugePages:    102400 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:29:35