Trace number 4109722

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 155.859 155.901

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900559676--soft-66-100-0.wbo
MD5SUMa1fa880e8620ee0c5e9a297708544854
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 benchmark50.1584
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 constraints899
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 46330
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 46329
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 625
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:45:41+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-4109722-1466343941.wbo"]
0.00/0.01	c use --random-gen="3218424988 3315775248 1465357222 2383195949 1312906003 1248398586 2109073391 3261490134 3280076170 3230936971 1038836956 2788422593 434677142 1366010969 1713402891 2551420712 3107058010 171863897 2806360993 3224319702 604984801 1513923324 1284369603 3498307351 1844046477 3351392254 267500062 1717521431 2069759431 448234072 4134340433 3309148993 631576397 3736535033 1037815184 715018936 3278708333 872900791 697487046 2110326124 1685913699 2227210414 2661701242 1171682283 79921960 2307871572 2140765851 1421497369 3438747202 1865667671 2860828708 1692797365 2310588918 717162696 776529344 1782343364 4060361189 2415304834 3444745480 3689564138 534742707 1939613993 2811268811 1079316654 3592968601 3740186160 4128971920 781734675 3671303723 2101422941 3199245728 4270058574 811074273 1063950666 4000577571 1158161362 986472462 1976497634 2612419491 3629078657 1662210667 3362663154 2934067378 3094525104 1921275342 1022631864 2364511029 1270455651 1326159696 441737136 610290394 1503272732 3925997042 3164422587 2370078783 2867382579 3851506707 1703971317 1305711499 1878434672 986019801 1953177907 1289567566 1643123224 3944648355 104490604 2582354558 598074738 2555439502 1667524582 2151406035 1665693199 2522193375 55388585 1082112697 897134069 1390504606 1720096843 862314852 462310205 2115895638 2996498333 825315299 2373892857 2805828572 4284138675 2180189403 610108987 908849772 1368521554 3672272886 3201753181 4284296803 2820982822 1049648532 1869867957 839177484 2328286511 1236290347 3356832040 3729477109 350502916 1649324082 1409813115 2808677321 2223633235 2069322695 3919314345 771126318 1510798130 654323529 111512928 328544333 3245953681 2403629586 3903227892 3842493401 3600053472 480407476 1378422596 1142759972 888167928 3362797270 3587457769 4030189626 4290600608 3933324844 267159508 3193724367 4133546138 2286011728 1907954634 316221640 2035879928 2900376141 1362588239 2343075059 273276624 1714285823 4265848194 3348739685 2993149172 3705869171 680550844 3591988971 3065792726 2346913623 970051321 2464332248 1279418048 82656314 4155316888 1430351841 2386191875 502073791 1996882323 2541325574 2432949110 3104465247 2540275972 1983074375 3761895141 601514620 3272310122 3192768580 195379801 3574726380 571004450 1288844729 3903302298 2584354693 2109126641 190765892 2020599537 4066063709 148369931 3186866734 4205619623 1779864538 2379769680 3854123045 1149504497 434651070 2890057339 1959959002 423334821 585449266 162007689 2757984958 1107556429 3823739560 349513483 191732410 3545101204 1901010042 197811608 1431499693 3995482437 488669030 3442795451 222923366 3135245855 3323176400 3725453704 3325721787 2112681681 4287249553 3563996237 3087257653 1258613443 3780982474 1550169006 2551608246 2988462863 2002841643 3785189414 255 362436" option to reproduce the execution
0.09/0.14	c #vars 231
0.09/0.14	c #constraints 2707
0.19/0.20	c BCD2: Hardening is enabled.
0.19/0.20	c BCD2: BiasedSearch is enabled.
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.21	c  0.0s |       0 |        0 |        0 |     1279      0 |        0 |        0
0.19/0.23	c  0.0s |       1 |     1065 |      100 |     1279      0 |        0 |        0
0.19/0.23	c  0.0s |       1 |     1982 |      101 |     1407      0 |        0 |        0
0.19/0.23	c #cpu_time = 0.033s
0.19/0.23	c #wall_clock_time = 0.033s
0.19/0.23	c #decision = 1982
0.19/0.23	c #random_decision = 10
0.19/0.23	c #conflict = 101
0.19/0.23	c #restart = 1
0.19/0.23	o 391
0.19/0.23	c BCD2: updating upper bound: 46329 -> 390
0.19/0.23	c BCD2: 0 <= obj <= 390
0.19/0.23	c BCD2: #cores=0, #unrelaxed=899, #relaxed=0, #hardened=0
0.19/0.23	c BCD2: #sat=1 #unsat=1 bias=1/2
0.19/0.23	c Solving starts ...
0.19/0.23	c ============================[ Search Statistics ]============================
0.19/0.23	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.19/0.23	c       |         |          |          |    Limit     GC | Var      | Constra 
0.19/0.23	c =============================================================================
0.19/0.23	c  0.0s |       0 |        0 |        0 |     1407      0 |        0 |        0
0.19/0.25	c  0.0s |       1 |     1102 |      100 |     1407      0 |        0 |        0
0.19/0.28	c  0.0s |       2 |     2244 |      250 |     1548      0 |        0 |        0
0.29/0.32	c  0.1s |       3 |     3499 |      475 |     1703      0 |        0 |        0
0.39/0.44	c  0.2s |       4 |     4880 |      813 |     1874      0 |        0 |        0
0.59/0.66	c  0.4s |       5 |     6530 |     1320 |     2062      0 |        0 |        0
0.98/1.02	c  0.8s |       6 |     8603 |     2081 |     2269      0 |        0 |        0
1.49/1.52	c  1.3s |       7 |    11316 |     3223 |     2496      0 |        0 |        0
2.09/2.11	c  1.9s |       8 |    15145 |     4936 |     2746      1 |        0 |        0
3.09/3.13	c  2.9s |       9 |    20641 |     7506 |     3021      3 |        0 |        0
4.69/4.73	c  4.5s |      10 |    27202 |    11361 |     3324      5 |        0 |        0
6.70/6.77	c  6.5s |      10 |    34901 |    15661 |     3324      7 |        0 |        0
7.39/7.48	c  7.2s |      11 |    37421 |    17144 |     3657      7 |        0 |        0
9.39/9.48	c  9.2s |      11 |    46818 |    22244 |     3657     10 |        0 |        0
11.29/11.37	c 11.1s |      12 |    53224 |    25819 |     4023     11 |        0 |        0
13.30/13.37	c 13.1s |      12 |    60860 |    30119 |     4023     13 |        0 |        0
15.29/15.39	c 15.2s |      12 |    68374 |    34619 |     4023     15 |        0 |        0
17.19/17.21	c 17.0s |      13 |    75938 |    38832 |     4426     16 |        0 |        0
19.19/19.24	c 19.0s |      13 |    84258 |    43432 |     4426     18 |        0 |        0
21.19/21.27	c 21.0s |      13 |    91139 |    48332 |     4426     20 |        0 |        0
23.19/23.29	c 23.1s |      13 |    97810 |    53132 |     4426     21 |        0 |        0
25.18/25.30	c 25.1s |      13 |   102789 |    57032 |     4426     23 |        0 |        0
25.98/26.05	c 25.8s |      14 |   104468 |    58352 |     4869     23 |        0 |        0
27.98/28.09	c 27.9s |      14 |   109692 |    61552 |     4869     24 |        0 |        0
30.08/30.13	c 29.9s |      14 |   114568 |    65352 |     4869     26 |        0 |        0
32.08/32.16	c 31.9s |      14 |   118824 |    68852 |     4869     27 |        0 |        0
34.09/34.19	c 34.0s |      14 |   122151 |    71652 |     4869     28 |        0 |        0
36.18/36.20	c 36.0s |      14 |   125860 |    74552 |     4869     29 |        0 |        0
38.18/38.20	c 38.0s |      14 |   131707 |    78852 |     4869     30 |        0 |        0
40.18/40.21	c 40.0s |      14 |   136379 |    82252 |     4869     31 |        0 |        0
42.18/42.28	c 42.0s |      14 |   141039 |    85652 |     4869     33 |        0 |        0
43.48/43.55	c 43.3s |      15 |   144063 |    87632 |     5356     33 |        0 |        0
45.48/45.56	c 45.3s |      15 |   149290 |    90732 |     5356     34 |        0 |        0
47.48/47.58	c 47.3s |      15 |   153153 |    93632 |     5356     35 |        0 |        0
49.58/49.64	c 49.4s |      15 |   157423 |    96632 |     5356     36 |        0 |        0
51.57/51.65	c 51.4s |      15 |   161486 |    99432 |     5356     37 |        0 |        0
53.57/53.68	c 53.4s |      15 |   165537 |   102232 |     5356     38 |        0 |        0
55.67/55.74	c 55.5s |      15 |   171727 |   106532 |     5356     39 |        0 |        0
57.67/57.78	c 57.5s |      15 |   175482 |   109532 |     5356     40 |        0 |        0
59.67/59.78	c 59.5s |      15 |   178944 |   112132 |     5356     41 |        0 |        0
61.77/61.80	c 61.6s |      15 |   182873 |   114832 |     5356     42 |        0 |        0
63.78/63.82	c 63.6s |      15 |   188127 |   118332 |     5356     43 |        0 |        0
65.77/65.85	c 65.6s |      15 |   193416 |   121932 |     5356     44 |        0 |        0
67.77/67.87	c 67.6s |      15 |   198052 |   124932 |     5356     45 |        0 |        0
69.77/69.89	c 69.7s |      15 |   203212 |   128332 |     5356     46 |        0 |        0
71.77/71.88	c 71.6s |      16 |   207669 |   131552 |     5892     47 |        0 |        0
73.87/73.92	c 73.7s |      16 |   212718 |   134352 |     5892     48 |        0 |        0
75.87/75.97	c 75.7s |      16 |   217217 |   137352 |     5892     49 |        0 |        0
77.87/77.98	c 77.7s |      16 |   222146 |   140552 |     5892     49 |        0 |        0
79.86/79.99	c 79.8s |      16 |   226963 |   143752 |     5892     50 |        0 |        0
81.96/82.01	c 81.8s |      16 |   232092 |   147052 |     5892     51 |        0 |        0
83.96/84.03	c 83.8s |      16 |   237960 |   150752 |     5892     52 |        0 |        0
85.96/86.04	c 85.8s |      16 |   243359 |   154352 |     5892     54 |        0 |        0
87.97/88.06	c 87.8s |      16 |   247315 |   157052 |     5892     54 |        0 |        0
90.07/90.13	c 89.9s |      16 |   251092 |   159652 |     5892     55 |        0 |        0
92.07/92.16	c 91.9s |      16 |   256579 |   163252 |     5892     56 |        0 |        0
94.07/94.18	c 93.9s |      16 |   262155 |   166752 |     5892     57 |        0 |        0
96.17/96.20	c 96.0s |      16 |   267163 |   170052 |     5892     58 |        0 |        0
98.17/98.21	c 98.0s |      16 |   272039 |   173252 |     5892     59 |        0 |        0
100.17/100.22	c 100.0s |      16 |   277672 |   177152 |     5892     60 |        0 |        0
102.17/102.24	c  102s |      16 |   282497 |   180352 |     5892     61 |        0 |        0
104.17/104.27	c  104s |      16 |   287218 |   183252 |     5892     62 |        0 |        0
106.27/106.31	c  106s |      16 |   292463 |   186552 |     5892     63 |        0 |        0
108.26/108.39	c  108s |      16 |   297230 |   189852 |     5892     64 |        0 |        0
110.36/110.43	c  110s |      16 |   301241 |   192652 |     5892     65 |        0 |        0
112.36/112.49	c  112s |      16 |   304699 |   195052 |     5892     65 |        0 |        0
113.86/113.96	c  113s |      17 |   308240 |   197432 |     6482     66 |        0 |        0
115.86/115.99	c  115s |      17 |   312964 |   199932 |     6482     67 |        0 |        0
117.96/118.01	c  117s |      17 |   317349 |   202832 |     6482     67 |        0 |        0
120.06/120.10	c  119s |      17 |   321417 |   205632 |     6482     68 |        0 |        0
122.07/122.13	c  121s |      17 |   325242 |   208132 |     6482     69 |        0 |        0
124.06/124.16	c  123s |      17 |   329418 |   210732 |     6482     70 |        0 |        0
126.06/126.20	c  125s |      17 |   333739 |   213432 |     6482     70 |        0 |        0
128.16/128.28	c  128s |      17 |   337756 |   216032 |     6482     71 |        0 |        0
130.26/130.35	c  130s |      17 |   341124 |   218332 |     6482     72 |        0 |        0
132.26/132.36	c  132s |      17 |   344729 |   220732 |     6482     72 |        0 |        0
134.36/134.41	c  134s |      17 |   348123 |   222832 |     6482     73 |        0 |        0
136.36/136.48	c  136s |      17 |   351509 |   225132 |     6482     73 |        0 |        0
138.06/138.16	c  137s |      17 |   353733 |   226644 |     6482     74 |        0 |        0
138.06/138.16	c #cpu_time = 137.557s
138.06/138.16	c #wall_clock_time = 137.924s
138.06/138.16	c #decision = 353733
138.06/138.16	c #random_decision = 524
138.06/138.16	c #conflict = 226644
138.06/138.16	c #restart = 17
138.06/138.16	c BCD2: found a new core of size 899: cost of the new core is >=1
138.06/138.16	c lower bound updated to 1
138.06/138.16	c BCD2: 1 <= obj <= 390
138.06/138.16	c BCD2: #cores=1, #unrelaxed=0, #relaxed=899, #hardened=0
138.06/138.16	c BCD2: #sat=1 #unsat=2 bias=2/3
138.06/138.16	c Solving starts ...
138.06/138.16	c ============================[ Search Statistics ]============================
138.06/138.16	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
138.06/138.16	c       |         |          |          |    Limit     GC | Var      | Constra 
138.06/138.16	c =============================================================================
138.06/138.16	c  0.0s |       0 |        0 |        0 |     6482      0 |        0 |        0
138.16/138.23	c  0.1s |       1 |     1106 |      100 |     6482      0 |        0 |        0
138.16/138.29	c  0.1s |       1 |     1402 |      166 |     6482      0 |        0 |        0
138.16/138.29	c #cpu_time = 0.128s
138.16/138.29	c #wall_clock_time = 0.128s
138.16/138.29	c #decision = 1402
138.16/138.29	c #random_decision = 5
138.16/138.29	c #conflict = 166
138.16/138.29	c #restart = 1
138.16/138.29	o 284
138.16/138.29	c BCD2: updating upper bound: 390 -> 283
138.26/138.30	c BCD2: 1 <= obj <= 283
138.26/138.30	c BCD2: #cores=1, #unrelaxed=0, #relaxed=899, #hardened=0
138.26/138.30	c BCD2: #sat=2 #unsat=2 bias=2/4
138.26/138.30	c Solving starts ...
138.26/138.30	c ============================[ Search Statistics ]============================
138.26/138.30	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
138.26/138.30	c       |         |          |          |    Limit     GC | Var      | Constra 
138.26/138.30	c =============================================================================
138.26/138.30	c  0.0s |       0 |        0 |        0 |     6482      0 |        0 |        2
138.26/138.35	c  0.0s |       0 |      198 |        5 |     6482      0 |        0 |        2
138.26/138.35	c #cpu_time = 0.042s
138.26/138.35	c #wall_clock_time = 0.042s
138.26/138.35	c #decision = 198
138.26/138.35	c #random_decision = 0
138.26/138.35	c #conflict = 5
138.26/138.35	c #restart = 0
138.26/138.35	o 190
138.26/138.35	c BCD2: updating upper bound: 283 -> 189
138.26/138.35	c BCD2: 1 <= obj <= 189
138.26/138.35	c BCD2: #cores=1, #unrelaxed=0, #relaxed=899, #hardened=0
138.26/138.35	c BCD2: #sat=3 #unsat=2 bias=2/5
138.26/138.35	c Solving starts ...
138.26/138.35	c ============================[ Search Statistics ]============================
138.26/138.35	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
138.26/138.35	c       |         |          |          |    Limit     GC | Var      | Constra 
138.26/138.35	c =============================================================================
138.26/138.35	c  0.0s |       0 |        0 |        0 |     6482      0 |        0 |        4
138.36/138.48	c  0.1s |       1 |      225 |      100 |     6482      0 |        0 |        4
138.46/138.60	c  0.2s |       2 |      487 |      250 |     6482      0 |        0 |        4
138.66/138.76	c  0.4s |       3 |      811 |      475 |     6482      0 |        0 |        4
138.86/138.90	c  0.5s |       3 |     1249 |      714 |     6482      0 |        0 |        4
138.86/138.90	c #cpu_time = 0.545s
138.86/138.90	c #wall_clock_time = 0.546s
138.86/138.90	c #decision = 1249
138.86/138.90	c #random_decision = 5
138.86/138.90	c #conflict = 714
138.86/138.90	c #restart = 3
138.86/138.90	o 53
138.86/138.90	c BCD2: hardening fixes 441 literals
138.86/138.90	c BCD2: updating upper bound: 189 -> 52
138.86/138.90	c BCD2: 1 <= obj <= 52
138.86/138.90	c BCD2: #cores=1, #unrelaxed=0, #relaxed=458, #hardened=441
138.86/138.90	c BCD2: #sat=4 #unsat=2 bias=2/6
138.86/138.91	c Solving starts ...
138.86/138.91	c ============================[ Search Statistics ]============================
138.86/138.91	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
138.86/138.91	c       |         |          |          |    Limit     GC | Var      | Constra 
138.86/138.91	c =============================================================================
138.86/138.91	c  0.0s |       0 |        0 |        0 |     6482      0 |      441 |        6
138.86/138.98	c  0.1s |       1 |      178 |      100 |     6482      0 |      441 |        6
138.96/139.09	c  0.2s |       2 |      392 |      250 |     6482      0 |      441 |        6
139.16/139.22	c  0.3s |       3 |      742 |      475 |     6482      0 |      441 |        6
139.45/139.50	c  0.6s |       4 |     1286 |      813 |     6482      0 |      441 |        6
139.76/139.82	c  0.9s |       5 |     2083 |     1320 |     6482      1 |      441 |        6
140.05/140.18	c  1.3s |       6 |     3261 |     2081 |     6482      1 |      441 |        6
140.65/140.72	c  1.8s |       7 |     4882 |     3223 |     6482      1 |      441 |        6
141.55/141.63	c  2.7s |       8 |     7301 |     4936 |     6482      1 |      441 |        6
142.75/142.83	c  3.9s |       9 |    10982 |     7506 |     6482      2 |      441 |        6
143.45/143.57	c  4.7s |       9 |    13432 |     9049 |     6482      3 |      441 |        6
143.45/143.57	c #cpu_time = 4.652s
143.45/143.57	c #wall_clock_time = 4.664s
143.45/143.57	c #decision = 13432
143.45/143.57	c #random_decision = 25
143.45/143.57	c #conflict = 9049
143.45/143.57	c #restart = 9
143.45/143.57	o 24
143.45/143.57	c BCD2: hardening fixes 262 literals
143.45/143.57	c BCD2: updating upper bound: 52 -> 23
143.45/143.57	c BCD2: 1 <= obj <= 23
143.45/143.57	c BCD2: #cores=1, #unrelaxed=0, #relaxed=196, #hardened=703
143.45/143.57	c BCD2: #sat=5 #unsat=2 bias=2/7
143.45/143.57	c Solving starts ...
143.45/143.57	c ============================[ Search Statistics ]============================
143.45/143.57	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
143.45/143.57	c       |         |          |          |    Limit     GC | Var      | Constra 
143.45/143.57	c =============================================================================
143.45/143.57	c  0.0s |       0 |        0 |        0 |     6482      0 |      703 |        8
143.55/143.62	c  0.0s |       1 |      161 |      100 |     6482      0 |      703 |        8
143.65/143.70	c  0.1s |       2 |      389 |      250 |     6482      0 |      703 |        8
143.75/143.81	c  0.2s |       3 |      760 |      475 |     6482      0 |      703 |        8
143.85/143.97	c  0.4s |       4 |     1291 |      813 |     6482      0 |      703 |        8
144.06/144.19	c  0.6s |       5 |     2131 |     1320 |     6482      0 |      703 |        8
144.45/144.54	c  1.0s |       6 |     3310 |     2081 |     6482      0 |      703 |        8
145.05/145.13	c  1.6s |       7 |     4890 |     3223 |     6482      0 |      703 |        8
145.75/145.86	c  2.3s |       8 |     7359 |     4936 |     6482      1 |      703 |        8
146.85/146.99	c  3.4s |       9 |    11335 |     7506 |     6482      2 |      703 |        8
148.65/148.74	c  5.2s |      10 |    16735 |    11361 |     6482      3 |      703 |        8
150.65/150.79	c  7.2s |      10 |    23836 |    16361 |     6482      4 |      703 |        8
151.05/151.11	c  7.5s |      11 |    25004 |    17144 |     6482      4 |      703 |        8
153.05/153.12	c  9.5s |      11 |    32570 |    22044 |     6482      6 |      703 |        8
153.65/153.76	c 10.2s |      11 |    34866 |    23655 |     6482      6 |      703 |        8
153.65/153.76	c #cpu_time = 10.161s
153.65/153.76	c #wall_clock_time = 10.192s
153.65/153.76	c #decision = 34866
153.65/153.76	c #random_decision = 38
153.65/153.76	c #conflict = 23655
153.65/153.76	c #restart = 11
153.65/153.76	o 7
153.65/153.76	c BCD2: hardening fixes 148 literals
153.65/153.76	c BCD2: updating upper bound: 23 -> 6
153.65/153.77	c BCD2: 1 <= obj <= 6
153.65/153.77	c BCD2: #cores=1, #unrelaxed=0, #relaxed=48, #hardened=851
153.65/153.77	c BCD2: #sat=6 #unsat=2 bias=2/8
153.65/153.77	c Solving starts ...
153.65/153.77	c ============================[ Search Statistics ]============================
153.65/153.77	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
153.65/153.77	c       |         |          |          |    Limit     GC | Var      | Constra 
153.65/153.77	c =============================================================================
153.65/153.77	c  0.0s |       0 |        0 |        0 |     6482      0 |      851 |       10
153.75/153.83	c  0.1s |       1 |      150 |      100 |     6482      0 |      851 |       10
153.85/153.92	c  0.1s |       2 |      368 |      250 |     6482      0 |      851 |       10
153.95/154.01	c  0.2s |       3 |      775 |      475 |     6482      0 |      851 |       10
154.05/154.15	c  0.4s |       4 |     1358 |      813 |     6482      0 |      851 |       10
154.25/154.33	c  0.6s |       5 |     2255 |     1320 |     6482      0 |      851 |       10
154.45/154.59	c  0.8s |       6 |     3604 |     2081 |     6482      1 |      851 |       10
154.85/154.94	c  1.2s |       7 |     5429 |     3223 |     6482      1 |      851 |       10
155.45/155.52	c  1.7s |       8 |     8151 |     4936 |     6482      1 |      851 |       10
155.75/155.84	c  2.1s |       8 |     9739 |     5881 |     6482      2 |      851 |       10
155.75/155.84	c #cpu_time = 2.073s
155.75/155.84	c #wall_clock_time = 2.078s
155.75/155.84	c #decision = 9739
155.75/155.84	c #random_decision = 20
155.75/155.84	c #conflict = 5881
155.75/155.84	c #restart = 8
155.75/155.84	o 1
155.75/155.84	s OPTIMUM FOUND
155.75/155.84	v -x1 -x2 -x3 -x4 -x5 -x6 -x7 -x8 -x9 x10
155.75/155.84	v -x11 -x12 -x13 -x14 -x15 -x16 -x17 -x18 -x19 -x20
155.75/155.84	v x21 -x22 -x23 -x24 -x25 -x26 -x27 x28 -x29 -x30
155.75/155.84	v -x31 -x32 -x33 -x34 -x35 -x36 -x37 -x38 -x39 -x40
155.75/155.84	v x41 -x42 -x43 -x44 -x45 -x46 -x47 x48 -x49 -x50
155.75/155.84	v -x51 -x52 -x53 -x54 -x55 -x56 x57 -x58 -x59 -x60
155.75/155.84	v -x61 -x62 -x63 -x64 -x65 -x66 -x67 -x68 -x69 -x70
155.75/155.84	v -x71 -x72 x73 -x74 -x75 -x76 -x77 x78 -x79 -x80
155.75/155.84	v -x81 -x82 -x83 -x84 -x85 -x86 -x87 -x88 -x89 -x90
155.75/155.84	v -x91 -x92 -x93 -x94 -x95 -x96 -x97 x98 -x99 -x100
155.75/155.84	v -x101 x102 -x103 -x104 -x105 -x106 -x107 -x108 -x109 -x110
155.75/155.84	v -x111 -x112 -x113 -x114 -x115 -x116 -x117 -x118 x119 -x120
155.75/155.84	v -x121 -x122 -x123 -x124 -x125 -x126 -x127 -x128 -x129 -x130
155.75/155.84	v -x131 -x132 -x133 x134 -x135 -x136 -x137 -x138 -x139 -x140
155.75/155.84	v -x141 -x142 -x143 -x144 -x145 -x146 -x147 -x148 -x149 x150
155.75/155.84	v -x151 -x152 -x153 -x154 -x155 -x156 -x157 x158 -x159 -x160
155.75/155.84	v -x161 -x162 -x163 -x164 -x165 -x166 -x167 -x168 -x169 -x170
155.75/155.84	v x171 -x172 -x173 -x174 -x175 x176 -x177 -x178 -x179 -x180
155.75/155.84	v -x181 -x182 x183 -x184 -x185 -x186 -x187 -x188 -x189 -x190
155.75/155.84	v -x191 -x192 -x193 -x194 -x195 -x196 x197 -x198 -x199 -x200
155.75/155.84	v -x201 -x202 -x203 x204 -x205 -x206 -x207 -x208 -x209 -x210
155.75/155.84	v -x211 x212 -x213 -x214 -x215 -x216 -x217 -x218 -x219 -x220
155.75/155.84	v -x221 -x222 -x223 -x224 -x225 -x226 -x227 -x228 -x229 x230
155.75/155.84	v -x231
155.75/155.84	c total CPU time = 155.430s
155.75/155.84	c total wall clock time = 155.848s

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

