Trace number 4109854

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 228.676 228.713

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900573901--soft-66-100-0.wbo
MD5SUMa057c56aaeadccffd1b9b5ae1c954d95
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 benchmark26.8299
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 constraints892
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 45060
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 45059
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 701
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-19T15:51:28+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-4109854-1466344288.wbo"]
0.00/0.01	c use --random-gen="3934539669 2121315974 302356739 1314994702 1398970660 26900095 2987158780 1425468994 1526750525 4283114557 13670448 3952930519 163543391 918175922 1265207043 2404075543 319613234 4017202477 4104304902 2392393961 1293868192 646896955 3700658192 1144995381 2504114543 1896473373 3445105204 1185548156 2608866889 1779484355 3941345111 1994465113 3785777761 1278957447 277329413 2164494346 3238497141 3614556546 2353928980 1431454191 3032706135 3991695951 3116660242 2339874282 625489046 4101042719 2243953904 3046803394 84100154 2554400117 2690497003 1005481233 117224481 724759779 2228551485 1083956126 2186502806 868505501 4166389333 2629425328 592955303 3009375701 3279273538 2015417768 3357701730 1637648970 3471458441 1296107488 2307421350 450237172 283223816 4208513953 3660893187 2012257866 2547132266 2822248623 3032573944 2900971535 1256867470 3240096954 3383281078 1164199110 1695261502 2307575994 3657080569 3066604346 729841845 3746692854 1392774624 3035228921 484705359 3650633849 2930815296 1495173989 1892748747 270318462 1640228565 2370036746 1124587657 2980328684 4089633824 4193416145 2471904797 3764982909 1177067945 410079964 196499927 1649182414 711756207 3319489278 600628311 1656563472 3162432608 2378364590 613744260 436848390 491774002 707992652 2429678392 3151722740 3592600924 1158513054 30779561 1607703609 2186222891 3304297519 2830683618 1837026664 1554351737 3844271094 1832434010 2310894415 605210176 3430416730 2959132564 3075426420 2592646875 4009025221 1974159381 11843953 3854817647 3450567127 2103318173 1421652786 3937996717 4197152569 608457475 2267547389 2527030298 1284287702 2409751120 2821720043 3499150545 3092773730 3996661330 2438182653 3855400963 1383226321 4105807529 3090602459 2912145866 1129964548 2759128363 41254682 1215172213 1336923775 501228313 4133749628 4021580070 1504043274 750488444 1346288021 1888506505 1642184093 2525766340 3664128545 1116626931 1389527934 3691546920 314136970 1192881652 258509833 1586522903 2745697983 1017301096 74011641 656868310 1429370588 4069229783 634014291 3149536358 4053504476 3456531124 4110911328 2846351522 237807923 2932743345 3226924052 4049513443 1926469188 3606399581 3030408639 924609938 1382139036 1945298181 3607248397 3171538046 1280903198 466885663 3596570673 4005538117 650466739 1292814011 128697029 410982102 366077690 689700261 453773010 248890205 1798983229 2190053067 4187702496 748618884 71294706 556138890 3598346002 1013688181 2213048429 1896595839 3262397594 2456900495 1403111301 220333381 275178611 3576201116 1986987435 3335205965 809396346 3948151959 3729563851 126704641 223380920 3214917981 2241475529 2666379253 1589448163 2458461603 451424534 1178616811 3205381135 4064899531 2753004326 3136581909 3018242314 746137919 272145553 255 362436" option to reproduce the execution
0.09/0.13	c #vars 231
0.09/0.13	c #constraints 2707
0.09/0.18	c BCD2: Hardening is enabled.
0.09/0.18	c BCD2: BiasedSearch is enabled.
0.09/0.18	c Solving starts ...
0.09/0.18	c ============================[ Search Statistics ]============================
0.09/0.18	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.09/0.18	c       |         |          |          |    Limit     GC | Var      | Constra 
0.09/0.18	c =============================================================================
0.09/0.19	c  0.0s |       0 |        0 |        0 |     1276      0 |        0 |        0
0.19/0.20	c  0.0s |       0 |      973 |       38 |     1276      0 |        0 |        0
0.19/0.20	c #cpu_time = 0.018s
0.19/0.20	c #wall_clock_time = 0.018s
0.19/0.20	c #decision = 973
0.19/0.20	c #random_decision = 4
0.19/0.20	c #conflict = 38
0.19/0.20	c #restart = 0
0.19/0.20	o 251
0.19/0.20	c BCD2: updating upper bound: 45059 -> 250
0.19/0.20	c BCD2: 0 <= obj <= 250
0.19/0.20	c BCD2: #cores=0, #unrelaxed=892, #relaxed=0, #hardened=0
0.19/0.20	c BCD2: #sat=1 #unsat=1 bias=1/2
0.19/0.20	c Solving starts ...
0.19/0.20	c ============================[ Search Statistics ]============================
0.19/0.20	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.19/0.20	c       |         |          |          |    Limit     GC | Var      | Constra 
0.19/0.20	c =============================================================================
0.19/0.20	c  0.0s |       0 |        0 |        0 |     1276      0 |        0 |        0
0.19/0.22	c  0.0s |       1 |     1046 |      100 |     1404      0 |        0 |        0
0.19/0.24	c  0.0s |       2 |     2204 |      250 |     1545      0 |        0 |        0
0.19/0.29	c  0.1s |       3 |     3431 |      475 |     1700      0 |        0 |        0
0.29/0.39	c  0.2s |       4 |     4768 |      813 |     1871      0 |        0 |        0
0.48/0.54	c  0.3s |       5 |     6310 |     1320 |     2059      0 |        0 |        0
0.79/0.87	c  0.7s |       6 |     8216 |     2081 |     2265      0 |        0 |        0
1.29/1.35	c  1.1s |       7 |    10611 |     3223 |     2492      0 |        0 |        0
1.99/2.02	c  1.8s |       8 |    13696 |     4936 |     2742      1 |        0 |        0
2.99/3.08	c  2.9s |       9 |    17879 |     7506 |     3017      3 |        0 |        0
4.50/4.51	c  4.3s |      10 |    23631 |    11361 |     3319      5 |        0 |        0
6.49/6.51	c  6.3s |      10 |    31739 |    16561 |     3319      7 |        0 |        0
6.60/6.70	c  6.5s |      11 |    32545 |    17144 |     3651      7 |        0 |        0
8.69/8.72	c  8.5s |      11 |    39943 |    22044 |     3651      9 |        0 |        0
10.09/10.12	c  9.9s |      12 |    44645 |    25819 |     4017     11 |        0 |        0
12.09/12.13	c 11.9s |      12 |    51885 |    30519 |     4017     13 |        0 |        0
14.09/14.13	c 13.9s |      12 |    59311 |    36319 |     4017     15 |        0 |        0
14.99/15.05	c 14.8s |      13 |    62599 |    38832 |     4419     16 |        0 |        0
16.99/17.08	c 16.9s |      13 |    69648 |    43632 |     4419     18 |        0 |        0
18.99/19.09	c 18.9s |      13 |    75594 |    48132 |     4419     19 |        0 |        0
21.09/21.13	c 20.9s |      13 |    80196 |    51832 |     4419     21 |        0 |        0
23.09/23.14	c 22.9s |      13 |    84313 |    55132 |     4419     22 |        0 |        0
24.89/24.94	c 24.7s |      14 |    88423 |    58352 |     4861     23 |        0 |        0
26.88/26.99	c 26.8s |      14 |    93137 |    61352 |     4861     24 |        0 |        0
28.98/29.01	c 28.8s |      14 |    96906 |    64352 |     4861     25 |        0 |        0
30.98/31.06	c 30.9s |      14 |   101051 |    67652 |     4861     26 |        0 |        0
33.09/33.11	c 32.9s |      14 |   104914 |    70552 |     4861     27 |        0 |        0
35.08/35.15	c 34.9s |      14 |   107917 |    72952 |     4861     28 |        0 |        0
37.09/37.17	c 37.0s |      14 |   111420 |    75652 |     4861     29 |        0 |        0
39.29/39.30	c 39.1s |      14 |   114078 |    77752 |     4861     30 |        0 |        0
41.29/41.30	c 41.1s |      14 |   116691 |    79952 |     4861     31 |        0 |        0
43.29/43.36	c 43.2s |      14 |   119904 |    82552 |     4861     31 |        0 |        0
45.38/45.45	c 45.2s |      14 |   122747 |    84852 |     4861     32 |        0 |        0
47.48/47.53	c 47.3s |      14 |   125615 |    87252 |     5348     33 |        0 |        0
47.78/47.80	c 47.6s |      15 |   126138 |    87632 |     5348     33 |        0 |        0
49.78/49.83	c 49.6s |      15 |   131129 |    90732 |     5348     34 |        0 |        0
51.79/51.83	c 51.6s |      15 |   137365 |    95732 |     5348     36 |        0 |        0
53.78/53.85	c 53.6s |      15 |   144246 |   101132 |     5348     37 |        0 |        0
55.88/55.90	c 55.7s |      15 |   149278 |   105132 |     5348     39 |        0 |        0
57.88/57.94	c 57.7s |      15 |   155157 |   109632 |     5348     40 |        0 |        0
59.88/59.99	c 59.8s |      15 |   160528 |   113932 |     5348     41 |        0 |        0
61.88/61.99	c 61.8s |      15 |   164712 |   117432 |     5348     42 |        0 |        0
63.98/64.00	c 63.8s |      15 |   168790 |   120732 |     5348     44 |        0 |        0
65.99/66.02	c 65.8s |      15 |   174444 |   125132 |     5348     45 |        0 |        0
67.98/68.05	c 67.9s |      15 |   179996 |   129532 |     5348     46 |        0 |        0
69.08/69.11	c 68.9s |      16 |   182501 |   131552 |     5883     47 |        0 |        0
71.08/71.12	c 70.9s |      16 |   191222 |   137652 |     5883     49 |        0 |        0
73.08/73.13	c 72.9s |      16 |   199186 |   143752 |     5883     50 |        0 |        0
75.08/75.17	c 75.0s |      16 |   206549 |   149652 |     5883     52 |        0 |        0
77.08/77.17	c 77.0s |      16 |   213768 |   155352 |     5883     54 |        0 |        0
79.08/79.20	c 79.0s |      16 |   220198 |   160552 |     5883     55 |        0 |        0
81.17/81.23	c 81.0s |      16 |   226226 |   165452 |     5883     57 |        0 |        0
83.17/83.26	c 83.1s |      16 |   232932 |   170752 |     5883     58 |        0 |        0
85.27/85.31	c 85.1s |      16 |   239653 |   175752 |     5883     60 |        0 |        0
87.27/87.33	c 87.1s |      16 |   245790 |   180452 |     5883     61 |        0 |        0
89.27/89.34	c 89.1s |      16 |   251577 |   184852 |     5883     62 |        0 |        0
91.28/91.34	c 91.1s |      16 |   259129 |   190652 |     5883     64 |        0 |        0
93.27/93.38	c 93.2s |      16 |   265726 |   195752 |     5883     66 |        0 |        0
93.97/94.04	c 93.8s |      17 |   268009 |   197432 |     6472     66 |        0 |        0
95.97/96.06	c 95.9s |      17 |   274900 |   201832 |     6472     67 |        0 |        0
97.98/98.08	c 97.9s |      17 |   282204 |   206932 |     6472     68 |        0 |        0
99.97/100.09	c 99.9s |      17 |   288732 |   211632 |     6472     70 |        0 |        0
101.97/102.09	c  101s |      17 |   293328 |   215132 |     6472     71 |        0 |        0
104.07/104.12	c  103s |      17 |   297468 |   218232 |     6472     71 |        0 |        0
106.07/106.15	c  105s |      17 |   301555 |   221032 |     6472     72 |        0 |        0
108.07/108.18	c  107s |      17 |   305878 |   224032 |     6472     73 |        0 |        0
110.08/110.19	c  109s |      17 |   312389 |   228532 |     6472     74 |        0 |        0
112.18/112.23	c  112s |      17 |   318634 |   232832 |     6472     75 |        0 |        0
114.17/114.29	c  114s |      17 |   323803 |   236432 |     6472     76 |        0 |        0
116.27/116.35	c  116s |      17 |   328962 |   239832 |     6472     77 |        0 |        0
118.27/118.37	c  118s |      17 |   332153 |   242232 |     6472     78 |        0 |        0
120.37/120.45	c  120s |      17 |   336418 |   245032 |     6472     79 |        0 |        0
122.47/122.54	c  122s |      17 |   340081 |   247432 |     6472     79 |        0 |        0
124.47/124.56	c  124s |      17 |   343367 |   249632 |     6472     80 |        0 |        0
126.47/126.56	c  126s |      17 |   348783 |   253032 |     6472     81 |        0 |        0
128.47/128.58	c  128s |      17 |   355270 |   257032 |     6472     82 |        0 |        0
130.57/130.61	c  130s |      17 |   361812 |   261032 |     6472     83 |        0 |        0
132.56/132.62	c  132s |      17 |   366627 |   264232 |     6472     84 |        0 |        0
134.56/134.66	c  134s |      17 |   370899 |   267032 |     6472     85 |        0 |        0
136.66/136.70	c  136s |      17 |   375148 |   269832 |     6472     85 |        0 |        0
138.68/138.74	c  138s |      17 |   380119 |   273032 |     6472     86 |        0 |        0
140.67/140.74	c  140s |      17 |   384553 |   275832 |     6472     87 |        0 |        0
142.67/142.76	c  142s |      17 |   388858 |   278532 |     6472     88 |        0 |        0
144.67/144.79	c  144s |      17 |   392819 |   281132 |     6472     88 |        0 |        0
146.77/146.86	c  146s |      17 |   397763 |   283832 |     6472     89 |        0 |        0
148.87/148.93	c  148s |      17 |   401826 |   286232 |     6472     90 |        0 |        0
150.87/150.99	c  150s |      17 |   405884 |   288632 |     6472     90 |        0 |        0
152.88/152.99	c  152s |      17 |   409845 |   290932 |     6472     91 |        0 |        0
154.97/155.07	c  154s |      17 |   413925 |   293332 |     6472     92 |        0 |        0
157.07/157.10	c  156s |      17 |   417995 |   295832 |     7120     92 |        0 |        0
157.37/157.48	c  157s |      18 |   418757 |   296252 |     7120     92 |        0 |        0
159.47/159.53	c  159s |      18 |   426437 |   300152 |     7120     93 |        0 |        0
161.47/161.55	c  161s |      18 |   434059 |   304252 |     7120     94 |        0 |        0
163.47/163.59	c  163s |      18 |   441251 |   308652 |     7120     96 |        0 |        0
165.57/165.69	c  165s |      18 |   448644 |   312652 |     7120     97 |        0 |        0
167.67/167.71	c  167s |      18 |   454142 |   315752 |     7120     97 |        0 |        0
169.66/169.76	c  169s |      18 |   460018 |   319252 |     7120     98 |        0 |        0
171.76/171.82	c  171s |      18 |   466004 |   323252 |     7120     99 |        0 |        0
173.77/173.85	c  173s |      18 |   472286 |   327452 |     7120    100 |        0 |        0
175.76/175.89	c  175s |      18 |   479099 |   331752 |     7120    101 |        0 |        0
177.86/177.92	c  177s |      18 |   485830 |   336052 |     7120    102 |        0 |        0
179.86/179.94	c  179s |      18 |   492497 |   340152 |     7120    103 |        0 |        0
181.86/181.98	c  181s |      18 |   498080 |   343752 |     7120    104 |        0 |        0
183.86/183.98	c  183s |      18 |   503582 |   347452 |     7120    105 |        0 |        0
185.97/186.06	c  185s |      18 |   508404 |   350352 |     7120    106 |        0 |        0
188.07/188.12	c  187s |      18 |   512839 |   352952 |     7120    107 |        0 |        0
190.06/190.17	c  189s |      18 |   518642 |   356552 |     7120    107 |        0 |        0
192.06/192.18	c  191s |      18 |   523999 |   359752 |     7120    108 |        0 |        0
194.06/194.19	c  193s |      18 |   528330 |   362552 |     7120    109 |        0 |        0
196.16/196.23	c  196s |      18 |   533626 |   365952 |     7120    110 |        0 |        0
198.26/198.30	c  198s |      18 |   538814 |   369152 |     7120    111 |        0 |        0
200.27/200.35	c  200s |      18 |   543721 |   372252 |     7120    111 |        0 |        0
202.37/202.42	c  202s |      18 |   547952 |   374652 |     7120    112 |        0 |        0
204.36/204.43	c  204s |      18 |   552131 |   377252 |     7120    113 |        0 |        0
206.36/206.49	c  206s |      18 |   556061 |   379652 |     7120    113 |        0 |        0
208.46/208.56	c  208s |      18 |   560569 |   382252 |     7120    114 |        0 |        0
210.56/210.65	c  210s |      18 |   565661 |   385252 |     7120    115 |        0 |        0
212.55/212.65	c  212s |      18 |   570079 |   387952 |     7120    115 |        0 |        0
214.56/214.68	c  214s |      18 |   574114 |   390452 |     7120    116 |        0 |        0
216.66/216.71	c  216s |      18 |   577424 |   392552 |     7120    116 |        0 |        0
218.65/218.72	c  218s |      18 |   581651 |   394952 |     7120    117 |        0 |        0
218.96/219.06	c  218s |      18 |   582265 |   395309 |     7120    117 |        0 |        0
218.96/219.06	c #cpu_time = 218.286s
218.96/219.06	c #wall_clock_time = 218.860s
218.96/219.06	c #decision = 582265
218.96/219.06	c #random_decision = 829
218.96/219.06	c #conflict = 395309
218.96/219.06	c #restart = 18
218.96/219.07	c BCD2: found a new core of size 859: cost of the new core is >=1
218.96/219.07	c lower bound updated to 1
218.96/219.07	c BCD2: 1 <= obj <= 250
218.96/219.07	c BCD2: #cores=1, #unrelaxed=33, #relaxed=859, #hardened=0
218.96/219.07	c BCD2: #sat=1 #unsat=2 bias=2/3
218.96/219.07	c Solving starts ...
218.96/219.07	c ============================[ Search Statistics ]============================
218.96/219.07	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
218.96/219.07	c       |         |          |          |    Limit     GC | Var      | Constra 
218.96/219.07	c =============================================================================
218.96/219.07	c  0.0s |       0 |        0 |        0 |     7120      0 |        0 |        0
219.05/219.13	c  0.1s |       0 |     3667 |       10 |     7120      0 |        0 |        0
219.05/219.13	c #cpu_time = 0.058s
219.05/219.13	c #wall_clock_time = 0.059s
219.05/219.13	c #decision = 3667
219.05/219.13	c #random_decision = 18
219.05/219.13	c #conflict = 10
219.05/219.13	c #restart = 0
219.05/219.13	o 131
219.05/219.13	c BCD2: updating upper bound: 250 -> 130
219.05/219.13	c BCD2: 1 <= obj <= 130
219.05/219.13	c BCD2: #cores=1, #unrelaxed=33, #relaxed=859, #hardened=0
219.05/219.13	c BCD2: #sat=2 #unsat=2 bias=2/4
219.05/219.14	c Solving starts ...
219.05/219.14	c ============================[ Search Statistics ]============================
219.05/219.14	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
219.05/219.14	c       |         |          |          |    Limit     GC | Var      | Constra 
219.05/219.14	c =============================================================================
219.05/219.14	c  0.0s |       0 |        0 |        0 |     7120      0 |        0 |        1
219.15/219.25	c  0.1s |       1 |      262 |      100 |     7120      0 |        0 |        1
219.25/219.30	c  0.2s |       1 |      415 |      100 |     7120      0 |        0 |        1
219.25/219.30	c #cpu_time = 0.160s
219.25/219.30	c #wall_clock_time = 0.160s
219.25/219.30	c #decision = 415
219.25/219.30	c #random_decision = 3
219.25/219.30	c #conflict = 100
219.25/219.30	c #restart = 1
219.25/219.30	o 50
219.25/219.30	c BCD2: hardening fixes 460 literals
219.25/219.30	c BCD2: updating upper bound: 130 -> 49
219.25/219.30	c BCD2: 1 <= obj <= 49
219.25/219.30	c BCD2: #cores=1, #unrelaxed=15, #relaxed=417, #hardened=460
219.25/219.30	c BCD2: #sat=3 #unsat=2 bias=2/5
219.25/219.30	c Solving starts ...
219.25/219.30	c ============================[ Search Statistics ]============================
219.25/219.30	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
219.25/219.30	c       |         |          |          |    Limit     GC | Var      | Constra 
219.25/219.30	c =============================================================================
219.25/219.30	c  0.0s |       0 |        0 |        0 |     7120      0 |      460 |        2
219.35/219.45	c  0.1s |       1 |      231 |      100 |     7120      0 |      460 |        2
219.45/219.55	c  0.2s |       2 |      485 |      250 |     7120      0 |      460 |        2
219.65/219.79	c  0.5s |       3 |      877 |      475 |     7120      0 |      460 |        2
219.96/220.00	c  0.7s |       4 |     1641 |      813 |     7120      0 |      460 |        2
220.15/220.25	c  0.9s |       5 |     2590 |     1320 |     7120      0 |      460 |        2
220.55/220.69	c  1.4s |       6 |     3974 |     2081 |     7120      1 |      460 |        2
221.06/221.14	c  1.8s |       7 |     5951 |     3223 |     7120      1 |      460 |        2
221.55/221.61	c  2.3s |       7 |     7652 |     4315 |     7120      1 |      460 |        2
221.55/221.61	c #cpu_time = 2.303s
221.55/221.61	c #wall_clock_time = 2.309s
221.55/221.61	c #decision = 7652
221.55/221.61	c #random_decision = 11
221.55/221.61	c #conflict = 4315
221.55/221.61	c #restart = 7
221.55/221.61	o 27
221.55/221.62	c BCD2: hardening fixes 201 literals
221.55/221.62	c BCD2: updating upper bound: 49 -> 26
221.55/221.62	c BCD2: 1 <= obj <= 26
221.55/221.62	c BCD2: #cores=1, #unrelaxed=11, #relaxed=220, #hardened=661
221.55/221.62	c BCD2: #sat=4 #unsat=2 bias=2/6
221.55/221.62	c Solving starts ...
221.55/221.62	c ============================[ Search Statistics ]============================
221.55/221.62	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
221.55/221.62	c       |         |          |          |    Limit     GC | Var      | Constra 
221.55/221.62	c =============================================================================
221.55/221.62	c  0.0s |       0 |        0 |        0 |     7120      0 |      661 |        3
221.65/221.70	c  0.1s |       1 |      207 |      100 |     7120      0 |      661 |        3
221.65/221.79	c  0.2s |       2 |      449 |      250 |     7120      0 |      661 |        3
221.85/221.92	c  0.3s |       3 |      828 |      475 |     7120      0 |      661 |        3
221.95/222.07	c  0.5s |       4 |     1340 |      813 |     7120      0 |      661 |        3
222.26/222.36	c  0.7s |       5 |     2092 |     1320 |     7120      0 |      661 |        3
222.65/222.72	c  1.1s |       6 |     3390 |     2081 |     7120      1 |      661 |        3
223.05/223.18	c  1.6s |       7 |     5140 |     3223 |     7120      1 |      661 |        3
223.85/223.92	c  2.3s |       8 |     7798 |     4936 |     7120      1 |      661 |        3
224.85/224.97	c  3.4s |       9 |    11935 |     7506 |     7120      2 |      661 |        3
226.35/226.49	c  4.9s |       9 |    16638 |    10546 |     7120      3 |      661 |        3
226.35/226.49	c #cpu_time = 4.860s
226.35/226.49	c #wall_clock_time = 4.873s
226.35/226.49	c #decision = 16638
226.35/226.49	c #random_decision = 23
226.35/226.49	c #conflict = 10546
226.35/226.49	c #restart = 9
226.35/226.49	o 3
226.35/226.49	c BCD2: hardening fixes 216 literals
226.35/226.49	c BCD2: updating upper bound: 26 -> 2
226.35/226.49	c BCD2: 1 <= obj <= 2
226.35/226.49	c BCD2: #cores=1, #unrelaxed=1, #relaxed=14, #hardened=877
226.35/226.49	c BCD2: #sat=5 #unsat=2 bias=2/7
226.35/226.49	c Solving starts ...
226.35/226.49	c ============================[ Search Statistics ]============================
226.35/226.49	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
226.35/226.49	c       |         |          |          |    Limit     GC | Var      | Constra 
226.35/226.49	c =============================================================================
226.35/226.49	c  0.0s |       0 |        0 |        0 |     7120      0 |      877 |        4
226.45/226.54	c  0.0s |       1 |      221 |      100 |     7120      0 |      877 |        7
226.56/226.61	c  0.1s |       2 |      559 |      250 |     7120      0 |      877 |        7
226.66/226.72	c  0.2s |       3 |      919 |      475 |     7120      0 |      877 |        7
226.75/226.88	c  0.4s |       4 |     1453 |      813 |     7120      0 |      877 |        7
226.95/227.08	c  0.6s |       5 |     2264 |     1320 |     7120      0 |      877 |        7
227.35/227.45	c  1.0s |       6 |     3494 |     2081 |     7120      0 |      877 |        7
227.95/228.01	c  1.5s |       7 |     5344 |     3223 |     7120      1 |      877 |        7
228.45/228.53	c  2.0s |       7 |     7807 |     4760 |     7120      1 |      877 |        7
228.45/228.53	c #cpu_time = 2.038s
228.45/228.53	c #wall_clock_time = 2.044s
228.45/228.53	c #decision = 7807
228.45/228.53	c #random_decision = 13
228.45/228.53	c #conflict = 4760
228.45/228.53	c #restart = 7
228.45/228.54	o 2
228.45/228.54	c BCD2: hardening fixes 9 literals
228.45/228.54	c BCD2: updating upper bound: 2 -> 1
228.45/228.54	c BCD2: 1 <= obj <= 1
228.45/228.54	c BCD2: #cores=1, #unrelaxed=0, #relaxed=6, #hardened=886
228.45/228.54	c BCD2: #sat=6 #unsat=2 bias=2/8
228.45/228.54	c Solving starts ...
228.45/228.54	c ============================[ Search Statistics ]============================
228.45/228.54	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
228.45/228.54	c       |         |          |          |    Limit     GC | Var      | Constra 
228.45/228.54	c =============================================================================
228.45/228.54	c  0.0s |       0 |        0 |        0 |     7120      0 |      886 |       10
228.45/228.57	c  0.0s |       1 |      216 |      100 |     7120      0 |      886 |       10
228.55/228.62	c  0.1s |       2 |      406 |      250 |     7120      0 |      886 |       10
228.55/228.65	c  0.1s |       2 |      485 |      281 |     7120      0 |      886 |       10
228.55/228.65	c #cpu_time = 0.110s
228.55/228.65	c #wall_clock_time = 0.110s
228.55/228.65	c #decision = 485
228.55/228.65	c #random_decision = 1
228.55/228.65	c #conflict = 281
228.55/228.65	c #restart = 2
228.55/228.65	o 1
228.55/228.65	s OPTIMUM FOUND
228.55/228.65	v x1 -x2 -x3 -x4 -x5 -x6 -x7 x8 -x9 -x10
228.55/228.65	v -x11 -x12 -x13 -x14 -x15 -x16 -x17 -x18 -x19 -x20
228.55/228.65	v -x21 -x22 -x23 -x24 -x25 -x26 -x27 -x28 -x29 -x30
228.55/228.65	v x31 -x32 -x33 -x34 -x35 x36 -x37 -x38 -x39 -x40
228.55/228.65	v -x41 -x42 -x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50
228.55/228.65	v -x51 x52 -x53 -x54 -x55 -x56 -x57 -x58 -x59 -x60
228.55/228.65	v -x61 -x62 -x63 -x64 x65 -x66 -x67 x68 -x69 -x70
228.55/228.65	v -x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80
228.55/228.65	v -x81 -x82 -x83 x84 -x85 -x86 -x87 -x88 -x89 -x90
228.55/228.65	v -x91 -x92 -x93 x94 -x95 -x96 -x97 -x98 -x99 -x100
228.55/228.65	v -x101 -x102 -x103 x104 -x105 -x106 -x107 -x108 -x109 -x110
228.55/228.65	v -x111 -x112 -x113 -x114 -x115 -x116 -x117 -x118 -x119 -x120
228.55/228.65	v x121 -x122 -x123 -x124 -x125 -x126 -x127 -x128 -x129 -x130
228.55/228.65	v x131 -x132 -x133 -x134 -x135 -x136 -x137 -x138 -x139 x140
228.55/228.65	v -x141 -x142 -x143 -x144 -x145 -x146 -x147 -x148 x149 -x150
228.55/228.65	v -x151 x152 -x153 -x154 -x155 -x156 -x157 -x158 -x159 -x160
228.55/228.65	v -x161 -x162 -x163 -x164 -x165 x166 -x167 -x168 -x169 -x170
228.55/228.65	v -x171 -x172 -x173 -x174 -x175 -x176 -x177 -x178 -x179 -x180
228.55/228.65	v -x181 -x182 x183 -x184 -x185 -x186 -x187 -x188 -x189 -x190
228.55/228.65	v -x191 -x192 -x193 x194 -x195 -x196 -x197 -x198 -x199 -x200
228.55/228.65	v -x201 -x202 -x203 -x204 x205 -x206 -x207 -x208 -x209 -x210
228.55/228.65	v -x211 -x212 -x213 -x214 -x215 -x216 -x217 -x218 x219 -x220
228.55/228.65	v -x221 -x222 -x223 -x224 -x225 x226 -x227 -x228 -x229 -x230
228.55/228.65	v -x231
228.55/228.65	c total CPU time = 228.051s
228.55/228.65	c total wall clock time = 228.650s

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

