Trace number 4109798

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 186.892 186.925

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900574864--soft-33-100-0.wbo
MD5SUMf08844d42f277d14946ba79cfba06e67
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 benchmark17.3604
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 constraints1788
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 89002
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 89001
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 671
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:48:22+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-4109798-1466344102.wbo"]
0.00/0.01	c use --random-gen="540488319 292683600 2429388908 2005524081 2150477431 2425977040 4211604986 16828637 3367838442 1705864465 3842571965 1639747281 610300913 3749133914 813704276 1320169736 2218249032 3480763317 264944096 472399103 461007263 2165302831 3200459907 159315250 171799221 1982596807 3982997209 1185024576 1875674680 2991846600 1557407884 4254795929 3491767458 3727955095 3849691629 2481911181 4131899980 3955962363 1531260240 1718646470 4225208513 4239373531 2781948247 2714968920 2668598642 1847499778 2337353699 2460538122 1125378357 982314210 1091083885 3426999095 2316528280 3552413421 466321270 823627072 4261911071 3158903358 1966608943 4259767230 1577697759 3673427899 2319899518 489606075 120064403 4068901474 3831286858 2287821236 2150799057 3786598341 985362002 3912010709 834362426 707212643 3972554001 2988547530 1188696852 1133802331 1127123906 2905509596 3784805496 870130435 1864804984 3163652339 1427525283 2226505054 2831980483 1514208527 3716076359 3847165585 2839414260 205823948 684280183 3524924487 1892019361 54547779 1349625817 2555866932 2792838394 1954032 1328930491 3643790322 1711112923 1680059077 4213056020 2364582191 3931452292 3376576494 1456673815 143696146 1484576787 3724089449 1678183199 2151090634 195340887 364176918 1423420370 3709493267 1324258129 312261176 222809316 731830175 2302063280 1141242483 366202829 2523464783 156103281 239440821 1326986643 3541340872 1128287252 2647370124 1258708809 1602066698 2643107487 386259413 1981373479 3563319969 4255639376 764712371 1671254781 1445301745 338509441 539401703 41556291 3604199287 104004013 4035839178 25483309 1144791396 2504230439 3473092969 3024871114 2106522965 1154472912 814200106 3801937281 3028653538 477141714 3271219674 2887972192 1073730845 1994649351 1581729826 2712608689 951196231 2042979874 436953882 3872184715 1039420443 3886505853 2766678528 3469362134 2214478749 1343255768 512205585 2563590243 1268321057 917736223 2833017304 633366740 1034687329 3195440577 877799580 2737939984 1339011376 1168482965 606999194 2851330831 3474917499 466229830 2096303760 1894488120 2336790381 2860430845 1291310821 1988848782 594570378 757033227 872429515 899780823 3111580158 473225648 2739852206 2605951356 3915252726 2511382604 4078147446 3965025892 1903460560 519576803 196970605 1022578335 7932673 1658775952 3748228399 2059095653 125296914 3606410836 791376750 1521409020 1813033258 242872114 3149320002 2621015838 2149154740 3689225796 3114215770 691146962 3494218382 2636878997 3305325078 4115952449 1990476851 2924453256 3761632567 2869883189 3965262732 1000173379 3654086106 1226605335 751368069 1140157144 1207448696 246431723 3168981428 616631458 1050684244 1473832730 2431132977 1041872871 822901018 3643936472 3966595082 1440114393 2981583264 255 362436" option to reproduce the execution
0.09/0.15	c #vars 231
0.09/0.15	c #constraints 2707
0.18/0.20	c BCD2: Hardening is enabled.
0.18/0.20	c BCD2: BiasedSearch is enabled.
0.18/0.20	c Solving starts ...
0.18/0.20	c ============================[ Search Statistics ]============================
0.18/0.20	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.18/0.20	c       |         |          |          |    Limit     GC | Var      | Constra 
0.18/0.20	c =============================================================================
0.18/0.20	c  0.0s |       0 |        0 |        0 |     1575      0 |        0 |        0
0.18/0.21	c  0.0s |       0 |     2180 |       17 |     1575      0 |        0 |        0
0.18/0.21	c #cpu_time = 0.007s
0.18/0.21	c #wall_clock_time = 0.007s
0.18/0.21	c #decision = 2180
0.18/0.21	c #random_decision = 9
0.18/0.21	c #conflict = 17
0.18/0.21	c #restart = 0
0.18/0.21	o 123
0.18/0.21	c BCD2: updating upper bound: 89001 -> 122
0.18/0.22	c BCD2: 0 <= obj <= 122
0.18/0.22	c BCD2: #cores=0, #unrelaxed=1788, #relaxed=0, #hardened=0
0.18/0.22	c BCD2: #sat=1 #unsat=1 bias=1/2
0.18/0.22	c Solving starts ...
0.18/0.22	c ============================[ Search Statistics ]============================
0.18/0.22	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.18/0.22	c       |         |          |          |    Limit     GC | Var      | Constra 
0.18/0.22	c =============================================================================
0.18/0.22	c  0.0s |       0 |        0 |        0 |     1575      0 |        0 |        0
0.18/0.25	c  0.0s |       1 |     1967 |      100 |     1733      0 |        0 |        0
0.18/0.29	c  0.1s |       2 |     4009 |      250 |     1907      0 |        0 |        0
0.28/0.35	c  0.1s |       3 |     6177 |      475 |     2098      0 |        0 |        0
0.39/0.45	c  0.2s |       4 |     8488 |      813 |     2308      0 |        0 |        0
0.68/0.70	c  0.5s |       5 |    11037 |     1320 |     2539      0 |        0 |        0
0.88/0.95	c  0.7s |       6 |    14008 |     2081 |     2793      0 |        0 |        0
1.38/1.41	c  1.2s |       7 |    17481 |     3223 |     3073      0 |        0 |        0
2.29/2.34	c  2.1s |       8 |    21625 |     4936 |     3381      1 |        0 |        0
3.98/4.07	c  3.8s |       9 |    27238 |     7506 |     3720      2 |        0 |        0
5.88/5.90	c  5.7s |      10 |    35559 |    11361 |     4093      3 |        0 |        0
7.89/7.97	c  7.7s |      10 |    44342 |    16061 |     4093      5 |        0 |        0
8.69/8.80	c  8.6s |      11 |    45861 |    17144 |     4503      5 |        0 |        0
10.79/10.83	c 10.6s |      11 |    53272 |    20844 |     4503      6 |        0 |        0
12.89/12.92	c 12.7s |      11 |    57745 |    23744 |     4503      7 |        0 |        0
14.48/14.55	c 14.3s |      12 |    61096 |    25819 |     4954      8 |        0 |        0
16.49/16.59	c 16.4s |      12 |    66065 |    27719 |     4954      8 |        0 |        0
18.59/18.60	c 18.4s |      12 |    68680 |    29319 |     4954      9 |        0 |        0
20.59/20.60	c 20.4s |      12 |    75051 |    32619 |     4954     10 |        0 |        0
22.58/22.64	c 22.4s |      12 |    80742 |    35919 |     4954     11 |        0 |        0
24.68/24.79	c 24.6s |      12 |    84082 |    38119 |     4954     12 |        0 |        0
25.39/25.43	c 25.2s |      13 |    85369 |    38832 |     5450     12 |        0 |        0
27.38/27.48	c 27.3s |      13 |    90395 |    40732 |     5450     12 |        0 |        0
29.38/29.49	c 29.3s |      13 |    93041 |    42432 |     5450     13 |        0 |        0
31.48/31.51	c 31.3s |      13 |    95369 |    43832 |     5450     13 |        0 |        0
33.48/33.52	c 33.3s |      13 |    98480 |    45732 |     5450     14 |        0 |        0
35.48/35.59	c 35.4s |      13 |   102928 |    48432 |     5450     14 |        0 |        0
37.58/37.63	c 37.4s |      13 |   107214 |    50932 |     5450     15 |        0 |        0
39.59/39.67	c 39.4s |      13 |   112920 |    54332 |     5450     16 |        0 |        0
41.68/41.72	c 41.5s |      13 |   118149 |    57232 |     5450     17 |        0 |        0
42.38/42.43	c 42.2s |      14 |   119811 |    58352 |     5996     17 |        0 |        0
44.48/44.54	c 44.3s |      14 |   125375 |    60752 |     5996     17 |        0 |        0
46.47/46.56	c 46.3s |      14 |   128662 |    62752 |     5996     18 |        0 |        0
48.58/48.62	c 48.4s |      14 |   133179 |    65452 |     5996     19 |        0 |        0
50.69/50.71	c 50.5s |      14 |   137396 |    67852 |     5996     19 |        0 |        0
52.68/52.77	c 52.6s |      14 |   140092 |    69652 |     5996     20 |        0 |        0
54.78/54.84	c 54.6s |      14 |   143530 |    71852 |     5996     20 |        0 |        0
56.87/56.91	c 56.7s |      14 |   146601 |    73752 |     5996     21 |        0 |        0
58.87/58.95	c 58.7s |      14 |   149592 |    75752 |     5996     21 |        0 |        0
60.88/60.95	c 60.7s |      14 |   152331 |    77352 |     5996     22 |        0 |        0
62.97/63.04	c 62.8s |      14 |   155411 |    79152 |     5996     22 |        0 |        0
64.98/65.04	c 64.8s |      14 |   158247 |    80652 |     5996     23 |        0 |        0
66.97/67.09	c 66.9s |      14 |   161521 |    82452 |     5996     23 |        0 |        0
69.17/69.21	c 69.0s |      14 |   163901 |    83952 |     5996     23 |        0 |        0
71.18/71.26	c 71.0s |      14 |   166411 |    85352 |     5996     24 |        0 |        0
73.17/73.26	c 73.0s |      14 |   168447 |    86652 |     5996     24 |        0 |        0
74.67/74.72	c 74.5s |      15 |   170123 |    87632 |     6596     24 |        0 |        0
76.68/76.72	c 76.5s |      15 |   177509 |    90932 |     6596     25 |        0 |        0
78.77/78.80	c 78.6s |      15 |   181017 |    93232 |     6596     26 |        0 |        0
80.77/80.81	c 80.6s |      15 |   185400 |    95732 |     6596     26 |        0 |        0
82.97/83.08	c 82.9s |      15 |   189610 |    98432 |     6596     27 |        0 |        0
85.07/85.15	c 84.9s |      15 |   192687 |   100532 |     6596     27 |        0 |        0
87.07/87.15	c 86.9s |      15 |   197117 |   103132 |     6596     28 |        0 |        0
89.18/89.23	c 89.0s |      15 |   200677 |   105232 |     6596     29 |        0 |        0
91.17/91.26	c 91.0s |      15 |   203611 |   107132 |     6596     29 |        0 |        0
93.27/93.32	c 93.1s |      15 |   207376 |   109532 |     6596     30 |        0 |        0
95.27/95.34	c 95.1s |      15 |   210928 |   111832 |     6596     30 |        0 |        0
97.27/97.35	c 97.1s |      15 |   215186 |   114232 |     6596     31 |        0 |        0
99.37/99.42	c 99.2s |      15 |   217989 |   116332 |     6596     31 |        0 |        0
101.36/101.43	c  101s |      15 |   220872 |   118132 |     6596     32 |        0 |        0
103.48/103.51	c  103s |      15 |   225152 |   120632 |     6596     32 |        0 |        0
105.47/105.52	c  105s |      15 |   228415 |   122632 |     6596     33 |        0 |        0
107.46/107.59	c  107s |      15 |   231100 |   124332 |     6596     33 |        0 |        0
109.57/109.62	c  109s |      15 |   234969 |   126632 |     6596     34 |        0 |        0
111.57/111.64	c  111s |      15 |   237842 |   128432 |     6596     34 |        0 |        0
113.56/113.64	c  113s |      15 |   240609 |   130032 |     6596     34 |        0 |        0
115.27/115.37	c  115s |      16 |   243070 |   131552 |     7256     35 |        0 |        0
117.37/117.47	c  117s |      16 |   248078 |   133552 |     7256     35 |        0 |        0
119.36/119.49	c  119s |      16 |   250983 |   135452 |     7256     36 |        0 |        0
121.46/121.50	c  121s |      16 |   256125 |   138652 |     7256     36 |        0 |        0
123.46/123.51	c  123s |      16 |   259760 |   140952 |     7256     37 |        0 |        0
125.47/125.57	c  125s |      16 |   263140 |   143152 |     7256     37 |        0 |        0
127.46/127.57	c  127s |      16 |   267525 |   145652 |     7256     38 |        0 |        0
129.56/129.61	c  129s |      16 |   272761 |   148852 |     7256     38 |        0 |        0
131.57/131.68	c  131s |      16 |   276600 |   151252 |     7256     39 |        0 |        0
133.67/133.72	c  133s |      16 |   280809 |   154052 |     7256     40 |        0 |        0
135.66/135.78	c  135s |      16 |   283611 |   156152 |     7256     40 |        0 |        0
137.86/137.93	c  137s |      16 |   286736 |   158252 |     7256     41 |        0 |        0
139.86/139.96	c  139s |      16 |   290095 |   160252 |     7256     41 |        0 |        0
141.87/141.99	c  141s |      16 |   292206 |   161752 |     7256     41 |        0 |        0
143.96/144.05	c  143s |      16 |   294286 |   163052 |     7256     42 |        0 |        0
146.07/146.10	c  145s |      16 |   297973 |   165152 |     7256     42 |        0 |        0
148.06/148.16	c  147s |      16 |   301362 |   167352 |     7256     43 |        0 |        0
150.16/150.28	c  150s |      16 |   304761 |   169352 |     7256     43 |        0 |        0
152.26/152.31	c  152s |      16 |   308684 |   171652 |     7256     43 |        0 |        0
154.26/154.34	c  154s |      16 |   313130 |   174452 |     7256     44 |        0 |        0
156.27/156.35	c  156s |      16 |   316979 |   176652 |     7256     45 |        0 |        0
158.37/158.46	c  158s |      16 |   320922 |   179052 |     7256     45 |        0 |        0
160.46/160.58	c  160s |      16 |   323889 |   180752 |     7256     45 |        0 |        0
162.56/162.64	c  162s |      16 |   325817 |   181952 |     7256     46 |        0 |        0
164.66/164.72	c  164s |      16 |   329867 |   184352 |     7256     46 |        0 |        0
166.76/166.80	c  166s |      16 |   332434 |   185952 |     7256     47 |        0 |        0
168.76/168.82	c  168s |      16 |   335091 |   187752 |     7256     47 |        0 |        0
170.86/170.95	c  170s |      16 |   337278 |   189152 |     7256     47 |        0 |        0
172.86/172.98	c  172s |      16 |   339982 |   190852 |     7256     48 |        0 |        0
174.16/174.20	c  173s |      16 |   341770 |   191969 |     7256     48 |        0 |        0
174.16/174.20	c #cpu_time = 173.531s
174.16/174.20	c #wall_clock_time = 173.977s
174.16/174.20	c #decision = 341770
174.16/174.20	c #random_decision = 560
174.16/174.20	c #conflict = 191969
174.16/174.20	c #restart = 16
174.16/174.20	c BCD2: found a new core of size 1775: cost of the new core is >=1
174.16/174.20	c lower bound updated to 1
174.16/174.21	c BCD2: 1 <= obj <= 122
174.16/174.21	c BCD2: #cores=1, #unrelaxed=13, #relaxed=1775, #hardened=0
174.16/174.21	c BCD2: #sat=1 #unsat=2 bias=2/3
174.16/174.21	c Solving starts ...
174.16/174.21	c ============================[ Search Statistics ]============================
174.16/174.21	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
174.16/174.21	c       |         |          |          |    Limit     GC | Var      | Constra 
174.16/174.21	c =============================================================================
174.16/174.21	c  0.0s |       0 |        0 |        0 |     7256      0 |        0 |        0
174.16/174.29	c  0.1s |       0 |     1889 |        1 |     7256      0 |        0 |        0
174.16/174.29	c #cpu_time = 0.078s
174.16/174.29	c #wall_clock_time = 0.078s
174.16/174.29	c #decision = 1889
174.16/174.29	c #random_decision = 10
174.16/174.29	c #conflict = 1
174.16/174.29	c #restart = 0
174.16/174.29	o 11
174.16/174.29	c BCD2: hardening fixes 1592 literals
174.16/174.29	c BCD2: updating upper bound: 122 -> 10
174.26/174.30	c BCD2: 1 <= obj <= 10
174.26/174.30	c BCD2: #cores=1, #unrelaxed=2, #relaxed=194, #hardened=1592
174.26/174.30	c BCD2: #sat=2 #unsat=2 bias=2/4
174.26/174.30	c Solving starts ...
174.26/174.30	c ============================[ Search Statistics ]============================
174.26/174.30	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
174.26/174.30	c       |         |          |          |    Limit     GC | Var      | Constra 
174.26/174.30	c =============================================================================
174.26/174.30	c  0.0s |       0 |        0 |        0 |     7256      0 |     1592 |        1
174.36/174.46	c  0.2s |       1 |      190 |      100 |     7256      0 |     1592 |        1
174.56/174.67	c  0.4s |       2 |      408 |      250 |     7256      0 |     1592 |        1
174.76/174.83	c  0.5s |       3 |      764 |      475 |     7256      0 |     1592 |        1
174.86/174.99	c  0.7s |       3 |     1114 |      675 |     7256      0 |     1592 |        1
174.86/174.99	c #cpu_time = 0.690s
174.86/174.99	c #wall_clock_time = 0.692s
174.86/174.99	c #decision = 1114
174.86/174.99	c #random_decision = 0
174.86/174.99	c #conflict = 675
174.86/174.99	c #restart = 3
174.86/174.99	o 9
174.86/174.99	c BCD2: hardening fixes 41 literals
174.86/174.99	c BCD2: updating upper bound: 10 -> 8
174.86/174.99	c BCD2: 1 <= obj <= 8
174.86/174.99	c BCD2: #cores=1, #unrelaxed=2, #relaxed=153, #hardened=1633
174.86/174.99	c BCD2: #sat=3 #unsat=2 bias=2/5
174.86/174.99	c Solving starts ...
174.86/174.99	c ============================[ Search Statistics ]============================
174.86/174.99	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
174.86/174.99	c       |         |          |          |    Limit     GC | Var      | Constra 
174.86/174.99	c =============================================================================
174.86/174.99	c  0.0s |       0 |        0 |        0 |     7256      0 |     1633 |        2
175.06/175.10	c  0.1s |       1 |      186 |      100 |     7256      0 |     1633 |        2
175.16/175.26	c  0.3s |       2 |      448 |      250 |     7256      0 |     1633 |        2
175.36/175.49	c  0.5s |       3 |      818 |      475 |     7256      0 |     1633 |        2
175.66/175.71	c  0.7s |       4 |     1339 |      813 |     7256      0 |     1633 |        2
175.86/176.00	c  1.0s |       5 |     2137 |     1320 |     7256      0 |     1633 |        2
176.46/176.56	c  1.6s |       6 |     3282 |     2081 |     7256      1 |     1633 |        2
177.06/177.12	c  2.1s |       7 |     5079 |     3223 |     7256      1 |     1633 |        2
177.76/177.86	c  2.9s |       8 |     7777 |     4936 |     7982      1 |     1633 |        2
178.96/179.01	c  4.0s |       9 |    11826 |     7506 |     7982      2 |     1633 |        2
180.55/180.64	c  5.7s |      10 |    17801 |    11361 |     7982      2 |     1633 |        2
182.56/182.64	c  7.7s |      10 |    25583 |    16061 |     7982      3 |     1633 |        2
183.15/183.21	c  8.2s |      11 |    27184 |    17144 |     7982      4 |     1633 |        2
184.76/184.85	c  9.9s |      11 |    32014 |    20551 |     7982      4 |     1633 |        2
184.76/184.85	c #cpu_time = 9.828s
184.76/184.85	c #wall_clock_time = 9.853s
184.76/184.85	c #decision = 32014
184.76/184.85	c #random_decision = 87
184.76/184.85	c #conflict = 20551
184.76/184.85	c #restart = 11
184.76/184.85	o 2
184.76/184.85	c BCD2: hardening fixes 137 literals
184.76/184.85	c BCD2: updating upper bound: 8 -> 1
184.76/184.85	c BCD2: 1 <= obj <= 1
184.76/184.85	c BCD2: #cores=1, #unrelaxed=0, #relaxed=18, #hardened=1770
184.76/184.85	c BCD2: #sat=4 #unsat=2 bias=2/6
184.76/184.85	c Solving starts ...
184.76/184.85	c ============================[ Search Statistics ]============================
184.76/184.85	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
184.76/184.85	c       |         |          |          |    Limit     GC | Var      | Constra 
184.76/184.85	c =============================================================================
184.76/184.85	c  0.0s |       0 |        0 |        0 |     7982      0 |     1770 |        6
184.86/184.92	c  0.1s |       1 |      141 |      100 |     7982      0 |     1770 |        6
184.95/185.03	c  0.2s |       2 |      374 |      250 |     7982      0 |     1770 |        6
185.05/185.16	c  0.3s |       3 |      705 |      475 |     7982      0 |     1770 |        6
185.25/185.33	c  0.5s |       4 |     1322 |      813 |     7982      0 |     1770 |        6
185.45/185.58	c  0.7s |       5 |     2176 |     1320 |     7982      1 |     1770 |        6
185.75/185.83	c  1.0s |       6 |     3646 |     2081 |     7982      1 |     1770 |        6
186.15/186.25	c  1.4s |       7 |     5580 |     3223 |     7982      1 |     1770 |        6
186.75/186.86	c  2.0s |       7 |     7884 |     4712 |     7982      1 |     1770 |        6
186.75/186.86	c #cpu_time = 2.004s
186.75/186.86	c #wall_clock_time = 2.009s
186.75/186.86	c #decision = 7884
186.75/186.86	c #random_decision = 16
186.75/186.86	c #conflict = 4712
186.75/186.86	c #restart = 7
186.75/186.86	o 1
186.75/186.86	s OPTIMUM FOUND
186.75/186.86	v -x1 -x2 -x3 -x4 -x5 -x6 -x7 -x8 -x9 -x10
186.75/186.86	v -x11 x12 -x13 -x14 -x15 -x16 x17 -x18 -x19 -x20
186.75/186.86	v -x21 -x22 -x23 -x24 -x25 -x26 -x27 -x28 -x29 -x30
186.75/186.86	v -x31 -x32 x33 -x34 -x35 x36 -x37 -x38 -x39 -x40
186.75/186.86	v -x41 -x42 -x43 -x44 -x45 -x46 -x47 x48 -x49 -x50
186.75/186.86	v -x51 -x52 -x53 -x54 -x55 -x56 -x57 -x58 -x59 x60
186.75/186.86	v -x61 -x62 -x63 -x64 -x65 -x66 -x67 x68 -x69 -x70
186.75/186.86	v -x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80
186.75/186.86	v -x81 -x82 -x83 x84 -x85 -x86 -x87 -x88 x89 -x90
186.75/186.86	v -x91 -x92 -x93 -x94 -x95 -x96 -x97 -x98 -x99 -x100
186.75/186.86	v -x101 -x102 -x103 -x104 -x105 -x106 x107 -x108 -x109 -x110
186.75/186.86	v -x111 -x112 -x113 -x114 -x115 -x116 -x117 -x118 -x119 x120
186.75/186.86	v -x121 -x122 -x123 -x124 -x125 -x126 x127 -x128 -x129 -x130
186.75/186.86	v -x131 -x132 -x133 -x134 x135 -x136 -x137 -x138 -x139 -x140
186.75/186.86	v -x141 -x142 -x143 -x144 -x145 -x146 -x147 -x148 -x149 -x150
186.75/186.86	v -x151 -x152 -x153 x154 -x155 -x156 -x157 -x158 -x159 -x160
186.75/186.86	v -x161 -x162 -x163 -x164 x165 -x166 -x167 -x168 -x169 -x170
186.75/186.86	v -x171 -x172 -x173 -x174 -x175 -x176 -x177 -x178 x179 -x180
186.75/186.86	v -x181 -x182 x183 -x184 -x185 -x186 -x187 -x188 -x189 -x190
186.75/186.86	v -x191 x192 -x193 -x194 -x195 -x196 -x197 -x198 -x199 -x200
186.75/186.86	v -x201 -x202 -x203 -x204 -x205 -x206 -x207 -x208 -x209 x210
186.75/186.86	v -x211 -x212 -x213 -x214 -x215 -x216 -x217 -x218 x219 -x220
186.75/186.86	v -x221 -x222 -x223 -x224 -x225 -x226 x227 -x228 -x229 -x230
186.75/186.86	v -x231
186.75/186.86	c total CPU time = 186.377s
186.75/186.86	c total wall clock time = 186.857s

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

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

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


