Trace number 4106589

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 NameAnswerobjective functionCPU timeWall clock time
toysat 2016-05-02? (TO) 1800.06 1800.51

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mds/normalized-mds_500_60_1.opb
MD5SUM7931a71f4daac58a32a56f6c89bc3525
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark19
Best CPU time to get the best result obtained on this benchmark1800.03
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 16
Optimality of the best value was proved NO
Number of variables500
Total number of constraints500
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints500
Minimum length of a constraint61
Maximum length of a constraint104
Number of terms in the objective function 500
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 500
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 500
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)37366
Sum of products size (including duplicates)74732
Number of different products37366
Sum of products size74732

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-18T20:19:56+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","--pb","--search=bcd2","HOME/instance-4106589-1466273996.opb"]
0.00/0.01	c use --random-gen="4024622835 3583622823 3032006643 3959742392 2829615733 2552299269 188104061 4178745853 1887663429 3962144073 120173166 2522255268 1160573138 2289850688 3738320651 4268579826 2619349176 2277341565 1691642997 2733671035 3150062944 2051043682 488673029 3376909078 3476499217 58014866 4273572737 2837900014 1437833636 2235491522 509378047 715570321 3981392205 328210723 2327411999 3325916323 2391233724 2006081162 1884271443 4191812649 2948448647 2768787251 1387669215 2083267853 2622764517 573834217 3438469444 1765721046 3484818074 1416426787 382561859 486969201 1102701856 3307129378 4103388571 2130479997 4240070012 3234795786 1875567652 3849406136 3291497381 206549743 2913143526 2579411130 2944149891 3946277500 3501836708 1730811959 278444501 1425554117 3156232705 12724545 3871060186 64233963 2619853231 414020984 2229368052 1476936527 708107918 1522574942 2892816041 1066235633 2826381549 2722103213 4263410212 2274305996 3017552841 2672169623 985668491 2582325147 3837073761 1430049415 2521531029 2187471152 4126158655 4058399132 2981855887 4074237914 3417424888 2952991160 752897690 197232518 259707004 2106362189 3057072899 3586849341 470151450 2076813476 2399687425 2110447900 2972828920 4204745172 650442380 1785660211 1284222280 4275403539 2280525649 3278799173 3563496133 555367211 4076032951 1517198566 3602676896 1025620190 2800221335 3270776462 1986326100 1571485268 867450652 568834017 4180351201 2241603585 3127197138 2699390041 2857709729 3737875547 3745704769 3595350315 3561589967 3620971262 3313855633 3522967961 1145071251 4136426697 2215032341 2019858934 2974027593 2690304234 2121658223 978982876 1846107024 4141896489 1128188916 1955970789 4225232519 9278681 918605377 3824786014 2071301456 2623127331 4096287954 2797950420 2310822814 3442737248 3821352102 1855289088 3103084687 1195133899 1578427895 202170985 2311937184 3182900200 3813434471 1685376202 268335355 2377463224 1104320505 2166028502 1062561953 9276164 619327055 3986896550 2843051746 305294892 456464796 3512844360 3758465613 2343554422 3171243474 2911205768 1490222979 4065051968 2445728733 4161834326 1870507708 4207543437 1806492068 3754356583 4037164838 2315104286 3968366067 2923053458 192507965 3422161376 4039036977 1436323244 1764887304 3957932315 264838410 2964397123 2739412901 177670709 706842721 1137874182 3193469934 3319844178 2276293798 956176488 1556294826 2940672391 1931372852 1872125936 1616490393 770877372 300967619 2552626462 437575481 2660818249 326810704 638464201 3667714551 2040540826 861476885 2554533200 2712633741 1852712814 1394386825 289669290 601168020 3089330032 241138054 3342905537 2476777136 1200317002 1040071484 3261186411 116062381 103392488 2817236306 3733593968 38763379 283280234 3183125969 2944494360 943801448 1816010147 255 362436" option to reproduce the execution
0.09/0.12	c #vars 500
0.09/0.12	c #constraints 500
0.79/0.88	c BCD2: Hardening is enabled.
0.79/0.88	c BCD2: BiasedSearch is enabled.
0.79/0.88	c Solving starts ...
0.79/0.88	c ============================[ Search Statistics ]============================
0.79/0.88	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.79/0.88	c       |         |          |          |    Limit     GC | Var      | Constra 
0.79/0.88	c =============================================================================
0.79/0.88	c  0.0s |       0 |        0 |        0 |    37699      0 |        0 |        0
0.99/1.00	c  0.1s |       0 |     2055 |        0 |    37699      0 |        0 |        0
0.99/1.00	c #cpu_time = 0.094s
0.99/1.00	c #wall_clock_time = 0.095s
0.99/1.00	c #decision = 2055
0.99/1.00	c #random_decision = 2
0.99/1.00	c #conflict = 0
0.99/1.00	c #restart = 0
0.99/1.00	o 467
1.19/1.26	c BCD2: updating upper bound: 500 -> 466
1.19/1.26	c BCD2: 0 <= obj <= 466
1.19/1.26	c BCD2: #cores=0, #unrelaxed=500, #relaxed=0, #hardened=0
1.19/1.26	c BCD2: #sat=1 #unsat=1 bias=1/2
1.19/1.26	c Solving starts ...
1.19/1.26	c ============================[ Search Statistics ]============================
1.19/1.26	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.19/1.26	c       |         |          |          |    Limit     GC | Var      | Constra 
1.19/1.26	c =============================================================================
1.19/1.26	c  0.0s |       0 |        0 |        0 |    37699      0 |        0 |        0
1.19/1.26	c  0.1s |       0 |      461 |        0 |    37699      0 |        0 |        0
1.19/1.26	c #cpu_time = 0.095s
1.19/1.26	c #wall_clock_time = 0.095s
1.19/1.26	c #decision = 461
1.19/1.26	c #random_decision = 0
1.19/1.26	c #conflict = 0
1.19/1.26	c #restart = 0
1.19/1.26	c BCD2: found a new core of size 68: cost of the new core is >=1
1.19/1.26	c lower bound updated to 1
1.19/1.26	c BCD2: 1 <= obj <= 466
1.19/1.26	c BCD2: #cores=1, #unrelaxed=432, #relaxed=68, #hardened=0
1.19/1.26	c BCD2: #sat=1 #unsat=2 bias=2/3
1.19/1.26	c Solving starts ...
1.19/1.26	c ============================[ Search Statistics ]============================
1.19/1.26	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.19/1.26	c       |         |          |          |    Limit     GC | Var      | Constra 
1.19/1.26	c =============================================================================
1.19/1.26	c  0.0s |       0 |        0 |        0 |    37699      0 |        0 |        0
1.29/1.33	c  0.1s |       0 |     3638 |        0 |    37699      0 |        0 |        0
1.29/1.33	c #cpu_time = 0.083s
1.29/1.33	c #wall_clock_time = 0.083s
1.29/1.33	c #decision = 3638
1.29/1.33	c #random_decision = 0
1.29/1.33	c #conflict = 0
1.29/1.33	c #restart = 0
1.29/1.33	o 44
1.29/1.33	c BCD2: updating upper bound: 466 -> 43
1.29/1.33	c BCD2: 1 <= obj <= 43
1.29/1.33	c BCD2: #cores=1, #unrelaxed=432, #relaxed=68, #hardened=0
1.29/1.33	c BCD2: #sat=2 #unsat=2 bias=2/4
1.29/1.34	c Solving starts ...
1.29/1.34	c ============================[ Search Statistics ]============================
1.29/1.34	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.29/1.34	c       |         |          |          |    Limit     GC | Var      | Constra 
1.29/1.34	c =============================================================================
1.29/1.34	c  0.0s |       0 |        0 |        0 |    37699      0 |        0 |        1
1.69/1.71	c  0.4s |       1 |     1047 |      100 |    37699      0 |        0 |        1
2.20/2.29	c  1.0s |       2 |     1765 |      250 |    41469      0 |        0 |        1
2.99/3.03	c  1.7s |       3 |     2666 |      475 |    45616      0 |        0 |        1
3.99/4.07	c  2.7s |       4 |     3775 |      813 |    50178      0 |        0 |        1
5.60/5.61	c  4.3s |       5 |     5234 |     1320 |    55196      0 |        0 |        1
7.70/7.78	c  6.4s |       5 |     7004 |     2020 |    60716      0 |        0 |        1
7.89/7.98	c  6.6s |       6 |     7118 |     2081 |    66788      0 |        0 |        1
10.00/10.06	c  8.7s |       6 |     8656 |     2681 |    66788      0 |        0 |        1
11.10/11.17	c  9.8s |       6 |    10741 |     3085 |    66788      0 |        0 |        1
11.10/11.17	c #cpu_time = 9.779s
11.10/11.17	c #wall_clock_time = 9.805s
11.10/11.17	c #decision = 10741
11.10/11.17	c #random_decision = 7
11.10/11.17	c #conflict = 3085
11.10/11.17	c #restart = 6
11.10/11.17	o 22
11.10/11.17	c BCD2: updating upper bound: 43 -> 21
11.10/11.18	c BCD2: 1 <= obj <= 21
11.10/11.18	c BCD2: #cores=1, #unrelaxed=432, #relaxed=68, #hardened=0
11.10/11.18	c BCD2: #sat=3 #unsat=2 bias=2/5
11.10/11.18	c Solving starts ...
11.10/11.18	c ============================[ Search Statistics ]============================
11.10/11.18	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
11.10/11.18	c       |         |          |          |    Limit     GC | Var      | Constra 
11.10/11.18	c =============================================================================
11.10/11.19	c  0.0s |       0 |        0 |        0 |    66788      0 |        0 |        2
11.59/11.67	c  0.5s |       1 |      623 |      100 |    66788      0 |        0 |        2
12.39/12.41	c  1.2s |       2 |     1396 |      250 |    73467      0 |        0 |        2
13.59/13.60	c  2.4s |       3 |     2259 |      475 |    73467      0 |        0 |        2
15.39/15.41	c  4.2s |       4 |     3276 |      813 |    73467      0 |        0 |        2
17.79/17.81	c  6.6s |       4 |     4419 |     1213 |    73467      0 |        0 |        2
18.39/18.49	c  7.3s |       5 |     4620 |     1320 |    73467      0 |        0 |        2
20.49/20.56	c  9.4s |       5 |     5502 |     1620 |    73467      0 |        0 |        2
22.58/22.63	c 11.4s |       5 |     6001 |     1920 |    80814      0 |        0 |        2
23.48/23.55	c 12.4s |       6 |     6264 |     2081 |    80814      0 |        0 |        2
25.68/25.74	c 14.6s |       6 |     7366 |     2481 |    80814      0 |        0 |        2
27.98/28.06	c 16.9s |       6 |     8069 |     2881 |    80814      0 |        0 |        2
30.18/30.24	c 19.0s |       6 |     8605 |     3181 |    80814      0 |        0 |        2
30.38/30.44	c 19.3s |       7 |     8672 |     3223 |    80814      0 |        0 |        2
32.69/32.78	c 21.6s |       7 |     9827 |     3623 |    80814      0 |        0 |        2
35.09/35.10	c 23.9s |       7 |    10465 |     4023 |    80814      0 |        0 |        2
37.19/37.25	c 26.1s |       7 |    11099 |     4423 |    88896      0 |        0 |        2
39.29/39.33	c 28.1s |       7 |    11817 |     4823 |    88896      0 |        0 |        2
39.89/39.98	c 28.8s |       8 |    12023 |     4936 |    88896      0 |        0 |        2
42.48/42.52	c 31.3s |       8 |    13189 |     5336 |    88896      0 |        0 |        2
44.78/44.85	c 33.7s |       8 |    13807 |     5736 |    88896      0 |        0 |        2
46.38/46.44	c 35.2s |       8 |    14170 |     5980 |    88896      0 |        0 |        2
46.38/46.44	c #cpu_time = 35.140s
46.38/46.44	c #wall_clock_time = 35.232s
46.38/46.44	c #decision = 14170
46.38/46.44	c #random_decision = 6
46.38/46.44	c #conflict = 5980
46.38/46.44	c #restart = 8
46.38/46.44	c BCD2: relaxing 432 and merging with 1 cores into a new core of size 500: cost of the new core is >=2
46.38/46.44	c lower bound updated to 2
46.38/46.44	c BCD2: 2 <= obj <= 21
46.38/46.44	c BCD2: #cores=1, #unrelaxed=0, #relaxed=500, #hardened=0
46.38/46.44	c BCD2: #sat=3 #unsat=3 bias=3/6
46.38/46.44	c Solving starts ...
46.38/46.44	c ============================[ Search Statistics ]============================
46.38/46.44	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
46.38/46.44	c       |         |          |          |    Limit     GC | Var      | Constra 
46.38/46.44	c =============================================================================
46.38/46.44	c  0.0s |       0 |        0 |        0 |    88896      0 |        3 |        2
50.38/50.43	c  4.0s |       0 |     1831 |      100 |    88896      0 |        3 |        7
50.38/50.43	c  4.0s |       1 |     1831 |      100 |    88896      0 |        3 |        7
54.48/54.58	c  8.1s |       1 |     2685 |      200 |    88896      0 |        3 |        7
56.08/56.16	c  9.7s |       2 |     2805 |      250 |    88896      0 |        3 |        7
59.08/59.10	c 12.7s |       2 |     3453 |      350 |    88896      0 |        3 |        7
61.98/62.06	c 15.6s |       2 |     4210 |      450 |    88896      0 |        3 |        7
62.98/63.02	c 16.6s |       3 |     4614 |      475 |    88896      0 |        3 |        7
66.78/66.80	c 20.4s |       3 |     7359 |      575 |    88896      0 |        3 |        7
69.58/69.62	c 23.2s |       3 |     7599 |      675 |    88896      0 |        3 |        7
72.87/72.98	c 26.5s |       3 |     7870 |      775 |    88896      0 |        3 |        7
74.07/74.14	c 27.7s |       4 |     7998 |      813 |    88896      0 |        3 |        7
77.57/77.61	c 31.2s |       4 |     9165 |      913 |    88896      0 |        3 |        7
80.87/80.90	c 34.5s |       4 |     9582 |     1013 |    88896      0 |        3 |        7
84.37/84.48	c 38.0s |       4 |    10241 |     1113 |    88896      0 |        3 |        7
87.87/88.00	c 41.6s |       4 |    11019 |     1213 |    88896      0 |        3 |        7
91.47/91.52	c 45.1s |       4 |    11847 |     1313 |    88896      0 |        3 |        7
91.67/91.79	c 45.4s |       5 |    11913 |     1320 |    88896      0 |        3 |        7
96.07/96.16	c 49.7s |       5 |    15086 |     1420 |    88896      0 |        3 |        7
98.67/98.75	c 52.3s |       5 |    15278 |     1520 |    88896      0 |        3 |        7
101.67/101.77	c 55.3s |       5 |    15584 |     1620 |    88896      0 |        3 |        7
104.67/104.72	c 58.3s |       5 |    15801 |     1720 |    88896      0 |        3 |        7
108.27/108.36	c 61.9s |       5 |    16402 |     1820 |    88896      0 |        3 |        7
111.47/111.56	c 65.1s |       5 |    16789 |     1920 |    88896      0 |        3 |        7
115.07/115.11	c 68.7s |       5 |    17517 |     2020 |    88896      0 |        3 |        7
116.77/116.81	c 70.4s |       6 |    17918 |     2081 |    88896      0 |        3 |        7
121.07/121.13	c 74.7s |       6 |    18890 |     2181 |    88896      0 |        3 |        7
124.57/124.67	c 78.2s |       6 |    19526 |     2281 |    97786      0 |        3 |        7
128.47/128.52	c 82.1s |       6 |    20533 |     2381 |    97786      0 |        3 |        7
131.17/131.24	c 84.8s |       6 |    21870 |     2481 |    97786      0 |        3 |        7
134.87/134.92	c 88.5s |       6 |    22368 |     2581 |    97786      0 |        3 |        7
138.07/138.13	c 91.7s |       6 |    22769 |     2681 |    97786      0 |        3 |        7
141.66/141.72	c 95.3s |       6 |    23744 |     2781 |    97786      0 |        3 |        7
144.96/145.02	c 98.6s |       6 |    24185 |     2881 |    97786      0 |        3 |        7
148.57/148.66	c  102s |       6 |    25023 |     2981 |    97786      0 |        3 |        7
152.06/152.12	c  105s |       6 |    25332 |     3081 |    97786      0 |        3 |        7
155.86/155.90	c  109s |       6 |    25698 |     3181 |    97786      0 |        3 |        7
157.16/157.23	c  110s |       7 |    26154 |     3223 |    97786      0 |        3 |        7
161.36/161.46	c  115s |       7 |    27489 |     3323 |    97786      0 |        3 |        7
164.76/164.83	c  118s |       7 |    27846 |     3423 |    97786      0 |        3 |        7
168.46/168.51	c  122s |       7 |    29023 |     3523 |    97786      0 |        3 |        7
171.76/171.82	c  125s |       7 |    29455 |     3623 |    97786      0 |        3 |        7
174.66/174.79	c  128s |       7 |    30994 |     3723 |    97786      0 |        3 |        7
177.96/178.06	c  131s |       7 |    32277 |     3823 |    97786      0 |        3 |        7
181.36/181.45	c  135s |       7 |    32439 |     3923 |    97786      0 |        3 |        7
184.06/184.13	c  137s |       7 |    32774 |     4023 |    97786      0 |        3 |        7
187.16/187.27	c  140s |       7 |    33977 |     4123 |    97786      0 |        3 |        7
190.26/190.38	c  143s |       7 |    34276 |     4223 |    97786      0 |        3 |        7
193.76/193.82	c  147s |       7 |    34989 |     4323 |    97786      0 |        3 |        7
197.26/197.39	c  150s |       7 |    35401 |     4423 |    97786      0 |        3 |        7
201.05/201.14	c  154s |       7 |    35621 |     4523 |    97786      0 |        3 |        7
204.75/204.83	c  158s |       7 |    36081 |     4623 |    97786      0 |        3 |        7
207.65/207.76	c  161s |       7 |    36780 |     4723 |    97786      0 |        3 |        7
211.26/211.31	c  164s |       7 |    37466 |     4823 |    97786      0 |        3 |        7
214.95/215.08	c  168s |       7 |    39618 |     4923 |    97786      0 |        3 |        7
215.45/215.55	c  169s |       8 |    39778 |     4936 |    97786      0 |        3 |        7
219.05/219.16	c  172s |       8 |    40969 |     5036 |    97786      0 |        3 |        7
223.15/223.21	c  176s |       8 |    41996 |     5136 |    97786      0 |        3 |        7
226.67/226.75	c  180s |       8 |    42479 |     5236 |    97786      0 |        3 |        7
230.46/230.59	c  184s |       8 |    42868 |     5336 |    97786      0 |        3 |        7
234.16/234.20	c  187s |       8 |    43758 |     5436 |    97786      0 |        3 |        7
237.76/237.84	c  191s |       8 |    46232 |     5536 |    97786      0 |        3 |        7
240.26/240.32	c  193s |       8 |    46678 |     5636 |    97786      0 |        3 |        7
243.46/243.51	c  197s |       8 |    47027 |     5736 |    97786      0 |        3 |        7
246.86/246.90	c  200s |       8 |    47206 |     5836 |    97786      0 |        3 |        7
249.76/249.86	c  203s |       8 |    48034 |     5936 |    97786      0 |        3 |        7
253.16/253.22	c  206s |       8 |    48224 |     6036 |    97786      0 |        3 |        7
256.66/256.72	c  210s |       8 |    48420 |     6136 |    97786      0 |        3 |        7
260.55/260.62	c  214s |       8 |    49990 |     6236 |    97786      0 |        3 |        7
263.96/264.03	c  217s |       8 |    50174 |     6336 |    97786      0 |        3 |        7
267.55/267.63	c  221s |       8 |    50522 |     6436 |    97786      0 |        3 |        7
270.85/270.96	c  224s |       8 |    50875 |     6536 |    97786      0 |        3 |        7
273.75/273.90	c  227s |       8 |    51250 |     6636 |    97786      0 |        3 |        7
277.65/277.73	c  231s |       8 |    51738 |     6736 |    97786      0 |        3 |        7
281.56/281.67	c  235s |       8 |    52500 |     6836 |    97786      0 |        3 |        7
285.85/285.90	c  239s |       8 |    55534 |     6936 |    97786      0 |        3 |        7
288.95/289.03	c  242s |       8 |    55946 |     7036 |    97786      0 |        3 |        7
291.95/292.05	c  245s |       8 |    56230 |     7136 |    97786      0 |        3 |        7
295.25/295.36	c  248s |       8 |    56592 |     7236 |    97786      0 |        3 |        7
298.15/298.28	c  251s |       8 |    57242 |     7336 |    97786      0 |        3 |        7
301.25/301.34	c  254s |       8 |    58122 |     7436 |    97786      0 |        3 |        7
303.45/303.55	c  257s |       9 |    58254 |     7506 |    97786      0 |        3 |        7
307.75/307.88	c  261s |       9 |    59129 |     7606 |    97786      0 |        3 |        7
312.15/312.22	c  265s |       9 |    60153 |     7706 |    97786      0 |        3 |        7
315.15/315.20	c  268s |       9 |    60749 |     7806 |    97786      0 |        3 |        7
318.84/318.96	c  272s |       9 |    61242 |     7906 |    97786      0 |        3 |        7
321.94/322.09	c  275s |       9 |    61587 |     8006 |   107565      0 |        3 |        7
325.84/325.93	c  279s |       9 |    61803 |     8106 |   107565      0 |        3 |        7
329.84/329.91	c  283s |       9 |    62215 |     8206 |   107565      0 |        3 |        7
332.74/332.83	c  286s |       9 |    62652 |     8306 |   107565      0 |        3 |        7
335.84/335.94	c  289s |       9 |    63022 |     8406 |   107565      0 |        3 |        7
339.14/339.21	c  292s |       9 |    63374 |     8506 |   107565      0 |        3 |        7
342.74/342.80	c  296s |       9 |    63573 |     8606 |   107565      0 |        3 |        7
346.14/346.24	c  299s |       9 |    64376 |     8706 |   107565      0 |        3 |        7
349.14/349.21	c  302s |       9 |    64866 |     8806 |   107565      0 |        3 |        7
352.34/352.42	c  305s |       9 |    65134 |     8906 |   107565      0 |        3 |        7
355.25/355.34	c  308s |       9 |    65537 |     9006 |   107565      0 |        3 |        7
358.74/358.83	c  312s |       9 |    65923 |     9106 |   107565      0 |        3 |        7
362.34/362.45	c  316s |       9 |    66136 |     9206 |   107565      0 |        3 |        7
365.54/365.62	c  319s |       9 |    66341 |     9306 |   107565      0 |        3 |        7
369.54/369.66	c  323s |       9 |    66843 |     9406 |   107565      0 |        3 |        7
372.44/372.54	c  326s |       9 |    67199 |     9506 |   107565      0 |        3 |        7
376.14/376.24	c  329s |       9 |    67773 |     9606 |   107565      0 |        3 |        7
380.14/380.26	c  333s |       9 |    68223 |     9706 |   107565      0 |        3 |        7
384.13/384.25	c  337s |       9 |    68506 |     9806 |   107565      0 |        3 |        7
387.93/388.02	c  341s |       9 |    69328 |     9906 |   107565      0 |        3 |        7
391.23/391.31	c  344s |       9 |    69982 |    10006 |   107565      0 |        3 |        7
394.53/394.65	c  348s |       9 |    70536 |    10106 |   107565      0 |        3 |        7
397.93/398.07	c  351s |       9 |    71174 |    10206 |   107565      0 |        3 |        7
401.54/401.61	c  355s |       9 |    71527 |    10306 |   107565      0 |        3 |        7
404.93/405.05	c  358s |       9 |    71990 |    10406 |   107565      0 |        3 |        7
408.53/408.65	c  362s |       9 |    72832 |    10506 |   107565      0 |        3 |        7
412.44/412.58	c  366s |       9 |    73293 |    10606 |   107565      0 |        3 |        7
416.33/416.44	c  370s |       9 |    73794 |    10706 |   107565      0 |        3 |        7
420.24/420.34	c  373s |       9 |    74294 |    10806 |   107565      0 |        3 |        7
423.73/423.86	c  377s |       9 |    74885 |    10906 |   107565      0 |        3 |        7
427.23/427.37	c  380s |       9 |    75092 |    11006 |   107565      0 |        3 |        7
430.43/430.57	c  384s |       9 |    75688 |    11106 |   107565      0 |        3 |        7
434.53/434.66	c  388s |       9 |    77300 |    11206 |   107565      0 |        3 |        7
438.23/438.39	c  391s |       9 |    77969 |    11306 |   107565      0 |        3 |        7
439.93/440.02	c  393s |      10 |    78361 |    11361 |   107565      0 |        3 |        7
444.02/444.10	c  397s |      10 |    79988 |    11461 |   107565      0 |        3 |        7
447.82/447.98	c  401s |      10 |    80588 |    11561 |   107565      0 |        3 |        7
451.52/451.62	c  405s |      10 |    81894 |    11661 |   107565      0 |        3 |        7
453.62/453.78	c  407s |      10 |    82651 |    11761 |   107565      0 |        3 |        7
456.32/456.46	c  410s |      10 |    83485 |    11861 |   107565      0 |        3 |        7
459.83/459.99	c  413s |      10 |    84446 |    11961 |   107565      0 |        3 |        7
463.52/463.60	c  417s |      10 |    85416 |    12061 |   107565      0 |        3 |        7
466.82/466.98	c  420s |      10 |    86442 |    12161 |   107565      0 |        3 |        7
470.62/470.74	c  424s |      10 |    86995 |    12261 |   107565      0 |        3 |        7
473.42/473.53	c  427s |      10 |    87946 |    12361 |   107565      0 |        3 |        7
476.62/476.75	c  430s |      10 |    90347 |    12461 |   107565      0 |        3 |        7
480.12/480.21	c  433s |      10 |    92764 |    12561 |   107565      0 |        3 |        7
482.82/482.98	c  436s |      10 |    93159 |    12661 |   107565      0 |        3 |        7
486.02/486.15	c  439s |      10 |    93468 |    12761 |   107565      0 |        3 |        7
489.22/489.37	c  442s |      10 |    94290 |    12861 |   107565      0 |        3 |        7
492.72/492.88	c  446s |      10 |    95470 |    12961 |   107565      0 |        3 |        7
496.12/496.29	c  449s |      10 |    96112 |    13061 |   107565      0 |        3 |        7
499.12/499.28	c  452s |      10 |    96541 |    13161 |   107565      0 |        3 |        7
503.01/503.16	c  456s |      10 |    97298 |    13261 |   107565      0 |        3 |        7
506.41/506.59	c  460s |      10 |    97909 |    13361 |   107565      0 |        3 |        7
509.81/509.96	c  463s |      10 |    99790 |    13561 |   107565      0 |        3 |        7
513.01/513.18	c  466s |      10 |   100831 |    13661 |   107565      0 |        3 |        7
516.21/516.37	c  469s |      10 |   101531 |    13761 |   107565      0 |        3 |        7
519.51/519.65	c  473s |      10 |   102940 |    13861 |   107565      0 |        3 |        7
522.52/522.64	c  476s |      10 |   103913 |    13961 |   107565      0 |        3 |        7
525.61/525.70	c  479s |      10 |   104864 |    14061 |   107565      0 |        3 |        7
528.31/528.44	c  481s |      10 |   105546 |    14161 |   107565      0 |        3 |        7
531.81/531.91	c  485s |      10 |   106220 |    14261 |   107565      0 |        3 |        7
535.01/535.14	c  488s |      10 |   106495 |    14361 |   107565      0 |        3 |        7
538.81/538.94	c  492s |      10 |   106857 |    14461 |   107565      0 |        3 |        7
542.11/542.24	c  495s |      10 |   107611 |    14561 |   107565      0 |        3 |        7
544.91/545.08	c  498s |      10 |   108135 |    14661 |   107565      0 |        3 |        7
548.31/548.48	c  502s |      10 |   108468 |    14761 |   107565      0 |        3 |        7
551.31/551.44	c  504s |      10 |   109002 |    14861 |   107565      0 |        3 |        7
554.31/554.48	c  508s |      10 |   109793 |    14961 |   107565      0 |        3 |        7
557.61/557.73	c  511s |      10 |   110458 |    15061 |   107565      0 |        3 |        7
560.11/560.28	c  513s |      10 |   110720 |    15161 |   107565      0 |        3 |        7
563.41/563.58	c  517s |      10 |   111183 |    15261 |   107565      0 |        3 |        7
566.60/566.79	c  520s |      10 |   111593 |    15361 |   107565      0 |        3 |        7
570.30/570.47	c  524s |      10 |   111922 |    15461 |   107565      0 |        3 |        7
573.50/573.62	c  527s |      10 |   112438 |    15561 |   107565      0 |        3 |        7
575.90/576.07	c  529s |      10 |   112720 |    15661 |   107565      0 |        3 |        7
578.61/578.79	c  532s |      10 |   113122 |    15761 |   107565      0 |        3 |        7
581.91/582.09	c  535s |      10 |   113739 |    15861 |   107565      0 |        3 |        7
585.11/585.21	c  538s |      10 |   114028 |    15961 |   107565      0 |        3 |        7
588.10/588.27	c  541s |      10 |   114625 |    16061 |   107565      0 |        3 |        7
591.50/591.62	c  545s |      10 |   115084 |    16161 |   107565      0 |        3 |        7
594.40/594.50	c  548s |      10 |   115634 |    16261 |   107565      0 |        3 |        7
597.40/597.51	c  551s |      10 |   116105 |    16361 |   107565      0 |        3 |        7
600.51/600.62	c  554s |      10 |   116369 |    16461 |   107565      0 |        3 |        7
602.81/602.97	c  556s |      10 |   116939 |    16561 |   107565      0 |        3 |        7
605.30/605.45	c  559s |      10 |   117231 |    16661 |   118322      0 |        3 |        7
608.50/608.61	c  562s |      10 |   117987 |    16761 |   118322      0 |        3 |        7
611.40/611.52	c  565s |      10 |   118191 |    16861 |   118322      0 |        3 |        7
614.10/614.26	c  567s |      10 |   119144 |    16961 |   118322      0 |        3 |        7
616.90/617.04	c  570s |      10 |   119504 |    17061 |   118322      0 |        3 |        7
619.60/619.72	c  573s |      11 |   120348 |    17144 |   118322      0 |        3 |        7
623.60/623.80	c  577s |      11 |   121819 |    17244 |   118322      0 |        3 |        7
627.00/627.16	c  580s |      11 |   122154 |    17344 |   118322      0 |        3 |        7
630.69/630.85	c  584s |      11 |   123152 |    17444 |   118322      0 |        3 |        7
634.09/634.26	c  587s |      11 |   123426 |    17544 |   118322      0 |        3 |        7
638.49/638.60	c  592s |      11 |   124033 |    17644 |   118322      0 |        3 |        7
642.59/642.77	c  596s |      11 |   125458 |    17744 |   118322      0 |        3 |        7
646.39/646.55	c  600s |      11 |   125913 |    17844 |   118322      0 |        3 |        7
649.69/649.83	c  603s |      11 |   127159 |    17944 |   118322      0 |        3 |        7
653.09/653.27	c  606s |      11 |   127533 |    18044 |   118322      0 |        3 |        7
656.79/656.91	c  610s |      11 |   127876 |    18144 |   118322      0 |        3 |        7
660.89/661.02	c  614s |      11 |   128394 |    18244 |   118322      0 |        3 |        7
664.40/664.58	c  618s |      11 |   128818 |    18344 |   118322      0 |        3 |        7
667.49/667.62	c  621s |      11 |   129182 |    18444 |   118322      0 |        3 |        7
670.89/671.01	c  624s |      11 |   129826 |    18544 |   118322      0 |        3 |        7
674.79/674.90	c  628s |      11 |   130357 |    18644 |   118322      0 |        3 |        7
678.19/678.38	c  631s |      11 |   130885 |    18744 |   118322      0 |        3 |        7
681.79/681.94	c  635s |      11 |   131098 |    18844 |   118322      0 |        3 |        7
685.68/685.83	c  639s |      11 |   131370 |    18944 |   118322      0 |        3 |        7
688.59/688.73	c  642s |      11 |   131617 |    19044 |   118322      0 |        3 |        7
692.08/692.21	c  645s |      11 |   131869 |    19144 |   118322      0 |        3 |        7
695.28/695.43	c  648s |      11 |   132438 |    19244 |   118322      0 |        3 |        7
698.58/698.77	c  652s |      11 |   133485 |    19344 |   118322      0 |        3 |        7
702.28/702.45	c  656s |      11 |   134322 |    19444 |   118322      0 |        3 |        7
704.88/705.03	c  658s |      11 |   135168 |    19544 |   118322      0 |        3 |        7
707.38/707.52	c  661s |      11 |   135823 |    19644 |   118322      0 |        3 |        7
710.38/710.52	c  664s |      11 |   136916 |    19744 |   118322      0 |        3 |        7
713.89/714.01	c  667s |      11 |   138114 |    19844 |   118322      0 |        3 |        7
717.28/717.46	c  671s |      11 |   138672 |    19944 |   118322      0 |        3 |        7
720.98/721.19	c  674s |      11 |   139727 |    20044 |   118322      0 |        3 |        7
724.38/724.60	c  678s |      11 |   139919 |    20144 |   118322      0 |        3 |        7
728.09/728.26	c  681s |      11 |   140236 |    20244 |   118322      0 |        3 |        7
731.78/731.98	c  685s |      11 |   140388 |    20344 |   118322      0 |        3 |        7
735.08/735.21	c  688s |      11 |   140925 |    20444 |   118322      0 |        3 |        7
738.48/738.60	c  692s |      11 |   141250 |    20544 |   118322      0 |        3 |        7
741.68/741.80	c  695s |      11 |   141593 |    20644 |   118322      0 |        3 |        7
745.38/745.55	c  699s |      11 |   142152 |    20744 |   118322      0 |        3 |        7
748.98/749.20	c  702s |      11 |   142355 |    20844 |   118322      0 |        3 |        7
751.97/752.16	c  705s |      11 |   142767 |    20944 |   118322      0 |        3 |        7
755.07/755.29	c  708s |      11 |   143320 |    21044 |   118322      0 |        3 |        7
758.57/758.72	c  712s |      11 |   143609 |    21144 |   118322      0 |        3 |        7
762.07/762.26	c  715s |      11 |   143811 |    21244 |   118322      0 |        3 |        7
765.37/765.56	c  719s |      11 |   144669 |    21344 |   118322      0 |        3 |        7
767.97/768.12	c  721s |      11 |   145425 |    21444 |   118322      0 |        3 |        7
770.87/771.01	c  724s |      11 |   146043 |    21544 |   118322      0 |        3 |        7
773.77/773.97	c  727s |      11 |   146768 |    21644 |   118322      0 |        3 |        7
777.17/777.36	c  730s |      11 |   147231 |    21744 |   118322      0 |        3 |        7
780.57/780.80	c  734s |      11 |   148104 |    21844 |   118322      0 |        3 |        7
783.97/784.13	c  737s |      11 |   148803 |    21944 |   118322      0 |        3 |        7
787.77/787.92	c  741s |      11 |   149544 |    22044 |   118322      0 |        3 |        7
790.88/791.06	c  744s |      11 |   150065 |    22144 |   118322      0 |        3 |        7
793.67/793.86	c  747s |      11 |   150553 |    22244 |   118322      0 |        3 |        7
797.47/797.60	c  751s |      11 |   151362 |    22344 |   118322      0 |        3 |        7
800.87/801.02	c  754s |      11 |   151730 |    22444 |   118322      0 |        3 |        7
804.27/804.48	c  758s |      11 |   152022 |    22544 |   118322      0 |        3 |        7
807.87/808.09	c  761s |      11 |   152328 |    22644 |   118322      0 |        3 |        7
811.87/812.08	c  765s |      11 |   153721 |    22744 |   118322      0 |        3 |        7
815.27/815.45	c  769s |      11 |   154633 |    22844 |   118322      0 |        3 |        7
818.46/818.63	c  772s |      11 |   155293 |    22944 |   118322      0 |        3 |        7
821.36/821.53	c  775s |      11 |   155583 |    23044 |   118322      0 |        3 |        7
825.06/825.21	c  778s |      11 |   156263 |    23144 |   118322      0 |        3 |        7
827.36/827.57	c  781s |      11 |   156861 |    23244 |   118322      0 |        3 |        7
829.76/829.97	c  783s |      11 |   157208 |    23344 |   118322      0 |        3 |        7
832.26/832.44	c  785s |      11 |   157584 |    23444 |   118322      0 |        3 |        7
834.77/834.96	c  788s |      11 |   158017 |    23544 |   118322      0 |        3 |        7
838.46/838.61	c  792s |      11 |   158588 |    23644 |   118322      0 |        3 |        7
841.66/841.89	c  795s |      11 |   158724 |    23744 |   118322      0 |        3 |        7
844.56/844.80	c  798s |      11 |   159225 |    23844 |   118322      0 |        3 |        7
847.66/847.82	c  801s |      11 |   159513 |    23944 |   118322      0 |        3 |        7
851.27/851.47	c  805s |      11 |   160448 |    24044 |   118322      0 |        3 |        7
855.06/855.29	c  808s |      11 |   160720 |    24144 |   118322      0 |        3 |        7
858.86/859.10	c  812s |      11 |   161948 |    24244 |   118322      0 |        3 |        7
861.86/862.05	c  815s |      11 |   162447 |    24344 |   118322      0 |        3 |        7
864.66/864.84	c  818s |      11 |   163362 |    24444 |   118322      0 |        3 |        7
867.56/867.70	c  821s |      11 |   163701 |    24544 |   118322      0 |        3 |        7
870.36/870.51	c  824s |      11 |   163911 |    24644 |   118322      0 |        3 |        7
873.16/873.36	c  826s |      11 |   164162 |    24744 |   118322      0 |        3 |        7
876.26/876.46	c  830s |      11 |   164451 |    24844 |   118322      0 |        3 |        7
878.96/879.15	c  832s |      11 |   164831 |    24944 |   118322      0 |        3 |        7
881.66/881.87	c  835s |      11 |   165094 |    25044 |   118322      0 |        3 |        7
884.65/884.82	c  838s |      11 |   165398 |    25144 |   118322      0 |        3 |        7
887.56/887.74	c  841s |      11 |   165852 |    25244 |   118322      0 |        3 |        7
890.55/890.70	c  844s |      11 |   166176 |    25344 |   118322      0 |        3 |        7
893.06/893.23	c  846s |      11 |   166417 |    25444 |   118322      0 |        3 |        7
895.75/895.90	c  849s |      11 |   166890 |    25544 |   118322      0 |        3 |        7
898.66/898.83	c  852s |      11 |   167198 |    25644 |   118322      0 |        3 |        7
901.55/901.74	c  855s |      11 |   167580 |    25744 |   118322      0 |        3 |        7
903.75/903.95	c  857s |      12 |   167680 |    25819 |   118322      0 |        3 |        7
907.75/907.97	c  861s |      12 |   168869 |    25919 |   118322      0 |        3 |        7
911.55/911.73	c  865s |      12 |   169148 |    26019 |   118322      0 |        3 |        7
915.45/915.63	c  869s |      12 |   169454 |    26119 |   118322      0 |        3 |        7
919.15/919.36	c  872s |      12 |   170336 |    26219 |   118322      0 |        3 |        7
923.35/923.52	c  877s |      12 |   171139 |    26319 |   118322      0 |        3 |        7
926.95/927.16	c  880s |      12 |   171435 |    26419 |   118322      0 |        3 |        7
930.55/930.78	c  884s |      12 |   172241 |    26519 |   118322      0 |        3 |        7
933.95/934.14	c  887s |      12 |   172695 |    26619 |   118322      0 |        3 |        7
937.25/937.47	c  891s |      12 |   173028 |    26719 |   118322      0 |        3 |        7
941.24/941.44	c  894s |      12 |   173692 |    26819 |   118322      0 |        3 |        7
945.44/945.68	c  899s |      12 |   173859 |    26919 |   118322      0 |        3 |        7
949.84/950.03	c  903s |      12 |   174031 |    27019 |   118322      0 |        3 |        7
953.34/953.57	c  907s |      12 |   174225 |    27119 |   118322      0 |        3 |        7
958.05/958.24	c  911s |      12 |   174421 |    27219 |   118322      0 |        3 |        7
961.04/961.23	c  914s |      12 |   174871 |    27319 |   118322      0 |        3 |        7
964.34/964.57	c  918s |      12 |   175065 |    27419 |   118322      0 |        3 |        7
968.14/968.32	c  921s |      12 |   175252 |    27519 |   118322      0 |        3 |        7
971.34/971.54	c  925s |      12 |   175444 |    27619 |   118322      0 |        3 |        7
974.24/974.42	c  927s |      12 |   175575 |    27719 |   118322      0 |        3 |        7
978.14/978.30	c  931s |      12 |   175866 |    27819 |   118322      0 |        3 |        7
981.74/981.94	c  935s |      12 |   176099 |    27919 |   118322      0 |        3 |        7
985.84/986.01	c  939s |      12 |   176398 |    28019 |   118322      0 |        3 |        7
989.44/989.65	c  943s |      12 |   176689 |    28119 |   118322      0 |        3 |        7
992.54/992.71	c  946s |      12 |   176826 |    28219 |   118322      0 |        3 |        7
995.84/996.02	c  949s |      12 |   177283 |    28319 |   118322      0 |        3 |        7
999.13/999.35	c  952s |      12 |   177555 |    28419 |   118322      0 |        3 |        7
1002.13/1002.31	c  955s |      12 |   177874 |    28519 |   118322      0 |        3 |        7
1004.83/1005.03	c  958s |      12 |   178307 |    28619 |   118322      0 |        3 |        7
1008.54/1008.73	c  962s |      12 |   178700 |    28719 |   118322      0 |        3 |        7
1012.23/1012.48	c  966s |      12 |   179035 |    28819 |   118322      0 |        3 |        7
1015.93/1016.16	c  969s |      12 |   179359 |    28919 |   118322      0 |        3 |        7
1019.93/1020.10	c  973s |      12 |   179550 |    29019 |   118322      0 |        3 |        7
1023.94/1024.20	c  977s |      12 |   180042 |    29119 |   118322      0 |        3 |        7
1026.63/1026.86	c  980s |      12 |   180296 |    29219 |   118322      0 |        3 |        7
1029.63/1029.82	c  983s |      12 |   180528 |    29319 |   118322      0 |        3 |        7
1032.43/1032.61	c  986s |      12 |   181172 |    29419 |   118322      0 |        3 |        7
1036.43/1036.60	c  990s |      12 |   181963 |    29519 |   130155      0 |        3 |        7
1040.13/1040.33	c  993s |      12 |   182332 |    29619 |   130155      0 |        3 |        7
1044.13/1044.30	c  997s |      12 |   182516 |    29719 |   130155      0 |        3 |        7
1047.72/1047.91	c 1001s |      12 |   182835 |    29819 |   130155      0 |        3 |        7
1051.22/1051.42	c 1004s |      12 |   183260 |    29919 |   130155      0 |        3 |        7
1054.83/1055.08	c 1008s |      12 |   183559 |    30019 |   130155      0 |        3 |        7
1058.03/1058.29	c 1011s |      12 |   184168 |    30119 |   130155      0 |        3 |        7
1061.72/1061.99	c 1015s |      12 |   184772 |    30219 |   130155      0 |        3 |        7
1065.83/1066.08	c 1019s |      12 |   185335 |    30319 |   130155      0 |        3 |        7
1069.92/1070.11	c 1023s |      12 |   185714 |    30419 |   130155      0 |        3 |        7
1073.22/1073.48	c 1027s |      12 |   185881 |    30519 |   130155      0 |        3 |        7
1076.52/1076.73	c 1030s |      12 |   186755 |    30619 |   130155      0 |        3 |        7
1080.31/1080.50	c 1034s |      12 |   187196 |    30719 |   130155      0 |        3 |        7
1083.42/1083.66	c 1037s |      12 |   187524 |    30819 |   130155      0 |        3 |        7
1087.21/1087.45	c 1041s |      12 |   188244 |    30919 |   130155      0 |        3 |        7
1089.92/1090.20	c 1043s |      12 |   188583 |    31019 |   130155      0 |        3 |        7
1093.22/1093.47	c 1047s |      12 |   189327 |    31119 |   130155      0 |        3 |        7
1097.11/1097.38	c 1050s |      12 |   189775 |    31219 |   130155      0 |        3 |        7
1100.61/1100.84	c 1054s |      12 |   190151 |    31319 |   130155      0 |        3 |        7
1104.22/1104.49	c 1058s |      12 |   190496 |    31419 |   130155      0 |        3 |        7
1107.91/1108.15	c 1061s |      12 |   190718 |    31519 |   130155      0 |        3 |        7
1111.61/1111.87	c 1065s |      12 |   191313 |    31619 |   130155      0 |        3 |        7
1114.91/1115.12	c 1068s |      12 |   191561 |    31719 |   130155      0 |        3 |        7
1118.01/1118.22	c 1071s |      12 |   191877 |    31819 |   130155      0 |        3 |        7
1121.61/1121.85	c 1075s |      12 |   192105 |    31919 |   130155      0 |        3 |        7
1125.51/1125.75	c 1079s |      12 |   192597 |    32019 |   130155      0 |        3 |        7
1129.31/1129.51	c 1083s |      12 |   193049 |    32119 |   130155      0 |        3 |        7
1132.91/1133.15	c 1086s |      12 |   193384 |    32219 |   130155      0 |        3 |        7
1136.11/1136.32	c 1089s |      12 |   193711 |    32319 |   130155      0 |        3 |        7
1138.80/1139.06	c 1092s |      12 |   194254 |    32419 |   130155      0 |        3 |        7
1141.40/1141.63	c 1095s |      12 |   194836 |    32519 |   130155      0 |        3 |        7
1143.91/1144.16	c 1097s |      12 |   195222 |    32619 |   130155      0 |        3 |        7
1146.80/1147.00	c 1100s |      12 |   195562 |    32719 |   130155      0 |        3 |        7
1149.50/1149.72	c 1103s |      12 |   195837 |    32819 |   130155      0 |        3 |        7
1151.80/1152.06	c 1105s |      12 |   196064 |    32919 |   130155      0 |        3 |        7
1154.40/1154.67	c 1108s |      12 |   196621 |    33019 |   130155      0 |        3 |        7
1157.01/1157.24	c 1110s |      12 |   196814 |    33119 |   130155      0 |        3 |        7
1159.80/1160.06	c 1113s |      12 |   197097 |    33219 |   130155      0 |        3 |        7
1162.90/1163.11	c 1116s |      12 |   197328 |    33319 |   130155      0 |        3 |        7
1165.81/1166.01	c 1119s |      12 |   197638 |    33419 |   130155      0 |        3 |        7
1168.60/1168.83	c 1122s |      12 |   197914 |    33519 |   130155      0 |        3 |        7
1171.60/1171.87	c 1125s |      12 |   198341 |    33619 |   130155      0 |        3 |        7
1174.10/1174.33	c 1127s |      12 |   198639 |    33719 |   130155      0 |        3 |        7
1176.90/1177.18	c 1130s |      12 |   198828 |    33819 |   130155      0 |        3 |        7
1179.39/1179.67	c 1133s |      12 |   199074 |    33919 |   130155      0 |        3 |        7
1182.09/1182.37	c 1135s |      12 |   199855 |    34019 |   130155      0 |        3 |        7
1185.29/1185.50	c 1139s |      12 |   200141 |    34119 |   130155      0 |        3 |        7
1188.39/1188.61	c 1142s |      12 |   200402 |    34219 |   130155      0 |        3 |        7
1191.10/1191.34	c 1144s |      12 |   200607 |    34319 |   130155      0 |        3 |        7
1194.19/1194.47	c 1148s |      12 |   200936 |    34419 |   130155      0 |        3 |        7
1196.89/1197.18	c 1150s |      12 |   201237 |    34519 |   130155      0 |        3 |        7
1199.69/1199.96	c 1153s |      12 |   201528 |    34619 |   130155      0 |        3 |        7
1202.79/1203.03	c 1156s |      12 |   201794 |    34719 |   130155      0 |        3 |        7
1205.70/1206.00	c 1159s |      12 |   202033 |    34819 |   130155      0 |        3 |        7
1208.40/1208.61	c 1162s |      12 |   202422 |    34919 |   130155      0 |        3 |        7
1211.20/1211.49	c 1165s |      12 |   202602 |    35019 |   130155      0 |        3 |        7
1213.90/1214.13	c 1167s |      12 |   202974 |    35119 |   130155      0 |        3 |        7
1216.90/1217.18	c 1170s |      12 |   203247 |    35219 |   130155      0 |        3 |        7
1220.20/1220.43	c 1173s |      12 |   203657 |    35319 |   130155      0 |        3 |        7
1222.90/1223.16	c 1176s |      12 |   203897 |    35419 |   130155      0 |        3 |        7
1225.59/1225.85	c 1179s |      12 |   204117 |    35519 |   130155      0 |        3 |        7
1228.60/1228.81	c 1182s |      12 |   204393 |    35619 |   130155      0 |        3 |        7
1231.29/1231.54	c 1185s |      12 |   204653 |    35719 |   130155      0 |        3 |        7
1233.89/1234.14	c 1187s |      12 |   204995 |    35819 |   130155      0 |        3 |        7
1236.89/1237.15	c 1190s |      12 |   205396 |    35919 |   130155      0 |        3 |        7
1239.79/1240.00	c 1193s |      12 |   205774 |    36019 |   130155      0 |        3 |        7
1242.59/1242.87	c 1196s |      12 |   206295 |    36119 |   130155      0 |        3 |        7
1245.59/1245.81	c 1199s |      12 |   207007 |    36219 |   130155      0 |        3 |        7
1248.69/1248.92	c 1202s |      12 |   207509 |    36319 |   130155      0 |        3 |        7
1251.99/1252.26	c 1205s |      12 |   207832 |    36419 |   130155      0 |        3 |        7
1255.09/1255.36	c 1208s |      12 |   208165 |    36519 |   130155      0 |        3 |        7
1257.59/1257.85	c 1211s |      12 |   208486 |    36619 |   130155      0 |        3 |        7
1259.99/1260.27	c 1213s |      12 |   208752 |    36719 |   130155      0 |        3 |        7
1262.39/1262.68	c 1216s |      12 |   209011 |    36819 |   130155      0 |        3 |        7
1265.69/1265.95	c 1219s |      12 |   209204 |    36919 |   130155      0 |        3 |        7
1268.38/1268.63	c 1222s |      12 |   209437 |    37019 |   130155      0 |        3 |        7
1271.58/1271.85	c 1225s |      12 |   209855 |    37119 |   130155      0 |        3 |        7
1274.38/1274.68	c 1228s |      12 |   210196 |    37219 |   130155      0 |        3 |        7
1278.08/1278.32	c 1231s |      12 |   210648 |    37319 |   130155      0 |        3 |        7
1281.17/1281.43	c 1234s |      12 |   211168 |    37419 |   130155      0 |        3 |        7
1284.58/1284.90	c 1238s |      12 |   211727 |    37519 |   130155      0 |        3 |        7
1288.07/1288.33	c 1241s |      12 |   212296 |    37619 |   130155      0 |        3 |        7
1291.27/1291.58	c 1245s |      12 |   212574 |    37719 |   130155      0 |        3 |        7
1294.57/1294.85	c 1248s |      12 |   212804 |    37819 |   130155      0 |        3 |        7
1297.77/1298.02	c 1251s |      12 |   212946 |    37919 |   130155      0 |        3 |        7
1301.16/1301.42	c 1254s |      12 |   213118 |    38019 |   130155      0 |        3 |        7
1304.75/1305.05	c 1258s |      12 |   213770 |    38119 |   130155      0 |        3 |        7
1308.25/1308.59	c 1262s |      12 |   214111 |    38219 |   130155      0 |        3 |        7
1311.35/1311.68	c 1265s |      12 |   214388 |    38319 |   130155      0 |        3 |        7
1313.95/1314.22	c 1267s |      12 |   214809 |    38419 |   130155      0 |        3 |        7
1317.25/1317.55	c 1271s |      12 |   215097 |    38519 |   130155      0 |        3 |        7
1320.54/1320.82	c 1274s |      12 |   215621 |    38619 |   130155      0 |        3 |        7
1324.15/1324.44	c 1277s |      12 |   215977 |    38719 |   130155      0 |        3 |        7
1327.45/1327.76	c 1281s |      12 |   216401 |    38819 |   130155      0 |        3 |        7
1328.04/1328.33	c 1281s |      13 |   216456 |    38832 |   130155      0 |        3 |        7
1332.74/1333.01	c 1286s |      13 |   216958 |    38932 |   130155      0 |        3 |        7
1336.84/1337.15	c 1290s |      13 |   217383 |    39032 |   130155      0 |        3 |        7
1341.53/1341.87	c 1295s |      13 |   217613 |    39132 |   130155      0 |        3 |        7
1346.03/1346.30	c 1299s |      13 |   218048 |    39232 |   130155      0 |        3 |        7
1350.53/1350.83	c 1304s |      13 |   218435 |    39332 |   130155      0 |        3 |        7
1354.53/1354.80	c 1308s |      13 |   218691 |    39432 |   130155      0 |        3 |        7
1358.42/1358.71	c 1312s |      13 |   219148 |    39532 |   130155      0 |        3 |        7
1361.82/1362.13	c 1315s |      13 |   219449 |    39632 |   130155      0 |        3 |        7
1365.22/1365.58	c 1319s |      13 |   219681 |    39732 |   130155      0 |        3 |        7
1369.12/1369.40	c 1322s |      13 |   219911 |    39832 |   130155      0 |        3 |        7
1372.82/1373.14	c 1326s |      13 |   220274 |    39932 |   130155      0 |        3 |        7
1377.12/1377.46	c 1331s |      13 |   220510 |    40032 |   130155      0 |        3 |        7
1381.01/1381.32	c 1334s |      13 |   220683 |    40132 |   130155      0 |        3 |        7
1384.72/1385.05	c 1338s |      13 |   221049 |    40232 |   130155      0 |        3 |        7
1388.71/1389.00	c 1342s |      13 |   221228 |    40332 |   130155      0 |        3 |        7
1392.81/1393.19	c 1346s |      13 |   221414 |    40432 |   130155      0 |        3 |        7
1396.41/1396.75	c 1350s |      13 |   221661 |    40532 |   130155      0 |        3 |        7
1400.01/1400.38	c 1353s |      13 |   221920 |    40632 |   130155      0 |        3 |        7
1403.41/1403.76	c 1357s |      13 |   223005 |    40732 |   130155      0 |        3 |        7
1407.00/1407.33	c 1360s |      13 |   223875 |    40832 |   130155      0 |        3 |        7
1410.50/1410.84	c 1364s |      13 |   224525 |    40932 |   130155      0 |        3 |        7
1414.10/1414.42	c 1367s |      13 |   225023 |    41032 |   130155      0 |        3 |        7
1417.90/1418.26	c 1371s |      13 |   225515 |    41132 |   130155      0 |        3 |        7
1420.90/1421.21	c 1374s |      13 |   226053 |    41232 |   130155      0 |        3 |        7
1423.90/1424.29	c 1377s |      13 |   226389 |    41332 |   130155      0 |        3 |        7
1427.30/1427.69	c 1381s |      13 |   226605 |    41432 |   130155      0 |        3 |        7
1430.49/1430.89	c 1384s |      13 |   226821 |    41532 |   130155      0 |        3 |        7
1433.79/1434.13	c 1387s |      13 |   227534 |    41632 |   130155      0 |        3 |        7
1436.40/1436.79	c 1390s |      13 |   227847 |    41732 |   130155      0 |        3 |        7
1440.08/1440.45	c 1394s |      13 |   228410 |    41832 |   130155      0 |        3 |        7
1443.08/1443.41	c 1396s |      13 |   228901 |    41932 |   130155      0 |        3 |        7
1445.78/1446.10	c 1399s |      13 |   229175 |    42032 |   130155      0 |        3 |        7
1449.08/1449.46	c 1403s |      13 |   229470 |    42132 |   130155      0 |        3 |        7
1452.88/1453.21	c 1406s |      13 |   230056 |    42232 |   130155      0 |        3 |        7
1455.88/1456.23	c 1409s |      13 |   230555 |    42332 |   130155      0 |        3 |        7
1459.27/1459.68	c 1413s |      13 |   231148 |    42432 |   130155      0 |        3 |        7
1462.47/1462.86	c 1416s |      13 |   231537 |    42532 |   130155      0 |        3 |        7
1465.17/1465.56	c 1419s |      13 |   232067 |    42632 |   130155      0 |        3 |        7
1467.77/1468.13	c 1421s |      13 |   232559 |    42732 |   130155      0 |        3 |        7
1470.77/1471.11	c 1424s |      13 |   233083 |    42832 |   130155      0 |        3 |        7
1474.57/1474.98	c 1428s |      13 |   234077 |    42932 |   130155      0 |        3 |        7
1477.97/1478.39	c 1431s |      13 |   235129 |    43032 |   130155      0 |        3 |        7
1481.26/1481.66	c 1435s |      13 |   235559 |    43132 |   130155      0 |        3 |        7
1485.46/1485.88	c 1439s |      13 |   236132 |    43232 |   130155      0 |        3 |        7
1488.45/1488.87	c 1442s |      13 |   236693 |    43332 |   130155      0 |        3 |        7
1491.55/1491.90	c 1445s |      13 |   237136 |    43432 |   130155      0 |        3 |        7
1494.35/1494.72	c 1448s |      13 |   237349 |    43532 |   130155      0 |        3 |        7
1498.05/1498.49	c 1452s |      13 |   237642 |    43632 |   130155      0 |        3 |        7
1501.95/1502.37	c 1455s |      13 |   237858 |    43732 |   130155      0 |        3 |        7
1505.75/1506.17	c 1459s |      13 |   238073 |    43832 |   130155      0 |        3 |        7
1509.14/1509.51	c 1463s |      13 |   238395 |    43932 |   130155      0 |        3 |        7
1512.25/1512.64	c 1466s |      13 |   238665 |    44032 |   130155      0 |        3 |        7
1515.24/1515.63	c 1469s |      13 |   239461 |    44132 |   130155      0 |        3 |        7
1518.84/1519.23	c 1472s |      13 |   240105 |    44232 |   130155      0 |        3 |        7
1522.93/1523.38	c 1476s |      13 |   240348 |    44332 |   130155      0 |        3 |        7
1526.83/1527.20	c 1480s |      13 |   240556 |    44432 |   130155      0 |        3 |        7
1530.84/1531.27	c 1484s |      13 |   240916 |    44532 |   130155      0 |        3 |        7
1533.33/1533.74	c 1487s |      13 |   241435 |    44632 |   130155      0 |        3 |        7
1536.13/1536.57	c 1490s |      13 |   242627 |    44732 |   130155      0 |        3 |        7
1540.02/1540.43	c 1493s |      13 |   242999 |    44832 |   130155      0 |        3 |        7
1542.93/1543.32	c 1496s |      13 |   243201 |    44932 |   130155      0 |        3 |        7
1546.42/1546.87	c 1500s |      13 |   243578 |    45032 |   130155      0 |        3 |        7
1551.02/1551.43	c 1504s |      13 |   244001 |    45132 |   130155      0 |        3 |        7
1554.82/1555.23	c 1508s |      13 |   244251 |    45232 |   130155      0 |        3 |        7
1558.91/1559.38	c 1512s |      13 |   244531 |    45332 |   130155      0 |        3 |        7
1563.21/1563.63	c 1517s |      13 |   244694 |    45432 |   130155      0 |        3 |        7
1567.51/1567.97	c 1521s |      13 |   245065 |    45532 |   130155      0 |        3 |        7
1571.41/1571.86	c 1525s |      13 |   245335 |    45632 |   130155      0 |        3 |        7
1575.00/1575.45	c 1529s |      13 |   245599 |    45732 |   130155      0 |        3 |        7
1579.31/1579.73	c 1533s |      13 |   246325 |    45832 |   130155      0 |        3 |        7
1583.00/1583.40	c 1536s |      13 |   246793 |    45932 |   130155      0 |        3 |        7
1587.10/1587.57	c 1541s |      13 |   247122 |    46032 |   130155      0 |        3 |        7
1590.30/1590.73	c 1544s |      13 |   247383 |    46132 |   130155      0 |        3 |        7
1593.50/1594.00	c 1547s |      13 |   247682 |    46232 |   130155      0 |        3 |        7
1597.69/1598.14	c 1551s |      13 |   248723 |    46332 |   130155      0 |        3 |        7
1601.48/1601.96	c 1555s |      13 |   249566 |    46432 |   130155      0 |        3 |        7
1605.78/1606.29	c 1559s |      13 |   249784 |    46532 |   130155      0 |        3 |        7
1609.78/1610.23	c 1563s |      13 |   250133 |    46632 |   130155      0 |        3 |        7
1613.98/1614.49	c 1568s |      13 |   250300 |    46732 |   130155      0 |        3 |        7
1617.98/1618.43	c 1571s |      13 |   250541 |    46832 |   130155      0 |        3 |        7
1621.77/1622.28	c 1575s |      13 |   250800 |    46932 |   130155      0 |        3 |        7
1625.48/1625.95	c 1579s |      13 |   251199 |    47032 |   130155      0 |        3 |        7
1628.87/1629.32	c 1582s |      13 |   251594 |    47132 |   130155      0 |        3 |        7
1632.77/1633.24	c 1586s |      13 |   251865 |    47232 |   130155      0 |        3 |        7
1636.07/1636.59	c 1590s |      13 |   252248 |    47332 |   130155      0 |        3 |        7
1640.07/1640.55	c 1594s |      13 |   252597 |    47432 |   130155      0 |        3 |        7
1644.37/1644.87	c 1598s |      13 |   252889 |    47532 |   130155      0 |        3 |        7
1646.77/1647.25	c 1600s |      13 |   253407 |    47632 |   130155      0 |        3 |        7
1649.47/1649.98	c 1603s |      13 |   254248 |    47732 |   130155      0 |        3 |        7
1652.07/1652.56	c 1606s |      13 |   256238 |    47832 |   130155      0 |        3 |        7
1655.18/1655.68	c 1609s |      13 |   257411 |    47932 |   130155      0 |        3 |        7
1658.78/1659.20	c 1612s |      13 |   258205 |    48032 |   130155      0 |        3 |        7
1662.68/1663.12	c 1616s |      13 |   258392 |    48132 |   130155      0 |        3 |        7
1665.18/1665.64	c 1619s |      13 |   258813 |    48232 |   130155      0 |        3 |        7
1668.58/1669.06	c 1622s |      13 |   259333 |    48332 |   130155      0 |        3 |        7
1671.77/1672.22	c 1625s |      13 |   259870 |    48432 |   130155      0 |        3 |        7
1674.88/1675.37	c 1628s |      13 |   260110 |    48532 |   130155      0 |        3 |        7
1677.97/1678.42	c 1631s |      13 |   260339 |    48632 |   130155      0 |        3 |        7
1681.07/1681.53	c 1635s |      13 |   260533 |    48732 |   130155      0 |        3 |        7
1684.47/1684.97	c 1638s |      13 |   260750 |    48832 |   130155      0 |        3 |        7
1688.18/1688.65	c 1642s |      13 |   261059 |    48932 |   143171      0 |        3 |        7
1691.77/1692.28	c 1645s |      13 |   261475 |    49032 |   143171      0 |        3 |        7
1695.37/1695.84	c 1649s |      13 |   261732 |    49132 |   143171      0 |        3 |        7
1699.18/1699.66	c 1653s |      13 |   261988 |    49232 |   143171      0 |        3 |        7
1702.27/1702.80	c 1656s |      13 |   262241 |    49332 |   143171      0 |        3 |        7
1706.07/1706.56	c 1660s |      13 |   262491 |    49432 |   143171      0 |        3 |        7
1709.67/1710.18	c 1663s |      13 |   262873 |    49532 |   143171      0 |        3 |        7
1712.38/1712.85	c 1666s |      13 |   263046 |    49632 |   143171      0 |        3 |        7
1715.37/1715.86	c 1669s |      13 |   263269 |    49732 |   143171      0 |        3 |        7
1717.97/1718.40	c 1671s |      13 |   263617 |    49832 |   143171      0 |        3 |        7
1720.77/1721.29	c 1674s |      13 |   263851 |    49932 |   143171      0 |        3 |        7
1723.67/1724.13	c 1677s |      13 |   264124 |    50032 |   143171      0 |        3 |        7
1726.77/1727.20	c 1680s |      13 |   264310 |    50132 |   143171      0 |        3 |        7
1729.97/1730.49	c 1684s |      13 |   264498 |    50232 |   143171      0 |        3 |        7
1733.36/1733.89	c 1687s |      13 |   264683 |    50332 |   143171      0 |        3 |        7
1737.16/1737.62	c 1691s |      13 |   264948 |    50432 |   143171      0 |        3 |        7
1740.76/1741.29	c 1694s |      13 |   265184 |    50532 |   143171      0 |        3 |        7
1743.76/1744.22	c 1697s |      13 |   265435 |    50632 |   143171      0 |        3 |        7
1746.16/1746.67	c 1700s |      13 |   266087 |    50732 |   143171      0 |        3 |        7
1749.26/1749.76	c 1703s |      13 |   267079 |    50832 |   143171      0 |        3 |        7
1752.56/1753.08	c 1706s |      13 |   267620 |    50932 |   143171      0 |        3 |        7
1755.17/1755.65	c 1709s |      13 |   267922 |    51032 |   143171      0 |        3 |        7
1758.16/1758.62	c 1712s |      13 |   268080 |    51132 |   143171      0 |        3 |        7
1760.96/1761.47	c 1715s |      13 |   269262 |    51232 |   143171      0 |        3 |        7
1764.16/1764.67	c 1718s |      13 |   269617 |    51332 |   143171      0 |        3 |        7
1767.56/1768.02	c 1721s |      13 |   269874 |    51432 |   143171      0 |        3 |        7
1770.46/1770.98	c 1724s |      13 |   270291 |    51532 |   143171      0 |        3 |        7
1773.56/1774.05	c 1727s |      13 |   271177 |    51632 |   143171      0 |        3 |        7
1777.36/1777.82	c 1731s |      13 |   271361 |    51732 |   143171      0 |        3 |        7
1780.66/1781.14	c 1734s |      13 |   271603 |    51832 |   143171      0 |        3 |        7
1783.86/1784.31	c 1737s |      13 |   272012 |    51932 |   143171      0 |        3 |        7
1787.46/1787.90	c 1741s |      13 |   272443 |    52032 |   143171      0 |        3 |        7
1790.95/1791.41	c 1744s |      13 |   272644 |    52132 |   143171      0 |        3 |        7
1794.65/1795.17	c 1748s |      13 |   272870 |    52232 |   143171      0 |        3 |        7
1798.65/1799.18	c 1752s |      13 |   273090 |    52332 |   143171      0 |        3 |        7