pid=2068
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.05 1.88 3/181 2071
/proc/meminfo: memFree=31002828/32872528 swapFree=8804/8804
[pid=2071] ppid=2068 vsize=694716 CPUtime=0 cores=0,2,4,6
/proc/2071/stat : 2071 (toysat) R 2068 2071 832 0 -1 4202496 2581 0 0 0 0 0 0 0 20 0 4 0 36474701 711389184 3454 33554432000 4194304 16246674 140733797886320 140733797885744 13880264 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/2071/statm: 174191 3464 441 2943 0 171085 0
[pid=2071/tid=2072] ppid=2068 vsize=712124 CPUtime=0 cores=0,2,4,6
/proc/2071/task/2072/stat : 2072 (toysat) S 2068 2071 832 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36474701 729214976 3524 33554432000 4194304 16246674 140733797886320 140428676410608 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=2071/tid=2073] ppid=2068 vsize=717244 CPUtime=0 cores=0,2,4,6
/proc/2071/task/2073/stat : 2073 (toysat) S 2068 2071 832 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36474701 734457856 3544 33554432000 4194304 16246674 140733797886320 140428665920752 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=2071/tid=2074] ppid=2068 vsize=721340 CPUtime=0 cores=0,2,4,6
/proc/2071/task/2074/stat : 2074 (toysat) S 2068 2071 832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36474701 738652160 3561 33554432000 4194304 16246674 140733797886320 140428586249392 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0