pid=2291
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.19 2.25 2.03 3/177 2294
/proc/meminfo: memFree=28869252/32872528 swapFree=1316768/1463936
[pid=2294] ppid=2291 vsize=750012 CPUtime=0 cores=1,3,5,7
/proc/2294/stat : 2294 (toysat) R 2291 2294 1219 0 -1 4202496 2800 0 0 0 0 0 0 0 20 0 4 0 36441068 768012288 3162 33554432000 4194304 16246674 140735172335968 140735172335392 13880264 0 2 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2294/statm: 188271 3175 441 2943 0 185165 0
[pid=2294/tid=2295] ppid=2291 vsize=768444 CPUtime=0 cores=1,3,5,7
/proc/2294/task/2295/stat : 2295 (toysat) S 2291 2294 1219 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36441069 786886656 3235 33554432000 4194304 16246674 140735172335968 139768713161968 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=2294/tid=2296] ppid=2291 vsize=772540 CPUtime=0 cores=1,3,5,7
/proc/2294/task/2296/stat : 2296 (toysat) S 2291 2294 1219 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36441069 791080960 3251 33554432000 4194304 16246674 140735172335968 139768702672112 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=2294/tid=2297] ppid=2291 vsize=776636 CPUtime=0 cores=1,3,5,7
/proc/2294/task/2297/stat : 2297 (toysat) S 2291 2294 1219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36441069 795275264 3267 33554432000 4194304 16246674 140735172335968 139768692198576 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0