Verifier Data

ERROR: no interpretation found !

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-4106589-1466273996/watcher-4106589-1466273996 -o /tmp/evaluation-result-4106589-1466273996/solver-4106589-1466273996 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node127-1466265123-26753 --watchdog 1960 toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4106589-1466273996.opb 

pid=28972
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.27 2.28 2.24 3/179 28975
/proc/meminfo: memFree=29380804/32872528 swapFree=1191052/1305516
[pid=28975] ppid=28972 vsize=755132 CPUtime=0 cores=1,3,5,7
/proc/28975/stat : 28975 (toysat) R 28972 28975 26736 0 -1 4202496 2823 0 0 0 0 0 0 0 20 0 4 0 29446236 773255168 3184 33554432000 4194304 16246674 140735847647152 140735847646576 13880264 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/28975/statm: 189551 3193 441 2943 0 186445 0
[pid=28975/tid=28976] ppid=28972 vsize=773564 CPUtime=0 cores=1,3,5,7
/proc/28975/task/28976/stat : 28976 (toysat) S 28972 28975 26736 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 29446236 792129536 3256 33554432000 4194304 16246674 140735847647152 140557538012400 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=28975/tid=28977] ppid=28972 vsize=777660 CPUtime=0 cores=1,3,5,7
/proc/28975/task/28977/stat : 28977 (toysat) S 28972 28975 26736 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 29446236 796323840 3272 33554432000 4194304 16246674 140735847647152 140557527522544 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=28975/tid=28978] ppid=28972 vsize=781756 CPUtime=0 cores=1,3,5,7
/proc/28975/task/28978/stat : 28978 (toysat) S 28972 28975 26736 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 29446236 800518144 3289 33554432000 4194304 16246674 140735847647152 140557517049008 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0