[startup+0.100171 s]
/proc/loadavg: 2.02 2.05 1.88 3/181 2071
/proc/meminfo: memFree=31002828/32872528 swapFree=8804/8804
[pid=2071] ppid=2068 vsize=1218116 CPUtime=0.09 cores=0,2,4,6
/proc/2071/stat : 2071 (toysat) R 2068 2071 832 0 -1 4202496 24647 0 0 0 6 3 0 0 20 0 4 0 36474701 1247350784 25513 33554432000 4194304 16246674 140733797886320 140733797885744 12481124 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/2071/statm: 304529 25514 618 2943 0 301423 0
[pid=2071/tid=2072] ppid=2068 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/2071/task/2072/stat : 2072 (toysat) S 2068 2071 832 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36474701 1247350784 25514 33554432000 4194304 16246674 140733797886320 140428676410608 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=2071/tid=2073] ppid=2068 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/2071/task/2073/stat : 2073 (toysat) S 2068 2071 832 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36474701 1247350784 25514 33554432000 4194304 16246674 140733797886320 140428665920752 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=2071/tid=2074] ppid=2068 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/2071/task/2074/stat : 2074 (toysat) S 2068 2071 832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36474701 1247350784 25515 33554432000 4194304 16246674 140733797886320 140428586249392 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1218116