[startup+0 s]
/proc/loadavg: 2.29 2.25 2.05 4/179 7075
/proc/meminfo: memFree=29107824/32872528 swapFree=1542984/1696284
[pid=7075] ppid=7072 vsize=241084 CPUtime=0 cores=1,3,5,7
/proc/7075/stat : 7075 (toysat) R 7072 7075 6047 0 -1 4202496 773 0 0 0 0 0 0 0 20 0 4 0 36456801 246870016 623 33554432000 4194304 16246674 140735014322048 140735014321472 14073233 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7075/statm: 60271 628 426 2943 0 57165 0
[pid=7075/tid=7076] ppid=7072 vsize=241084 CPUtime=0 cores=1,3,5,7
/proc/7075/task/7076/stat : 7076 (toysat) S 7072 7075 6047 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36456801 246870016 654 33554432000 4194304 16246674 140735014322048 140727389498608 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=7075/tid=7077] ppid=7072 vsize=241084 CPUtime=0 cores=1,3,5,7
/proc/7075/task/7077/stat : 7077 (toysat) S 7072 7075 6047 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36456801 246870016 657 33554432000 4194304 16246674 140735014322048 140727379008752 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=7075/tid=7078] ppid=7072 vsize=241084 CPUtime=0 cores=1,3,5,7
/proc/7075/task/7078/stat : 7078 (toysat) S 7072 7075 6047 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36456801 246870016 666 33554432000 4194304 16246674 140735014322048 140727368535216 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0