[startup+0.10018 s]
/proc/loadavg: 2.19 2.25 2.03 3/177 2294
/proc/meminfo: memFree=28869252/32872528 swapFree=1316768/1463936
[pid=2294] ppid=2291 vsize=1218116 CPUtime=0.09 cores=1,3,5,7
/proc/2294/stat : 2294 (toysat) R 2291 2294 1219 0 -1 4202496 24660 0 0 0 6 3 0 0 20 0 4 0 36441068 1247350784 25014 33554432000 4194304 16246674 140735172335968 140735172335392 12481124 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2294/statm: 304529 25018 617 2943 0 301423 0
[pid=2294/tid=2295] ppid=2291 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/2294/task/2295/stat : 2295 (toysat) S 2291 2294 1219 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36441069 1247350784 25020 33554432000 4194304 16246674 140735172335968 139768713161968 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=2294/tid=2296] ppid=2291 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/2294/task/2296/stat : 2296 (toysat) S 2291 2294 1219 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36441069 1247350784 25025 33554432000 4194304 16246674 140735172335968 139768702672112 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=2294/tid=2297] ppid=2291 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/2294/task/2297/stat : 2297 (toysat) S 2291 2294 1219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36441069 1247350784 25028 33554432000 4194304 16246674 140735172335968 139768692198576 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1218116