[startup+0.200502 s]
/proc/loadavg: 2.02 2.05 1.88 3/181 2071
/proc/meminfo: memFree=31002828/32872528 swapFree=8804/8804
[pid=2071] ppid=2068 vsize=1222212 CPUtime=0.19 cores=0,2,4,6
/proc/2071/stat : 2071 (toysat) R 2068 2071 832 0 -1 4202496 40394 0 0 0 13 6 0 0 20 0 4 0 36474701 1251545088 41230 33554432000 4194304 16246674 140733797886320 140733797885632 5677720 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/2071/statm: 305553 41230 850 2943 0 302447 0
[pid=2071/tid=2072] ppid=2068 vsize=1222212 CPUtime=0 cores=0,2,4,6
/proc/2071/task/2072/stat : 2072 (toysat) S 2068 2071 832 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36474701 1251545088 41230 33554432000 4194304 16246674 140733797886320 140428676410608 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=2071/tid=2073] ppid=2068 vsize=1222212 CPUtime=0 cores=0,2,4,6
/proc/2071/task/2073/stat : 2073 (toysat) S 2068 2071 832 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36474701 1251545088 41230 33554432000 4194304 16246674 140733797886320 140428665920752 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=2071/tid=2074] ppid=2068 vsize=1222212 CPUtime=0 cores=0,2,4,6
/proc/2071/task/2074/stat : 2074 (toysat) S 2068 2071 832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36474701 1251545088 41231 33554432000 4194304 16246674 140733797886320 140428586249392 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) 1222212