[startup+0.100182 s]
/proc/loadavg: 2.27 2.28 2.24 3/179 28975
/proc/meminfo: memFree=29380804/32872528 swapFree=1191052/1305516
[pid=28975] ppid=28972 vsize=1301060 CPUtime=0.09 cores=1,3,5,7
/proc/28975/stat : 28975 (toysat) R 28972 28975 26736 0 -1 4202496 26907 0 0 0 5 4 0 0 20 0 4 0 29446236 1332285440 27207 33554432000 4194304 16246674 140735847647152 140735847646464 8056990 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/28975/statm: 325265 27224 799 2943 0 322159 0
[pid=28975/tid=28976] ppid=28972 vsize=1301060 CPUtime=0 cores=1,3,5,7
/proc/28975/task/28976/stat : 28976 (toysat) S 28972 28975 26736 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 29446236 1332285440 27238 33554432000 4194304 16246674 140735847647152 140557538012400 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=28975/tid=28977] ppid=28972 vsize=1301060 CPUtime=0 cores=1,3,5,7
/proc/28975/task/28977/stat : 28977 (toysat) S 28972 28975 26736 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 29446236 1332285440 27249 33554432000 4194304 16246674 140735847647152 140557527522544 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=28975/tid=28978] ppid=28972 vsize=1301060 CPUtime=0 cores=1,3,5,7
/proc/28975/task/28978/stat : 28978 (toysat) S 28972 28975 26736 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 29446236 1332285440 27260 33554432000 4194304 16246674 140735847647152 140557517049008 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1301060