[startup+0.100177 s]
/proc/loadavg: 2.29 2.25 2.05 4/179 7075
/proc/meminfo: memFree=29107824/32872528 swapFree=1542984/1696284
[pid=7075] ppid=7072 vsize=1218116 CPUtime=0.09 cores=1,3,5,7
/proc/7075/stat : 7075 (toysat) R 7072 7075 6047 0 -1 4202496 24212 0 0 0 5 4 0 0 20 0 4 0 36456801 1247350784 24055 33554432000 4194304 16246674 140735014322048 140735014321472 12481124 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7075/statm: 304529 24060 620 2943 0 301423 0
[pid=7075/tid=7076] ppid=7072 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/7075/task/7076/stat : 7076 (toysat) S 7072 7075 6047 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36456801 1247350784 24068 33554432000 4194304 16246674 140735014322048 140727389498608 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=7075/tid=7077] ppid=7072 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/7075/task/7077/stat : 7077 (toysat) S 7072 7075 6047 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36456801 1247350784 24071 33554432000 4194304 16246674 140735014322048 140727379008752 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=7075/tid=7078] ppid=7072 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/7075/task/7078/stat : 7078 (toysat) S 7072 7075 6047 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36456801 1247350784 24072 33554432000 4194304 16246674 140735014322048 140727368535216 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1218116