[startup+0.300474 s]
/proc/loadavg: 2.02 2.05 1.88 3/181 2071
/proc/meminfo: memFree=31002828/32872528 swapFree=8804/8804
[pid=2071] ppid=2068 vsize=1222212 CPUtime=0.29 cores=0,2,4,6
/proc/2071/stat : 2071 (toysat) R 2068 2071 832 0 -1 4202496 40418 0 0 0 23 6 0 0 20 0 4 0 36474701 1251545088 41254 33554432000 4194304 16246674 140733797886320 140733797885632 6861716 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/2071/statm: 305553 41254 867 2943 0 302447 0
[pid=2071/tid=2072] ppid=2068 vsize=1222212 CPUtime=0 cores=0,2,4,6
/proc/2071/task/2072/stat : 2072 (toysat) S 2068 2071 832 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36474701 1251545088 41254 33554432000 4194304 16246674 140733797886320 140428676410608 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=2071/tid=2073] ppid=2068 vsize=1222212 CPUtime=0 cores=0,2,4,6
/proc/2071/task/2073/stat : 2073 (toysat) S 2068 2071 832 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36474701 1251545088 41254 33554432000 4194304 16246674 140733797886320 140428665920752 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=2071/tid=2074] ppid=2068 vsize=1222212 CPUtime=0 cores=0,2,4,6
/proc/2071/task/2074/stat : 2074 (toysat) S 2068 2071 832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36474701 1251545088 41254 33554432000 4194304 16246674 140733797886320 140428586249392 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) 1222212

[startup+0.700438 s]
/proc/loadavg: 2.02 2.05 1.88 3/181 2071
/proc/meminfo: memFree=31002828/32872528 swapFree=8804/8804
[pid=2071] ppid=2068 vsize=1222212 CPUtime=0.69 cores=0,2,4,6
/proc/2071/stat : 2071 (toysat) R 2068 2071 832 0 -1 4202496 123633 0 0 0 52 17 0 0 20 0 4 0 36474701 1251545088 124470 33554432000 4194304 16246674 140733797886320 140733797868224 5546181 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/2071/statm: 305553 124490 867 2943 0 302447 0
[pid=2071/tid=2072] ppid=2068 vsize=1222212 CPUtime=0 cores=0,2,4,6
/proc/2071/task/2072/stat : 2072 (toysat) S 2068 2071 832 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36474701 1251545088 124502 33554432000 4194304 16246674 140733797886320 140428676410608 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=2071/tid=2073] ppid=2068 vsize=1222212 CPUtime=0 cores=0,2,4,6
/proc/2071/task/2073/stat : 2073 (toysat) S 2068 2071 832 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36474701 1251545088 124509 33554432000 4194304 16246674 140733797886320 140428665920752 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=2071/tid=2074] ppid=2068 vsize=1222212 CPUtime=0 cores=0,2,4,6
/proc/2071/task/2074/stat : 2074 (toysat) S 2068 2071 832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36474701 1251545088 124512 33554432000 4194304 16246674 140733797886320 140428586249392 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) 1222212