[startup+0.200549 s]
/proc/loadavg: 2.27 2.28 2.24 3/179 28975
/proc/meminfo: memFree=29380804/32872528 swapFree=1191052/1305516
[pid=28975] ppid=28972 vsize=1312324 CPUtime=0.19 cores=1,3,5,7
/proc/28975/stat : 28975 (toysat) R 28972 28975 26736 0 -1 4202496 46602 0 0 0 13 6 0 0 20 0 4 0 29446236 1343819776 46901 33554432000 4194304 16246674 140735847647152 140735847646464 4221016 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/28975/statm: 328081 46904 833 2943 0 324975 0
[pid=28975/tid=28976] ppid=28972 vsize=1312324 CPUtime=0 cores=1,3,5,7
/proc/28975/task/28976/stat : 28976 (toysat) S 28972 28975 26736 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 29446236 1343819776 46905 33554432000 4194304 16246674 140735847647152 140557538012400 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=28975/tid=28977] ppid=28972 vsize=1312324 CPUtime=0 cores=1,3,5,7
/proc/28975/task/28977/stat : 28977 (toysat) S 28972 28975 26736 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 29446236 1343819776 46906 33554432000 4194304 16246674 140735847647152 140557527522544 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=28975/tid=28978] ppid=28972 vsize=1312324 CPUtime=0 cores=1,3,5,7
/proc/28975/task/28978/stat : 28978 (toysat) S 28972 28975 26736 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 29446236 1343819776 46908 33554432000 4194304 16246674 140735847647152 140557517049008 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1312324