[startup+0.200541 s]
/proc/loadavg: 2.29 2.25 2.05 4/179 7075
/proc/meminfo: memFree=29107824/32872528 swapFree=1542984/1696284
[pid=7075] ppid=7072 vsize=1221188 CPUtime=0.18 cores=1,3,5,7
/proc/7075/stat : 7075 (toysat) R 7072 7075 6047 0 -1 4202496 33119 0 0 0 13 5 0 0 20 0 4 0 36456801 1250496512 32916 33554432000 4194304 16246674 140735014322048 140735014321360 13954706 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7075/statm: 305297 32916 869 2943 0 302191 0
[pid=7075/tid=7076] ppid=7072 vsize=1221188 CPUtime=0 cores=1,3,5,7
/proc/7075/task/7076/stat : 7076 (toysat) S 7072 7075 6047 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36456801 1250496512 32916 33554432000 4194304 16246674 140735014322048 140727389498608 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=7075/tid=7077] ppid=7072 vsize=1221188 CPUtime=0 cores=1,3,5,7
/proc/7075/task/7077/stat : 7077 (toysat) S 7072 7075 6047 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36456801 1250496512 32916 33554432000 4194304 16246674 140735014322048 140727379008752 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=7075/tid=7078] ppid=7072 vsize=1221188 CPUtime=0 cores=1,3,5,7
/proc/7075/task/7078/stat : 7078 (toysat) S 7072 7075 6047 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36456801 1250496512 32916 33554432000 4194304 16246674 140735014322048 140727368535216 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.300489 s]
/proc/loadavg: 2.29 2.25 2.05 4/179 7075
/proc/meminfo: memFree=29107824/32872528 swapFree=1542984/1696284
[pid=7075] ppid=7072 vsize=1303108 CPUtime=0.28 cores=1,3,5,7
/proc/7075/stat : 7075 (toysat) R 7072 7075 6047 0 -1 4202496 49698 0 0 0 21 7 0 0 20 0 4 0 36456801 1334382592 49496 33554432000 4194304 16246674 140735014322048 140735014321360 5831697 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7075/statm: 325777 49501 922 2943 0 322671 0
[pid=7075/tid=7076] ppid=7072 vsize=1303108 CPUtime=0 cores=1,3,5,7
/proc/7075/task/7076/stat : 7076 (toysat) S 7072 7075 6047 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36456801 1334382592 49508 33554432000 4194304 16246674 140735014322048 140727389498608 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=7075/tid=7077] ppid=7072 vsize=1303108 CPUtime=0 cores=1,3,5,7
/proc/7075/task/7077/stat : 7077 (toysat) S 7072 7075 6047 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36456801 1334382592 49514 33554432000 4194304 16246674 140735014322048 140727379008752 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=7075/tid=7078] ppid=7072 vsize=1303108 CPUtime=0 cores=1,3,5,7
/proc/7075/task/7078/stat : 7078 (toysat) S 7072 7075 6047 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36456801 1334382592 49519 33554432000 4194304 16246674 140735014322048 140727368535216 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 1303108