[startup+1.50039 s]
/proc/loadavg: 2.02 2.05 1.88 3/185 2075
/proc/meminfo: memFree=30095872/32872528 swapFree=8804/8804
[pid=2071] ppid=2068 vsize=1301060 CPUtime=1.49 cores=0,2,4,6
/proc/2071/stat : 2071 (toysat) R 2068 2071 832 0 -1 4202496 266297 0 0 0 113 36 0 0 20 0 4 0 36474701 1332285440 267133 33554432000 4194304 16246674 140733797886320 140733797868224 5546214 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/2071/statm: 325265 267133 870 2943 0 322159 0
[pid=2071/tid=2072] ppid=2068 vsize=1301060 CPUtime=0 cores=0,2,4,6
/proc/2071/task/2072/stat : 2072 (toysat) S 2068 2071 832 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36474701 1332285440 267133 33554432000 4194304 16246674 140733797886320 140428676410608 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=2071/tid=2073] ppid=2068 vsize=1301060 CPUtime=0 cores=0,2,4,6
/proc/2071/task/2073/stat : 2073 (toysat) S 2068 2071 832 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36474701 1332285440 267133 33554432000 4194304 16246674 140733797886320 140428665920752 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=2071/tid=2074] ppid=2068 vsize=1301060 CPUtime=0 cores=0,2,4,6
/proc/2071/task/2074/stat : 2074 (toysat) S 2068 2071 832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36474701 1332285440 267133 33554432000 4194304 16246674 140733797886320 140428586249392 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) 1301060

[startup+3.10045 s]
/proc/loadavg: 2.02 2.05 1.88 3/185 2075
/proc/meminfo: memFree=29929232/32872528 swapFree=8804/8804
[pid=2071] ppid=2068 vsize=1307204 CPUtime=3.09 cores=0,2,4,6
/proc/2071/stat : 2071 (toysat) R 2068 2071 832 0 -1 4202496 267841 0 0 0 273 36 0 0 20 0 4 0 36474701 1338576896 268677 33554432000 4194304 16246674 140733797886320 140733797868224 5822548 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/2071/statm: 326801 268677 872 2943 0 323695 0
[pid=2071/tid=2072] ppid=2068 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/2071/task/2072/stat : 2072 (toysat) S 2068 2071 832 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36474701 1338576896 268677 33554432000 4194304 16246674 140733797886320 140428676410608 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=2071/tid=2073] ppid=2068 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/2071/task/2073/stat : 2073 (toysat) S 2068 2071 832 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36474701 1338576896 268677 33554432000 4194304 16246674 140733797886320 140428665920752 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=2071/tid=2074] ppid=2068 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/2071/task/2074/stat : 2074 (toysat) S 2068 2071 832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36474701 1338576896 268677 33554432000 4194304 16246674 140733797886320 140428586249392 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) 1307204

[startup+6.30043 s]
/proc/loadavg: 2.02 2.05 1.88 3/185 2075
/proc/meminfo: memFree=29926416/32872528 swapFree=8804/8804
[pid=2071] ppid=2068 vsize=1309252 CPUtime=6.29 cores=0,2,4,6
/proc/2071/stat : 2071 (toysat) R 2068 2071 832 0 -1 4202496 268430 0 0 0 593 36 0 0 20 0 4 0 36474701 1340674048 269266 33554432000 4194304 16246674 140733797886320 140733797868224 5523513 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/2071/statm: 327313 269266 874 2943 0 324207 0
[pid=2071/tid=2072] ppid=2068 vsize=1309252 CPUtime=0 cores=0,2,4,6
/proc/2071/task/2072/stat : 2072 (toysat) S 2068 2071 832 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36474701 1340674048 269266 33554432000 4194304 16246674 140733797886320 140428676410608 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=2071/tid=2073] ppid=2068 vsize=1309252 CPUtime=0 cores=0,2,4,6
/proc/2071/task/2073/stat : 2073 (toysat) S 2068 2071 832 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36474701 1340674048 269266 33554432000 4194304 16246674 140733797886320 140428665920752 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=2071/tid=2074] ppid=2068 vsize=1309252 CPUtime=0 cores=0,2,4,6
/proc/2071/task/2074/stat : 2074 (toysat) S 2068 2071 832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36474701 1340674048 269266 33554432000 4194304 16246674 140733797886320 140428586249392 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.7005 s]
/proc/loadavg: 2.01 2.05 1.88 3/185 2075
/proc/meminfo: memFree=29919328/32872528 swapFree=8804/8804
[pid=2071] ppid=2068 vsize=1310276 CPUtime=12.69 cores=0,2,4,6
/proc/2071/stat : 2071 (toysat) R 2068 2071 832 0 -1 4202496 268579 0 0 0 1233 36 0 0 20 0 4 0 36474701 1341722624 269415 33554432000 4194304 16246674 140733797886320 140733797868224 5523718 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/2071/statm: 327569 269415 874 2943 0 324463 0
[pid=2071/tid=2072] ppid=2068 vsize=1310276 CPUtime=0 cores=0,2,4,6
/proc/2071/task/2072/stat : 2072 (toysat) S 2068 2071 832 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36474701 1341722624 269415 33554432000 4194304 16246674 140733797886320 140428676410608 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=2071/tid=2073] ppid=2068 vsize=1310276 CPUtime=0 cores=0,2,4,6
/proc/2071/task/2073/stat : 2073 (toysat) S 2068 2071 832 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36474701 1341722624 269415 33554432000 4194304 16246674 140733797886320 140428665920752 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=2071/tid=2074] ppid=2068 vsize=1310276 CPUtime=0 cores=0,2,4,6
/proc/2071/task/2074/stat : 2074 (toysat) S 2068 2071 832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36474701 1341722624 269415 33554432000 4194304 16246674 140733797886320 140428586249392 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) 1310276

[startup+25.5005 s]
/proc/loadavg: 2.01 2.05 1.89 3/185 2075
/proc/meminfo: memFree=29901612/32872528 swapFree=8804/8804
[pid=2071] ppid=2068 vsize=1312324 CPUtime=25.49 cores=0,2,4,6
/proc/2071/stat : 2071 (toysat) R 2068 2071 832 0 -1 4202496 269199 0 0 0 2513 36 0 0 20 0 4 0 36474701 1343819776 270035 33554432000 4194304 16246674 140733797886320 140733797868224 5522977 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/2071/statm: 328081 270035 875 2943 0 324975 0
[pid=2071/tid=2072] ppid=2068 vsize=1312324 CPUtime=0 cores=0,2,4,6
/proc/2071/task/2072/stat : 2072 (toysat) S 2068 2071 832 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36474701 1343819776 270035 33554432000 4194304 16246674 140733797886320 140428676410608 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=2071/tid=2073] ppid=2068 vsize=1312324 CPUtime=0 cores=0,2,4,6
/proc/2071/task/2073/stat : 2073 (toysat) S 2068 2071 832 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36474701 1343819776 270035 33554432000 4194304 16246674 140733797886320 140428665920752 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=2071/tid=2074] ppid=2068 vsize=1312324 CPUtime=0 cores=0,2,4,6
/proc/2071/task/2074/stat : 2074 (toysat) S 2068 2071 832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36474701 1343819776 270035 33554432000 4194304 16246674 140733797886320 140428586249392 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 1312324

[startup+51.1005 s]
/proc/loadavg: 2.08 2.06 1.89 3/185 2075
/proc/meminfo: memFree=29853676/32872528 swapFree=8804/8804
[pid=2071] ppid=2068 vsize=1312324 CPUtime=51.08 cores=0,2,4,6
/proc/2071/stat : 2071 (toysat) R 2068 2071 832 0 -1 4202496 269199 0 0 0 5071 37 0 0 20 0 4 0 36474701 1343819776 270035 33554432000 4194304 16246674 140733797886320 140733797868224 5822252 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/2071/statm: 328081 270035 875 2943 0 324975 0
[pid=2071/tid=2072] ppid=2068 vsize=1312324 CPUtime=0 cores=0,2,4,6
/proc/2071/task/2072/stat : 2072 (toysat) S 2068 2071 832 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36474701 1343819776 270035 33554432000 4194304 16246674 140733797886320 140428676410608 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=2071/tid=2073] ppid=2068 vsize=1312324 CPUtime=0 cores=0,2,4,6
/proc/2071/task/2073/stat : 2073 (toysat) S 2068 2071 832 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36474701 1343819776 270035 33554432000 4194304 16246674 140733797886320 140428665920752 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=2071/tid=2074] ppid=2068 vsize=1312324 CPUtime=0 cores=0,2,4,6
/proc/2071/task/2074/stat : 2074 (toysat) S 2068 2071 832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36474701 1343819776 270035 33554432000 4194304 16246674 140733797886320 140428586249392 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 1312324