[startup+0.300499 s]
/proc/loadavg: 2.27 2.28 2.24 3/179 28975
/proc/meminfo: memFree=29380804/32872528 swapFree=1191052/1305516
[pid=28975] ppid=28972 vsize=1314372 CPUtime=0.29 cores=1,3,5,7
/proc/28975/stat : 28975 (toysat) R 28972 28975 26736 0 -1 4202496 46973 0 0 0 23 6 0 0 20 0 4 0 29446236 1345916928 47272 33554432000 4194304 16246674 140735847647152 140735847646464 5875848 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/28975/statm: 328593 47272 833 2943 0 325487 0
[pid=28975/tid=28976] ppid=28972 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/28975/task/28976/stat : 28976 (toysat) S 28972 28975 26736 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 29446236 1345916928 47272 33554432000 4194304 16246674 140735847647152 140557538012400 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=28975/tid=28977] ppid=28972 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/28975/task/28977/stat : 28977 (toysat) S 28972 28975 26736 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 29446236 1345916928 47272 33554432000 4194304 16246674 140735847647152 140557527522544 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=28975/tid=28978] ppid=28972 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/28975/task/28978/stat : 28978 (toysat) S 28972 28975 26736 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 29446236 1345916928 47272 33554432000 4194304 16246674 140735847647152 140557517049008 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1314372