[startup+0.700418 s]
/proc/loadavg: 2.29 2.25 2.05 4/179 7075
/proc/meminfo: memFree=29107824/32872528 swapFree=1542984/1696284
[pid=7075] ppid=7072 vsize=1307204 CPUtime=0.68 cores=1,3,5,7
/proc/7075/stat : 7075 (toysat) R 7072 7075 6047 0 -1 4202496 104210 0 0 0 53 15 0 0 20 0 4 0 36456801 1338576896 104007 33554432000 4194304 16246674 140735014322048 140735014305048 5723448 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7075/statm: 326801 104007 928 2943 0 323695 0
[pid=7075/tid=7076] ppid=7072 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/7075/task/7076/stat : 7076 (toysat) S 7072 7075 6047 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36456801 1338576896 104007 33554432000 4194304 16246674 140735014322048 140727389498608 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=7075/tid=7077] ppid=7072 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/7075/task/7077/stat : 7077 (toysat) S 7072 7075 6047 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36456801 1338576896 104007 33554432000 4194304 16246674 140735014322048 140727379008752 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=7075/tid=7078] ppid=7072 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/7075/task/7078/stat : 7078 (toysat) S 7072 7075 6047 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36456801 1338576896 104007 33554432000 4194304 16246674 140735014322048 140727368535216 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 1307204

[startup+1.50042 s]
/proc/loadavg: 2.29 2.25 2.05 4/183 7079
/proc/meminfo: memFree=28688176/32872528 swapFree=1542984/1696284
[pid=7075] ppid=7072 vsize=1307204 CPUtime=1.48 cores=1,3,5,7
/proc/7075/stat : 7075 (toysat) R 7072 7075 6047 0 -1 4202496 205647 0 0 0 120 28 0 0 20 0 4 0 36456801 1338576896 205444 33554432000 4194304 16246674 140735014322048 140735014305048 4220480 0 2 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7075/statm: 326801 205444 931 2943 0 323695 0
[pid=7075/tid=7076] ppid=7072 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/7075/task/7076/stat : 7076 (toysat) S 7072 7075 6047 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36456801 1338576896 205444 33554432000 4194304 16246674 140735014322048 140727389498608 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=7075/tid=7077] ppid=7072 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/7075/task/7077/stat : 7077 (toysat) S 7072 7075 6047 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36456801 1338576896 205444 33554432000 4194304 16246674 140735014322048 140727379008752 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=7075/tid=7078] ppid=7072 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/7075/task/7078/stat : 7078 (toysat) S 7072 7075 6047 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36456801 1338576896 205444 33554432000 4194304 16246674 140735014322048 140727368535216 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) 1307204

[startup+3.10044 s]
/proc/loadavg: 2.29 2.25 2.05 4/183 7079
/proc/meminfo: memFree=28286632/32872528 swapFree=1542984/1696284
[pid=7075] ppid=7072 vsize=1308228 CPUtime=3.08 cores=1,3,5,7
/proc/7075/stat : 7075 (toysat) R 7072 7075 6047 0 -1 4202496 205741 0 0 0 280 28 0 0 20 0 4 0 36456801 1339625472 205538 33554432000 4194304 16246674 140735014322048 140735014321224 6011952 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7075/statm: 327057 205538 932 2943 0 323951 0
[pid=7075/tid=7076] ppid=7072 vsize=1308228 CPUtime=0 cores=1,3,5,7
/proc/7075/task/7076/stat : 7076 (toysat) S 7072 7075 6047 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36456801 1339625472 205538 33554432000 4194304 16246674 140735014322048 140727389498608 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=7075/tid=7077] ppid=7072 vsize=1308228 CPUtime=0 cores=1,3,5,7
/proc/7075/task/7077/stat : 7077 (toysat) S 7072 7075 6047 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36456801 1339625472 205538 33554432000 4194304 16246674 140735014322048 140727379008752 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=7075/tid=7078] ppid=7072 vsize=1308228 CPUtime=0 cores=1,3,5,7
/proc/7075/task/7078/stat : 7078 (toysat) S 7072 7075 6047 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36456801 1339625472 205538 33554432000 4194304 16246674 140735014322048 140727368535216 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.30043 s]
/proc/loadavg: 2.34 2.26 2.06 4/183 7079
/proc/meminfo: memFree=28286508/32872528 swapFree=1542984/1696284
[pid=7075] ppid=7072 vsize=1310276 CPUtime=6.28 cores=1,3,5,7
/proc/7075/stat : 7075 (toysat) R 7072 7075 6047 0 -1 4202496 206214 0 0 0 600 28 0 0 20 0 4 0 36456801 1341722624 206011 33554432000 4194304 16246674 140735014322048 140735014303936 12477801 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7075/statm: 327569 206011 932 2943 0 324463 0
[pid=7075/tid=7076] ppid=7072 vsize=1310276 CPUtime=0 cores=1,3,5,7
/proc/7075/task/7076/stat : 7076 (toysat) S 7072 7075 6047 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36456801 1341722624 206011 33554432000 4194304 16246674 140735014322048 140727389498608 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=7075/tid=7077] ppid=7072 vsize=1310276 CPUtime=0 cores=1,3,5,7
/proc/7075/task/7077/stat : 7077 (toysat) S 7072 7075 6047 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36456801 1341722624 206011 33554432000 4194304 16246674 140735014322048 140727379008752 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=7075/tid=7078] ppid=7072 vsize=1310276 CPUtime=0 cores=1,3,5,7
/proc/7075/task/7078/stat : 7078 (toysat) S 7072 7075 6047 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36456801 1341722624 206011 33554432000 4194304 16246674 140735014322048 140727368535216 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 1310276