[startup+102.3 s]
/proc/loadavg: 2.03 2.05 1.90 3/185 2076
/proc/meminfo: memFree=29767696/32872528 swapFree=8804/8804
[pid=2071] ppid=2068 vsize=1317444 CPUtime=102.28 cores=0,2,4,6
/proc/2071/stat : 2071 (toysat) R 2068 2071 832 0 -1 4202496 270480 0 0 0 10191 37 0 0 20 0 4 0 36474701 1349062656 271316 33554432000 4194304 16246674 140733797886320 140733797868224 5523460 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/2071/statm: 329361 271316 876 2943 0 326255 0
[pid=2071/tid=2072] ppid=2068 vsize=1317444 CPUtime=0 cores=0,2,4,6
/proc/2071/task/2072/stat : 2072 (toysat) S 2068 2071 832 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36474701 1349062656 271316 33554432000 4194304 16246674 140733797886320 140428676410608 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=2071/tid=2073] ppid=2068 vsize=1317444 CPUtime=0 cores=0,2,4,6
/proc/2071/task/2073/stat : 2073 (toysat) S 2068 2071 832 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36474701 1349062656 271316 33554432000 4194304 16246674 140733797886320 140428665920752 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=2071/tid=2074] ppid=2068 vsize=1317444 CPUtime=0 cores=0,2,4,6
/proc/2071/task/2074/stat : 2074 (toysat) S 2068 2071 832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36474701 1349062656 271316 33554432000 4194304 16246674 140733797886320 140428586249392 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 1317444

[startup+162.3 s]
/proc/loadavg: 2.09 2.05 1.91 3/185 2078
/proc/meminfo: memFree=29669956/32872528 swapFree=8804/8804
[pid=2071] ppid=2068 vsize=1318468 CPUtime=162.27 cores=0,2,4,6
/proc/2071/stat : 2071 (toysat) R 2068 2071 832 0 -1 4202496 270736 0 0 0 16189 38 0 0 20 0 4 0 36474701 1350111232 271572 33554432000 4194304 16246674 140733797886320 140733797868224 5822484 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/2071/statm: 329617 271572 876 2943 0 326511 0
[pid=2071/tid=2072] ppid=2068 vsize=1318468 CPUtime=0 cores=0,2,4,6
/proc/2071/task/2072/stat : 2072 (toysat) S 2068 2071 832 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36474701 1350111232 271572 33554432000 4194304 16246674 140733797886320 140428676410608 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=2071/tid=2073] ppid=2068 vsize=1318468 CPUtime=0 cores=0,2,4,6
/proc/2071/task/2073/stat : 2073 (toysat) S 2068 2071 832 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36474701 1350111232 271572 33554432000 4194304 16246674 140733797886320 140428665920752 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=2071/tid=2074] ppid=2068 vsize=1318468 CPUtime=0 cores=0,2,4,6
/proc/2071/task/2074/stat : 2074 (toysat) S 2068 2071 832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36474701 1350111232 271572 33554432000 4194304 16246674 140733797886320 140428586249392 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 1318468

[startup+222.307 s]
/proc/loadavg: 2.03 2.04 1.91 3/185 2079
/proc/meminfo: memFree=29572788/32872528 swapFree=8804/8804
[pid=2071] ppid=2068 vsize=1318468 CPUtime=222.26 cores=0,2,4,6
/proc/2071/stat : 2071 (toysat) R 2068 2071 832 0 -1 4202496 270746 0 0 0 22188 38 0 0 20 0 4 0 36474701 1350111232 271582 33554432000 4194304 16246674 140733797886320 140733797868224 5827966 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/2071/statm: 329617 271582 886 2943 0 326511 0
[pid=2071/tid=2072] ppid=2068 vsize=1318468 CPUtime=0 cores=0,2,4,6
/proc/2071/task/2072/stat : 2072 (toysat) S 2068 2071 832 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36474701 1350111232 271582 33554432000 4194304 16246674 140733797886320 140428676410608 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=2071/tid=2073] ppid=2068 vsize=1318468 CPUtime=0 cores=0,2,4,6
/proc/2071/task/2073/stat : 2073 (toysat) S 2068 2071 832 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36474701 1350111232 271582 33554432000 4194304 16246674 140733797886320 140428665920752 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=2071/tid=2074] ppid=2068 vsize=1318468 CPUtime=0 cores=0,2,4,6
/proc/2071/task/2074/stat : 2074 (toysat) S 2068 2071 832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36474701 1350111232 271582 33554432000 4194304 16246674 140733797886320 140428586249392 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

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

[startup+224 s]
/proc/loadavg: 2.03 2.04 1.91 3/185 2079
/proc/meminfo: memFree=29572788/32872528 swapFree=8804/8804
[pid=2071] ppid=2068 vsize=1318468 CPUtime=223.95 cores=0,2,4,6
/proc/2071/stat : 2071 (toysat) R 2068 2071 832 0 -1 4202496 270746 0 0 0 22357 38 0 0 20 0 4 0 36474701 1350111232 271582 33554432000 4194304 16246674 140733797886320 140733797868224 5822252 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/2071/statm: 329617 271582 886 2943 0 326511 0
[pid=2071/tid=2072] ppid=2068 vsize=1318468 CPUtime=0 cores=0,2,4,6
/proc/2071/task/2072/stat : 2072 (toysat) S 2068 2071 832 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36474701 1350111232 271582 33554432000 4194304 16246674 140733797886320 140428676410608 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=2071/tid=2073] ppid=2068 vsize=1318468 CPUtime=0 cores=0,2,4,6
/proc/2071/task/2073/stat : 2073 (toysat) S 2068 2071 832 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36474701 1350111232 271582 33554432000 4194304 16246674 140733797886320 140428665920752 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=2071/tid=2074] ppid=2068 vsize=1318468 CPUtime=0 cores=0,2,4,6
/proc/2071/task/2074/stat : 2074 (toysat) S 2068 2071 832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36474701 1350111232 271582 33554432000 4194304 16246674 140733797886320 140428586249392 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 223.95
Current children cumulated vsize (KiB) 1318468

[startup+227.2 s]
/proc/loadavg: 2.03 2.04 1.91 3/185 2079
/proc/meminfo: memFree=29573040/32872528 swapFree=8804/8804
[pid=2071] ppid=2068 vsize=1320516 CPUtime=227.15 cores=0,2,4,6
/proc/2071/stat : 2071 (toysat) R 2068 2071 832 0 -1 4202496 271246 0 0 0 22677 38 0 0 20 0 4 0 36474701 1352208384 272082 33554432000 4194304 16246674 140733797886320 140733797868224 13943664 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/2071/statm: 330129 272082 886 2943 0 327023 0
[pid=2071/tid=2072] ppid=2068 vsize=1320516 CPUtime=0 cores=0,2,4,6
/proc/2071/task/2072/stat : 2072 (toysat) S 2068 2071 832 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36474701 1352208384 272082 33554432000 4194304 16246674 140733797886320 140428676410608 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=2071/tid=2073] ppid=2068 vsize=1320516 CPUtime=0 cores=0,2,4,6
/proc/2071/task/2073/stat : 2073 (toysat) S 2068 2071 832 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36474701 1352208384 272082 33554432000 4194304 16246674 140733797886320 140428665920752 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=2071/tid=2074] ppid=2068 vsize=1320516 CPUtime=0 cores=0,2,4,6
/proc/2071/task/2074/stat : 2074 (toysat) S 2068 2071 832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36474701 1352208384 272082 33554432000 4194304 16246674 140733797886320 140428586249392 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 227.15
Current children cumulated vsize (KiB) 1320516