[startup+0.200543 s]
/proc/loadavg: 2.19 2.25 2.03 3/177 2294
/proc/meminfo: memFree=28869252/32872528 swapFree=1316768/1463936
[pid=2294] ppid=2291 vsize=1218116 CPUtime=0.19 cores=1,3,5,7
/proc/2294/stat : 2294 (toysat) R 2291 2294 1219 0 -1 4202496 40257 0 0 0 13 6 0 0 20 0 4 0 36441068 1247350784 40608 33554432000 4194304 16246674 140735172335968 140735172335392 6167089 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2294/statm: 304529 40621 694 2943 0 301423 0
[pid=2294/tid=2295] ppid=2291 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/2294/task/2295/stat : 2295 (toysat) S 2291 2294 1219 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36441069 1247350784 40629 33554432000 4194304 16246674 140735172335968 139768713161968 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=2294/tid=2296] ppid=2291 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/2294/task/2296/stat : 2296 (toysat) S 2291 2294 1219 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36441069 1247350784 40636 33554432000 4194304 16246674 140735172335968 139768702672112 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=2294/tid=2297] ppid=2291 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/2294/task/2297/stat : 2297 (toysat) S 2291 2294 1219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36441069 1247350784 40643 33554432000 4194304 16246674 140735172335968 139768692198576 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1218116