[startup+0.70043 s]
/proc/loadavg: 2.27 2.28 2.24 3/179 28975
/proc/meminfo: memFree=29380804/32872528 swapFree=1191052/1305516
[pid=28975] ppid=28972 vsize=1314372 CPUtime=0.69 cores=1,3,5,7
/proc/28975/stat : 28975 (toysat) R 28972 28975 26736 0 -1 4202496 69175 0 0 0 60 9 0 0 20 0 4 0 29446236 1345916928 69474 33554432000 4194304 16246674 140735847647152 140735847629056 4220880 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/28975/statm: 328593 69474 834 2943 0 325487 0
[pid=28975/tid=28976] ppid=28972 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/28975/task/28976/stat : 28976 (toysat) S 28972 28975 26736 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 29446236 1345916928 69474 33554432000 4194304 16246674 140735847647152 140557538012400 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=28975/tid=28977] ppid=28972 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/28975/task/28977/stat : 28977 (toysat) S 28972 28975 26736 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 29446236 1345916928 69474 33554432000 4194304 16246674 140735847647152 140557527522544 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=28975/tid=28978] ppid=28972 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/28975/task/28978/stat : 28978 (toysat) S 28972 28975 26736 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 29446236 1345916928 69474 33554432000 4194304 16246674 140735847647152 140557517049008 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1314372