[startup+12.7004 s]
/proc/loadavg: 2.32 2.26 2.06 3/183 7079
/proc/meminfo: memFree=28283544/32872528 swapFree=1542984/1696284
[pid=7075] ppid=7072 vsize=1310276 CPUtime=12.69 cores=1,3,5,7
/proc/7075/stat : 7075 (toysat) R 7072 7075 6047 0 -1 4202496 206416 0 0 0 1240 29 0 0 20 0 4 0 36456801 1341722624 206213 33554432000 4194304 16246674 140735014322048 140735014305048 13963936 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7075/statm: 327569 206213 932 2943 0 324463 0
[pid=7075/tid=7076] ppid=7072 vsize=1310276 CPUtime=0 cores=1,3,5,7
/proc/7075/task/7076/stat : 7076 (toysat) S 7072 7075 6047 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36456801 1341722624 206213 33554432000 4194304 16246674 140735014322048 140727389498608 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=7075/tid=7077] ppid=7072 vsize=1310276 CPUtime=0 cores=1,3,5,7
/proc/7075/task/7077/stat : 7077 (toysat) S 7072 7075 6047 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36456801 1341722624 206213 33554432000 4194304 16246674 140735014322048 140727379008752 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=7075/tid=7078] ppid=7072 vsize=1310276 CPUtime=0 cores=1,3,5,7
/proc/7075/task/7078/stat : 7078 (toysat) S 7072 7075 6047 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36456801 1341722624 206213 33554432000 4194304 16246674 140735014322048 140727368535216 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) 1310276

[startup+25.5005 s]
/proc/loadavg: 2.25 2.25 2.06 3/183 7079
/proc/meminfo: memFree=28283948/32872528 swapFree=1542984/1696284
[pid=7075] ppid=7072 vsize=1310276 CPUtime=25.48 cores=1,3,5,7
/proc/7075/stat : 7075 (toysat) R 7072 7075 6047 0 -1 4202496 206416 0 0 0 2518 30 0 0 20 0 4 0 36456801 1341722624 206213 33554432000 4194304 16246674 140735014322048 140735014303936 5822472 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7075/statm: 327569 206213 932 2943 0 324463 0
[pid=7075/tid=7076] ppid=7072 vsize=1310276 CPUtime=0 cores=1,3,5,7
/proc/7075/task/7076/stat : 7076 (toysat) S 7072 7075 6047 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36456801 1341722624 206213 33554432000 4194304 16246674 140735014322048 140727389498608 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=7075/tid=7077] ppid=7072 vsize=1310276 CPUtime=0 cores=1,3,5,7
/proc/7075/task/7077/stat : 7077 (toysat) S 7072 7075 6047 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36456801 1341722624 206213 33554432000 4194304 16246674 140735014322048 140727379008752 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=7075/tid=7078] ppid=7072 vsize=1310276 CPUtime=0 cores=1,3,5,7
/proc/7075/task/7078/stat : 7078 (toysat) S 7072 7075 6047 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36456801 1341722624 206213 33554432000 4194304 16246674 140735014322048 140727368535216 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) 1310276

[startup+51.1005 s]
/proc/loadavg: 2.31 2.26 2.06 4/183 7079
/proc/meminfo: memFree=28284080/32872528 swapFree=1542984/1696284
[pid=7075] ppid=7072 vsize=1311300 CPUtime=51.08 cores=1,3,5,7
/proc/7075/stat : 7075 (toysat) R 7072 7075 6047 0 -1 4202496 206476 0 0 0 5075 33 0 0 20 0 4 0 36456801 1342771200 206273 33554432000 4194304 16246674 140735014322048 140735014321224 5668036 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7075/statm: 327825 206273 932 2943 0 324719 0
[pid=7075/tid=7076] ppid=7072 vsize=1311300 CPUtime=0 cores=1,3,5,7
/proc/7075/task/7076/stat : 7076 (toysat) S 7072 7075 6047 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36456801 1342771200 206273 33554432000 4194304 16246674 140735014322048 140727389498608 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=7075/tid=7077] ppid=7072 vsize=1311300 CPUtime=0 cores=1,3,5,7
/proc/7075/task/7077/stat : 7077 (toysat) S 7072 7075 6047 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36456801 1342771200 206273 33554432000 4194304 16246674 140735014322048 140727379008752 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=7075/tid=7078] ppid=7072 vsize=1311300 CPUtime=0 cores=1,3,5,7
/proc/7075/task/7078/stat : 7078 (toysat) S 7072 7075 6047 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36456801 1342771200 206273 33554432000 4194304 16246674 140735014322048 140727368535216 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) 1311300

[startup+102.301 s]
/proc/loadavg: 2.37 2.28 2.08 3/184 7132
/proc/meminfo: memFree=27983216/32872528 swapFree=1542984/1696284
[pid=7075] ppid=7072 vsize=1322564 CPUtime=102.28 cores=1,3,5,7
/proc/7075/stat : 7075 (toysat) R 7072 7075 6047 0 -1 4202496 209289 0 0 0 10188 40 0 0 20 0 4 0 36456801 1354305536 209086 33554432000 4194304 16246674 140735014322048 140735014321224 15015658 0 2 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7075/statm: 330641 209086 932 2943 0 327535 0
[pid=7075/tid=7076] ppid=7072 vsize=1322564 CPUtime=0 cores=1,3,5,7
/proc/7075/task/7076/stat : 7076 (toysat) S 7072 7075 6047 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36456801 1354305536 209086 33554432000 4194304 16246674 140735014322048 140727389498608 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=7075/tid=7077] ppid=7072 vsize=1322564 CPUtime=0 cores=1,3,5,7
/proc/7075/task/7077/stat : 7077 (toysat) S 7072 7075 6047 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36456801 1354305536 209086 33554432000 4194304 16246674 140735014322048 140727379008752 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=7075/tid=7078] ppid=7072 vsize=1322564 CPUtime=0 cores=1,3,5,7
/proc/7075/task/7078/stat : 7078 (toysat) S 7072 7075 6047 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36456801 1354305536 209086 33554432000 4194304 16246674 140735014322048 140727368535216 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) 1322564