[startup+0.300491 s]
/proc/loadavg: 2.19 2.25 2.03 3/177 2294
/proc/meminfo: memFree=28869252/32872528 swapFree=1316768/1463936
[pid=2294] ppid=2291 vsize=1222212 CPUtime=0.29 cores=1,3,5,7
/proc/2294/stat : 2294 (toysat) R 2291 2294 1219 0 -1 4202496 41708 0 0 0 23 6 0 0 20 0 4 0 36441068 1251545088 42033 33554432000 4194304 16246674 140735172335968 140735172335280 5823863 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2294/statm: 305553 42033 869 2943 0 302447 0
[pid=2294/tid=2295] ppid=2291 vsize=1222212 CPUtime=0 cores=1,3,5,7
/proc/2294/task/2295/stat : 2295 (toysat) S 2291 2294 1219 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36441069 1251545088 42033 33554432000 4194304 16246674 140735172335968 139768713161968 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=2294/tid=2296] ppid=2291 vsize=1222212 CPUtime=0 cores=1,3,5,7
/proc/2294/task/2296/stat : 2296 (toysat) S 2291 2294 1219 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36441069 1251545088 42033 33554432000 4194304 16246674 140735172335968 139768702672112 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=2294/tid=2297] ppid=2291 vsize=1222212 CPUtime=0 cores=1,3,5,7
/proc/2294/task/2297/stat : 2297 (toysat) S 2291 2294 1219 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36441069 1251545088 42033 33554432000 4194304 16246674 140735172335968 139768692198576 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1222212

[startup+0.700364 s]
/proc/loadavg: 2.19 2.25 2.03 3/177 2294
/proc/meminfo: memFree=28869252/32872528 swapFree=1316768/1463936
[pid=2294] ppid=2291 vsize=1222212 CPUtime=0.69 cores=1,3,5,7
/proc/2294/stat : 2294 (toysat) R 2291 2294 1219 0 -1 4202496 127343 0 0 0 52 17 0 0 20 0 4 0 36441068 1251545088 127668 33554432000 4194304 16246674 140735172335968 140735172335280 6010521 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2294/statm: 305553 127675 869 2943 0 302447 0
[pid=2294/tid=2295] ppid=2291 vsize=1222212 CPUtime=0 cores=1,3,5,7
/proc/2294/task/2295/stat : 2295 (toysat) S 2291 2294 1219 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36441069 1251545088 127679 33554432000 4194304 16246674 140735172335968 139768713161968 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=2294/tid=2296] ppid=2291 vsize=1222212 CPUtime=0 cores=1,3,5,7
/proc/2294/task/2296/stat : 2296 (toysat) S 2291 2294 1219 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36441069 1251545088 127682 33554432000 4194304 16246674 140735172335968 139768702672112 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=2294/tid=2297] ppid=2291 vsize=1222212 CPUtime=0 cores=1,3,5,7
/proc/2294/task/2297/stat : 2297 (toysat) S 2291 2294 1219 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36441069 1251545088 127686 33554432000 4194304 16246674 140735172335968 139768692198576 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1222212

[startup+1.50042 s]
/proc/loadavg: 2.19 2.25 2.03 3/181 2298
/proc/meminfo: memFree=27964692/32872528 swapFree=1316768/1463936
[pid=2294] ppid=2291 vsize=1301060 CPUtime=1.49 cores=1,3,5,7
/proc/2294/stat : 2294 (toysat) R 2291 2294 1219 0 -1 4202496 266335 0 0 0 113 36 0 0 20 0 4 0 36441068 1332285440 266660 33554432000 4194304 16246674 140735172335968 140735172317888 5823968 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2294/statm: 325265 266660 869 2943 0 322159 0
[pid=2294/tid=2295] ppid=2291 vsize=1301060 CPUtime=0 cores=1,3,5,7
/proc/2294/task/2295/stat : 2295 (toysat) S 2291 2294 1219 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36441069 1332285440 266660 33554432000 4194304 16246674 140735172335968 139768713161968 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=2294/tid=2296] ppid=2291 vsize=1301060 CPUtime=0 cores=1,3,5,7
/proc/2294/task/2296/stat : 2296 (toysat) S 2291 2294 1219 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36441069 1332285440 266660 33554432000 4194304 16246674 140735172335968 139768702672112 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=2294/tid=2297] ppid=2291 vsize=1301060 CPUtime=0 cores=1,3,5,7
/proc/2294/task/2297/stat : 2297 (toysat) S 2291 2294 1219 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36441069 1332285440 266660 33554432000 4194304 16246674 140735172335968 139768692198576 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 1301060

[startup+3.10043 s]
/proc/loadavg: 2.25 2.26 2.04 4/181 2298
/proc/meminfo: memFree=27799348/32872528 swapFree=1316768/1463936
[pid=2294] ppid=2291 vsize=1308228 CPUtime=3.09 cores=1,3,5,7
/proc/2294/stat : 2294 (toysat) R 2291 2294 1219 0 -1 4202496 268177 0 0 0 272 37 0 0 20 0 4 0 36441068 1339625472 268502 33554432000 4194304 16246674 140735172335968 140735172335144 5721694 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2294/statm: 327057 268502 875 2943 0 323951 0
[pid=2294/tid=2295] ppid=2291 vsize=1308228 CPUtime=0 cores=1,3,5,7
/proc/2294/task/2295/stat : 2295 (toysat) S 2291 2294 1219 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36441069 1339625472 268502 33554432000 4194304 16246674 140735172335968 139768713161968 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=2294/tid=2296] ppid=2291 vsize=1308228 CPUtime=0 cores=1,3,5,7
/proc/2294/task/2296/stat : 2296 (toysat) S 2291 2294 1219 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36441069 1339625472 268502 33554432000 4194304 16246674 140735172335968 139768702672112 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=2294/tid=2297] ppid=2291 vsize=1308228 CPUtime=0 cores=1,3,5,7
/proc/2294/task/2297/stat : 2297 (toysat) S 2291 2294 1219 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36441069 1339625472 268502 33554432000 4194304 16246674 140735172335968 139768692198576 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 1308228

[startup+6.30038 s]
/proc/loadavg: 2.25 2.26 2.04 4/181 2347
/proc/meminfo: memFree=28085108/32872528 swapFree=1316768/1463936
[pid=2294] ppid=2291 vsize=1311300 CPUtime=6.29 cores=1,3,5,7
/proc/2294/stat : 2294 (toysat) R 2291 2294 1219 0 -1 4202496 268945 0 0 0 592 37 0 0 20 0 4 0 36441068 1342771200 269270 33554432000 4194304 16246674 140735172335968 140735172317888 5823086 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2294/statm: 327825 269270 875 2943 0 324719 0
[pid=2294/tid=2295] ppid=2291 vsize=1311300 CPUtime=0 cores=1,3,5,7
/proc/2294/task/2295/stat : 2295 (toysat) S 2291 2294 1219 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36441069 1342771200 269270 33554432000 4194304 16246674 140735172335968 139768713161968 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=2294/tid=2296] ppid=2291 vsize=1311300 CPUtime=0 cores=1,3,5,7
/proc/2294/task/2296/stat : 2296 (toysat) S 2291 2294 1219 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36441069 1342771200 269270 33554432000 4194304 16246674 140735172335968 139768702672112 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=2294/tid=2297] ppid=2291 vsize=1311300 CPUtime=0 cores=1,3,5,7
/proc/2294/task/2297/stat : 2297 (toysat) S 2291 2294 1219 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36441069 1342771200 269270 33554432000 4194304 16246674 140735172335968 139768692198576 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1311300