[startup+1.50037 s]
/proc/loadavg: 2.27 2.28 2.24 3/183 28979
/proc/meminfo: memFree=28920056/32872528 swapFree=1191052/1305516
[pid=28975] ppid=28972 vsize=1314372 CPUtime=1.49 cores=1,3,5,7
/proc/28975/stat : 28975 (toysat) R 28972 28975 26736 0 -1 4202496 116150 0 0 0 133 16 0 0 20 0 4 0 29446236 1345916928 116449 33554432000 4194304 16246674 140735847647152 140735847629056 5661532 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/28975/statm: 328593 116449 907 2943 0 325487 0
[pid=28975/tid=28976] ppid=28972 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/28975/task/28976/stat : 28976 (toysat) S 28972 28975 26736 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 29446236 1345916928 116449 33554432000 4194304 16246674 140735847647152 140557538012400 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=28975/tid=28977] ppid=28972 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/28975/task/28977/stat : 28977 (toysat) S 28972 28975 26736 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 29446236 1345916928 116449 33554432000 4194304 16246674 140735847647152 140557527522544 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=28975/tid=28978] ppid=28972 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/28975/task/28978/stat : 28978 (toysat) S 28972 28975 26736 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 29446236 1345916928 116449 33554432000 4194304 16246674 140735847647152 140557517049008 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 1314372

[startup+3.1004 s]
/proc/loadavg: 2.25 2.28 2.24 3/183 28979
/proc/meminfo: memFree=28737784/32872528 swapFree=1191052/1305516
[pid=28975] ppid=28972 vsize=1314372 CPUtime=3.09 cores=1,3,5,7
/proc/28975/stat : 28975 (toysat) R 28972 28975 26736 0 -1 4202496 229737 0 0 0 278 31 0 0 20 0 4 0 29446236 1345916928 230036 33554432000 4194304 16246674 140735847647152 140735847629056 5672188 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/28975/statm: 328593 230036 909 2943 0 325487 0
[pid=28975/tid=28976] ppid=28972 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/28975/task/28976/stat : 28976 (toysat) S 28972 28975 26736 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 29446236 1345916928 230036 33554432000 4194304 16246674 140735847647152 140557538012400 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=28975/tid=28977] ppid=28972 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/28975/task/28977/stat : 28977 (toysat) S 28972 28975 26736 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 29446236 1345916928 230036 33554432000 4194304 16246674 140735847647152 140557527522544 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=28975/tid=28978] ppid=28972 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/28975/task/28978/stat : 28978 (toysat) S 28972 28975 26736 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 29446236 1345916928 230036 33554432000 4194304 16246674 140735847647152 140557517049008 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 1314372

[startup+6.3004 s]
/proc/loadavg: 2.25 2.28 2.24 3/184 28982
/proc/meminfo: memFree=28301408/32872528 swapFree=1191052/1305516
[pid=28975] ppid=28972 vsize=1314372 CPUtime=6.29 cores=1,3,5,7
/proc/28975/stat : 28975 (toysat) R 28972 28975 26736 0 -1 4202496 269801 0 0 0 592 37 0 0 20 0 4 0 29446236 1345916928 270100 33554432000 4194304 16246674 140735847647152 140735847629056 5822484 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/28975/statm: 328593 270100 909 2943 0 325487 0
[pid=28975/tid=28976] ppid=28972 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/28975/task/28976/stat : 28976 (toysat) S 28972 28975 26736 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 29446236 1345916928 270100 33554432000 4194304 16246674 140735847647152 140557538012400 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=28975/tid=28977] ppid=28972 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/28975/task/28977/stat : 28977 (toysat) S 28972 28975 26736 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 29446236 1345916928 270100 33554432000 4194304 16246674 140735847647152 140557527522544 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=28975/tid=28978] ppid=28972 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/28975/task/28978/stat : 28978 (toysat) S 28972 28975 26736 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 29446236 1345916928 270100 33554432000 4194304 16246674 140735847647152 140557517049008 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1314372

[startup+12.7004 s]
/proc/loadavg: 2.29 2.29 2.24 3/184 28982
/proc/meminfo: memFree=28301180/32872528 swapFree=1191052/1305516
[pid=28975] ppid=28972 vsize=1314372 CPUtime=12.69 cores=1,3,5,7
/proc/28975/stat : 28975 (toysat) R 28972 28975 26736 0 -1 4202496 269803 0 0 0 1232 37 0 0 20 0 4 0 29446236 1345916928 270102 33554432000 4194304 16246674 140735847647152 140735847629056 4206604 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/28975/statm: 328593 270102 911 2943 0 325487 0
[pid=28975/tid=28976] ppid=28972 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/28975/task/28976/stat : 28976 (toysat) S 28972 28975 26736 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 29446236 1345916928 270102 33554432000 4194304 16246674 140735847647152 140557538012400 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=28975/tid=28977] ppid=28972 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/28975/task/28977/stat : 28977 (toysat) S 28972 28975 26736 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 29446236 1345916928 270102 33554432000 4194304 16246674 140735847647152 140557527522544 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=28975/tid=28978] ppid=28972 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/28975/task/28978/stat : 28978 (toysat) S 28972 28975 26736 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 29446236 1345916928 270102 33554432000 4194304 16246674 140735847647152 140557517049008 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1314372

[startup+25.5005 s]
/proc/loadavg: 2.33 2.29 2.24 3/184 28982
/proc/meminfo: memFree=28301676/32872528 swapFree=1191052/1305516
[pid=28975] ppid=28972 vsize=1314372 CPUtime=25.48 cores=1,3,5,7
/proc/28975/stat : 28975 (toysat) R 28972 28975 26736 0 -1 4202496 269804 0 0 0 2511 37 0 0 20 0 4 0 29446236 1345916928 270103 33554432000 4194304 16246674 140735847647152 140735847629056 12483423 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/28975/statm: 328593 270103 912 2943 0 325487 0
[pid=28975/tid=28976] ppid=28972 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/28975/task/28976/stat : 28976 (toysat) S 28972 28975 26736 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 29446236 1345916928 270103 33554432000 4194304 16246674 140735847647152 140557538012400 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=28975/tid=28977] ppid=28972 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/28975/task/28977/stat : 28977 (toysat) S 28972 28975 26736 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 29446236 1345916928 270103 33554432000 4194304 16246674 140735847647152 140557527522544 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=28975/tid=28978] ppid=28972 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/28975/task/28978/stat : 28978 (toysat) S 28972 28975 26736 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 29446236 1345916928 270103 33554432000 4194304 16246674 140735847647152 140557517049008 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 1314372

[startup+51.1005 s]
/proc/loadavg: 2.29 2.28 2.24 3/184 28982
/proc/meminfo: memFree=28301432/32872528 swapFree=1191052/1305516
[pid=28975] ppid=28972 vsize=1314372 CPUtime=51.08 cores=1,3,5,7
/proc/28975/stat : 28975 (toysat) R 28972 28975 26736 0 -1 4202496 269805 0 0 0 5070 38 0 0 20 0 4 0 29446236 1345916928 270104 33554432000 4194304 16246674 140735847647152 140735847629056 5675397 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/28975/statm: 328593 270104 913 2943 0 325487 0
[pid=28975/tid=28976] ppid=28972 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/28975/task/28976/stat : 28976 (toysat) S 28972 28975 26736 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 29446236 1345916928 270104 33554432000 4194304 16246674 140735847647152 140557538012400 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=28975/tid=28977] ppid=28972 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/28975/task/28977/stat : 28977 (toysat) S 28972 28975 26736 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 29446236 1345916928 270104 33554432000 4194304 16246674 140735847647152 140557527522544 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=28975/tid=28978] ppid=28972 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/28975/task/28978/stat : 28978 (toysat) S 28972 28975 26736 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 29446236 1345916928 270104 33554432000 4194304 16246674 140735847647152 140557517049008 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 1314372

[startup+102.3 s]
/proc/loadavg: 2.22 2.26 2.24 3/183 28983
/proc/meminfo: memFree=28301152/32872528 swapFree=1191052/1305516
[pid=28975] ppid=28972 vsize=1314372 CPUtime=102.28 cores=1,3,5,7
/proc/28975/stat : 28975 (toysat) R 28972 28975 26736 0 -1 4202496 269805 0 0 0 10190 38 0 0 20 0 4 0 29446236 1345916928 270104 33554432000 4194304 16246674 140735847647152 140735847629056 6022767 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/28975/statm: 328593 270104 913 2943 0 325487 0
[pid=28975/tid=28976] ppid=28972 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/28975/task/28976/stat : 28976 (toysat) S 28972 28975 26736 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 29446236 1345916928 270104 33554432000 4194304 16246674 140735847647152 140557538012400 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=28975/tid=28977] ppid=28972 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/28975/task/28977/stat : 28977 (toysat) S 28972 28975 26736 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 29446236 1345916928 270104 33554432000 4194304 16246674 140735847647152 140557527522544 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=28975/tid=28978] ppid=28972 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/28975/task/28978/stat : 28978 (toysat) S 28972 28975 26736 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 29446236 1345916928 270104 33554432000 4194304 16246674 140735847647152 140557517049008 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 1314372


################
# More data... #
################

/proc/28975/task/28978/stat : 28978 (toysat) S 28972 28975 26736 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 29446236 1345916928 270110 33554432000 4194304 16246674 140735847647152 140557517049008 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1302.06
Current children cumulated vsize (KiB) 1314372

[startup+1362.3 s]
/proc/loadavg: 2.19 2.19 2.18 3/183 29063
/proc/meminfo: memFree=28303048/32872528 swapFree=1191052/1305516
[pid=28975] ppid=28972 vsize=1314372 CPUtime=1362.02 cores=1,3,5,7
/proc/28975/stat : 28975 (toysat) R 28972 28975 26736 0 -1 4202496 269906 0 0 0 136162 40 0 0 20 0 4 0 29446236 1345916928 270110 33554432000 4194304 16246674 140735847647152 140735847629056 12483481 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28975/statm: 328593 270110 916 2943 0 325487 0
[pid=28975/tid=28976] ppid=28972 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/28975/task/28976/stat : 28976 (toysat) S 28972 28975 26736 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 29446236 1345916928 270110 33554432000 4194304 16246674 140735847647152 140557538012400 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=28975/tid=28977] ppid=28972 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/28975/task/28977/stat : 28977 (toysat) S 28972 28975 26736 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 29446236 1345916928 270110 33554432000 4194304 16246674 140735847647152 140557527522544 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=28975/tid=28978] ppid=28972 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/28975/task/28978/stat : 28978 (toysat) S 28972 28975 26736 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 29446236 1345916928 270110 33554432000 4194304 16246674 140735847647152 140557517049008 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1362.02
Current children cumulated vsize (KiB) 1314372

[startup+1422.3 s]
/proc/loadavg: 2.18 2.18 2.18 3/183 29064
/proc/meminfo: memFree=28303120/32872528 swapFree=1191052/1305516
[pid=28975] ppid=28972 vsize=1314372 CPUtime=1422 cores=1,3,5,7
/proc/28975/stat : 28975 (toysat) R 28972 28975 26736 0 -1 4202496 269943 0 0 0 142160 40 0 0 20 0 4 0 29446236 1345916928 270110 33554432000 4194304 16246674 140735847647152 140735847629056 5822484 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28975/statm: 328593 270110 916 2943 0 325487 0
[pid=28975/tid=28976] ppid=28972 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/28975/task/28976/stat : 28976 (toysat) S 28972 28975 26736 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 29446236 1345916928 270110 33554432000 4194304 16246674 140735847647152 140557538012400 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=28975/tid=28977] ppid=28972 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/28975/task/28977/stat : 28977 (toysat) S 28972 28975 26736 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 29446236 1345916928 270110 33554432000 4194304 16246674 140735847647152 140557527522544 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=28975/tid=28978] ppid=28972 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/28975/task/28978/stat : 28978 (toysat) S 28972 28975 26736 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 29446236 1345916928 270110 33554432000 4194304 16246674 140735847647152 140557517049008 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1422
Current children cumulated vsize (KiB) 1314372