[startup+162.3 s]
/proc/loadavg: 2.24 2.26 2.09 3/183 7133
/proc/meminfo: memFree=27982008/32872528 swapFree=1542984/1696284
[pid=7075] ppid=7072 vsize=1322564 CPUtime=162.26 cores=1,3,5,7
/proc/7075/stat : 7075 (toysat) R 7072 7075 6047 0 -1 4202496 209488 0 0 0 16178 48 0 0 20 0 4 0 36456801 1354305536 209285 33554432000 4194304 16246674 140735014322048 140735014321224 13195012 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7075/statm: 330641 209285 932 2943 0 327535 0
[pid=7075/tid=7076] ppid=7072 vsize=1322564 CPUtime=0 cores=1,3,5,7
/proc/7075/task/7076/stat : 7076 (toysat) S 7072 7075 6047 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36456801 1354305536 209285 33554432000 4194304 16246674 140735014322048 140727389498608 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=7075/tid=7077] ppid=7072 vsize=1322564 CPUtime=0 cores=1,3,5,7
/proc/7075/task/7077/stat : 7077 (toysat) S 7072 7075 6047 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36456801 1354305536 209285 33554432000 4194304 16246674 140735014322048 140727379008752 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=7075/tid=7078] ppid=7072 vsize=1322564 CPUtime=0 cores=1,3,5,7
/proc/7075/task/7078/stat : 7078 (toysat) S 7072 7075 6047 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36456801 1354305536 209285 33554432000 4194304 16246674 140735014322048 140727368535216 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 1322564

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

[startup+166.4 s]
/proc/loadavg: 2.30 2.27 2.09 4/183 7133
/proc/meminfo: memFree=27982256/32872528 swapFree=1542984/1696284
[pid=7075] ppid=7072 vsize=1322564 CPUtime=166.36 cores=1,3,5,7
/proc/7075/stat : 7075 (toysat) R 7072 7075 6047 0 -1 4202496 209488 0 0 0 16587 49 0 0 20 0 4 0 36456801 1354305536 209285 33554432000 4194304 16246674 140735014322048 140735014321224 15015658 0 2 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7075/statm: 330641 209285 932 2943 0 327535 0
[pid=7075/tid=7076] ppid=7072 vsize=1322564 CPUtime=0 cores=1,3,5,7
/proc/7075/task/7076/stat : 7076 (toysat) S 7072 7075 6047 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36456801 1354305536 209285 33554432000 4194304 16246674 140735014322048 140727389498608 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=7075/tid=7077] ppid=7072 vsize=1322564 CPUtime=0 cores=1,3,5,7
/proc/7075/task/7077/stat : 7077 (toysat) S 7072 7075 6047 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36456801 1354305536 209285 33554432000 4194304 16246674 140735014322048 140727379008752 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=7075/tid=7078] ppid=7072 vsize=1322564 CPUtime=0 cores=1,3,5,7
/proc/7075/task/7078/stat : 7078 (toysat) S 7072 7075 6047 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36456801 1354305536 209285 33554432000 4194304 16246674 140735014322048 140727368535216 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 166.36
Current children cumulated vsize (KiB) 1322564

[startup+179.2 s]
/proc/loadavg: 2.25 2.26 2.09 3/183 7133
/proc/meminfo: memFree=27732396/32872528 swapFree=1542984/1696284
[pid=7075] ppid=7072 vsize=1322564 CPUtime=179.16 cores=1,3,5,7
/proc/7075/stat : 7075 (toysat) R 7072 7075 6047 0 -1 4202496 271862 0 0 0 17858 58 0 0 20 0 4 0 36456801 1354305536 271659 33554432000 4194304 16246674 140735014322048 140735014305048 5523508 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7075/statm: 330641 271659 940 2943 0 327535 0
[pid=7075/tid=7076] ppid=7072 vsize=1322564 CPUtime=0 cores=1,3,5,7
/proc/7075/task/7076/stat : 7076 (toysat) S 7072 7075 6047 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36456801 1354305536 271659 33554432000 4194304 16246674 140735014322048 140727389498608 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=7075/tid=7077] ppid=7072 vsize=1322564 CPUtime=0 cores=1,3,5,7
/proc/7075/task/7077/stat : 7077 (toysat) S 7072 7075 6047 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36456801 1354305536 271659 33554432000 4194304 16246674 140735014322048 140727379008752 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=7075/tid=7078] ppid=7072 vsize=1322564 CPUtime=0 cores=1,3,5,7
/proc/7075/task/7078/stat : 7078 (toysat) S 7072 7075 6047 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36456801 1354305536 271659 33554432000 4194304 16246674 140735014322048 140727368535216 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 179.16
Current children cumulated vsize (KiB) 1322564

[startup+182.4 s]
/proc/loadavg: 2.23 2.25 2.09 3/183 7133
/proc/meminfo: memFree=27732272/32872528 swapFree=1542984/1696284
[pid=7075] ppid=7072 vsize=1322564 CPUtime=182.35 cores=1,3,5,7
/proc/7075/stat : 7075 (toysat) R 7072 7075 6047 0 -1 4202496 271862 0 0 0 18177 58 0 0 20 0 4 0 36456801 1354305536 271659 33554432000 4194304 16246674 140735014322048 140735014305048 5546072 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7075/statm: 330641 271659 940 2943 0 327535 0
[pid=7075/tid=7076] ppid=7072 vsize=1322564 CPUtime=0 cores=1,3,5,7
/proc/7075/task/7076/stat : 7076 (toysat) S 7072 7075 6047 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36456801 1354305536 271659 33554432000 4194304 16246674 140735014322048 140727389498608 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=7075/tid=7077] ppid=7072 vsize=1322564 CPUtime=0 cores=1,3,5,7
/proc/7075/task/7077/stat : 7077 (toysat) S 7072 7075 6047 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36456801 1354305536 271659 33554432000 4194304 16246674 140735014322048 140727379008752 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=7075/tid=7078] ppid=7072 vsize=1322564 CPUtime=0 cores=1,3,5,7
/proc/7075/task/7078/stat : 7078 (toysat) S 7072 7075 6047 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36456801 1354305536 271659 33554432000 4194304 16246674 140735014322048 140727368535216 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 182.35
Current children cumulated vsize (KiB) 1322564

[startup+184 s]
/proc/loadavg: 2.23 2.25 2.09 4/183 7133
/proc/meminfo: memFree=27732272/32872528 swapFree=1542984/1696284
[pid=7075] ppid=7072 vsize=1322564 CPUtime=183.95 cores=1,3,5,7
/proc/7075/stat : 7075 (toysat) R 7072 7075 6047 0 -1 4202496 271862 0 0 0 18337 58 0 0 20 0 4 0 36456801 1354305536 271659 33554432000 4194304 16246674 140735014322048 140735014305048 5822604 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7075/statm: 330641 271659 940 2943 0 327535 0
[pid=7075/tid=7076] ppid=7072 vsize=1322564 CPUtime=0 cores=1,3,5,7
/proc/7075/task/7076/stat : 7076 (toysat) S 7072 7075 6047 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36456801 1354305536 271659 33554432000 4194304 16246674 140735014322048 140727389498608 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=7075/tid=7077] ppid=7072 vsize=1322564 CPUtime=0 cores=1,3,5,7
/proc/7075/task/7077/stat : 7077 (toysat) S 7072 7075 6047 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36456801 1354305536 271659 33554432000 4194304 16246674 140735014322048 140727379008752 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=7075/tid=7078] ppid=7072 vsize=1322564 CPUtime=0 cores=1,3,5,7
/proc/7075/task/7078/stat : 7078 (toysat) S 7072 7075 6047 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36456801 1354305536 271659 33554432000 4194304 16246674 140735014322048 140727368535216 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 183.95
Current children cumulated vsize (KiB) 1322564