[startup+12.7004 s]
/proc/loadavg: 2.39 2.29 2.05 3/181 2347
/proc/meminfo: memFree=28083224/32872528 swapFree=1316768/1463936
[pid=2294] ppid=2291 vsize=1313348 CPUtime=12.69 cores=1,3,5,7
/proc/2294/stat : 2294 (toysat) R 2291 2294 1219 0 -1 4202496 269351 0 0 0 1232 37 0 0 20 0 4 0 36441068 1344868352 269676 33554432000 4194304 16246674 140735172335968 140735172317888 5677716 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2294/statm: 328337 269676 875 2943 0 325231 0
[pid=2294/tid=2295] ppid=2291 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/2294/task/2295/stat : 2295 (toysat) S 2291 2294 1219 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36441069 1344868352 269676 33554432000 4194304 16246674 140735172335968 139768713161968 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=2294/tid=2296] ppid=2291 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/2294/task/2296/stat : 2296 (toysat) S 2291 2294 1219 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36441069 1344868352 269676 33554432000 4194304 16246674 140735172335968 139768702672112 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=2294/tid=2297] ppid=2291 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/2294/task/2297/stat : 2297 (toysat) S 2291 2294 1219 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36441069 1344868352 269676 33554432000 4194304 16246674 140735172335968 139768692198576 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1313348

[startup+25.5005 s]
/proc/loadavg: 2.53 2.32 2.06 3/181 2347
/proc/meminfo: memFree=28070280/32872528 swapFree=1316768/1463936
[pid=2294] ppid=2291 vsize=1322564 CPUtime=25.48 cores=1,3,5,7
/proc/2294/stat : 2294 (toysat) R 2291 2294 1219 0 -1 4202496 271606 0 0 0 2511 37 0 0 20 0 4 0 36441068 1354305536 271931 33554432000 4194304 16246674 140735172335968 140735172318968 5545708 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2294/statm: 330641 271931 875 2943 0 327535 0
[pid=2294/tid=2295] ppid=2291 vsize=1322564 CPUtime=0 cores=1,3,5,7
/proc/2294/task/2295/stat : 2295 (toysat) S 2291 2294 1219 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36441069 1354305536 271931 33554432000 4194304 16246674 140735172335968 139768713161968 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=2294/tid=2296] ppid=2291 vsize=1322564 CPUtime=0 cores=1,3,5,7
/proc/2294/task/2296/stat : 2296 (toysat) S 2291 2294 1219 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36441069 1354305536 271931 33554432000 4194304 16246674 140735172335968 139768702672112 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=2294/tid=2297] ppid=2291 vsize=1322564 CPUtime=0 cores=1,3,5,7
/proc/2294/task/2297/stat : 2297 (toysat) S 2291 2294 1219 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36441069 1354305536 271931 33554432000 4194304 16246674 140735172335968 139768692198576 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 1322564

[startup+51.1005 s]
/proc/loadavg: 2.43 2.31 2.06 4/181 2347
/proc/meminfo: memFree=27784808/32872528 swapFree=1316768/1463936
[pid=2294] ppid=2291 vsize=1322564 CPUtime=51.07 cores=1,3,5,7
/proc/2294/stat : 2294 (toysat) R 2291 2294 1219 0 -1 4202496 271773 0 0 0 5070 37 0 0 20 0 4 0 36441068 1354305536 272089 33554432000 4194304 16246674 140735172335968 140735172317888 5822428 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2294/statm: 330641 272089 875 2943 0 327535 0
[pid=2294/tid=2295] ppid=2291 vsize=1322564 CPUtime=0 cores=1,3,5,7
/proc/2294/task/2295/stat : 2295 (toysat) S 2291 2294 1219 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36441069 1354305536 272089 33554432000 4194304 16246674 140735172335968 139768713161968 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=2294/tid=2296] ppid=2291 vsize=1322564 CPUtime=0 cores=1,3,5,7
/proc/2294/task/2296/stat : 2296 (toysat) S 2291 2294 1219 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36441069 1354305536 272089 33554432000 4194304 16246674 140735172335968 139768702672112 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=2294/tid=2297] ppid=2291 vsize=1322564 CPUtime=0 cores=1,3,5,7
/proc/2294/task/2297/stat : 2297 (toysat) S 2291 2294 1219 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36441069 1354305536 272089 33554432000 4194304 16246674 140735172335968 139768692198576 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 1322564

[startup+102.301 s]
/proc/loadavg: 2.33 2.30 2.07 3/181 2348
/proc/meminfo: memFree=27782860/32872528 swapFree=1316768/1463936
[pid=2294] ppid=2291 vsize=1322564 CPUtime=102.27 cores=1,3,5,7
/proc/2294/stat : 2294 (toysat) R 2291 2294 1219 0 -1 4202496 271776 0 0 0 10189 38 0 0 20 0 4 0 36441068 1354305536 272089 33554432000 4194304 16246674 140735172335968 140735172317888 5822428 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2294/statm: 330641 272089 875 2943 0 327535 0
[pid=2294/tid=2295] ppid=2291 vsize=1322564 CPUtime=0 cores=1,3,5,7
/proc/2294/task/2295/stat : 2295 (toysat) S 2291 2294 1219 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36441069 1354305536 272089 33554432000 4194304 16246674 140735172335968 139768713161968 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=2294/tid=2296] ppid=2291 vsize=1322564 CPUtime=0 cores=1,3,5,7
/proc/2294/task/2296/stat : 2296 (toysat) S 2291 2294 1219 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36441069 1354305536 272089 33554432000 4194304 16246674 140735172335968 139768702672112 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=2294/tid=2297] ppid=2291 vsize=1322564 CPUtime=0 cores=1,3,5,7
/proc/2294/task/2297/stat : 2297 (toysat) S 2291 2294 1219 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36441069 1354305536 272089 33554432000 4194304 16246674 140735172335968 139768692198576 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 1322564

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

[startup+102.407 s]
/proc/loadavg: 2.33 2.30 2.07 3/181 2348
/proc/meminfo: memFree=27782860/32872528 swapFree=1316768/1463936
[pid=2294] ppid=2291 vsize=1322564 CPUtime=102.37 cores=1,3,5,7
/proc/2294/stat : 2294 (toysat) R 2291 2294 1219 0 -1 4202496 271776 0 0 0 10199 38 0 0 20 0 4 0 36441068 1354305536 272089 33554432000 4194304 16246674 140735172335968 140735172317888 5523460 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2294/statm: 330641 272089 875 2943 0 327535 0
[pid=2294/tid=2295] ppid=2291 vsize=1322564 CPUtime=0 cores=1,3,5,7
/proc/2294/task/2295/stat : 2295 (toysat) S 2291 2294 1219 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36441069 1354305536 272089 33554432000 4194304 16246674 140735172335968 139768713161968 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=2294/tid=2296] ppid=2291 vsize=1322564 CPUtime=0 cores=1,3,5,7
/proc/2294/task/2296/stat : 2296 (toysat) S 2291 2294 1219 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36441069 1354305536 272089 33554432000 4194304 16246674 140735172335968 139768702672112 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=2294/tid=2297] ppid=2291 vsize=1322564 CPUtime=0 cores=1,3,5,7
/proc/2294/task/2297/stat : 2297 (toysat) S 2291 2294 1219 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36441069 1354305536 272089 33554432000 4194304 16246674 140735172335968 139768692198576 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 102.37
Current children cumulated vsize (KiB) 1322564