[startup+228 s]
/proc/loadavg: 2.03 2.04 1.91 3/185 2079
/proc/meminfo: memFree=29571056/32872528 swapFree=8804/8804
[pid=2071] ppid=2068 vsize=1320516 CPUtime=227.95 cores=0,2,4,6
/proc/2071/stat : 2071 (toysat) R 2068 2071 832 0 -1 4202496 271246 0 0 0 22757 38 0 0 20 0 4 0 36474701 1352208384 272082 33554432000 4194304 16246674 140733797886320 140733797868224 5726528 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/2071/statm: 330129 272082 886 2943 0 327023 0
[pid=2071/tid=2072] ppid=2068 vsize=1320516 CPUtime=0 cores=0,2,4,6
/proc/2071/task/2072/stat : 2072 (toysat) S 2068 2071 832 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36474701 1352208384 272082 33554432000 4194304 16246674 140733797886320 140428676410608 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=2071/tid=2073] ppid=2068 vsize=1320516 CPUtime=0 cores=0,2,4,6
/proc/2071/task/2073/stat : 2073 (toysat) S 2068 2071 832 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36474701 1352208384 272082 33554432000 4194304 16246674 140733797886320 140428665920752 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=2071/tid=2074] ppid=2068 vsize=1320516 CPUtime=0 cores=0,2,4,6
/proc/2071/task/2074/stat : 2074 (toysat) S 2068 2071 832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36474701 1352208384 272082 33554432000 4194304 16246674 140733797886320 140428586249392 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 227.95
Current children cumulated vsize (KiB) 1320516

[startup+228.4 s]
/proc/loadavg: 2.03 2.04 1.91 3/185 2079
/proc/meminfo: memFree=29571056/32872528 swapFree=8804/8804
[pid=2071] ppid=2068 vsize=1320516 CPUtime=228.35 cores=0,2,4,6
/proc/2071/stat : 2071 (toysat) R 2068 2071 832 0 -1 4202496 271246 0 0 0 22797 38 0 0 20 0 4 0 36474701 1352208384 272082 33554432000 4194304 16246674 140733797886320 140733797868224 13943668 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/2071/statm: 330129 272082 886 2943 0 327023 0
[pid=2071/tid=2072] ppid=2068 vsize=1320516 CPUtime=0 cores=0,2,4,6
/proc/2071/task/2072/stat : 2072 (toysat) S 2068 2071 832 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36474701 1352208384 272082 33554432000 4194304 16246674 140733797886320 140428676410608 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=2071/tid=2073] ppid=2068 vsize=1320516 CPUtime=0 cores=0,2,4,6
/proc/2071/task/2073/stat : 2073 (toysat) S 2068 2071 832 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36474701 1352208384 272082 33554432000 4194304 16246674 140733797886320 140428665920752 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=2071/tid=2074] ppid=2068 vsize=1320516 CPUtime=0 cores=0,2,4,6
/proc/2071/task/2074/stat : 2074 (toysat) S 2068 2071 832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36474701 1352208384 272082 33554432000 4194304 16246674 140733797886320 140428586249392 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 228.35
Current children cumulated vsize (KiB) 1320516

[startup+228.6 s]
/proc/loadavg: 2.03 2.04 1.91 3/185 2079
/proc/meminfo: memFree=29571056/32872528 swapFree=8804/8804
[pid=2071] ppid=2068 vsize=1320516 CPUtime=228.55 cores=0,2,4,6
/proc/2071/stat : 2071 (toysat) R 2068 2071 832 0 -1 4202496 271246 0 0 0 22817 38 0 0 20 0 4 0 36474701 1352208384 272082 33554432000 4194304 16246674 140733797886320 140733797868224 6842233 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/2071/statm: 330129 272082 886 2943 0 327023 0
[pid=2071/tid=2072] ppid=2068 vsize=1320516 CPUtime=0 cores=0,2,4,6
/proc/2071/task/2072/stat : 2072 (toysat) S 2068 2071 832 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36474701 1352208384 272082 33554432000 4194304 16246674 140733797886320 140428676410608 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=2071/tid=2073] ppid=2068 vsize=1320516 CPUtime=0 cores=0,2,4,6
/proc/2071/task/2073/stat : 2073 (toysat) S 2068 2071 832 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36474701 1352208384 272082 33554432000 4194304 16246674 140733797886320 140428665920752 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=2071/tid=2074] ppid=2068 vsize=1320516 CPUtime=0 cores=0,2,4,6
/proc/2071/task/2074/stat : 2074 (toysat) S 2068 2071 832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36474701 1352208384 272082 33554432000 4194304 16246674 140733797886320 140428586249392 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 228.55
Current children cumulated vsize (KiB) 1320516

[startup+228.7 s]
/proc/loadavg: 2.03 2.04 1.91 3/185 2079
/proc/meminfo: memFree=29571056/32872528 swapFree=8804/8804
[pid=2071] ppid=2068 vsize=0 CPUtime=228.65 cores=0,2,4,6
/proc/2071/stat : 2071 (toysat) R 2068 2071 832 0 -1 4202500 271250 0 0 0 22822 43 0 0 20 0 1 0 36474701 0 0 33554432000 0 0 0 0 0 0 0 33554432 0 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/2071/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 228.65
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 228.713
CPU time (s): 228.676
CPU user time (s): 228.226
CPU system time (s): 0.449931
CPU usage (%): 99.9841
Max. virtual memory (cumulated for all children) (KiB): 1320516

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 228.226
system time used= 0.449931
maximum resident set size= 1088336
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 271250
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= 23
involuntary context switches= 236

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.35379 second user time and 1.11183 second system time

The end

Launcher Data

Begin job on node133 at 2016-06-19 15:51:28
IDJOB=4109854
IDBENCH=78947
IDSOLVER=2553
FILE ID=node133/4109854-1466344288
RUNJOBID= node133-1466341813-848
PBS_JOBID= 19922020
Free space on /tmp= 71700 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900573901--soft-66-100-0.wbo
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --wbo --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4109854-1466344288/watcher-4109854-1466344288 -o /tmp/evaluation-result-4109854-1466344288/solver-4109854-1466344288 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node133-1466341813-848 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --wbo --search=bcd2 HOME/instance-4109854-1466344288.wbo

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

MD5SUM BENCH= a057c56aaeadccffd1b9b5ae1c954d95
RANDOM SEED=459280617

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:        31003612 kB
Buffers:          164824 kB
Cached:           323780 kB
SwapCached:         1408 kB
Active:           776240 kB
Inactive:         341808 kB
Active(anon):     629336 kB
Inactive(anon):     2060 kB
Active(file):     146904 kB
Inactive(file):   339748 kB
Unevictable:        8804 kB
Mlocked:            8804 kB
SwapTotal:      67108856 kB
SwapFree:       67100048 kB
Dirty:             16340 kB
Writeback:             8 kB
AnonPages:        638904 kB
Mapped:            12032 kB
Shmem:                 0 kB
Slab:             610928 kB
SReclaimable:      54232 kB
SUnreclaim:       556696 kB
KernelStack:        1520 kB
PageTables:         5928 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1237996 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987908 kB
HardwareCorrupted:     0 kB
AnonHugePages:      4096 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= 71684 MiB
End job on node133 at 2016-06-19 15:55:17