[startup+185.6 s]
/proc/loadavg: 2.23 2.25 2.09 4/183 7133
/proc/meminfo: memFree=27732272/32872528 swapFree=1542984/1696284
[pid=7075] ppid=7072 vsize=1322564 CPUtime=185.55 cores=1,3,5,7
/proc/7075/stat : 7075 (toysat) R 7072 7075 6047 0 -1 4202496 271862 0 0 0 18497 58 0 0 20 0 4 0 36456801 1354305536 271659 33554432000 4194304 16246674 140735014322048 140735014303936 4220897 0 2 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7075/statm: 330641 271659 940 2943 0 327535 0
[pid=7075/tid=7076] ppid=7072 vsize=1322564 CPUtime=0 cores=1,3,5,7
/proc/7075/task/7076/stat : 7076 (toysat) S 7072 7075 6047 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36456801 1354305536 271659 33554432000 4194304 16246674 140735014322048 140727389498608 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=7075/tid=7077] ppid=7072 vsize=1322564 CPUtime=0 cores=1,3,5,7
/proc/7075/task/7077/stat : 7077 (toysat) S 7072 7075 6047 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36456801 1354305536 271659 33554432000 4194304 16246674 140735014322048 140727379008752 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=7075/tid=7078] ppid=7072 vsize=1322564 CPUtime=0 cores=1,3,5,7
/proc/7075/task/7078/stat : 7078 (toysat) S 7072 7075 6047 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36456801 1354305536 271659 33554432000 4194304 16246674 140735014322048 140727368535216 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 185.55
Current children cumulated vsize (KiB) 1322564

[startup+186.4 s]
/proc/loadavg: 2.29 2.27 2.09 4/183 7133
/proc/meminfo: memFree=27732272/32872528 swapFree=1542984/1696284
[pid=7075] ppid=7072 vsize=1322564 CPUtime=186.35 cores=1,3,5,7
/proc/7075/stat : 7075 (toysat) R 7072 7075 6047 0 -1 4202496 271862 0 0 0 18577 58 0 0 20 0 4 0 36456801 1354305536 271659 33554432000 4194304 16246674 140735014322048 140735014305048 5675184 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7075/statm: 330641 271659 940 2943 0 327535 0
[pid=7075/tid=7076] ppid=7072 vsize=1322564 CPUtime=0 cores=1,3,5,7
/proc/7075/task/7076/stat : 7076 (toysat) S 7072 7075 6047 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36456801 1354305536 271659 33554432000 4194304 16246674 140735014322048 140727389498608 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=7075/tid=7077] ppid=7072 vsize=1322564 CPUtime=0 cores=1,3,5,7
/proc/7075/task/7077/stat : 7077 (toysat) S 7072 7075 6047 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36456801 1354305536 271659 33554432000 4194304 16246674 140735014322048 140727379008752 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=7075/tid=7078] ppid=7072 vsize=1322564 CPUtime=0 cores=1,3,5,7
/proc/7075/task/7078/stat : 7078 (toysat) S 7072 7075 6047 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36456801 1354305536 271659 33554432000 4194304 16246674 140735014322048 140727368535216 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 186.35
Current children cumulated vsize (KiB) 1322564

[startup+186.8 s]
/proc/loadavg: 2.29 2.27 2.09 4/183 7133
/proc/meminfo: memFree=27732272/32872528 swapFree=1542984/1696284
[pid=7075] ppid=7072 vsize=1322564 CPUtime=186.75 cores=1,3,5,7
/proc/7075/stat : 7075 (toysat) R 7072 7075 6047 0 -1 4202496 271862 0 0 0 18617 58 0 0 20 0 4 0 36456801 1354305536 271659 33554432000 4194304 16246674 140735014322048 140735014305048 5822484 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7075/statm: 330641 271659 940 2943 0 327535 0
[pid=7075/tid=7076] ppid=7072 vsize=1322564 CPUtime=0 cores=1,3,5,7
/proc/7075/task/7076/stat : 7076 (toysat) S 7072 7075 6047 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36456801 1354305536 271659 33554432000 4194304 16246674 140735014322048 140727389498608 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=7075/tid=7077] ppid=7072 vsize=1322564 CPUtime=0 cores=1,3,5,7
/proc/7075/task/7077/stat : 7077 (toysat) S 7072 7075 6047 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36456801 1354305536 271659 33554432000 4194304 16246674 140735014322048 140727379008752 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=7075/tid=7078] ppid=7072 vsize=1322564 CPUtime=0 cores=1,3,5,7
/proc/7075/task/7078/stat : 7078 (toysat) S 7072 7075 6047 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36456801 1354305536 271659 33554432000 4194304 16246674 140735014322048 140727368535216 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 186.75
Current children cumulated vsize (KiB) 1322564

[startup+186.9 s]
/proc/loadavg: 2.29 2.27 2.09 4/183 7133
/proc/meminfo: memFree=27732272/32872528 swapFree=1542984/1696284
[pid=7075] ppid=7072 vsize=0 CPUtime=186.86 cores=1,3,5,7
/proc/7075/stat : 7075 (toysat) R 7072 7075 6047 0 -1 4202500 271865 0 0 0 18624 62 0 0 20 0 1 0 36456801 0 0 33554432000 0 0 0 0 0 0 0 33554432 0 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7075/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 186.86
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 186.925
CPU time (s): 186.892
CPU user time (s): 186.242
CPU system time (s): 0.649901
CPU usage (%): 99.9821
Max. virtual memory (cumulated for all children) (KiB): 1322564

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 186.242
system time used= 0.649901
maximum resident set size= 1086644
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 271865
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= 20
involuntary context switches= 198

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.646901 second user time and 0.950855 second system time

The end

Launcher Data

Begin job on node125 at 2016-06-19 15:48:22
IDJOB=4109798
IDBENCH=78927
IDSOLVER=2553
FILE ID=node125/4109798-1466344102
RUNJOBID= node125-1466341817-6064
PBS_JOBID= 19922028
Free space on /tmp= 71728 MiB

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

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

MD5SUM BENCH= f08844d42f277d14946ba79cfba06e67
RANDOM SEED=903012729

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

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

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

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.683
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.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.683
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		: 2666.683
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:        29107716 kB
Buffers:          180504 kB
Cached:           350872 kB
SwapCached:          764 kB
Active:           953152 kB
Inactive:         370424 kB
Active(anon):     792984 kB
Inactive(anon):     1188 kB
Active(file):     160168 kB
Inactive(file):   369236 kB
Unevictable:     1696284 kB
Mlocked:         1542984 kB
SwapTotal:      67108856 kB
SwapFree:       67098312 kB
Dirty:             16400 kB
Writeback:             0 kB
AnonPages:       2487508 kB
Mapped:            10988 kB
Shmem:                 0 kB
Slab:             611172 kB
SReclaimable:      54760 kB
SUnreclaim:       556412 kB
KernelStack:        1480 kB
PageTables:         9468 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2924232 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    155648 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= 71712 MiB
End job on node125 at 2016-06-19 15:51:29