[startup+128 s]
/proc/loadavg: 2.27 2.29 2.08 3/181 2349
/proc/meminfo: memFree=27773536/32872528 swapFree=1316768/1463936
[pid=2294] ppid=2291 vsize=1322564 CPUtime=127.96 cores=1,3,5,7
/proc/2294/stat : 2294 (toysat) R 2291 2294 1219 0 -1 4202496 271778 0 0 0 12758 38 0 0 20 0 4 0 36441068 1354305536 272089 33554432000 4194304 16246674 140735172335968 140735172317888 5546214 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2294/statm: 330641 272089 875 2943 0 327535 0
[pid=2294/tid=2295] ppid=2291 vsize=1322564 CPUtime=0 cores=1,3,5,7
/proc/2294/task/2295/stat : 2295 (toysat) S 2291 2294 1219 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36441069 1354305536 272089 33554432000 4194304 16246674 140735172335968 139768713161968 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=2294/tid=2296] ppid=2291 vsize=1322564 CPUtime=0 cores=1,3,5,7
/proc/2294/task/2296/stat : 2296 (toysat) S 2291 2294 1219 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36441069 1354305536 272089 33554432000 4194304 16246674 140735172335968 139768702672112 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=2294/tid=2297] ppid=2291 vsize=1322564 CPUtime=0 cores=1,3,5,7
/proc/2294/task/2297/stat : 2297 (toysat) S 2291 2294 1219 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36441069 1354305536 272089 33554432000 4194304 16246674 140735172335968 139768692198576 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 127.96
Current children cumulated vsize (KiB) 1322564

[startup+140.8 s]
/proc/loadavg: 2.31 2.30 2.08 3/181 2349
/proc/meminfo: memFree=27764824/32872528 swapFree=1316768/1463936
[pid=2294] ppid=2291 vsize=1331780 CPUtime=140.76 cores=1,3,5,7
/proc/2294/stat : 2294 (toysat) R 2291 2294 1219 0 -1 4202496 274005 0 0 0 14038 38 0 0 20 0 4 0 36441068 1363742720 274313 33554432000 4194304 16246674 140735172335968 140735172333760 12462816 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2294/statm: 332945 274313 885 2943 0 329839 0
[pid=2294/tid=2295] ppid=2291 vsize=1331780 CPUtime=0 cores=1,3,5,7
/proc/2294/task/2295/stat : 2295 (toysat) S 2291 2294 1219 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36441069 1363742720 274313 33554432000 4194304 16246674 140735172335968 139768713161968 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=2294/tid=2296] ppid=2291 vsize=1331780 CPUtime=0 cores=1,3,5,7
/proc/2294/task/2296/stat : 2296 (toysat) S 2291 2294 1219 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36441069 1363742720 274313 33554432000 4194304 16246674 140735172335968 139768702672112 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=2294/tid=2297] ppid=2291 vsize=1331780 CPUtime=0 cores=1,3,5,7
/proc/2294/task/2297/stat : 2297 (toysat) S 2291 2294 1219 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36441069 1363742720 274313 33554432000 4194304 16246674 140735172335968 139768692198576 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 140.76
Current children cumulated vsize (KiB) 1331780

[startup+147.2 s]
/proc/loadavg: 2.29 2.29 2.08 3/181 2349
/proc/meminfo: memFree=27763088/32872528 swapFree=1316768/1463936
[pid=2294] ppid=2291 vsize=1331780 CPUtime=147.15 cores=1,3,5,7
/proc/2294/stat : 2294 (toysat) R 2291 2294 1219 0 -1 4202496 274005 0 0 0 14677 38 0 0 20 0 4 0 36441068 1363742720 274313 33554432000 4194304 16246674 140735172335968 140735172318960 5822252 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2294/statm: 332945 274313 885 2943 0 329839 0
[pid=2294/tid=2295] ppid=2291 vsize=1331780 CPUtime=0 cores=1,3,5,7
/proc/2294/task/2295/stat : 2295 (toysat) S 2291 2294 1219 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36441069 1363742720 274313 33554432000 4194304 16246674 140735172335968 139768713161968 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=2294/tid=2296] ppid=2291 vsize=1331780 CPUtime=0 cores=1,3,5,7
/proc/2294/task/2296/stat : 2296 (toysat) S 2291 2294 1219 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36441069 1363742720 274313 33554432000 4194304 16246674 140735172335968 139768702672112 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=2294/tid=2297] ppid=2291 vsize=1331780 CPUtime=0 cores=1,3,5,7
/proc/2294/task/2297/stat : 2297 (toysat) S 2291 2294 1219 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36441069 1363742720 274313 33554432000 4194304 16246674 140735172335968 139768692198576 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 147.15
Current children cumulated vsize (KiB) 1331780

[startup+150.4 s]
/proc/loadavg: 2.26 2.29 2.08 4/181 2349
/proc/meminfo: memFree=27762948/32872528 swapFree=1316768/1463936
[pid=2294] ppid=2291 vsize=1331780 CPUtime=150.35 cores=1,3,5,7
/proc/2294/stat : 2294 (toysat) R 2291 2294 1219 0 -1 4202496 274011 0 0 0 14997 38 0 0 20 0 4 0 36441068 1363742720 274313 33554432000 4194304 16246674 140735172335968 140735172317888 13820919 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2294/statm: 332945 274313 885 2943 0 329839 0
[pid=2294/tid=2295] ppid=2291 vsize=1331780 CPUtime=0 cores=1,3,5,7
/proc/2294/task/2295/stat : 2295 (toysat) S 2291 2294 1219 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36441069 1363742720 274313 33554432000 4194304 16246674 140735172335968 139768713161968 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=2294/tid=2296] ppid=2291 vsize=1331780 CPUtime=0 cores=1,3,5,7
/proc/2294/task/2296/stat : 2296 (toysat) S 2291 2294 1219 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36441069 1363742720 274313 33554432000 4194304 16246674 140735172335968 139768702672112 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=2294/tid=2297] ppid=2291 vsize=1331780 CPUtime=0 cores=1,3,5,7
/proc/2294/task/2297/stat : 2297 (toysat) S 2291 2294 1219 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36441069 1363742720 274313 33554432000 4194304 16246674 140735172335968 139768692198576 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 150.35
Current children cumulated vsize (KiB) 1331780

[startup+153.6 s]
/proc/loadavg: 2.24 2.28 2.08 3/181 2349
/proc/meminfo: memFree=27761956/32872528 swapFree=1316768/1463936
[pid=2294] ppid=2291 vsize=1331780 CPUtime=153.55 cores=1,3,5,7
/proc/2294/stat : 2294 (toysat) R 2291 2294 1219 0 -1 4202496 274011 0 0 0 15317 38 0 0 20 0 4 0 36441068 1363742720 274313 33554432000 4194304 16246674 140735172335968 140735172318968 13943600 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2294/statm: 332945 274313 885 2943 0 329839 0
[pid=2294/tid=2295] ppid=2291 vsize=1331780 CPUtime=0 cores=1,3,5,7
/proc/2294/task/2295/stat : 2295 (toysat) S 2291 2294 1219 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36441069 1363742720 274313 33554432000 4194304 16246674 140735172335968 139768713161968 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=2294/tid=2296] ppid=2291 vsize=1331780 CPUtime=0 cores=1,3,5,7
/proc/2294/task/2296/stat : 2296 (toysat) S 2291 2294 1219 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36441069 1363742720 274313 33554432000 4194304 16246674 140735172335968 139768702672112 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=2294/tid=2297] ppid=2291 vsize=1331780 CPUtime=0 cores=1,3,5,7
/proc/2294/task/2297/stat : 2297 (toysat) S 2291 2294 1219 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36441069 1363742720 274313 33554432000 4194304 16246674 140735172335968 139768692198576 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 153.55
Current children cumulated vsize (KiB) 1331780