[startup+1482.3 s]
/proc/loadavg: 2.13 2.16 2.17 3/183 29065
/proc/meminfo: memFree=28303164/32872528 swapFree=1191052/1305516
[pid=28975] ppid=28972 vsize=1314372 CPUtime=1481.96 cores=1,3,5,7
/proc/28975/stat : 28975 (toysat) R 28972 28975 26736 0 -1 4202496 269983 0 0 0 148156 40 0 0 20 0 4 0 29446236 1345916928 270110 33554432000 4194304 16246674 140735847647152 140735847629056 12483632 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28975/statm: 328593 270110 916 2943 0 325487 0
[pid=28975/tid=28976] ppid=28972 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/28975/task/28976/stat : 28976 (toysat) S 28972 28975 26736 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 29446236 1345916928 270110 33554432000 4194304 16246674 140735847647152 140557538012400 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=28975/tid=28977] ppid=28972 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/28975/task/28977/stat : 28977 (toysat) S 28972 28975 26736 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 29446236 1345916928 270110 33554432000 4194304 16246674 140735847647152 140557527522544 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=28975/tid=28978] ppid=28972 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/28975/task/28978/stat : 28978 (toysat) S 28972 28975 26736 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 29446236 1345916928 270110 33554432000 4194304 16246674 140735847647152 140557517049008 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1481.96
Current children cumulated vsize (KiB) 1314372

[startup+1542.31 s]
/proc/loadavg: 2.09 2.14 2.17 3/183 29067
/proc/meminfo: memFree=28303320/32872528 swapFree=1191052/1305516
[pid=28975] ppid=28972 vsize=1314372 CPUtime=1541.93 cores=1,3,5,7
/proc/28975/stat : 28975 (toysat) R 28972 28975 26736 0 -1 4202496 270029 0 0 0 154153 40 0 0 20 0 4 0 29446236 1345916928 270110 33554432000 4194304 16246674 140735847647152 140735847629056 5661428 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28975/statm: 328593 270110 916 2943 0 325487 0
[pid=28975/tid=28976] ppid=28972 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/28975/task/28976/stat : 28976 (toysat) S 28972 28975 26736 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 29446236 1345916928 270110 33554432000 4194304 16246674 140735847647152 140557538012400 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=28975/tid=28977] ppid=28972 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/28975/task/28977/stat : 28977 (toysat) S 28972 28975 26736 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 29446236 1345916928 270110 33554432000 4194304 16246674 140735847647152 140557527522544 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=28975/tid=28978] ppid=28972 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/28975/task/28978/stat : 28978 (toysat) S 28972 28975 26736 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 29446236 1345916928 270110 33554432000 4194304 16246674 140735847647152 140557517049008 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1541.93
Current children cumulated vsize (KiB) 1314372

[startup+1602.3 s]
/proc/loadavg: 2.29 2.18 2.18 3/183 29068
/proc/meminfo: memFree=28302740/32872528 swapFree=1191052/1305516
[pid=28975] ppid=28972 vsize=1314372 CPUtime=1601.88 cores=1,3,5,7
/proc/28975/stat : 28975 (toysat) R 28972 28975 26736 0 -1 4202496 270074 0 0 0 160148 40 0 0 20 0 4 0 29446236 1345916928 270110 33554432000 4194304 16246674 140735847647152 140735847629056 5661607 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28975/statm: 328593 270110 916 2943 0 325487 0
[pid=28975/tid=28976] ppid=28972 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/28975/task/28976/stat : 28976 (toysat) S 28972 28975 26736 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 29446236 1345916928 270110 33554432000 4194304 16246674 140735847647152 140557538012400 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=28975/tid=28977] ppid=28972 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/28975/task/28977/stat : 28977 (toysat) S 28972 28975 26736 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 29446236 1345916928 270110 33554432000 4194304 16246674 140735847647152 140557527522544 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=28975/tid=28978] ppid=28972 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/28975/task/28978/stat : 28978 (toysat) S 28972 28975 26736 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 29446236 1345916928 270110 33554432000 4194304 16246674 140735847647152 140557517049008 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1601.88
Current children cumulated vsize (KiB) 1314372

[startup+1662.3 s]
/proc/loadavg: 2.19 2.17 2.17 3/183 29069
/proc/meminfo: memFree=28300948/32872528 swapFree=1191052/1305516
[pid=28975] ppid=28972 vsize=1314372 CPUtime=1661.88 cores=1,3,5,7
/proc/28975/stat : 28975 (toysat) R 28972 28975 26736 0 -1 4202496 270084 0 0 0 166147 41 0 0 20 0 4 0 29446236 1345916928 270110 33554432000 4194304 16246674 140735847647152 140735847629056 5822552 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28975/statm: 328593 270110 916 2943 0 325487 0
[pid=28975/tid=28976] ppid=28972 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/28975/task/28976/stat : 28976 (toysat) S 28972 28975 26736 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 29446236 1345916928 270110 33554432000 4194304 16246674 140735847647152 140557538012400 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=28975/tid=28977] ppid=28972 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/28975/task/28977/stat : 28977 (toysat) S 28972 28975 26736 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 29446236 1345916928 270110 33554432000 4194304 16246674 140735847647152 140557527522544 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=28975/tid=28978] ppid=28972 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/28975/task/28978/stat : 28978 (toysat) S 28972 28975 26736 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 29446236 1345916928 270110 33554432000 4194304 16246674 140735847647152 140557517049008 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1661.88
Current children cumulated vsize (KiB) 1314372

[startup+1722.3 s]
/proc/loadavg: 2.07 2.14 2.16 4/183 29070
/proc/meminfo: memFree=28291388/32872528 swapFree=1191052/1305516
[pid=28975] ppid=28972 vsize=1314372 CPUtime=1721.87 cores=1,3,5,7
/proc/28975/stat : 28975 (toysat) R 28972 28975 26736 0 -1 4202496 270084 0 0 0 172146 41 0 0 20 0 4 0 29446236 1345916928 270110 33554432000 4194304 16246674 140735847647152 140735847629056 5822252 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28975/statm: 328593 270110 916 2943 0 325487 0
[pid=28975/tid=28976] ppid=28972 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/28975/task/28976/stat : 28976 (toysat) S 28972 28975 26736 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 29446236 1345916928 270110 33554432000 4194304 16246674 140735847647152 140557538012400 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=28975/tid=28977] ppid=28972 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/28975/task/28977/stat : 28977 (toysat) S 28972 28975 26736 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 29446236 1345916928 270110 33554432000 4194304 16246674 140735847647152 140557527522544 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=28975/tid=28978] ppid=28972 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/28975/task/28978/stat : 28978 (toysat) S 28972 28975 26736 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 29446236 1345916928 270110 33554432000 4194304 16246674 140735847647152 140557517049008 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1721.87
Current children cumulated vsize (KiB) 1314372

[startup+1782.3 s]
/proc/loadavg: 2.19 2.17 2.17 3/183 29071
/proc/meminfo: memFree=28291008/32872528 swapFree=1191052/1305516
[pid=28975] ppid=28972 vsize=1314372 CPUtime=1781.86 cores=1,3,5,7
/proc/28975/stat : 28975 (toysat) R 28972 28975 26736 0 -1 4202496 270084 0 0 0 178145 41 0 0 20 0 4 0 29446236 1345916928 270110 33554432000 4194304 16246674 140735847647152 140735847629056 6021024 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28975/statm: 328593 270110 916 2943 0 325487 0
[pid=28975/tid=28976] ppid=28972 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/28975/task/28976/stat : 28976 (toysat) S 28972 28975 26736 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 29446236 1345916928 270110 33554432000 4194304 16246674 140735847647152 140557538012400 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=28975/tid=28977] ppid=28972 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/28975/task/28977/stat : 28977 (toysat) S 28972 28975 26736 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 29446236 1345916928 270110 33554432000 4194304 16246674 140735847647152 140557527522544 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=28975/tid=28978] ppid=28972 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/28975/task/28978/stat : 28978 (toysat) S 28972 28975 26736 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 29446236 1345916928 270110 33554432000 4194304 16246674 140735847647152 140557517049008 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1781.86
Current children cumulated vsize (KiB) 1314372



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 2.30 2.19 2.18 3/183 29071
/proc/meminfo: memFree=28291500/32872528 swapFree=1191052/1305516
[pid=28975] ppid=28972 vsize=1314372 CPUtime=1800.05 cores=1,3,5,7
/proc/28975/stat : 28975 (toysat) R 28972 28975 26736 0 -1 4202496 270084 0 0 0 179964 41 0 0 20 0 4 0 29446236 1345916928 270110 33554432000 4194304 16246674 140735847647152 140735847629056 5674844 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28975/statm: 328593 270110 916 2943 0 325487 0
[pid=28975/tid=28976] ppid=28972 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/28975/task/28976/stat : 28976 (toysat) S 28972 28975 26736 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 29446236 1345916928 270110 33554432000 4194304 16246674 140735847647152 140557538012400 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=28975/tid=28977] ppid=28972 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/28975/task/28977/stat : 28977 (toysat) S 28972 28975 26736 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 29446236 1345916928 270110 33554432000 4194304 16246674 140735847647152 140557527522544 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=28975/tid=28978] ppid=28972 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/28975/task/28978/stat : 28978 (toysat) S 28972 28975 26736 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 29446236 1345916928 270110 33554432000 4194304 16246674 140735847647152 140557517049008 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 1314372

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+1800.5 s]
/proc/loadavg: 2.30 2.19 2.18 3/183 29071
/proc/meminfo: memFree=28291500/32872528 swapFree=1191052/1305516
[pid=28975] ppid=28972 vsize=1314372 CPUtime=1800.05 cores=1,3,5,7
/proc/28975/stat : 28975 (toysat) R 28972 28975 26736 0 -1 4202496 270084 0 0 0 179964 41 0 0 20 0 4 0 29446236 1345916928 270110 33554432000 4194304 16246674 140735847647152 140735847629056 5674844 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/28975/statm: 328593 270110 916 2943 0 325487 0
[pid=28975/tid=28976] ppid=28972 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/28975/task/28976/stat : 28976 (toysat) S 28972 28975 26736 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 29446236 1345916928 270110 33554432000 4194304 16246674 140735847647152 140557538012400 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=28975/tid=28977] ppid=28972 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/28975/task/28977/stat : 28977 (toysat) S 28972 28975 26736 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 29446236 1345916928 270110 33554432000 4194304 16246674 140735847647152 140557527522544 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=28975/tid=28978] ppid=28972 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/28975/task/28978/stat : 28978 (toysat) S 28972 28975 26736 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 29446236 1345916928 270110 33554432000 4194304 16246674 140735847647152 140557517049008 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 1314372

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.51
CPU time (s): 1800.06
CPU user time (s): 1799.65
CPU system time (s): 0.411937
CPU usage (%): 99.9753
Max. virtual memory (cumulated for all children) (KiB): 1314372

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.65
system time used= 0.411937
maximum resident set size= 1080440
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 270084
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= 291
involuntary context switches= 1931

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.5893 second user time and 7.41487 second system time

The end

Launcher Data

Begin job on node127 at 2016-06-18 20:19:56
IDJOB=4106589
IDBENCH=48120
IDSOLVER=2542
FILE ID=node127/4106589-1466273996
RUNJOBID= node127-1466265123-26753
PBS_JOBID= 19918231
Free space on /tmp= 71724 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/mds/normalized-mds_500_60_1.opb
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --pb --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4106589-1466273996/watcher-4106589-1466273996 -o /tmp/evaluation-result-4106589-1466273996/solver-4106589-1466273996 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node127-1466265123-26753 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4106589-1466273996.opb

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

MD5SUM BENCH= 7931a71f4daac58a32a56f6c89bc3525
RANDOM SEED=1873773070

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.769
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.56
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.769
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.769
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.769
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.769
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:        29381224 kB
Buffers:           94104 kB
Cached:           261732 kB
SwapCached:          516 kB
Active:          1182820 kB
Inactive:         263524 kB
Active(anon):    1090292 kB
Inactive(anon):     2184 kB
Active(file):      92528 kB
Inactive(file):   261340 kB
Unevictable:     1305516 kB
Mlocked:         1191052 kB
SwapTotal:      67108856 kB
SwapFree:       67100260 kB
Dirty:             16920 kB
Writeback:             0 kB
AnonPages:       2395040 kB
Mapped:            10400 kB
Shmem:                 0 kB
Slab:             605000 kB
SReclaimable:      48812 kB
SUnreclaim:       556188 kB
KernelStack:        1520 kB
PageTables:         8928 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2538824 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    116736 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= 71708 MiB
End job on node127 at 2016-06-18 20:49:57