[startup+155.207 s]
/proc/loadavg: 2.24 2.28 2.08 3/181 2349
/proc/meminfo: memFree=27762080/32872528 swapFree=1316768/1463936
[pid=2294] ppid=2291 vsize=1331780 CPUtime=155.15 cores=1,3,5,7
/proc/2294/stat : 2294 (toysat) R 2291 2294 1219 0 -1 4202496 274011 0 0 0 15477 38 0 0 20 0 4 0 36441068 1363742720 274313 33554432000 4194304 16246674 140735172335968 140735172317888 5822722 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2294/statm: 332945 274313 885 2943 0 329839 0
[pid=2294/tid=2295] ppid=2291 vsize=1331780 CPUtime=0 cores=1,3,5,7
/proc/2294/task/2295/stat : 2295 (toysat) S 2291 2294 1219 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36441069 1363742720 274313 33554432000 4194304 16246674 140735172335968 139768713161968 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=2294/tid=2296] ppid=2291 vsize=1331780 CPUtime=0 cores=1,3,5,7
/proc/2294/task/2296/stat : 2296 (toysat) S 2291 2294 1219 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36441069 1363742720 274313 33554432000 4194304 16246674 140735172335968 139768702672112 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=2294/tid=2297] ppid=2291 vsize=1331780 CPUtime=0 cores=1,3,5,7
/proc/2294/task/2297/stat : 2297 (toysat) S 2291 2294 1219 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36441069 1363742720 274313 33554432000 4194304 16246674 140735172335968 139768692198576 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 155.15
Current children cumulated vsize (KiB) 1331780

[startup+155.6 s]
/proc/loadavg: 2.24 2.28 2.08 3/181 2349
/proc/meminfo: memFree=27762080/32872528 swapFree=1316768/1463936
[pid=2294] ppid=2291 vsize=1331780 CPUtime=155.55 cores=1,3,5,7
/proc/2294/stat : 2294 (toysat) R 2291 2294 1219 0 -1 4202496 274011 0 0 0 15517 38 0 0 20 0 4 0 36441068 1363742720 274313 33554432000 4194304 16246674 140735172335968 140735172317888 13950199 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2294/statm: 332945 274313 885 2943 0 329839 0
[pid=2294/tid=2295] ppid=2291 vsize=1331780 CPUtime=0 cores=1,3,5,7
/proc/2294/task/2295/stat : 2295 (toysat) S 2291 2294 1219 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36441069 1363742720 274313 33554432000 4194304 16246674 140735172335968 139768713161968 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=2294/tid=2296] ppid=2291 vsize=1331780 CPUtime=0 cores=1,3,5,7
/proc/2294/task/2296/stat : 2296 (toysat) S 2291 2294 1219 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36441069 1363742720 274313 33554432000 4194304 16246674 140735172335968 139768702672112 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=2294/tid=2297] ppid=2291 vsize=1331780 CPUtime=0 cores=1,3,5,7
/proc/2294/task/2297/stat : 2297 (toysat) S 2291 2294 1219 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36441069 1363742720 274313 33554432000 4194304 16246674 140735172335968 139768692198576 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 155.55
Current children cumulated vsize (KiB) 1331780

[startup+155.8 s]
/proc/loadavg: 2.24 2.28 2.08 3/181 2349
/proc/meminfo: memFree=27762080/32872528 swapFree=1316768/1463936
[pid=2294] ppid=2291 vsize=1331780 CPUtime=155.75 cores=1,3,5,7
/proc/2294/stat : 2294 (toysat) R 2291 2294 1219 0 -1 4202496 274011 0 0 0 15537 38 0 0 20 0 4 0 36441068 1363742720 274313 33554432000 4194304 16246674 140735172335968 140735172317888 13906983 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2294/statm: 332945 274313 885 2943 0 329839 0
[pid=2294/tid=2295] ppid=2291 vsize=1331780 CPUtime=0 cores=1,3,5,7
/proc/2294/task/2295/stat : 2295 (toysat) S 2291 2294 1219 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36441069 1363742720 274313 33554432000 4194304 16246674 140735172335968 139768713161968 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=2294/tid=2296] ppid=2291 vsize=1331780 CPUtime=0 cores=1,3,5,7
/proc/2294/task/2296/stat : 2296 (toysat) S 2291 2294 1219 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36441069 1363742720 274313 33554432000 4194304 16246674 140735172335968 139768702672112 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=2294/tid=2297] ppid=2291 vsize=1331780 CPUtime=0 cores=1,3,5,7
/proc/2294/task/2297/stat : 2297 (toysat) S 2291 2294 1219 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36441069 1363742720 274313 33554432000 4194304 16246674 140735172335968 139768692198576 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 155.75
Current children cumulated vsize (KiB) 1331780

[startup+155.9 s]
/proc/loadavg: 2.24 2.28 2.08 3/181 2349
/proc/meminfo: memFree=27762080/32872528 swapFree=1316768/1463936
[pid=2294] ppid=2291 vsize=0 CPUtime=155.84 cores=1,3,5,7
/proc/2294/stat : 2294 (toysat) Z 2291 2294 1219 0 -1 4202508 274015 0 0 0 15541 43 0 0 20 0 2 0 36441068 0 0 33554432000 0 0 0 0 0 0 0 33554432 0 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2294/statm: 0 0 0 0 0 0 0
[pid=2294/tid=2297] ppid=2291 vsize=0 CPUtime=0.03 cores=1,3,5,7
/proc/2294/task/2297/stat : 2297 (toysat) R 2291 2294 1219 0 -1 4202564 2 0 0 0 0 3 0 0 20 0 2 0 36441069 0 0 33554432000 0 0 0 0 0 256 0 33554432 0 18446744073709551615 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 155.84
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 155.901
CPU time (s): 155.859
CPU user time (s): 155.419
CPU system time (s): 0.439933
CPU usage (%): 99.973
Max. virtual memory (cumulated for all children) (KiB): 1331780

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 155.419
system time used= 0.439933
maximum resident set size= 1097264
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 274015
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= 48
involuntary context switches= 156

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.464929 second user time and 0.645901 second system time

The end

Launcher Data

Begin job on node121 at 2016-06-19 15:45:41
IDJOB=4109722
IDBENCH=78904
IDSOLVER=2553
FILE ID=node121/4109722-1466343941
RUNJOBID= node121-1466341819-1236
PBS_JOBID= 19922032
Free space on /tmp= 71704 MiB

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

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

MD5SUM BENCH= a1fa880e8620ee0c5e9a297708544854
RANDOM SEED=425118312

node121.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.691
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.38
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.691
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.691
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.691
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.691
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:        28869980 kB
Buffers:          202704 kB
Cached:           483240 kB
SwapCached:         1944 kB
Active:          1287396 kB
Inactive:         484504 kB
Active(anon):    1085448 kB
Inactive(anon):     2900 kB
Active(file):     201948 kB
Inactive(file):   481604 kB
Unevictable:     1463936 kB
Mlocked:         1316768 kB
SwapTotal:      67108856 kB
SwapFree:       67101196 kB
Dirty:             16324 kB
Writeback:             0 kB
AnonPages:       2603796 kB
Mapped:            12592 kB
Shmem:                 0 kB
Slab:             628656 kB
SReclaimable:      72840 kB
SUnreclaim:       555816 kB
KernelStack:        1504 kB
PageTables:         8992 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2677972 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    206848 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= 71688 MiB
End job on node121 at 2016-06-19 15:48:17