Trace number 4119765

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.04 1800.51

General information on the benchmark

NamePB15eval/normalized-PB15eval/OPT-BIGINT-LIN/pbfvmc-formulae/
hw128/normalized-hw128-vm90p-opt.opb.negationfix.opb
MD5SUM83d09a2c5aa8841618bc9dbbf19669f3
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark119
Best CPU time to get the best result obtained on this benchmark1800.49
Has Objective Function
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables
Total number of constraints
Number of constraints which are clauses
Number of constraints which are cardinality constraints (but not clauses)
Number of constraints which are nor clauses,nor cardinality constraints
Minimum length of a constraint
Maximum length of a constraint
Number of terms in the objective function
Biggest coefficient in the objective function
Number of bits for the biggest coefficient in the objective function
Sum of the numbers in the objective function
Number of bits of the sum of numbers in the objective function
Biggest number in a constraint
Number of bits of the biggest number in a constraint
Biggest sum of numbers in a constraint
Number of bits of the biggest sum of numbers
Number of products (including duplicates)
Sum of products size (including duplicates)
Number of different products
Sum of products size

Solver Data

0.00/0.00	c 2016-06-30T11:06:51+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-4119765-1467277611.opb"]
0.00/0.01	c use --random-gen="2556850057 2606890599 896213326 3903908705 252271844 1130168928 2083123990 4199923314 2179733431 3257954523 871281904 3058162221 1655706304 2425809317 759168064 305405449 1972564050 2150127339 2946262439 2952721390 2400069370 3081565325 2636258163 1607453363 2315603429 3706482659 895059003 278175596 3641148753 620647547 4192256180 3020274210 926616682 3581431526 4213660524 1206789664 956438002 2304471317 2381533195 1609922134 8584679 9524146 2649804432 1775708529 1989233992 1919832736 1843025166 1892969510 3479733127 1757332390 832873924 895060642 2483583973 1502763491 4272685079 98790411 4082553381 284614764 2672769630 1832577362 912476597 1813389140 1145665045 678615109 472397348 2423152406 982340814 2255929095 2421898151 1070445703 2362437048 1963250647 633877178 3095544636 4150920537 2636830248 2497759252 3165915783 1389575761 3604183899 3679402717 1918589624 2213336539 1184242658 2583082001 3251039127 2862893054 3561712171 2729529782 1007670909 4286024325 2088433489 1412614927 24531080 3313126577 2841909365 614119379 1689869451 2190925181 3948853822 901864611 940196852 2159602739 2964393035 2007446626 1533372973 3522595480 928453004 2876075263 1119298971 2494411260 4243448259 2154183865 3022078066 1764669974 4102401069 1292999184 154277705 3968634032 1540042767 129886396 385039094 3299305465 2923476329 15801252 717972895 794368969 2065678083 4048816479 2588413074 291979038 3117839815 2560742409 2112587548 982276472 1603388252 1574710839 1437647669 3412878257 3464717797 3101627130 2729132439 3558469294 1343851218 2203566940 3065929471 4150247659 658997456 299152923 268347579 2090050610 1339646655 2726101597 2829960547 2470543800 2276251326 144415760 2147594628 3312757811 3482209520 2268790922 3713842671 3434058075 3167650399 1146764560 1339856089 2789523358 1545386646 1135034634 2477474477 2375851455 2902441055 228537511 3876896656 966185647 2622085742 2709898960 3157764238 3531282795 3883168296 148506927 3478168887 3572912021 3668744876 740994814 2120228319 486764264 214032027 114447631 2814677264 1390573547 1428163394 3188290180 1024063278 259055489 2337787368 1438351197 2652555500 2762078856 3645778017 2937238955 235186205 1686075641 978043867 3700177694 2308498478 818545695 1018368011 3227896691 1832965078 3003920881 3073626188 1246706470 1861322949 2960719391 4087532219 716915467 1407829341 1233987245 4035201691 285135146 2935644744 1412080628 1628965246 2753106756 4022905675 1396213943 955412795 3775495119 3887605329 2877587278 3573770043 3858414117 3679873751 3600257140 2268053744 219245794 481396217 123912957 2329458908 1125304783 993246375 299629934 1354584911 569535169 1052498505 332394934 1594814921 4234846364 1081091402 1261726085 2576207229 601276758 1207052188 4110748580 3482689739 255 362436" option to reproduce the execution
1.09/1.20	c #vars 163584
1.09/1.20	c #constraints 2812
4.19/4.25	c BCD2: Hardening is enabled.
4.19/4.25	c BCD2: BiasedSearch is enabled.
4.19/4.25	c Solving starts ...
4.19/4.25	c ============================[ Search Statistics ]============================
4.19/4.25	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.19/4.25	c       |         |          |          |    Limit     GC | Var      | Constra 
4.19/4.25	c =============================================================================
4.29/4.32	c  0.0s |       0 |        0 |        0 |    55465      0 |      582 |        0
5.69/5.75	c  1.4s |       1 |     1310 |      100 |    55465      0 |      582 |        0
9.08/9.18	c  4.9s |       1 |     9574 |      200 |    61012      0 |      582 |        0
11.09/11.17	c  6.9s |       2 |     9630 |      250 |    61012      0 |      582 |        0
13.19/13.25	c  8.9s |       2 |    36859 |      350 |    67114      0 |      582 |        0
16.78/16.82	c 12.5s |       2 |    36954 |      450 |    67114      0 |      582 |        0
17.88/17.94	c 13.6s |       3 |    36976 |      475 |    67114      0 |      582 |        0
20.68/20.74	c 16.4s |       3 |    67075 |      575 |    73826      0 |      582 |        0
23.38/23.49	c 19.2s |       3 |    67196 |      675 |    73826      0 |      582 |        0
26.69/26.71	c 22.4s |       3 |    67312 |      775 |    73826      0 |      582 |        0
28.19/28.25	c 23.9s |       4 |    67354 |      813 |    73826      0 |      582 |        0
30.89/30.96	c 26.6s |       4 |   109406 |      913 |    81209      0 |      582 |        0
33.39/33.42	c 29.1s |       4 |   109527 |     1013 |    81209      0 |      582 |        0
36.09/36.14	c 31.8s |       4 |   109630 |     1113 |    81209      0 |      582 |        0
38.28/38.37	c 34.1s |       4 |   109749 |     1213 |    81209      0 |      582 |        0
40.69/40.80	c 36.5s |       4 |   109851 |     1313 |    81209      0 |      582 |        0
40.98/41.09	c 36.8s |       5 |   109858 |     1320 |    81209      0 |      582 |        0
44.98/45.08	c 40.8s |       5 |   150459 |     1420 |    89330      0 |      582 |        0
49.78/49.88	c 45.6s |       5 |   150581 |     1520 |    89330      0 |      582 |        0
53.28/53.31	c 49.0s |       5 |   150692 |     1620 |    89330      0 |      582 |        0
56.58/56.66	c 52.3s |       5 |   150808 |     1720 |    89330      0 |      582 |        0
60.17/60.22	c 55.9s |       5 |   150929 |     1820 |    89330      0 |      582 |        0
64.58/64.63	c 60.3s |       5 |   151049 |     1920 |    89330      0 |      582 |        0
68.58/68.62	c 64.3s |       5 |   151148 |     2020 |    89330      0 |      582 |        0
71.38/71.48	c 67.2s |       6 |   151216 |     2081 |    98264      0 |      582 |        0
72.59/72.63	c 68.3s |       6 |   184935 |     2130 |    98264      0 |      582 |        0
72.59/72.63	c #cpu_time = 67.992s
72.59/72.63	c #wall_clock_time = 68.166s
72.59/72.63	c #decision = 184935
72.59/72.63	c #random_decision = 536
72.59/72.63	c #conflict = 2130
72.59/72.63	c #restart = 6
72.59/72.63	o 128
72.59/72.63	c BCD2: updating upper bound: 128 -> 127
72.59/72.63	c BCD2: 0 <= obj <= 127
72.59/72.63	c BCD2: #cores=0, #unrelaxed=128, #relaxed=0, #hardened=0
72.59/72.63	c BCD2: #sat=1 #unsat=1 bias=1/2
72.59/72.63	c Solving starts ...
72.59/72.63	c ============================[ Search Statistics ]============================
72.59/72.63	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
72.59/72.63	c       |         |          |          |    Limit     GC | Var      | Constra 
72.59/72.63	c =============================================================================
72.59/72.63	c  0.0s |       0 |        0 |        0 |    98264      0 |      582 |        0
72.98/73.05	c  0.4s |       0 |       12 |        0 |    98264      0 |      582 |        0
72.98/73.05	c #cpu_time = 0.422s
72.98/73.05	c #wall_clock_time = 0.423s
72.98/73.05	c #decision = 12
72.98/73.05	c #random_decision = 0
72.98/73.05	c #conflict = 0
72.98/73.05	c #restart = 0
72.98/73.05	c BCD2: found a new core of size 13: cost of the new core is >=1
72.98/73.05	c lower bound updated to 1
72.98/73.05	c BCD2: 1 <= obj <= 127
72.98/73.05	c BCD2: #cores=1, #unrelaxed=115, #relaxed=13, #hardened=0
72.98/73.05	c BCD2: #sat=1 #unsat=2 bias=2/3
72.98/73.06	c Solving starts ...
72.98/73.06	c ============================[ Search Statistics ]============================
72.98/73.06	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
72.98/73.06	c       |         |          |          |    Limit     GC | Var      | Constra 
72.98/73.06	c =============================================================================
72.98/73.06	c  0.0s |       0 |        0 |        0 |    98264      0 |      582 |        0
73.38/73.45	c  0.4s |       0 |       13 |        1 |    98264      0 |      582 |        0
73.38/73.45	c #cpu_time = 0.383s
73.38/73.45	c #wall_clock_time = 0.384s
73.38/73.45	c #decision = 13
73.38/73.45	c #random_decision = 0
73.38/73.45	c #conflict = 1
73.38/73.45	c #restart = 0
73.38/73.45	c BCD2: relaxing 12 and merging with 1 cores into a new core of size 25: cost of the new core is >=2
73.38/73.45	c lower bound updated to 2
73.38/73.45	c BCD2: 2 <= obj <= 127
73.38/73.45	c BCD2: #cores=1, #unrelaxed=103, #relaxed=25, #hardened=0
73.38/73.45	c BCD2: #sat=1 #unsat=3 bias=3/4
73.38/73.45	c Solving starts ...
73.38/73.45	c ============================[ Search Statistics ]============================
73.38/73.45	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
73.38/73.45	c       |         |          |          |    Limit     GC | Var      | Constra 
73.38/73.45	c =============================================================================
73.38/73.45	c  0.0s |       0 |        0 |        0 |    98264      0 |      583 |        0
73.79/73.84	c  0.4s |       0 |       14 |        1 |    98264      0 |      583 |        1
73.79/73.84	c #cpu_time = 0.379s
73.79/73.84	c #wall_clock_time = 0.380s
73.79/73.84	c #decision = 14
73.79/73.84	c #random_decision = 0
73.79/73.84	c #conflict = 1
73.79/73.84	c #restart = 0
73.79/73.84	c BCD2: relaxing 13 and merging with 1 cores into a new core of size 38: cost of the new core is >=3
73.79/73.84	c lower bound updated to 3
73.79/73.84	c BCD2: 3 <= obj <= 127
73.79/73.84	c BCD2: #cores=1, #unrelaxed=90, #relaxed=38, #hardened=0
73.79/73.84	c BCD2: #sat=1 #unsat=4 bias=4/5
73.79/73.84	c Solving starts ...
73.79/73.84	c ============================[ Search Statistics ]============================
73.79/73.84	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
73.79/73.84	c       |         |          |          |    Limit     GC | Var      | Constra 
73.79/73.84	c =============================================================================
73.79/73.84	c  0.0s |       0 |        0 |        0 |    98264      0 |      584 |        1
74.18/74.23	c  0.4s |       0 |       14 |        1 |    98264      0 |      584 |        2
74.18/74.23	c #cpu_time = 0.385s
74.18/74.23	c #wall_clock_time = 0.386s
74.18/74.23	c #decision = 14
74.18/74.23	c #random_decision = 0
74.18/74.23	c #conflict = 1
74.18/74.23	c #restart = 0
74.18/74.23	c BCD2: relaxing 13 and merging with 1 cores into a new core of size 51: cost of the new core is >=4
74.18/74.23	c lower bound updated to 4
74.18/74.23	c BCD2: 4 <= obj <= 127
74.18/74.23	c BCD2: #cores=1, #unrelaxed=77, #relaxed=51, #hardened=0
74.18/74.23	c BCD2: #sat=1 #unsat=5 bias=5/6
74.18/74.23	c Solving starts ...
74.18/74.23	c ============================[ Search Statistics ]============================
74.18/74.23	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
74.18/74.23	c       |         |          |          |    Limit     GC | Var      | Constra 
74.18/74.23	c =============================================================================
74.18/74.23	c  0.0s |       0 |        0 |        0 |    98264      0 |      585 |        2
74.58/74.62	c  0.4s |       0 |       13 |        1 |    98264      0 |      585 |        3
74.58/74.62	c #cpu_time = 0.380s
74.58/74.62	c #wall_clock_time = 0.381s
74.58/74.62	c #decision = 13
74.58/74.62	c #random_decision = 0
74.58/74.62	c #conflict = 1
74.58/74.62	c #restart = 0
74.58/74.62	c BCD2: relaxing 12 and merging with 1 cores into a new core of size 63: cost of the new core is >=5
74.58/74.62	c lower bound updated to 5
74.58/74.62	c BCD2: 5 <= obj <= 127
74.58/74.62	c BCD2: #cores=1, #unrelaxed=65, #relaxed=63, #hardened=0
74.58/74.62	c BCD2: #sat=1 #unsat=6 bias=6/7
74.58/74.62	c Solving starts ...
74.58/74.62	c ============================[ Search Statistics ]============================
74.58/74.62	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
74.58/74.62	c       |         |          |          |    Limit     GC | Var      | Constra 
74.58/74.62	c =============================================================================
74.58/74.62	c  0.0s |       0 |        0 |        0 |    98264      0 |      586 |        3
74.98/75.01	c  0.4s |       0 |       14 |        1 |    98264      0 |      586 |        4
74.98/75.01	c #cpu_time = 0.383s
74.98/75.01	c #wall_clock_time = 0.384s
74.98/75.01	c #decision = 14
74.98/75.01	c #random_decision = 0
74.98/75.01	c #conflict = 1
74.98/75.01	c #restart = 0
74.98/75.01	c BCD2: relaxing 13 and merging with 1 cores into a new core of size 76: cost of the new core is >=6
74.98/75.01	c lower bound updated to 6
74.98/75.01	c BCD2: 6 <= obj <= 127
74.98/75.01	c BCD2: #cores=1, #unrelaxed=52, #relaxed=76, #hardened=0
74.98/75.01	c BCD2: #sat=1 #unsat=7 bias=7/8
74.98/75.01	c Solving starts ...
74.98/75.01	c ============================[ Search Statistics ]============================
74.98/75.01	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
74.98/75.01	c       |         |          |          |    Limit     GC | Var      | Constra 
74.98/75.01	c =============================================================================
74.98/75.01	c  0.0s |       0 |        0 |        0 |    98264      0 |      587 |        4
75.28/75.39	c  0.4s |       0 |       13 |        0 |    98264      0 |      587 |        5
75.28/75.39	c #cpu_time = 0.378s
75.28/75.39	c #wall_clock_time = 0.379s
75.28/75.39	c #decision = 13
75.28/75.39	c #random_decision = 0
75.28/75.39	c #conflict = 0
75.28/75.39	c #restart = 0
75.28/75.39	c BCD2: found a new core of size 13: cost of the new core is >=1
75.28/75.39	c lower bound updated to 7
75.28/75.39	c BCD2: 7 <= obj <= 127
75.28/75.39	c BCD2: #cores=2, #unrelaxed=39, #relaxed=89, #hardened=0
75.28/75.39	c BCD2: #sat=1 #unsat=8 bias=8/9
75.28/75.39	c Solving starts ...
75.28/75.39	c ============================[ Search Statistics ]============================
75.28/75.39	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
75.28/75.39	c       |         |          |          |    Limit     GC | Var      | Constra 
75.28/75.39	c =============================================================================
75.38/75.40	c  0.0s |       0 |        0 |        0 |    98264      0 |      587 |        5
75.68/75.78	c  0.4s |       0 |       12 |        1 |    98264      0 |      587 |        5
75.68/75.78	c #cpu_time = 0.383s
75.68/75.78	c #wall_clock_time = 0.384s
75.68/75.78	c #decision = 12
75.68/75.78	c #random_decision = 0
75.68/75.78	c #conflict = 1
75.68/75.78	c #restart = 0
75.68/75.78	c BCD2: relaxing 10 and merging with 1 cores into a new core of size 86: cost of the new core is >=7
75.68/75.78	c lower bound updated to 8
75.68/75.78	c BCD2: 8 <= obj <= 127
75.68/75.78	c BCD2: #cores=2, #unrelaxed=29, #relaxed=99, #hardened=0
75.68/75.78	c BCD2: #sat=1 #unsat=9 bias=9/10
75.68/75.78	c Solving starts ...
75.68/75.78	c ============================[ Search Statistics ]============================
75.68/75.78	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
75.68/75.78	c       |         |          |          |    Limit     GC | Var      | Constra 
75.68/75.78	c =============================================================================
75.68/75.79	c  0.0s |       0 |        0 |        0 |    98264      0 |      589 |        5
76.08/76.17	c  0.4s |       0 |       15 |        1 |    98264      0 |      589 |        8
76.08/76.17	c #cpu_time = 0.380s
76.08/76.17	c #wall_clock_time = 0.381s
76.08/76.17	c #decision = 15
76.08/76.17	c #random_decision = 0
76.08/76.17	c #conflict = 1
76.08/76.17	c #restart = 0
76.08/76.17	c BCD2: relaxing 13 and merging with 1 cores into a new core of size 99: cost of the new core is >=8
76.08/76.17	c lower bound updated to 9
76.08/76.17	c BCD2: 9 <= obj <= 127
76.08/76.17	c BCD2: #cores=2, #unrelaxed=16, #relaxed=112, #hardened=0
76.08/76.17	c BCD2: #sat=1 #unsat=10 bias=10/11
76.08/76.17	c Solving starts ...
76.08/76.17	c ============================[ Search Statistics ]============================
76.08/76.17	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
76.08/76.17	c       |         |          |          |    Limit     GC | Var      | Constra 
76.08/76.17	c =============================================================================
76.08/76.17	c  0.0s |       0 |        0 |        0 |    98264      0 |      590 |        8
76.48/76.56	c  0.4s |       0 |       14 |        1 |    98264      0 |      590 |        9
76.48/76.56	c #cpu_time = 0.384s
76.48/76.56	c #wall_clock_time = 0.385s
76.48/76.56	c #decision = 14
76.48/76.56	c #random_decision = 0
76.48/76.56	c #conflict = 1
76.48/76.56	c #restart = 0
76.48/76.56	c BCD2: relaxing 12 and merging with 1 cores into a new core of size 25: cost of the new core is >=2
76.48/76.56	c lower bound updated to 10
76.48/76.56	c BCD2: 10 <= obj <= 127
76.48/76.56	c BCD2: #cores=2, #unrelaxed=4, #relaxed=124, #hardened=0
76.48/76.56	c BCD2: #sat=1 #unsat=11 bias=11/12
76.48/76.56	c Solving starts ...
76.48/76.56	c ============================[ Search Statistics ]============================
76.48/76.56	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
76.48/76.56	c       |         |          |          |    Limit     GC | Var      | Constra 
76.48/76.56	c =============================================================================
76.48/76.57	c  0.0s |       0 |        0 |        0 |    98264      0 |      591 |        9
76.98/77.05	c  0.5s |       1 |     2074 |      100 |    98264      0 |      591 |       10
77.48/77.59	c  1.0s |       2 |     2293 |      250 |    98264      0 |      591 |       10
78.18/78.23	c  1.7s |       3 |     2617 |      475 |    98264      0 |      591 |       10
78.98/79.02	c  2.5s |       4 |     3112 |      813 |    98264      0 |      591 |       10
79.87/79.99	c  3.4s |       5 |     3656 |     1320 |   108091      0 |      591 |       10
81.17/81.26	c  4.7s |       6 |     4544 |     2081 |   108091      0 |      591 |       10
82.97/83.07	c  6.5s |       7 |     5735 |     3223 |   118901      0 |      591 |       10
85.07/85.11	c  8.5s |       7 |     7111 |     4523 |   118901      0 |      591 |       10
85.67/85.70	c  9.1s |       8 |     7581 |     4936 |   118901      0 |      591 |       10
87.67/87.73	c 11.2s |       8 |     8744 |     6036 |   130792      0 |      591 |       10
89.67/89.74	c 13.2s |       8 |    10106 |     7436 |   130792      0 |      591 |       10
89.77/89.83	c 13.3s |       9 |    10181 |     7506 |   130792      0 |      591 |       10
91.77/91.85	c 15.3s |       9 |    11229 |     8506 |   130792      0 |      591 |       10
93.77/93.86	c 17.3s |       9 |    12344 |     9606 |   143872      0 |      591 |       10
95.87/95.91	c 19.3s |       9 |    13536 |    10806 |   143872      0 |      591 |       10
96.67/96.74	c 20.2s |      10 |    14069 |    11361 |   143872      0 |      591 |       10
98.77/98.87	c 22.3s |      10 |    15437 |    12661 |   143872      0 |      591 |       10
100.97/101.04	c 24.5s |      10 |    16665 |    13861 |   143872      0 |      591 |       10
102.97/103.09	c 26.5s |      10 |    17537 |    14761 |   143872      0 |      591 |       10
105.17/105.25	c 28.7s |      10 |    18639 |    15861 |   158260      0 |      591 |       10
107.17/107.26	c 30.7s |      10 |    19753 |    16961 |   158260      0 |      591 |       10
107.47/107.56	c 31.0s |      11 |    19927 |    17144 |   158260      0 |      591 |       10
109.47/109.58	c 33.0s |      11 |    20770 |    17944 |   158260      0 |      591 |       10
111.67/111.73	c 35.2s |      11 |    21998 |    19144 |   158260      0 |      591 |       10
113.67/113.77	c 37.2s |      11 |    22989 |    20144 |   158260      0 |      591 |       10
115.77/115.81	c 39.2s |      11 |    24065 |    21244 |   158260      0 |      591 |       10
117.77/117.84	c 41.3s |      11 |    25443 |    22544 |   158260      0 |      591 |       10
119.77/119.88	c 43.3s |      11 |    26520 |    23644 |   174086      0 |      591 |       10
121.87/121.90	c 45.3s |      11 |    27343 |    24444 |   174086      0 |      591 |       10
123.87/123.93	c 47.4s |      11 |    28048 |    25144 |   174086      0 |      591 |       10
125.66/125.72	c 49.2s |      12 |    28721 |    25819 |   174086      0 |      591 |       10
127.86/127.98	c 51.4s |      12 |    29528 |    26519 |   174086      0 |      591 |       10
129.96/130.08	c 53.5s |      12 |    30287 |    27319 |   174086      0 |      591 |       10
132.07/132.18	c 55.6s |      12 |    31186 |    28219 |   174086      0 |      591 |       10
134.17/134.26	c 57.7s |      12 |    32203 |    29219 |   174086      0 |      591 |       10
136.37/136.42	c 59.9s |      12 |    33014 |    30019 |   174086      0 |      591 |       10
138.36/138.48	c 61.9s |      12 |    33810 |    30819 |   174086      0 |      591 |       10
140.56/140.60	c 64.0s |      12 |    34701 |    31719 |   174086      0 |      591 |       10
142.56/142.62	c 66.1s |      12 |    35762 |    32719 |   174086      0 |      591 |       10
144.65/144.72	c 68.2s |      12 |    36548 |    33519 |   174086      0 |      591 |       10
146.85/146.97	c 70.4s |      12 |    37239 |    34219 |   174086      0 |      591 |       10
149.05/149.11	c 72.5s |      12 |    37894 |    34819 |   174086      0 |      591 |       10
151.15/151.22	c 74.7s |      12 |    38462 |    35419 |   174086      0 |      591 |       10
153.35/153.42	c 76.9s |      12 |    39030 |    36019 |   174086      0 |      591 |       10
155.45/155.57	c 79.0s |      12 |    39762 |    36719 |   191495      0 |      591 |       10
157.55/157.69	c 81.1s |      12 |    40635 |    37619 |   191495      0 |      591 |       10
159.85/159.94	c 83.4s |      12 |    41679 |    38619 |   191495      0 |      591 |       10
160.45/160.57	c 84.0s |      13 |    41889 |    38832 |   191495      0 |      591 |       10
162.65/162.76	c 86.2s |      13 |    42612 |    39332 |   191495      0 |      591 |       10
164.75/164.89	c 88.3s |      13 |    43295 |    40032 |   191495      0 |      591 |       10
167.04/167.14	c 90.6s |      13 |    44033 |    40732 |   191495      0 |      591 |       10
169.24/169.34	c 92.8s |      13 |    44814 |    41332 |   191495      0 |      591 |       10
171.24/171.34	c 94.8s |      13 |    45225 |    41732 |   191495      0 |      591 |       10
173.64/173.77	c 97.2s |      13 |    45688 |    42232 |   191495      0 |      591 |       10
176.05/176.12	c 99.6s |      13 |    46252 |    42732 |   191495      0 |      591 |       10
178.15/178.30	c  101s |      13 |    46746 |    43232 |   191495      0 |      591 |       10
180.24/180.32	c  103s |      13 |    47226 |    43732 |   191495      0 |      591 |       10
182.34/182.48	c  105s |      13 |    47810 |    44332 |   191495      0 |      591 |       10
184.44/184.50	c  107s |      13 |    48498 |    45032 |   191495      0 |      591 |       10
186.44/186.53	c  109s |      13 |    49229 |    45732 |   191495      0 |      591 |       10
188.44/188.55	c  111s |      13 |    49945 |    46432 |   191495      0 |      591 |       10
190.74/190.82	c  114s |      13 |    50729 |    47232 |   191495      0 |      591 |       10
192.94/193.03	c  116s |      13 |    51636 |    48132 |   191495      0 |      591 |       10
195.14/195.22	c  118s |      13 |    52574 |    49032 |   191495      0 |      591 |       10
197.54/197.60	c  121s |      13 |    53291 |    49732 |   191495      0 |      591 |       10
199.64/199.74	c  123s |      13 |    53779 |    50232 |   191495      0 |      591 |       10
202.14/202.20	c  125s |      13 |    54243 |    50732 |   191495      0 |      591 |       10
204.14/204.27	c  127s |      13 |    54699 |    51132 |   191495      0 |      591 |       10
206.34/206.44	c  129s |      13 |    55055 |    51532 |   191495      0 |      591 |       10
208.64/208.75	c  132s |      13 |    55437 |    51932 |   191495      0 |      591 |       10
210.74/210.86	c  134s |      13 |    55880 |    52332 |   191495      0 |      591 |       10
212.93/213.00	c  136s |      13 |    56285 |    52732 |   191495      0 |      591 |       10
214.93/215.00	c  138s |      13 |    56655 |    53132 |   191495      0 |      591 |       10
217.33/217.46	c  140s |      13 |    57143 |    53632 |   191495      0 |      591 |       10
219.63/219.71	c  143s |      13 |    57668 |    54132 |   191495      0 |      591 |       10
221.93/222.00	c  145s |      13 |    58254 |    54732 |   191495      0 |      591 |       10
224.13/224.20	c  147s |      13 |    59310 |    55732 |   191495      0 |      591 |       10
226.13/226.23	c  149s |      13 |    60073 |    56532 |   210645      0 |      591 |       10
228.33/228.43	c  151s |      13 |    60815 |    57232 |   210645      0 |      591 |       10
230.33/230.45	c  153s |      13 |    61498 |    57932 |   210645      0 |      591 |       10
231.52/231.60	c  155s |      14 |    61921 |    58352 |   210645      0 |      591 |       10
233.82/233.96	c  157s |      14 |    62404 |    58752 |   210645      0 |      591 |       10
236.12/236.25	c  159s |      14 |    62977 |    59352 |   210645      0 |      591 |       10
238.32/238.47	c  161s |      14 |    63670 |    60052 |   210645      0 |      591 |       10
240.52/240.60	c  164s |      14 |    64377 |    60752 |   210645      0 |      591 |       10
242.72/242.85	c  166s |      14 |    64706 |    61052 |   210645      0 |      591 |       10
245.32/245.42	c  168s |      14 |    65019 |    61352 |   210645      0 |      591 |       10
247.81/247.95	c  171s |      14 |    65313 |    61652 |   210645      0 |      591 |       10
250.31/250.47	c  173s |      14 |    65591 |    61952 |   210645      0 |      591 |       10
252.71/252.89	c  176s |      14 |    65919 |    62252 |   210645      0 |      591 |       10
255.11/255.27	c  178s |      14 |    66335 |    62652 |   210645      0 |      591 |       10
257.21/257.39	c  180s |      14 |    66700 |    63052 |   210645      0 |      591 |       10
259.31/259.42	c  182s |      14 |    67099 |    63452 |   210645      0 |      591 |       10
261.51/261.62	c  185s |      14 |    67603 |    63952 |   210645      0 |      591 |       10
263.51/263.66	c  187s |      14 |    68220 |    64552 |   210645      0 |      591 |       10
265.60/265.73	c  189s |      14 |    68694 |    65052 |   210645      0 |      591 |       10
267.70/267.81	c  191s |      14 |    69202 |    65552 |   210645      0 |      591 |       10
269.80/269.99	c  193s |      14 |    69840 |    66152 |   210645      0 |      591 |       10
272.10/272.26	c  195s |      14 |    70520 |    66852 |   210645      0 |      591 |       10
274.20/274.38	c  197s |      14 |    71306 |    67652 |   210645      0 |      591 |       10
276.40/276.51	c  199s |      14 |    72169 |    68452 |   210645      0 |      591 |       10
278.50/278.68	c  202s |      14 |    72772 |    69052 |   210645      0 |      591 |       10
280.80/280.94	c  204s |      14 |    73281 |    69552 |   210645      0 |      591 |       10
282.80/282.98	c  206s |      14 |    73695 |    69952 |   210645      0 |      591 |       10
285.00/285.16	c  208s |      14 |    74090 |    70352 |   210645      0 |      591 |       10
287.40/287.53	c  210s |      14 |    74445 |    70752 |   210645      0 |      591 |       10
289.70/289.89	c  213s |      14 |    74898 |    71152 |   210645      0 |      591 |       10
291.80/291.97	c  215s |      14 |    75254 |    71552 |   210645      0 |      591 |       10
293.90/294.09	c  217s |      14 |    75647 |    71952 |   210645      0 |      591 |       10
296.39/296.51	c  219s |      14 |    76173 |    72452 |   210645      0 |      591 |       10
298.49/298.62	c  222s |      14 |    76663 |    72952 |   210645      0 |      591 |       10
300.59/300.70	c  224s |      14 |    77260 |    73552 |   210645      0 |      591 |       10
302.59/302.77	c  226s |      14 |    78198 |    74452 |   210645      0 |      591 |       10
304.79/304.95	c  228s |      14 |    78989 |    75252 |   210645      0 |      591 |       10
306.90/307.06	c  230s |      14 |    79599 |    75852 |   210645      0 |      591 |       10
308.89/309.06	c  232s |      14 |    80113 |    76352 |   210645      0 |      591 |       10
311.09/311.28	c  234s |      14 |    80710 |    76952 |   210645      0 |      591 |       10
313.29/313.49	c  236s |      14 |    81379 |    77652 |   210645      0 |      591 |       10
315.59/315.75	c  239s |      14 |    82329 |    78552 |   210645      0 |      591 |       10
317.68/317.81	c  241s |      14 |    83194 |    79452 |   210645      0 |      591 |       10
319.88/320.10	c  243s |      14 |    83929 |    80152 |   210645      0 |      591 |       10
322.08/322.30	c  245s |      14 |    84596 |    80852 |   210645      0 |      591 |       10
324.39/324.51	c  247s |      14 |    85529 |    81752 |   210645      0 |      591 |       10
326.48/326.67	c  250s |      14 |    86301 |    82552 |   210645      0 |      591 |       10
328.48/328.67	c  252s |      14 |    86893 |    83152 |   210645      0 |      591 |       10
330.68/330.80	c  254s |      14 |    88028 |    84252 |   210645      0 |      591 |       10
332.68/332.80	c  256s |      14 |    89239 |    85452 |   231710      0 |      591 |       10
334.68/334.84	c  258s |      14 |    90329 |    86552 |   231710      0 |      591 |       10
336.97/337.10	c  260s |      14 |    91328 |    87552 |   231710      0 |      591 |       10
337.17/337.30	c  260s |      15 |    91415 |    87632 |   231710      0 |      591 |       10
339.78/339.99	c  263s |      15 |    91692 |    87832 |   231710      0 |      591 |       10
342.17/342.30	c  265s |      15 |    91965 |    88132 |   231710      0 |      591 |       10
344.27/344.42	c  267s |      15 |    92288 |    88432 |   231710      0 |      591 |       10
346.37/346.54	c  269s |      15 |    92587 |    88732 |   231710      0 |      591 |       10
348.47/348.60	c  272s |      15 |    92913 |    89032 |   231710      0 |      591 |       10
350.87/351.09	c  274s |      15 |    93299 |    89432 |   231710      0 |      591 |       10
353.07/353.26	c  276s |      15 |    93685 |    89832 |   231710      0 |      591 |       10
355.56/355.75	c  279s |      15 |    94234 |    90332 |   231710      0 |      591 |       10
357.96/358.12	c  281s |      15 |    94467 |    90632 |   231710      0 |      591 |       10
360.36/360.52	c  283s |      15 |    94817 |    90932 |   231710      0 |      591 |       10
362.36/362.56	c  285s |      15 |    95097 |    91232 |   231710      0 |      591 |       10
364.96/365.16	c  288s |      15 |    95480 |    91632 |   231710      0 |      591 |       10
367.36/367.59	c  291s |      15 |    95873 |    92032 |   231710      0 |      591 |       10
369.56/369.71	c  293s |      15 |    96286 |    92432 |   231710      0 |      591 |       10
371.85/372.09	c  295s |      15 |    96799 |    92932 |   231710      0 |      591 |       10
374.75/374.95	c  298s |      15 |    97080 |    93232 |   231710      0 |      591 |       10
377.25/377.45	c  300s |      15 |    97405 |    93532 |   231710      0 |      591 |       10
379.75/379.96	c  303s |      15 |    97705 |    93832 |   231710      0 |      591 |       10
382.05/382.21	c  305s |      15 |    98020 |    94132 |   231710      0 |      591 |       10
384.64/384.81	c  308s |      15 |    98394 |    94532 |   231710      0 |      591 |       10
386.94/387.13	c  310s |      15 |    98801 |    94932 |   231710      0 |      591 |       10
389.25/389.42	c  312s |      15 |    99299 |    95432 |   231710      0 |      591 |       10
391.94/392.19	c  315s |      15 |    99807 |    95932 |   231710      0 |      591 |       10
394.44/394.67	c  318s |      15 |   100104 |    96232 |   231710      0 |      591 |       10
397.04/397.22	c  320s |      15 |   100443 |    96532 |   231710      0 |      591 |       10
399.24/399.48	c  322s |      15 |   100704 |    96832 |   231710      0 |      591 |       10
401.54/401.77	c  325s |      15 |   100999 |    97132 |   231710      0 |      591 |       10
403.74/403.90	c  327s |      15 |   101316 |    97432 |   231710      0 |      591 |       10
406.24/406.45	c  329s |      15 |   101705 |    97832 |   231710      0 |      591 |       10
408.33/408.54	c  331s |      15 |   102111 |    98232 |   231710      0 |      591 |       10
410.53/410.75	c  334s |      15 |   102853 |    98932 |   231710      0 |      591 |       10
412.53/412.77	c  336s |      15 |   103456 |    99532 |   231710      0 |      591 |       10
414.83/415.01	c  338s |      15 |   104155 |   100232 |   231710      0 |      591 |       10
416.93/417.20	c  340s |      15 |   104753 |   100832 |   231710      0 |      591 |       10
419.04/419.29	c  342s |      15 |   105267 |   101332 |   231710      0 |      591 |       10
421.24/421.48	c  344s |      15 |   105859 |   101932 |   231710      0 |      591 |       10
423.44/423.68	c  347s |      15 |   106367 |   102432 |   231710      0 |      591 |       10
425.93/426.13	c  349s |      15 |   106967 |   103032 |   231710      0 |      591 |       10
428.03/428.29	c  351s |      15 |   107367 |   103432 |   231710      0 |      591 |       10
430.23/430.44	c  353s |      15 |   107876 |   103932 |   231710      0 |      591 |       10
432.83/433.00	c  356s |      15 |   108385 |   104432 |   231710      0 |      591 |       10
435.23/435.48	c  358s |      15 |   108881 |   104932 |   231710      0 |      591 |       10
437.43/437.69	c  361s |      15 |   109275 |   105332 |   231710      0 |      591 |       10
439.73/439.91	c  363s |      15 |   109692 |   105732 |   231710      0 |      591 |       10
442.03/442.23	c  365s |      15 |   110068 |   106132 |   231710      0 |      591 |       10
444.13/444.38	c  367s |      15 |   110477 |   106532 |   231710      0 |      591 |       10
446.23/446.41	c  369s |      15 |   110870 |   106932 |   231710      0 |      591 |       10
448.73/448.99	c  372s |      15 |   111273 |   107332 |   231710      0 |      591 |       10
450.83/451.09	c  374s |      15 |   111582 |   107632 |   231710      0 |      591 |       10
453.03/453.28	c  376s |      15 |   112063 |   108032 |   231710      0 |      591 |       10
455.42/455.61	c  379s |      15 |   112454 |   108432 |   231710      0 |      591 |       10
458.02/458.24	c  381s |      15 |   112855 |   108832 |   231710      0 |      591 |       10
460.32/460.55	c  383s |      15 |   113165 |   109132 |   231710      0 |      591 |       10
462.42/462.65	c  386s |      15 |   113582 |   109532 |   231710      0 |      591 |       10
464.42/464.65	c  388s |      15 |   113956 |   109932 |   231710      0 |      591 |       10
466.52/466.76	c  390s |      15 |   114280 |   110232 |   231710      0 |      591 |       10
469.02/469.25	c  392s |      15 |   114554 |   110532 |   231710      0 |      591 |       10
471.22/471.40	c  394s |      15 |   114861 |   110832 |   231710      0 |      591 |       10
474.02/474.25	c  397s |      15 |   115372 |   111332 |   231710      0 |      591 |       10
476.41/476.69	c  400s |      15 |   115653 |   111632 |   231710      0 |      591 |       10
478.51/478.79	c  402s |      15 |   115968 |   111932 |   231710      0 |      591 |       10
480.71/480.91	c  404s |      15 |   116371 |   112332 |   231710      0 |      591 |       10
482.72/482.96	c  406s |      15 |   116554 |   112532 |   231710      0 |      591 |       10
485.31/485.57	c  409s |      15 |   116871 |   112832 |   231710      0 |      591 |       10
487.61/487.89	c  411s |      15 |   117176 |   113132 |   231710      0 |      591 |       10
489.71/489.99	c  413s |      15 |   117555 |   113532 |   231710      0 |      591 |       10
492.41/492.66	c  416s |      15 |   117870 |   113832 |   231710      0 |      591 |       10
494.81/495.01	c  418s |      15 |   118172 |   114132 |   231710      0 |      591 |       10
497.31/497.58	c  421s |      15 |   118563 |   114532 |   231710      0 |      591 |       10
500.21/500.45	c  423s |      15 |   118978 |   114932 |   231710      0 |      591 |       10
502.20/502.49	c  425s |      15 |   119195 |   115132 |   231710      0 |      591 |       10
504.90/505.18	c  428s |      15 |   119488 |   115432 |   231710      0 |      591 |       10
507.30/507.50	c  430s |      15 |   119764 |   115732 |   231710      0 |      591 |       10
509.90/510.10	c  433s |      15 |   120175 |   116132 |   231710      0 |      591 |       10
511.90/512.16	c  435s |      15 |   120405 |   116332 |   231710      0 |      591 |       10
514.71/514.91	c  438s |      15 |   120688 |   116632 |   231710      0 |      591 |       10
517.10/517.38	c  440s |      15 |   120977 |   116932 |   231710      0 |      591 |       10
519.20/519.40	c  442s |      15 |   121279 |   117232 |   231710      0 |      591 |       10
521.80/522.06	c  445s |      15 |   121612 |   117532 |   231710      0 |      591 |       10
523.90/524.16	c  447s |      15 |   121794 |   117732 |   231710      0 |      591 |       10
525.90/526.17	c  449s |      15 |   122001 |   117932 |   231710      0 |      591 |       10
528.70/529.00	c  452s |      15 |   122279 |   118232 |   231710      0 |      591 |       10
531.10/531.34	c  454s |      15 |   122591 |   118532 |   231710      0 |      591 |       10
533.10/533.36	c  456s |      15 |   122903 |   118832 |   231710      0 |      591 |       10
535.29/535.52	c  458s |      15 |   123097 |   119032 |   231710      0 |      591 |       10
537.29/537.59	c  461s |      15 |   123275 |   119232 |   231710      0 |      591 |       10
540.09/540.36	c  463s |      15 |   123585 |   119532 |   231710      0 |      591 |       10
542.49/542.70	c  466s |      15 |   123882 |   119832 |   231710      0 |      591 |       10
544.89/545.10	c  468s |      15 |   124294 |   120232 |   231710      0 |      591 |       10
547.19/547.46	c  470s |      15 |   124496 |   120432 |   231710      0 |      591 |       10
549.49/549.74	c  473s |      15 |   124682 |   120632 |   231710      0 |      591 |       10
551.59/551.80	c  475s |      15 |   124893 |   120832 |   231710      0 |      591 |       10
553.59/553.81	c  477s |      15 |   125113 |   121032 |   231710      0 |      591 |       10
556.09/556.38	c  479s |      15 |   125400 |   121332 |   231710      0 |      591 |       10
558.89/559.12	c  482s |      15 |   125790 |   121732 |   231710      0 |      591 |       10
561.19/561.49	c  484s |      15 |   126174 |   122032 |   231710      0 |      591 |       10
563.69/563.98	c  487s |      15 |   126458 |   122332 |   231710      0 |      591 |       10
565.99/566.26	c  489s |      15 |   126851 |   122732 |   231710      0 |      591 |       10
568.49/568.78	c  492s |      15 |   127212 |   123032 |   231710      0 |      591 |       10
571.19/571.44	c  494s |      15 |   127377 |   123232 |   231710      0 |      591 |       10
573.58/573.84	c  497s |      15 |   127584 |   123432 |   231710      0 |      591 |       10
575.98/576.20	c  499s |      15 |   127774 |   123632 |   231710      0 |      591 |       10
578.08/578.32	c  501s |      15 |   127990 |   123832 |   231710      0 |      591 |       10
580.18/580.42	c  503s |      15 |   128181 |   124032 |   231710      0 |      591 |       10
582.98/583.25	c  506s |      15 |   128486 |   124332 |   231710      0 |      591 |       10
585.18/585.46	c  508s |      15 |   128777 |   124632 |   231710      0 |      591 |       10
588.38/588.68	c  512s |      15 |   129104 |   124932 |   231710      0 |      591 |       10
590.88/591.18	c  514s |      15 |   129314 |   125132 |   231710      0 |      591 |       10
593.27/593.58	c  517s |      15 |   129508 |   125332 |   231710      0 |      591 |       10
595.67/595.91	c  519s |      15 |   129686 |   125532 |   231710      0 |      591 |       10
597.77/598.04	c  521s |      15 |   129886 |   125732 |   231710      0 |      591 |       10
600.67/600.96	c  524s |      15 |   130185 |   126032 |   231710      0 |      591 |       10
602.97/603.24	c  526s |      15 |   130487 |   126332 |   231710      0 |      591 |       10
605.77/606.06	c  529s |      15 |   130832 |   126632 |   231710      0 |      591 |       10
608.57/608.82	c  532s |      15 |   130998 |   126832 |   231710      0 |      591 |       10
611.17/611.48	c  534s |      15 |   131204 |   127032 |   231710      0 |      591 |       10
613.87/614.10	c  537s |      15 |   131394 |   127232 |   231710      0 |      591 |       10
616.27/616.53	c  539s |      15 |   131611 |   127432 |   231710      0 |      591 |       10
618.56/618.89	c  542s |      15 |   131801 |   127632 |   231710      0 |      591 |       10
620.76/621.08	c  544s |      15 |   131997 |   127832 |   231710      0 |      591 |       10
623.57/623.88	c  547s |      15 |   132297 |   128132 |   231710      0 |      591 |       10
626.06/626.39	c  549s |      15 |   132619 |   128432 |   231710      0 |      591 |       10
628.76/629.05	c  552s |      15 |   132790 |   128632 |   254882      0 |      591 |       10
631.17/631.43	c  554s |      15 |   133004 |   128832 |   254882      0 |      591 |       10
633.46/633.73	c  557s |      15 |   133202 |   129032 |   254882      0 |      591 |       10
635.66/635.97	c  559s |      15 |   133427 |   129232 |   254882      0 |      591 |       10
637.76/638.02	c  561s |      15 |   133590 |   129432 |   254882      0 |      591 |       10
640.56/640.80	c  564s |      15 |   133898 |   129732 |   254882      0 |      591 |       10
642.66/642.90	c  566s |      15 |   134199 |   130032 |   254882      0 |      591 |       10
645.26/645.59	c  569s |      15 |   134522 |   130332 |   254882      0 |      591 |       10
648.76/649.01	c  572s |      15 |   134697 |   130532 |   254882      0 |      591 |       10
651.85/652.18	c  575s |      15 |   134915 |   130732 |   254882      0 |      591 |       10
655.05/655.34	c  578s |      15 |   135118 |   130932 |   254882      0 |      591 |       10
658.15/658.42	c  581s |      15 |   135306 |   131132 |   254882      0 |      591 |       10
661.05/661.39	c  584s |      15 |   135517 |   131332 |   254882      0 |      591 |       10
664.05/664.32	c  587s |      15 |   135703 |   131532 |   254882      0 |      591 |       10
664.25/664.59	c  588s |      16 |   135739 |   131552 |   254882      0 |      591 |       10
666.35/666.65	c  590s |      16 |   136065 |   131652 |   254882      0 |      591 |       10
669.85/670.11	c  593s |      16 |   136275 |   131852 |   254882      0 |      591 |       10
673.05/673.39	c  596s |      16 |   136456 |   132052 |   254882      0 |      591 |       10
675.94/676.28	c  599s |      16 |   136693 |   132252 |   254882      0 |      591 |       10
678.84/679.10	c  602s |      16 |   136887 |   132452 |   254882      0 |      591 |       10
681.75/682.02	c  605s |      16 |   137096 |   132652 |   254882      0 |      591 |       10
684.34/684.65	c  608s |      16 |   137263 |   132852 |   254882      0 |      591 |       10
686.94/687.29	c  610s |      16 |   137461 |   133052 |   254882      0 |      591 |       10
689.34/689.61	c  613s |      16 |   137712 |   133252 |   254882      0 |      591 |       10
692.94/693.22	c  616s |      16 |   137865 |   133452 |   254882      0 |      591 |       10
696.24/696.55	c  619s |      16 |   138088 |   133652 |   254882      0 |      591 |       10
698.74/699.07	c  622s |      16 |   138305 |   133852 |   254882      0 |      591 |       10
701.04/701.36	c  624s |      16 |   138572 |   134052 |   254882      0 |      591 |       10
703.74/704.04	c  627s |      16 |   138803 |   134252 |   254882      0 |      591 |       10
706.53/706.83	c  630s |      16 |   138955 |   134452 |   254882      0 |      591 |       10
709.34/709.69	c  633s |      16 |   139173 |   134652 |   254882      0 |      591 |       10
712.23/712.52	c  635s |      16 |   139380 |   134852 |   254882      0 |      591 |       10
715.03/715.36	c  638s |      16 |   139579 |   135052 |   254882      0 |      591 |       10
717.83/718.15	c  641s |      16 |   139770 |   135252 |   254882      0 |      591 |       10
720.63/720.99	c  644s |      16 |   140008 |   135452 |   254882      0 |      591 |       10
723.13/723.43	c  646s |      16 |   140178 |   135652 |   254882      0 |      591 |       10
725.63/725.96	c  649s |      16 |   140388 |   135852 |   254882      0 |      591 |       10
728.03/728.36	c  651s |      16 |   140584 |   136052 |   254882      0 |      591 |       10
730.43/730.73	c  654s |      16 |   140764 |   136252 |   254882      0 |      591 |       10
732.53/732.85	c  656s |      16 |   140964 |   136452 |   254882      0 |      591 |       10
735.42/735.72	c  659s |      16 |   141262 |   136752 |   254882      0 |      591 |       10
737.52/737.80	c  661s |      16 |   141562 |   137052 |   254882      0 |      591 |       10
740.13/740.45	c  663s |      16 |   141907 |   137352 |   254882      0 |      591 |       10
742.23/742.52	c  665s |      16 |   142114 |   137552 |   254882      0 |      591 |       10
744.22/744.57	c  668s |      16 |   142304 |   137752 |   254882      0 |      591 |       10
747.02/747.31	c  670s |      16 |   142598 |   138052 |   254882      0 |      591 |       10
749.32/749.65	c  673s |      16 |   142905 |   138352 |   254882      0 |      591 |       10
751.72/752.03	c  675s |      16 |   143306 |   138752 |   254882      0 |      591 |       10
754.22/754.59	c  678s |      16 |   143712 |   139052 |   254882      0 |      591 |       10
756.41/756.73	c  680s |      16 |   143898 |   139252 |   254882      0 |      591 |       10
758.92/759.26	c  682s |      16 |   144209 |   139552 |   254882      0 |      591 |       10
761.22/761.57	c  685s |      16 |   144604 |   139952 |   254882      0 |      591 |       10
763.52/763.81	c  687s |      16 |   144925 |   140252 |   254882      0 |      591 |       10
765.62/765.98	c  689s |      16 |   145099 |   140452 |   254882      0 |      591 |       10
768.02/768.30	c  691s |      16 |   145322 |   140652 |   254882      0 |      591 |       10
770.21/770.51	c  693s |      16 |   145528 |   140852 |   254882      0 |      591 |       10
772.21/772.58	c  696s |      16 |   145718 |   141052 |   254882      0 |      591 |       10
775.01/775.36	c  698s |      16 |   146015 |   141352 |   254882      0 |      591 |       10
777.42/777.76	c  701s |      16 |   146323 |   141652 |   254882      0 |      591 |       10
780.01/780.30	c  703s |      16 |   146705 |   142052 |   254882      0 |      591 |       10
782.61/782.93	c  706s |      16 |   147101 |   142352 |   254882      0 |      591 |       10
785.31/785.69	c  709s |      16 |   147309 |   142552 |   254882      0 |      591 |       10
788.21/788.58	c  712s |      16 |   147523 |   142752 |   254882      0 |      591 |       10
791.01/791.33	c  714s |      16 |   147719 |   142952 |   254882      0 |      591 |       10
793.51/793.88	c  717s |      16 |   147926 |   143152 |   254882      0 |      591 |       10
795.60/795.94	c  719s |      16 |   148139 |   143352 |   254882      0 |      591 |       10
797.80/798.12	c  721s |      16 |   148339 |   143552 |   254882      0 |      591 |       10
800.61/800.95	c  724s |      16 |   148551 |   143752 |   254882      0 |      591 |       10
803.81/804.17	c  727s |      16 |   148737 |   143952 |   254882      0 |      591 |       10
807.00/807.36	c  730s |      16 |   148972 |   144152 |   254882      0 |      591 |       10
810.00/810.39	c  733s |      16 |   149137 |   144352 |   254882      0 |      591 |       10
812.90/813.21	c  736s |      16 |   149346 |   144552 |   254882      0 |      591 |       10
815.69/816.00	c  739s |      16 |   149537 |   144752 |   254882      0 |      591 |       10
818.20/818.51	c  741s |      16 |   149753 |   144952 |   254882      0 |      591 |       10
820.59/820.95	c  744s |      16 |   149943 |   145152 |   254882      0 |      591 |       10
822.69/823.08	c  746s |      16 |   150141 |   145352 |   254882      0 |      591 |       10
825.29/825.61	c  749s |      16 |   150440 |   145652 |   254882      0 |      591 |       10
827.59/827.94	c  751s |      16 |   150770 |   145952 |   254882      0 |      591 |       10
830.30/830.62	c  754s |      16 |   150950 |   146152 |   254882      0 |      591 |       10
832.89/833.24	c  756s |      16 |   151176 |   146352 |   254882      0 |      591 |       10
835.29/835.65	c  759s |      16 |   151336 |   146552 |   254882      0 |      591 |       10
837.59/837.92	c  761s |      16 |   151534 |   146752 |   254882      0 |      591 |       10
839.59/839.97	c  763s |      16 |   151760 |   146952 |   254882      0 |      591 |       10
841.69/842.00	c  765s |      16 |   151961 |   147152 |   254882      0 |      591 |       10
844.39/844.71	c  768s |      16 |   152258 |   147452 |   254882      0 |      591 |       10
846.59/847.00	c  770s |      16 |   152544 |   147752 |   254882      0 |      591 |       10
850.09/850.42	c  773s |      16 |   152863 |   148052 |   254882      0 |      591 |       10
853.89/854.21	c  777s |      16 |   153047 |   148252 |   254882      0 |      591 |       10
857.38/857.76	c  781s |      16 |   153278 |   148452 |   254882      0 |      591 |       10
860.99/861.37	c  784s |      16 |   153440 |   148652 |   254882      0 |      591 |       10
864.39/864.72	c  788s |      16 |   153644 |   148852 |   254882      0 |      591 |       10
867.48/867.89	c  791s |      16 |   153875 |   149052 |   254882      0 |      591 |       10
870.68/871.07	c  794s |      16 |   154080 |   149252 |   254882      0 |      591 |       10
873.48/873.87	c  797s |      16 |   154262 |   149452 |   254882      0 |      591 |       10
876.28/876.63	c  800s |      16 |   154445 |   149652 |   254882      0 |      591 |       10
878.59/878.94	c  802s |      16 |   154652 |   149852 |   254882      0 |      591 |       10
881.28/881.69	c  805s |      16 |   154958 |   150152 |   254882      0 |      591 |       10
884.48/884.84	c  808s |      16 |   155149 |   150352 |   254882      0 |      591 |       10
887.28/887.67	c  811s |      16 |   155387 |   150552 |   254882      0 |      591 |       10
890.08/890.48	c  813s |      16 |   155556 |   150752 |   254882      0 |      591 |       10
892.68/893.07	c  816s |      16 |   155766 |   150952 |   254882      0 |      591 |       10
895.18/895.55	c  818s |      16 |   155961 |   151152 |   254882      0 |      591 |       10
897.58/897.97	c  821s |      16 |   156183 |   151352 |   254882      0 |      591 |       10
899.78/900.20	c  823s |      16 |   156381 |   151552 |   254882      0 |      591 |       10
901.98/902.32	c  825s |      16 |   156582 |   151752 |   254882      0 |      591 |       10
904.58/904.90	c  828s |      16 |   156857 |   152052 |   254882      0 |      591 |       10
907.08/907.42	c  830s |      16 |   157188 |   152352 |   254882      0 |      591 |       10
909.17/909.52	c  832s |      16 |   157317 |   152452 |   254882      0 |      591 |       10
912.68/913.09	c  836s |      16 |   157503 |   152652 |   254882      0 |      591 |       10
916.17/916.56	c  839s |      16 |   157680 |   152852 |   254882      0 |      591 |       10
919.67/920.04	c  843s |      16 |   157905 |   153052 |   254882      0 |      591 |       10
922.97/923.36	c  846s |      16 |   158061 |   153252 |   254882      0 |      591 |       10
926.07/926.49	c  849s |      16 |   158301 |   153452 |   254882      0 |      591 |       10
928.97/929.33	c  852s |      16 |   158476 |   153652 |   254882      0 |      591 |       10
931.67/932.09	c  855s |      16 |   158671 |   153852 |   254882      0 |      591 |       10
934.17/934.57	c  858s |      16 |   158873 |   154052 |   254882      0 |      591 |       10
936.37/936.70	c  860s |      16 |   159063 |   154252 |   254882      0 |      591 |       10
938.37/938.75	c  862s |      16 |   159412 |   154552 |   254882      0 |      591 |       10
941.57/941.94	c  865s |      16 |   159610 |   154752 |   254882      0 |      591 |       10
944.77/945.15	c  868s |      16 |   159799 |   154952 |   254882      0 |      591 |       10
947.87/948.24	c  871s |      16 |   159979 |   155152 |   254882      0 |      591 |       10
950.87/951.27	c  874s |      16 |   160205 |   155352 |   254882      0 |      591 |       10
953.77/954.13	c  877s |      16 |   160365 |   155552 |   254882      0 |      591 |       10
956.37/956.79	c  880s |      16 |   160563 |   155752 |   254882      0 |      591 |       10
958.77/959.16	c  882s |      16 |   160789 |   155952 |   254882      0 |      591 |       10
961.07/961.44	c  884s |      16 |   160990 |   156152 |   254882      0 |      591 |       10
963.16/963.60	c  887s |      16 |   161167 |   156352 |   254882      0 |      591 |       10
965.96/966.31	c  889s |      16 |   161489 |   156652 |   254882      0 |      591 |       10
967.96/968.39	c  891s |      16 |   161773 |   156952 |   254882      0 |      591 |       10
971.76/972.14	c  895s |      16 |   162047 |   157152 |   254882      0 |      591 |       10
975.37/975.79	c  899s |      16 |   162228 |   157352 |   254882      0 |      591 |       10
978.86/979.21	c  902s |      16 |   162458 |   157552 |   254882      0 |      591 |       10
982.26/982.67	c  906s |      16 |   162662 |   157752 |   254882      0 |      591 |       10
985.76/986.10	c  909s |      16 |   162846 |   157952 |   254882      0 |      591 |       10
988.76/989.11	c  912s |      16 |   163030 |   158152 |   254882      0 |      591 |       10
991.56/991.90	c  915s |      16 |   163257 |   158352 |   254882      0 |      591 |       10
993.96/994.32	c  917s |      16 |   163442 |   158552 |   254882      0 |      591 |       10
995.96/996.37	c  919s |      16 |   163655 |   158752 |   254882      0 |      591 |       10
998.26/998.69	c  922s |      16 |   163852 |   158952 |   254882      0 |      591 |       10
1000.56/1000.95	c  924s |      16 |   163955 |   159052 |   254882      0 |      591 |       10
1003.86/1004.24	c  927s |      16 |   164216 |   159252 |   254882      0 |      591 |       10
1007.26/1007.66	c  931s |      16 |   164417 |   159452 |   254882      0 |      591 |       10
1010.66/1011.05	c  934s |      16 |   164668 |   159652 |   254882      0 |      591 |       10
1013.76/1014.14	c  937s |      16 |   164863 |   159852 |   254882      0 |      591 |       10
1016.66/1017.08	c  940s |      16 |   165051 |   160052 |   254882      0 |      591 |       10
1020.36/1020.76	c  944s |      16 |   165288 |   160252 |   254882      0 |      591 |       10
1022.46/1022.85	c  946s |      16 |   165410 |   160352 |   254882      0 |      591 |       10
1025.86/1026.25	c  949s |      16 |   165581 |   160552 |   254882      0 |      591 |       10
1029.45/1029.83	c  953s |      16 |   165796 |   160752 |   254882      0 |      591 |       10
1032.66/1033.03	c  956s |      16 |   166000 |   160952 |   254882      0 |      591 |       10
1035.45/1035.82	c  959s |      16 |   166190 |   161152 |   254882      0 |      591 |       10
1038.25/1038.61	c  962s |      16 |   166390 |   161352 |   254882      0 |      591 |       10
1040.65/1041.03	c  964s |      16 |   166560 |   161552 |   254882      0 |      591 |       10
1043.35/1043.76	c  967s |      16 |   166868 |   161852 |   254882      0 |      591 |       10
1046.05/1046.43	c  969s |      16 |   167195 |   162152 |   254882      0 |      591 |       10
1049.55/1049.95	c  973s |      16 |   167394 |   162352 |   254882      0 |      591 |       10
1053.35/1053.78	c  977s |      16 |   167600 |   162552 |   254882      0 |      591 |       10
1055.66/1056.08	c  979s |      16 |   167737 |   162652 |   254882      0 |      591 |       10
1057.96/1058.37	c  981s |      16 |   167804 |   162752 |   254882      0 |      591 |       10
1060.25/1060.68	c  984s |      16 |   167918 |   162852 |   254882      0 |      591 |       10
1063.85/1064.23	c  987s |      16 |   168130 |   163052 |   254882      0 |      591 |       10
1067.45/1067.86	c  991s |      16 |   168366 |   163252 |   254882      0 |      591 |       10
1071.35/1071.75	c  995s |      16 |   168571 |   163452 |   254882      0 |      591 |       10
1074.75/1075.18	c  998s |      16 |   168765 |   163652 |   254882      0 |      591 |       10
1076.84/1077.24	c 1000s |      16 |   168862 |   163752 |   254882      0 |      591 |       10
1078.94/1079.34	c 1002s |      16 |   169005 |   163852 |   254882      0 |      591 |       10
1082.54/1082.93	c 1006s |      16 |   169256 |   164052 |   254882      0 |      591 |       10
1084.84/1085.28	c 1008s |      16 |   169393 |   164152 |   254882      0 |      591 |       10
1088.94/1089.34	c 1012s |      16 |   169585 |   164352 |   254882      0 |      591 |       10
1092.74/1093.19	c 1016s |      16 |   169768 |   164552 |   254882      0 |      591 |       10
1094.94/1095.33	c 1018s |      16 |   169885 |   164652 |   254882      0 |      591 |       10
1098.55/1098.94	c 1022s |      16 |   170049 |   164852 |   254882      0 |      591 |       10
1102.14/1102.51	c 1025s |      16 |   170267 |   165052 |   254882      0 |      591 |       10
1105.44/1105.86	c 1029s |      16 |   170465 |   165252 |   254882      0 |      591 |       10
1108.55/1108.94	c 1032s |      16 |   170648 |   165452 |   254882      0 |      591 |       10
1111.24/1111.68	c 1035s |      16 |   170862 |   165652 |   254882      0 |      591 |       10
1113.64/1114.07	c 1037s |      16 |   171062 |   165852 |   254882      0 |      591 |       10
1115.84/1116.21	c 1039s |      16 |   171355 |   166152 |   254882      0 |      591 |       10
1119.04/1119.42	c 1042s |      16 |   171645 |   166452 |   254882      0 |      591 |       10
1121.44/1121.87	c 1045s |      16 |   171776 |   166552 |   254882      0 |      591 |       10
1123.84/1124.22	c 1047s |      16 |   171890 |   166652 |   254882      0 |      591 |       10
1125.84/1126.29	c 1049s |      16 |   171960 |   166752 |   254882      0 |      591 |       10
1129.74/1130.11	c 1053s |      16 |   172166 |   166952 |   254882      0 |      591 |       10
1133.53/1133.99	c 1057s |      16 |   172353 |   167152 |   254882      0 |      591 |       10
1137.23/1137.66	c 1061s |      16 |   172591 |   167352 |   254882      0 |      591 |       10
1140.93/1141.36	c 1064s |      16 |   172780 |   167552 |   254882      0 |      591 |       10
1144.23/1144.68	c 1068s |      16 |   172978 |   167752 |   254882      0 |      591 |       10
1147.63/1148.03	c 1071s |      16 |   173180 |   167952 |   254882      0 |      591 |       10
1150.53/1150.93	c 1074s |      16 |   173372 |   168152 |   254882      0 |      591 |       10
1153.13/1153.59	c 1077s |      16 |   173567 |   168352 |   254882      0 |      591 |       10
1155.33/1155.79	c 1079s |      16 |   173782 |   168552 |   254882      0 |      591 |       10
1158.83/1159.26	c 1082s |      16 |   174028 |   168752 |   254882      0 |      591 |       10
1161.83/1162.23	c 1085s |      16 |   174187 |   168952 |   254882      0 |      591 |       10
1165.03/1165.46	c 1088s |      16 |   174419 |   169152 |   254882      0 |      591 |       10
1168.03/1168.43	c 1091s |      16 |   174568 |   169352 |   254882      0 |      591 |       10
1170.93/1171.36	c 1094s |      16 |   174786 |   169552 |   254882      0 |      591 |       10
1173.83/1174.24	c 1097s |      16 |   174994 |   169752 |   254882      0 |      591 |       10
1176.63/1177.06	c 1100s |      16 |   175192 |   169952 |   254882      0 |      591 |       10
1179.43/1179.83	c 1103s |      16 |   175381 |   170152 |   254882      0 |      591 |       10
1182.23/1182.61	c 1106s |      16 |   175562 |   170352 |   254882      0 |      591 |       10
1184.83/1185.23	c 1108s |      16 |   175789 |   170552 |   254882      0 |      591 |       10
1187.53/1187.90	c 1111s |      16 |   176000 |   170752 |   254882      0 |      591 |       10
1190.03/1190.42	c 1113s |      16 |   176194 |   170952 |   254882      0 |      591 |       10
1192.42/1192.89	c 1116s |      16 |   176372 |   171152 |   254882      0 |      591 |       10
1194.82/1195.23	c 1118s |      16 |   176573 |   171352 |   254882      0 |      591 |       10
1197.02/1197.49	c 1120s |      16 |   176782 |   171552 |   254882      0 |      591 |       10
1199.12/1199.55	c 1122s |      16 |   176979 |   171752 |   254882      0 |      591 |       10
1201.32/1201.77	c 1125s |      16 |   177266 |   172052 |   254882      0 |      591 |       10
1203.52/1203.98	c 1127s |      16 |   177538 |   172252 |   254882      0 |      591 |       10
1206.02/1206.49	c 1129s |      16 |   177701 |   172452 |   254882      0 |      591 |       10
1208.92/1209.37	c 1132s |      16 |   177939 |   172652 |   254882      0 |      591 |       10
1211.42/1211.82	c 1135s |      16 |   178093 |   172852 |   254882      0 |      591 |       10
1213.92/1214.40	c 1137s |      16 |   178315 |   173052 |   254882      0 |      591 |       10
1216.72/1217.11	c 1140s |      16 |   178528 |   173252 |   254882      0 |      591 |       10
1219.12/1219.57	c 1143s |      16 |   178666 |   173452 |   254882      0 |      591 |       10
1221.52/1221.97	c 1145s |      16 |   178865 |   173652 |   254882      0 |      591 |       10
1223.82/1224.22	c 1147s |      16 |   179117 |   173852 |   254882      0 |      591 |       10
1226.02/1226.41	c 1149s |      16 |   179294 |   174052 |   254882      0 |      591 |       10
1228.22/1228.64	c 1152s |      16 |   179521 |   174252 |   254882      0 |      591 |       10
1230.22/1230.64	c 1154s |      16 |   179678 |   174452 |   254882      0 |      591 |       10
1233.02/1233.45	c 1156s |      16 |   180007 |   174752 |   254882      0 |      591 |       10
1235.52/1235.95	c 1159s |      16 |   180288 |   175052 |   254882      0 |      591 |       10
1237.72/1238.16	c 1161s |      16 |   180576 |   175352 |   254882      0 |      591 |       10
1241.12/1241.56	c 1164s |      16 |   181154 |   175852 |   254882      0 |      591 |       10
1243.22/1243.62	c 1167s |      16 |   181451 |   176152 |   254882      0 |      591 |       10
1246.02/1246.49	c 1169s |      16 |   181723 |   176452 |   254882      0 |      591 |       10
1248.22/1248.62	c 1172s |      16 |   181947 |   176652 |   254882      0 |      591 |       10
1250.61/1251.03	c 1174s |      16 |   182117 |   176852 |   254882      0 |      591 |       10
1253.21/1253.61	c 1177s |      16 |   182352 |   177052 |   254882      0 |      591 |       10
1255.92/1256.39	c 1179s |      16 |   182505 |   177252 |   254882      0 |      591 |       10
1258.71/1259.14	c 1182s |      16 |   182723 |   177452 |   254882      0 |      591 |       10
1261.81/1262.29	c 1185s |      16 |   182899 |   177652 |   254882      0 |      591 |       10
1264.91/1265.30	c 1188s |      16 |   183145 |   177852 |   254882      0 |      591 |       10
1268.11/1268.51	c 1191s |      16 |   183340 |   178052 |   254882      0 |      591 |       10
1271.41/1271.88	c 1195s |      16 |   183548 |   178252 |   254882      0 |      591 |       10
1275.11/1275.53	c 1198s |      16 |   183764 |   178452 |   254882      0 |      591 |       10
1278.51/1278.98	c 1202s |      16 |   183911 |   178652 |   254882      0 |      591 |       10
1280.61/1281.04	c 1204s |      16 |   184063 |   178752 |   254882      0 |      591 |       10
1284.11/1284.57	c 1208s |      16 |   184216 |   178952 |   254882      0 |      591 |       10
1286.21/1286.65	c 1210s |      16 |   184363 |   179052 |   254882      0 |      591 |       10
1289.71/1290.16	c 1213s |      16 |   184507 |   179252 |   254882      0 |      591 |       10
1293.21/1293.68	c 1217s |      16 |   184717 |   179452 |   254882      0 |      591 |       10
1296.71/1297.16	c 1220s |      16 |   184915 |   179652 |   254882      0 |      591 |       10
1300.11/1300.59	c 1224s |      16 |   185104 |   179852 |   254882      0 |      591 |       10
1303.41/1303.80	c 1227s |      16 |   185343 |   180052 |   254882      0 |      591 |       10
1306.51/1306.97	c 1230s |      16 |   185513 |   180252 |   254882      0 |      591 |       10
1309.50/1309.94	c 1233s |      16 |   185725 |   180452 |   254882      0 |      591 |       10
1312.30/1312.78	c 1236s |      16 |   185919 |   180652 |   254882      0 |      591 |       10
1315.10/1315.50	c 1238s |      16 |   186140 |   180852 |   254882      0 |      591 |       10
1317.51/1317.96	c 1241s |      16 |   186336 |   181052 |   254882      0 |      591 |       10
1319.80/1320.24	c 1243s |      16 |   186507 |   181252 |   254882      0 |      591 |       10
1321.91/1322.31	c 1245s |      16 |   186727 |   181452 |   254882      0 |      591 |       10
1324.01/1324.49	c 1247s |      16 |   187007 |   181752 |   254882      0 |      591 |       10
1326.40/1326.85	c 1250s |      16 |   187657 |   182352 |   254882      0 |      591 |       10
1328.41/1328.88	c 1252s |      16 |   188065 |   182752 |   254882      0 |      591 |       10
1330.61/1331.04	c 1254s |      16 |   188338 |   183052 |   254882      0 |      591 |       10
1332.91/1333.36	c 1256s |      16 |   188651 |   183352 |   254882      0 |      591 |       10
1335.70/1336.16	c 1259s |      16 |   188938 |   183652 |   254882      0 |      591 |       10
1338.60/1339.05	c 1262s |      16 |   189250 |   183952 |   254882      0 |      591 |       10
1340.80/1341.22	c 1264s |      16 |   189448 |   184152 |   254882      0 |      591 |       10
1342.90/1343.39	c 1266s |      16 |   189642 |   184352 |   254882      0 |      591 |       10
1345.10/1345.51	c 1268s |      16 |   189887 |   184552 |   254882      0 |      591 |       10
1347.80/1348.22	c 1271s |      16 |   190169 |   184852 |   254882      0 |      591 |       10
1350.40/1350.83	c 1274s |      16 |   190473 |   185152 |   254882      0 |      591 |       10
1352.50/1352.97	c 1276s |      16 |   190740 |   185452 |   254882      0 |      591 |       10
1354.70/1355.10	c 1278s |      16 |   191166 |   185852 |   254882      0 |      591 |       10
1356.90/1357.32	c 1280s |      16 |   191800 |   186452 |   254882      0 |      591 |       10
1359.10/1359.55	c 1282s |      16 |   192296 |   186952 |   254882      0 |      591 |       10
1361.20/1361.69	c 1285s |      16 |   192599 |   187252 |   254882      0 |      591 |       10
1363.80/1364.28	c 1287s |      16 |   192866 |   187552 |   254882      0 |      591 |       10
1366.80/1367.20	c 1290s |      16 |   193170 |   187852 |   254882      0 |      591 |       10
1368.89/1369.35	c 1292s |      16 |   193389 |   188052 |   254882      0 |      591 |       10
1370.99/1371.44	c 1294s |      16 |   193596 |   188252 |   254882      0 |      591 |       10
1373.69/1374.18	c 1297s |      16 |   193877 |   188552 |   254882      0 |      591 |       10
1376.19/1376.61	c 1300s |      16 |   194193 |   188852 |   254882      0 |      591 |       10
1378.49/1378.93	c 1302s |      16 |   194570 |   189252 |   254882      0 |      591 |       10
1380.69/1381.11	c 1304s |      16 |   195203 |   189852 |   254882      0 |      591 |       10
1382.99/1383.44	c 1306s |      16 |   195594 |   190252 |   254882      0 |      591 |       10
1385.49/1385.93	c 1309s |      16 |   195876 |   190552 |   254882      0 |      591 |       10
1387.80/1388.21	c 1311s |      16 |   196176 |   190852 |   254882      0 |      591 |       10
1389.79/1390.29	c 1313s |      16 |   196585 |   191252 |   254882      0 |      591 |       10
1391.99/1392.40	c 1315s |      16 |   197614 |   192252 |   254882      0 |      591 |       10
1394.29/1394.73	c 1318s |      16 |   198404 |   193052 |   254882      0 |      591 |       10
1396.60/1397.09	c 1320s |      16 |   199013 |   193652 |   254882      0 |      591 |       10
1398.69/1399.11	c 1322s |      16 |   199508 |   194152 |   280371      0 |      591 |       10
1401.00/1401.41	c 1324s |      16 |   200124 |   194752 |   280371      0 |      591 |       10
1403.30/1403.71	c 1327s |      16 |   200607 |   195252 |   280371      0 |      591 |       10
1405.59/1406.04	c 1329s |      16 |   201124 |   195752 |   280371      0 |      591 |       10
1407.70/1408.12	c 1331s |      16 |   201609 |   196252 |   280371      0 |      591 |       10
1409.69/1410.16	c 1333s |      16 |   202027 |   196652 |   280371      0 |      591 |       10
1412.09/1412.52	c 1335s |      16 |   202513 |   197152 |   280371      0 |      591 |       10
1412.89/1413.39	c 1336s |      17 |   202792 |   197432 |   280371      0 |      591 |       10
1415.79/1416.25	c 1339s |      17 |   203052 |   197632 |   280371      0 |      591 |       10
1418.09/1418.56	c 1341s |      17 |   203245 |   197832 |   280371      0 |      591 |       10
1420.49/1420.99	c 1344s |      17 |   203460 |   198032 |   280371      0 |      591 |       10
1423.19/1423.69	c 1347s |      17 |   203642 |   198232 |   280371      0 |      591 |       10
1426.09/1426.57	c 1350s |      17 |   203844 |   198432 |   280371      0 |      591 |       10
1429.18/1429.62	c 1353s |      17 |   204055 |   198632 |   280371      0 |      591 |       10
1432.68/1433.12	c 1356s |      17 |   204282 |   198832 |   280371      0 |      591 |       10
1435.98/1436.48	c 1359s |      17 |   204467 |   199032 |   280371      0 |      591 |       10
1439.68/1440.12	c 1363s |      17 |   204656 |   199232 |   280371      0 |      591 |       10
1441.88/1442.33	c 1365s |      17 |   204783 |   199332 |   280371      0 |      591 |       10
1445.68/1446.16	c 1369s |      17 |   204922 |   199532 |   280371      0 |      591 |       10
1450.18/1450.66	c 1374s |      17 |   205153 |   199732 |   280371      0 |      591 |       10
1452.98/1453.41	c 1376s |      17 |   205244 |   199832 |   280371      0 |      591 |       10
1455.68/1456.14	c 1379s |      17 |   205339 |   199932 |   280371      0 |      591 |       10
1457.98/1458.46	c 1381s |      17 |   205469 |   200032 |   280371      0 |      591 |       10
1460.08/1460.53	c 1383s |      17 |   205549 |   200132 |   280371      0 |      591 |       10
1462.28/1462.73	c 1386s |      17 |   205624 |   200232 |   280371      0 |      591 |       10
1464.48/1464.90	c 1388s |      17 |   205744 |   200332 |   280371      0 |      591 |       10
1466.58/1467.10	c 1390s |      17 |   205816 |   200432 |   280371      0 |      591 |       10
1470.48/1470.97	c 1394s |      17 |   206023 |   200632 |   280371      0 |      591 |       10
1474.48/1474.91	c 1398s |      17 |   206219 |   200832 |   280371      0 |      591 |       10
1478.18/1478.63	c 1402s |      17 |   206474 |   201032 |   280371      0 |      591 |       10
1481.48/1481.99	c 1405s |      17 |   206652 |   201232 |   280371      0 |      591 |       10
1485.18/1485.62	c 1409s |      17 |   206842 |   201432 |   280371      0 |      591 |       10
1488.78/1489.24	c 1412s |      17 |   207067 |   201632 |   280371      0 |      591 |       10
1491.58/1492.07	c 1415s |      17 |   207256 |   201832 |   280371      0 |      591 |       10
1494.48/1494.91	c 1418s |      17 |   207428 |   202032 |   280371      0 |      591 |       10
1497.17/1497.62	c 1421s |      17 |   207635 |   202232 |   280371      0 |      591 |       10
1499.37/1499.86	c 1423s |      17 |   207870 |   202432 |   280371      0 |      591 |       10
1501.57/1502.00	c 1425s |      17 |   207941 |   202532 |   280371      0 |      591 |       10
1503.57/1504.00	c 1427s |      17 |   208081 |   202632 |   280371      0 |      591 |       10
1507.47/1507.97	c 1431s |      17 |   208283 |   202832 |   280371      0 |      591 |       10
1511.17/1511.69	c 1435s |      17 |   208475 |   203032 |   280371      0 |      591 |       10
1514.77/1515.26	c 1438s |      17 |   208659 |   203232 |   280371      0 |      591 |       10
1518.37/1518.82	c 1442s |      17 |   208842 |   203432 |   280371      0 |      591 |       10
1521.87/1522.32	c 1445s |      17 |   209033 |   203632 |   280371      0 |      591 |       10
1524.87/1525.34	c 1448s |      17 |   209260 |   203832 |   280371      0 |      591 |       10
1527.77/1528.26	c 1451s |      17 |   209471 |   204032 |   280371      0 |      591 |       10
1530.47/1530.96	c 1454s |      17 |   209669 |   204232 |   280371      0 |      591 |       10
1532.98/1533.44	c 1456s |      17 |   209838 |   204432 |   280371      0 |      591 |       10
1535.07/1535.59	c 1459s |      17 |   210071 |   204632 |   280371      0 |      591 |       10
1537.67/1538.13	c 1461s |      17 |   210352 |   204932 |   280371      0 |      591 |       10
1541.47/1541.96	c 1465s |      17 |   210742 |   205332 |   280371      0 |      591 |       10
1544.97/1545.44	c 1468s |      17 |   210952 |   205532 |   280371      0 |      591 |       10
1548.67/1549.10	c 1472s |      17 |   211177 |   205732 |   280371      0 |      591 |       10
1552.37/1552.85	c 1476s |      17 |   211393 |   205932 |   280371      0 |      591 |       10
1555.77/1556.21	c 1479s |      17 |   211583 |   206132 |   280371      0 |      591 |       10
1558.97/1559.48	c 1482s |      17 |   211775 |   206332 |   280371      0 |      591 |       10
1562.16/1562.69	c 1486s |      17 |   211959 |   206532 |   280371      0 |      591 |       10
1565.16/1565.65	c 1489s |      17 |   212180 |   206732 |   280371      0 |      591 |       10
1567.96/1568.49	c 1491s |      17 |   212387 |   206932 |   280371      0 |      591 |       10
1570.56/1571.08	c 1494s |      17 |   212573 |   207132 |   280371      0 |      591 |       10
1572.96/1573.43	c 1496s |      17 |   212776 |   207332 |   280371      0 |      591 |       10
1575.16/1575.60	c 1499s |      17 |   212957 |   207532 |   280371      0 |      591 |       10
1577.56/1578.01	c 1501s |      17 |   213251 |   207832 |   280371      0 |      591 |       10
1579.56/1580.03	c 1503s |      17 |   213809 |   208332 |   280371      0 |      591 |       10
1581.66/1582.14	c 1505s |      17 |   214209 |   208732 |   280371      0 |      591 |       10
1584.06/1584.53	c 1507s |      17 |   214625 |   209132 |   280371      0 |      591 |       10
1586.26/1586.70	c 1510s |      17 |   214922 |   209432 |   280371      0 |      591 |       10
1588.56/1589.05	c 1512s |      17 |   215332 |   209832 |   280371      0 |      591 |       10
1591.16/1591.65	c 1515s |      17 |   215755 |   210232 |   280371      0 |      591 |       10
1593.26/1593.78	c 1517s |      17 |   216072 |   210532 |   280371      0 |      591 |       10
1596.06/1596.50	c 1519s |      17 |   216478 |   210932 |   280371      0 |      591 |       10
1598.36/1598.88	c 1522s |      17 |   216759 |   211232 |   280371      0 |      591 |       10
1600.66/1601.16	c 1524s |      17 |   217059 |   211532 |   280371      0 |      591 |       10
1603.66/1604.12	c 1527s |      17 |   217465 |   211932 |   280371      0 |      591 |       10
1605.76/1606.24	c 1529s |      17 |   217670 |   212132 |   280371      0 |      591 |       10
1608.06/1608.50	c 1531s |      17 |   217969 |   212432 |   280371      0 |      591 |       10
1610.56/1611.05	c 1534s |      17 |   218267 |   212732 |   280371      0 |      591 |       10
1613.66/1614.17	c 1537s |      17 |   218665 |   213132 |   280371      0 |      591 |       10
1615.86/1616.35	c 1539s |      17 |   218878 |   213332 |   280371      0 |      591 |       10
1618.26/1618.75	c 1542s |      17 |   219167 |   213632 |   280371      0 |      591 |       10
1620.45/1620.96	c 1544s |      17 |   219365 |   213832 |   280371      0 |      591 |       10
1623.26/1623.79	c 1547s |      17 |   219667 |   214132 |   280371      0 |      591 |       10
1626.15/1626.69	c 1550s |      17 |   219984 |   214432 |   280371      0 |      591 |       10
1628.55/1629.03	c 1552s |      17 |   220188 |   214632 |   280371      0 |      591 |       10
1631.25/1631.77	c 1555s |      17 |   220477 |   214932 |   280371      0 |      591 |       10
1634.16/1634.67	c 1558s |      17 |   220793 |   215232 |   280371      0 |      591 |       10
1636.95/1637.44	c 1560s |      17 |   221089 |   215532 |   280371      0 |      591 |       10
1639.55/1640.04	c 1563s |      17 |   221375 |   215832 |   280371      0 |      591 |       10
1642.35/1642.83	c 1566s |      17 |   221578 |   216032 |   280371      0 |      591 |       10
1644.75/1645.29	c 1568s |      17 |   221791 |   216232 |   280371      0 |      591 |       10
1646.95/1647.41	c 1570s |      17 |   221979 |   216432 |   280371      0 |      591 |       10
1650.15/1650.60	c 1574s |      17 |   222309 |   216732 |   280371      0 |      591 |       10
1652.15/1652.62	c 1576s |      17 |   222499 |   216932 |   280371      0 |      591 |       10
1654.65/1655.13	c 1578s |      17 |   222786 |   217232 |   280371      0 |      591 |       10
1656.95/1657.46	c 1580s |      17 |   223116 |   217532 |   280371      0 |      591 |       10
1659.75/1660.29	c 1583s |      17 |   223318 |   217732 |   280371      0 |      591 |       10
1661.85/1662.33	c 1585s |      17 |   223519 |   217932 |   280371      0 |      591 |       10
1664.95/1665.47	c 1588s |      17 |   223854 |   218232 |   280371      0 |      591 |       10
1667.35/1667.81	c 1591s |      17 |   224046 |   218432 |   280371      0 |      591 |       10
1670.35/1670.81	c 1594s |      17 |   224400 |   218732 |   280371      0 |      591 |       10
1673.05/1673.56	c 1596s |      17 |   224597 |   218932 |   280371      0 |      591 |       10
1675.65/1676.11	c 1599s |      17 |   224784 |   219132 |   280371      0 |      591 |       10
1677.75/1678.20	c 1601s |      17 |   224999 |   219332 |   280371      0 |      591 |       10
1680.35/1680.88	c 1604s |      17 |   225178 |   219532 |   280371      0 |      591 |       10
1682.74/1683.27	c 1606s |      17 |   225378 |   219732 |   280371      0 |      591 |       10
1684.75/1685.29	c 1608s |      17 |   225585 |   219932 |   280371      0 |      591 |       10
1687.24/1687.75	c 1611s |      17 |   225893 |   220232 |   280371      0 |      591 |       10
1689.54/1690.09	c 1613s |      17 |   226180 |   220532 |   280371      0 |      591 |       10
1692.64/1693.18	c 1616s |      17 |   226395 |   220732 |   280371      0 |      591 |       10
1695.64/1696.16	c 1619s |      17 |   226586 |   220932 |   280371      0 |      591 |       10
1698.34/1698.85	c 1622s |      17 |   226782 |   221132 |   280371      0 |      591 |       10
1700.54/1701.08	c 1624s |      17 |   226986 |   221332 |   280371      0 |      591 |       10
1703.04/1703.56	c 1626s |      17 |   227316 |   221632 |   280371      0 |      591 |       10
1706.04/1706.50	c 1629s |      17 |   227496 |   221832 |   280371      0 |      591 |       10
1708.74/1709.23	c 1632s |      17 |   227698 |   222032 |   280371      0 |      591 |       10
1711.25/1711.70	c 1635s |      17 |   227905 |   222232 |   280371      0 |      591 |       10
1713.35/1713.84	c 1637s |      17 |   228102 |   222432 |   280371      0 |      591 |       10
1715.74/1716.23	c 1639s |      17 |   228387 |   222732 |   280371      0 |      591 |       10
1718.54/1719.04	c 1642s |      17 |   228595 |   222932 |   280371      0 |      591 |       10
1721.54/1722.02	c 1645s |      17 |   228810 |   223132 |   280371      0 |      591 |       10
1724.24/1724.74	c 1648s |      17 |   229000 |   223332 |   280371      0 |      591 |       10
1726.64/1727.18	c 1650s |      17 |   229196 |   223532 |   280371      0 |      591 |       10
1728.74/1729.24	c 1652s |      17 |   229401 |   223732 |   280371      0 |      591 |       10
1731.04/1731.53	c 1654s |      17 |   229735 |   224032 |   280371      0 |      591 |       10
1734.04/1734.50	c 1657s |      17 |   229922 |   224232 |   280371      0 |      591 |       10
1736.84/1737.31	c 1660s |      17 |   230093 |   224432 |   280371      0 |      591 |       10
1739.33/1739.80	c 1663s |      17 |   230319 |   224632 |   280371      0 |      591 |       10
1741.43/1741.92	c 1665s |      17 |   230508 |   224832 |   280371      0 |      591 |       10
1743.93/1744.41	c 1667s |      17 |   230795 |   225132 |   280371      0 |      591 |       10
1747.03/1747.51	c 1670s |      17 |   231116 |   225432 |   280371      0 |      591 |       10
1750.13/1750.68	c 1674s |      17 |   231298 |   225632 |   280371      0 |      591 |       10
1753.04/1753.52	c 1676s |      17 |   231506 |   225832 |   280371      0 |      591 |       10
1755.63/1756.16	c 1679s |      17 |   231719 |   226032 |   280371      0 |      591 |       10
1757.93/1758.41	c 1681s |      17 |   231899 |   226232 |   280371      0 |      591 |       10
1760.23/1760.71	c 1684s |      17 |   232205 |   226532 |   280371      0 |      591 |       10
1762.53/1763.05	c 1686s |      17 |   232408 |   226732 |   280371      0 |      591 |       10
1765.73/1766.27	c 1689s |      17 |   232598 |   226932 |   280371      0 |      591 |       10
1768.53/1769.00	c 1692s |      17 |   232813 |   227132 |   280371      0 |      591 |       10
1771.13/1771.67	c 1695s |      17 |   233004 |   227332 |   280371      0 |      591 |       10
1773.53/1774.00	c 1697s |      17 |   233199 |   227532 |   280371      0 |      591 |       10
1776.14/1776.64	c 1700s |      17 |   233499 |   227832 |   280371      0 |      591 |       10
1779.53/1780.05	c 1703s |      17 |   233845 |   228132 |   280371      0 |      591 |       10
1782.93/1783.42	c 1706s |      17 |   234037 |   228332 |   280371      0 |      591 |       10
1786.13/1786.70	c 1710s |      17 |   234211 |   228532 |   280371      0 |      591 |       10
1789.23/1789.74	c 1713s |      17 |   234407 |   228732 |   280371      0 |      591 |       10
1791.83/1792.39	c 1715s |      17 |   234608 |   228932 |   280371      0 |      591 |       10
1794.13/1794.68	c 1718s |      17 |   234820 |   229132 |   280371      0 |      591 |       10
1796.23/1796.72	c 1720s |      17 |   235131 |   229432 |   280371      0 |      591 |       10
1799.53/1800.09	c 1723s |      17 |   235338 |   229632 |   280371      0 |      591 |       10

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

pid=17809
running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 2.21 2.25 2.26 3/181 17812
/proc/meminfo: memFree=27058980/32872528 swapFree=1484408/1662236
[pid=17812] ppid=17809 vsize=625084 CPUtime=0 cores=0,2,4,6
/proc/17812/stat : 17812 (toysat) R 17809 17812 15921 0 -1 4202496 2312 0 0 0 0 0 0 0 20 0 4 0 8713633 640086016 3184 33554432000 4194304 16246674 140737024384752 140737024384176 13880264 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/17812/statm: 156783 3194 441 2943 0 153677 0
[pid=17812/tid=17813] ppid=17809 vsize=642492 CPUtime=0 cores=0,2,4,6
/proc/17812/task/17813/stat : 17813 (toysat) S 17809 17812 15921 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 8713633 657911808 3251 33554432000 4194304 16246674 140737024384752 140309696589040 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=17812/tid=17814] ppid=17809 vsize=646588 CPUtime=0 cores=0,2,4,6
/proc/17812/task/17814/stat : 17814 (toysat) S 17809 17812 15921 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 8713633 662106112 3269 33554432000 4194304 16246674 140737024384752 140309686099184 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=17812/tid=17815] ppid=17809 vsize=650684 CPUtime=0 cores=0,2,4,6
/proc/17812/task/17815/stat : 17815 (toysat) S 17809 17812 15921 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 8713633 666300416 3284 33554432000 4194304 16246674 140737024384752 140309602233520 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0

[startup+0.100168 s]
/proc/loadavg: 2.21 2.25 2.26 3/181 17812
/proc/meminfo: memFree=27058980/32872528 swapFree=1484408/1662236
[pid=17812] ppid=17809 vsize=1302084 CPUtime=0.09 cores=0,2,4,6
/proc/17812/stat : 17812 (toysat) R 17809 17812 15921 0 -1 4202496 28225 0 0 0 5 4 0 0 20 0 4 0 8713633 1333334016 29035 33554432000 4194304 16246674 140737024384752 140737024384064 7369730 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/17812/statm: 325521 29053 799 2943 0 322415 0
[pid=17812/tid=17813] ppid=17809 vsize=1302084 CPUtime=0 cores=0,2,4,6
/proc/17812/task/17813/stat : 17813 (toysat) S 17809 17812 15921 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 8713633 1333334016 29063 33554432000 4194304 16246674 140737024384752 140309696589040 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=17812/tid=17814] ppid=17809 vsize=1302084 CPUtime=0 cores=0,2,4,6
/proc/17812/task/17814/stat : 17814 (toysat) S 17809 17812 15921 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 8713633 1333334016 29075 33554432000 4194304 16246674 140737024384752 140309686099184 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=17812/tid=17815] ppid=17809 vsize=1302084 CPUtime=0 cores=0,2,4,6
/proc/17812/task/17815/stat : 17815 (toysat) S 17809 17812 15921 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 8713633 1333334016 29085 33554432000 4194304 16246674 140737024384752 140309602233520 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1302084

[startup+0.20053 s]
/proc/loadavg: 2.21 2.25 2.26 3/181 17812
/proc/meminfo: memFree=27058980/32872528 swapFree=1484408/1662236
[pid=17812] ppid=17809 vsize=1312324 CPUtime=0.18 cores=0,2,4,6
/proc/17812/stat : 17812 (toysat) R 17809 17812 15921 0 -1 4202496 43257 0 0 0 13 5 0 0 20 0 4 0 8713633 1343819776 44578 33554432000 4194304 16246674 140737024384752 140737024384064 8058796 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/17812/statm: 328081 44596 800 2943 0 324975 0
[pid=17812/tid=17813] ppid=17809 vsize=1312324 CPUtime=0 cores=0,2,4,6
/proc/17812/task/17813/stat : 17813 (toysat) S 17809 17812 15921 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 8713633 1343819776 44606 33554432000 4194304 16246674 140737024384752 140309696589040 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=17812/tid=17814] ppid=17809 vsize=1312324 CPUtime=0 cores=0,2,4,6
/proc/17812/task/17814/stat : 17814 (toysat) S 17809 17812 15921 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 8713633 1343819776 44617 33554432000 4194304 16246674 140737024384752 140309686099184 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=17812/tid=17815] ppid=17809 vsize=1312324 CPUtime=0 cores=0,2,4,6
/proc/17812/task/17815/stat : 17815 (toysat) S 17809 17812 15921 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 8713633 1343819776 44629 33554432000 4194304 16246674 140737024384752 140309602233520 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 1312324

[startup+0.300497 s]
/proc/loadavg: 2.21 2.25 2.26 3/181 17812
/proc/meminfo: memFree=27058980/32872528 swapFree=1484408/1662236
[pid=17812] ppid=17809 vsize=1312324 CPUtime=0.28 cores=0,2,4,6
/proc/17812/stat : 17812 (toysat) R 17809 17812 15921 0 -1 4202496 49619 0 0 0 22 6 0 0 20 0 4 0 8713633 1343819776 50940 33554432000 4194304 16246674 140737024384752 140737024384064 7372110 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/17812/statm: 328081 50940 800 2943 0 324975 0
[pid=17812/tid=17813] ppid=17809 vsize=1312324 CPUtime=0 cores=0,2,4,6
/proc/17812/task/17813/stat : 17813 (toysat) S 17809 17812 15921 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 8713633 1343819776 50940 33554432000 4194304 16246674 140737024384752 140309696589040 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=17812/tid=17814] ppid=17809 vsize=1312324 CPUtime=0 cores=0,2,4,6
/proc/17812/task/17814/stat : 17814 (toysat) S 17809 17812 15921 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 8713633 1343819776 50940 33554432000 4194304 16246674 140737024384752 140309686099184 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=17812/tid=17815] ppid=17809 vsize=1312324 CPUtime=0 cores=0,2,4,6
/proc/17812/task/17815/stat : 17815 (toysat) S 17809 17812 15921 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 8713633 1343819776 50940 33554432000 4194304 16246674 140737024384752 140309602233520 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 1312324

[startup+0.700414 s]
/proc/loadavg: 2.21 2.25 2.26 3/181 17812
/proc/meminfo: memFree=27058980/32872528 swapFree=1484408/1662236
[pid=17812] ppid=17809 vsize=1312324 CPUtime=0.69 cores=0,2,4,6
/proc/17812/stat : 17812 (toysat) R 17809 17812 15921 0 -1 4202496 63981 0 0 0 61 8 0 0 20 0 4 0 8713633 1343819776 65303 33554432000 4194304 16246674 140737024384752 140737024367744 7889646 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/17812/statm: 328081 65321 801 2943 0 324975 0
[pid=17812/tid=17813] ppid=17809 vsize=1312324 CPUtime=0 cores=0,2,4,6
/proc/17812/task/17813/stat : 17813 (toysat) S 17809 17812 15921 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 8713633 1343819776 65332 33554432000 4194304 16246674 140737024384752 140309696589040 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=17812/tid=17814] ppid=17809 vsize=1312324 CPUtime=0 cores=0,2,4,6
/proc/17812/task/17814/stat : 17814 (toysat) S 17809 17812 15921 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 8713633 1343819776 65343 33554432000 4194304 16246674 140737024384752 140309686099184 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=17812/tid=17815] ppid=17809 vsize=1312324 CPUtime=0 cores=0,2,4,6
/proc/17812/task/17815/stat : 17815 (toysat) S 17809 17812 15921 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 8713633 1343819776 65354 33554432000 4194304 16246674 140737024384752 140309602233520 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1312324

[startup+1.50039 s]
/proc/loadavg: 2.19 2.24 2.26 3/185 17816
/proc/meminfo: memFree=26758220/32872528 swapFree=1484408/1662236
[pid=17812] ppid=17809 vsize=1385028 CPUtime=1.49 cores=0,2,4,6
/proc/17812/stat : 17812 (toysat) R 17809 17812 15921 0 -1 4202496 122168 0 0 0 131 18 0 0 20 0 4 0 8713633 1418268672 123489 33554432000 4194304 16246674 140737024384752 140737024383416 12653060 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/17812/statm: 346257 123503 831 2943 0 343151 0
[pid=17812/tid=17813] ppid=17809 vsize=1385028 CPUtime=0 cores=0,2,4,6
/proc/17812/task/17813/stat : 17813 (toysat) S 17809 17812 15921 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 8713633 1418268672 123512 33554432000 4194304 16246674 140737024384752 140309696589040 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=17812/tid=17814] ppid=17809 vsize=1385028 CPUtime=0 cores=0,2,4,6
/proc/17812/task/17814/stat : 17814 (toysat) S 17809 17812 15921 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 8713633 1418268672 123521 33554432000 4194304 16246674 140737024384752 140309686099184 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=17812/tid=17815] ppid=17809 vsize=1385028 CPUtime=0 cores=0,2,4,6
/proc/17812/task/17815/stat : 17815 (toysat) S 17809 17812 15921 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 8713633 1418268672 123529 33554432000 4194304 16246674 140737024384752 140309602233520 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 1385028

[startup+3.10041 s]
/proc/loadavg: 2.19 2.24 2.26 4/185 17816
/proc/meminfo: memFree=26032548/32872528 swapFree=1484408/1662236
[pid=17812] ppid=17809 vsize=1385028 CPUtime=3.08 cores=0,2,4,6
/proc/17812/stat : 17812 (toysat) R 17809 17812 15921 0 -1 4202496 255509 0 0 0 275 33 0 0 20 0 4 0 8713633 1418268672 256830 33554432000 4194304 16246674 140737024384752 140737024384064 13753114 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/17812/statm: 346257 256830 834 2943 0 343151 0
[pid=17812/tid=17813] ppid=17809 vsize=1385028 CPUtime=0 cores=0,2,4,6
/proc/17812/task/17813/stat : 17813 (toysat) S 17809 17812 15921 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 8713633 1418268672 256830 33554432000 4194304 16246674 140737024384752 140309696589040 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=17812/tid=17814] ppid=17809 vsize=1385028 CPUtime=0 cores=0,2,4,6
/proc/17812/task/17814/stat : 17814 (toysat) S 17809 17812 15921 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 8713633 1418268672 256830 33554432000 4194304 16246674 140737024384752 140309686099184 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=17812/tid=17815] ppid=17809 vsize=1385028 CPUtime=0 cores=0,2,4,6
/proc/17812/task/17815/stat : 17815 (toysat) S 17809 17812 15921 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 8713633 1418268672 256830 33554432000 4194304 16246674 140737024384752 140309602233520 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 1385028

[startup+6.30041 s]
/proc/loadavg: 2.19 2.24 2.26 3/185 17816
/proc/meminfo: memFree=25941312/32872528 swapFree=1484408/1662236
[pid=17812] ppid=17809 vsize=1385028 CPUtime=6.29 cores=0,2,4,6
/proc/17812/stat : 17812 (toysat) R 17809 17812 15921 0 -1 4202496 278306 0 0 0 593 36 0 0 20 0 4 0 8713633 1418268672 279627 33554432000 4194304 16246674 140737024384752 140737024383928 5712600 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/17812/statm: 346257 279627 893 2943 0 343151 0
[pid=17812/tid=17813] ppid=17809 vsize=1385028 CPUtime=0 cores=0,2,4,6
/proc/17812/task/17813/stat : 17813 (toysat) S 17809 17812 15921 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 8713633 1418268672 279627 33554432000 4194304 16246674 140737024384752 140309696589040 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=17812/tid=17814] ppid=17809 vsize=1385028 CPUtime=0 cores=0,2,4,6
/proc/17812/task/17814/stat : 17814 (toysat) S 17809 17812 15921 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 8713633 1418268672 279627 33554432000 4194304 16246674 140737024384752 140309686099184 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=17812/tid=17815] ppid=17809 vsize=1385028 CPUtime=0 cores=0,2,4,6
/proc/17812/task/17815/stat : 17815 (toysat) S 17809 17812 15921 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 8713633 1418268672 279627 33554432000 4194304 16246674 140737024384752 140309602233520 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1385028

[startup+12.7004 s]
/proc/loadavg: 2.16 2.24 2.26 3/185 17816
/proc/meminfo: memFree=25929468/32872528 swapFree=1484408/1662236
[pid=17812] ppid=17809 vsize=1385028 CPUtime=12.68 cores=0,2,4,6
/proc/17812/stat : 17812 (toysat) R 17809 17812 15921 0 -1 4202496 278306 0 0 0 1232 36 0 0 20 0 4 0 8713633 1418268672 279627 33554432000 4194304 16246674 140737024384752 140737024383928 5711952 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/17812/statm: 346257 279627 893 2943 0 343151 0
[pid=17812/tid=17813] ppid=17809 vsize=1385028 CPUtime=0 cores=0,2,4,6
/proc/17812/task/17813/stat : 17813 (toysat) S 17809 17812 15921 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 8713633 1418268672 279627 33554432000 4194304 16246674 140737024384752 140309696589040 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=17812/tid=17814] ppid=17809 vsize=1385028 CPUtime=0 cores=0,2,4,6
/proc/17812/task/17814/stat : 17814 (toysat) S 17809 17812 15921 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 8713633 1418268672 279627 33554432000 4194304 16246674 140737024384752 140309686099184 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=17812/tid=17815] ppid=17809 vsize=1385028 CPUtime=0 cores=0,2,4,6
/proc/17812/task/17815/stat : 17815 (toysat) S 17809 17812 15921 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 8713633 1418268672 279627 33554432000 4194304 16246674 140737024384752 140309602233520 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 1385028

[startup+25.5005 s]
/proc/loadavg: 2.21 2.24 2.26 3/185 17816
/proc/meminfo: memFree=25929172/32872528 swapFree=1484408/1662236
[pid=17812] ppid=17809 vsize=1385028 CPUtime=25.49 cores=0,2,4,6
/proc/17812/stat : 17812 (toysat) R 17809 17812 15921 0 -1 4202496 278306 0 0 0 2512 37 0 0 20 0 4 0 8713633 1418268672 279627 33554432000 4194304 16246674 140737024384752 140737024366656 5711976 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/17812/statm: 346257 279627 893 2943 0 343151 0
[pid=17812/tid=17813] ppid=17809 vsize=1385028 CPUtime=0 cores=0,2,4,6
/proc/17812/task/17813/stat : 17813 (toysat) S 17809 17812 15921 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 8713633 1418268672 279627 33554432000 4194304 16246674 140737024384752 140309696589040 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=17812/tid=17814] ppid=17809 vsize=1385028 CPUtime=0 cores=0,2,4,6
/proc/17812/task/17814/stat : 17814 (toysat) S 17809 17812 15921 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 8713633 1418268672 279627 33554432000 4194304 16246674 140737024384752 140309686099184 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=17812/tid=17815] ppid=17809 vsize=1385028 CPUtime=0 cores=0,2,4,6
/proc/17812/task/17815/stat : 17815 (toysat) S 17809 17812 15921 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 8713633 1418268672 279627 33554432000 4194304 16246674 140737024384752 140309602233520 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 1385028

[startup+51.1005 s]
/proc/loadavg: 2.27 2.25 2.26 4/185 17816
/proc/meminfo: memFree=25884628/32872528 swapFree=1484408/1662236
[pid=17812] ppid=17809 vsize=1385028 CPUtime=51.08 cores=0,2,4,6
/proc/17812/stat : 17812 (toysat) R 17809 17812 15921 0 -1 4202496 286938 0 0 0 5070 38 0 0 20 0 4 0 8713633 1418268672 288259 33554432000 4194304 16246674 140737024384752 140737024366656 5711355 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/17812/statm: 346257 288259 897 2943 0 343151 0
[pid=17812/tid=17813] ppid=17809 vsize=1385028 CPUtime=0 cores=0,2,4,6
/proc/17812/task/17813/stat : 17813 (toysat) S 17809 17812 15921 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 8713633 1418268672 288259 33554432000 4194304 16246674 140737024384752 140309696589040 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=17812/tid=17814] ppid=17809 vsize=1385028 CPUtime=0 cores=0,2,4,6
/proc/17812/task/17814/stat : 17814 (toysat) S 17809 17812 15921 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 8713633 1418268672 288259 33554432000 4194304 16246674 140737024384752 140309686099184 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=17812/tid=17815] ppid=17809 vsize=1385028 CPUtime=0 cores=0,2,4,6
/proc/17812/task/17815/stat : 17815 (toysat) S 17809 17812 15921 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 8713633 1418268672 288259 33554432000 4194304 16246674 140737024384752 140309602233520 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 1385028

[startup+102.3 s]
/proc/loadavg: 2.24 2.24 2.26 3/178 17852
/proc/meminfo: memFree=28855308/32872528 swapFree=1484408/1662236
[pid=17812] ppid=17809 vsize=1385028 CPUtime=102.28 cores=0,2,4,6
/proc/17812/stat : 17812 (toysat) R 17809 17812 15921 0 -1 4202496 286962 0 0 0 10189 39 0 0 20 0 4 0 8713633 1418268672 288283 33554432000 4194304 16246674 140737024384752 140737024366656 5823919 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/17812/statm: 346257 288283 920 2943 0 343151 0
[pid=17812/tid=17813] ppid=17809 vsize=1385028 CPUtime=0 cores=0,2,4,6
/proc/17812/task/17813/stat : 17813 (toysat) S 17809 17812 15921 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 8713633 1418268672 288283 33554432000 4194304 16246674 140737024384752 140309696589040 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=17812/tid=17814] ppid=17809 vsize=1385028 CPUtime=0 cores=0,2,4,6
/proc/17812/task/17814/stat : 17814 (toysat) S 17809 17812 15921 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 8713633 1418268672 288283 33554432000 4194304 16246674 140737024384752 140309686099184 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=17812/tid=17815] ppid=17809 vsize=1385028 CPUtime=0 cores=0,2,4,6
/proc/17812/task/17815/stat : 17815 (toysat) S 17809 17812 15921 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 8713633 1418268672 288283 33554432000 4194304 16246674 140737024384752 140309602233520 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 1385028


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

/proc/17812/task/17815/stat : 17815 (toysat) S 17809 17812 15921 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 8713633 1418268672 288286 33554432000 4194304 16246674 140737024384752 140309602233520 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1301.91
Current children cumulated vsize (KiB) 1385028

[startup+1362.3 s]
/proc/loadavg: 2.33 2.25 2.23 3/185 17896
/proc/meminfo: memFree=27598252/32872528 swapFree=1484408/1662236
[pid=17812] ppid=17809 vsize=1385028 CPUtime=1361.9 cores=0,2,4,6
/proc/17812/stat : 17812 (toysat) R 17809 17812 15921 0 -1 4202496 287313 0 0 0 136149 41 0 0 20 0 4 0 8713633 1418268672 288286 33554432000 4194304 16246674 140737024384752 140737024366656 5822604 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/17812/statm: 346257 288286 920 2943 0 343151 0
[pid=17812/tid=17813] ppid=17809 vsize=1385028 CPUtime=0 cores=0,2,4,6
/proc/17812/task/17813/stat : 17813 (toysat) S 17809 17812 15921 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 8713633 1418268672 288286 33554432000 4194304 16246674 140737024384752 140309696589040 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=17812/tid=17814] ppid=17809 vsize=1385028 CPUtime=0 cores=0,2,4,6
/proc/17812/task/17814/stat : 17814 (toysat) S 17809 17812 15921 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 8713633 1418268672 288286 33554432000 4194304 16246674 140737024384752 140309686099184 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=17812/tid=17815] ppid=17809 vsize=1385028 CPUtime=0 cores=0,2,4,6
/proc/17812/task/17815/stat : 17815 (toysat) S 17809 17812 15921 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 8713633 1418268672 288286 33554432000 4194304 16246674 140737024384752 140309602233520 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1361.9
Current children cumulated vsize (KiB) 1385028

[startup+1422.3 s]
/proc/loadavg: 2.47 2.29 2.24 3/186 17900
/proc/meminfo: memFree=27535008/32872528 swapFree=1484408/1662236
[pid=17812] ppid=17809 vsize=1385028 CPUtime=1421.89 cores=0,2,4,6
/proc/17812/stat : 17812 (toysat) R 17809 17812 15921 0 -1 4202496 287313 0 0 0 142148 41 0 0 20 0 4 0 8713633 1418268672 288286 33554432000 4194304 16246674 140737024384752 140737024366656 5822484 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/17812/statm: 346257 288286 920 2943 0 343151 0
[pid=17812/tid=17813] ppid=17809 vsize=1385028 CPUtime=0 cores=0,2,4,6
/proc/17812/task/17813/stat : 17813 (toysat) S 17809 17812 15921 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 8713633 1418268672 288286 33554432000 4194304 16246674 140737024384752 140309696589040 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=17812/tid=17814] ppid=17809 vsize=1385028 CPUtime=0 cores=0,2,4,6
/proc/17812/task/17814/stat : 17814 (toysat) S 17809 17812 15921 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 8713633 1418268672 288286 33554432000 4194304 16246674 140737024384752 140309686099184 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=17812/tid=17815] ppid=17809 vsize=1385028 CPUtime=0 cores=0,2,4,6
/proc/17812/task/17815/stat : 17815 (toysat) S 17809 17812 15921 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 8713633 1418268672 288286 33554432000 4194304 16246674 140737024384752 140309602233520 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1421.89
Current children cumulated vsize (KiB) 1385028

[startup+1482.3 s]
/proc/loadavg: 2.49 2.33 2.26 3/185 17902
/proc/meminfo: memFree=27534684/32872528 swapFree=1484408/1662236
[pid=17812] ppid=17809 vsize=1385028 CPUtime=1481.88 cores=0,2,4,6
/proc/17812/stat : 17812 (toysat) R 17809 17812 15921 0 -1 4202496 287313 0 0 0 148147 41 0 0 20 0 4 0 8713633 1418268672 288286 33554432000 4194304 16246674 140737024384752 140737024366656 5822484 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/17812/statm: 346257 288286 920 2943 0 343151 0
[pid=17812/tid=17813] ppid=17809 vsize=1385028 CPUtime=0 cores=0,2,4,6
/proc/17812/task/17813/stat : 17813 (toysat) S 17809 17812 15921 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 8713633 1418268672 288286 33554432000 4194304 16246674 140737024384752 140309696589040 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=17812/tid=17814] ppid=17809 vsize=1385028 CPUtime=0 cores=0,2,4,6
/proc/17812/task/17814/stat : 17814 (toysat) S 17809 17812 15921 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 8713633 1418268672 288286 33554432000 4194304 16246674 140737024384752 140309686099184 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=17812/tid=17815] ppid=17809 vsize=1385028 CPUtime=0 cores=0,2,4,6
/proc/17812/task/17815/stat : 17815 (toysat) S 17809 17812 15921 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 8713633 1418268672 288286 33554432000 4194304 16246674 140737024384752 140309602233520 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1481.88
Current children cumulated vsize (KiB) 1385028

[startup+1542.31 s]
/proc/loadavg: 2.39 2.33 2.26 3/185 17903
/proc/meminfo: memFree=27476876/32872528 swapFree=1484408/1662236
[pid=17812] ppid=17809 vsize=1385028 CPUtime=1541.87 cores=0,2,4,6
/proc/17812/stat : 17812 (toysat) R 17809 17812 15921 0 -1 4202496 287313 0 0 0 154146 41 0 0 20 0 4 0 8713633 1418268672 288286 33554432000 4194304 16246674 140737024384752 140737024366656 5822604 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/17812/statm: 346257 288286 920 2943 0 343151 0
[pid=17812/tid=17813] ppid=17809 vsize=1385028 CPUtime=0 cores=0,2,4,6
/proc/17812/task/17813/stat : 17813 (toysat) S 17809 17812 15921 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 8713633 1418268672 288286 33554432000 4194304 16246674 140737024384752 140309696589040 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=17812/tid=17814] ppid=17809 vsize=1385028 CPUtime=0 cores=0,2,4,6
/proc/17812/task/17814/stat : 17814 (toysat) S 17809 17812 15921 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 8713633 1418268672 288286 33554432000 4194304 16246674 140737024384752 140309686099184 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=17812/tid=17815] ppid=17809 vsize=1385028 CPUtime=0 cores=0,2,4,6
/proc/17812/task/17815/stat : 17815 (toysat) S 17809 17812 15921 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 8713633 1418268672 288286 33554432000 4194304 16246674 140737024384752 140309602233520 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1541.87
Current children cumulated vsize (KiB) 1385028

[startup+1602.3 s]
/proc/loadavg: 2.26 2.31 2.26 3/185 17904
/proc/meminfo: memFree=27477160/32872528 swapFree=1484408/1662236
[pid=17812] ppid=17809 vsize=1385028 CPUtime=1601.86 cores=0,2,4,6
/proc/17812/stat : 17812 (toysat) R 17809 17812 15921 0 -1 4202496 287313 0 0 0 160145 41 0 0 20 0 4 0 8713633 1418268672 288286 33554432000 4194304 16246674 140737024384752 140737024366656 5672188 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/17812/statm: 346257 288286 920 2943 0 343151 0
[pid=17812/tid=17813] ppid=17809 vsize=1385028 CPUtime=0 cores=0,2,4,6
/proc/17812/task/17813/stat : 17813 (toysat) S 17809 17812 15921 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 8713633 1418268672 288286 33554432000 4194304 16246674 140737024384752 140309696589040 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=17812/tid=17814] ppid=17809 vsize=1385028 CPUtime=0 cores=0,2,4,6
/proc/17812/task/17814/stat : 17814 (toysat) S 17809 17812 15921 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 8713633 1418268672 288286 33554432000 4194304 16246674 140737024384752 140309686099184 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=17812/tid=17815] ppid=17809 vsize=1385028 CPUtime=0 cores=0,2,4,6
/proc/17812/task/17815/stat : 17815 (toysat) S 17809 17812 15921 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 8713633 1418268672 288286 33554432000 4194304 16246674 140737024384752 140309602233520 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1601.86
Current children cumulated vsize (KiB) 1385028

[startup+1662.3 s]
/proc/loadavg: 2.38 2.33 2.27 3/185 17905
/proc/meminfo: memFree=27415204/32872528 swapFree=1484408/1662236
[pid=17812] ppid=17809 vsize=1385028 CPUtime=1661.85 cores=0,2,4,6
/proc/17812/stat : 17812 (toysat) R 17809 17812 15921 0 -1 4202496 287313 0 0 0 166144 41 0 0 20 0 4 0 8713633 1418268672 288286 33554432000 4194304 16246674 140737024384752 140737024366656 5822484 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/17812/statm: 346257 288286 920 2943 0 343151 0
[pid=17812/tid=17813] ppid=17809 vsize=1385028 CPUtime=0 cores=0,2,4,6
/proc/17812/task/17813/stat : 17813 (toysat) S 17809 17812 15921 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 8713633 1418268672 288286 33554432000 4194304 16246674 140737024384752 140309696589040 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=17812/tid=17814] ppid=17809 vsize=1385028 CPUtime=0 cores=0,2,4,6
/proc/17812/task/17814/stat : 17814 (toysat) S 17809 17812 15921 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 8713633 1418268672 288286 33554432000 4194304 16246674 140737024384752 140309686099184 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=17812/tid=17815] ppid=17809 vsize=1385028 CPUtime=0 cores=0,2,4,6
/proc/17812/task/17815/stat : 17815 (toysat) S 17809 17812 15921 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 8713633 1418268672 288286 33554432000 4194304 16246674 140737024384752 140309602233520 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1661.85
Current children cumulated vsize (KiB) 1385028

[startup+1722.3 s]
/proc/loadavg: 2.38 2.34 2.27 3/185 17906
/proc/meminfo: memFree=27415308/32872528 swapFree=1484408/1662236
[pid=17812] ppid=17809 vsize=1385028 CPUtime=1721.84 cores=0,2,4,6
/proc/17812/stat : 17812 (toysat) R 17809 17812 15921 0 -1 4202496 287313 0 0 0 172143 41 0 0 20 0 4 0 8713633 1418268672 288286 33554432000 4194304 16246674 140737024384752 140737024366656 5822604 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/17812/statm: 346257 288286 920 2943 0 343151 0
[pid=17812/tid=17813] ppid=17809 vsize=1385028 CPUtime=0 cores=0,2,4,6
/proc/17812/task/17813/stat : 17813 (toysat) S 17809 17812 15921 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 8713633 1418268672 288286 33554432000 4194304 16246674 140737024384752 140309696589040 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=17812/tid=17814] ppid=17809 vsize=1385028 CPUtime=0 cores=0,2,4,6
/proc/17812/task/17814/stat : 17814 (toysat) S 17809 17812 15921 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 8713633 1418268672 288286 33554432000 4194304 16246674 140737024384752 140309686099184 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=17812/tid=17815] ppid=17809 vsize=1385028 CPUtime=0 cores=0,2,4,6
/proc/17812/task/17815/stat : 17815 (toysat) S 17809 17812 15921 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 8713633 1418268672 288286 33554432000 4194304 16246674 140737024384752 140309602233520 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1721.84
Current children cumulated vsize (KiB) 1385028

[startup+1782.3 s]
/proc/loadavg: 2.32 2.33 2.27 4/185 17908
/proc/meminfo: memFree=27416100/32872528 swapFree=1484408/1662236
[pid=17812] ppid=17809 vsize=1385028 CPUtime=1781.83 cores=0,2,4,6
/proc/17812/stat : 17812 (toysat) R 17809 17812 15921 0 -1 4202496 287313 0 0 0 178142 41 0 0 20 0 4 0 8713633 1418268672 288286 33554432000 4194304 16246674 140737024384752 140737024366656 5827824 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/17812/statm: 346257 288286 920 2943 0 343151 0
[pid=17812/tid=17813] ppid=17809 vsize=1385028 CPUtime=0 cores=0,2,4,6
/proc/17812/task/17813/stat : 17813 (toysat) S 17809 17812 15921 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 8713633 1418268672 288286 33554432000 4194304 16246674 140737024384752 140309696589040 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=17812/tid=17814] ppid=17809 vsize=1385028 CPUtime=0 cores=0,2,4,6
/proc/17812/task/17814/stat : 17814 (toysat) S 17809 17812 15921 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 8713633 1418268672 288286 33554432000 4194304 16246674 140737024384752 140309686099184 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=17812/tid=17815] ppid=17809 vsize=1385028 CPUtime=0 cores=0,2,4,6
/proc/17812/task/17815/stat : 17815 (toysat) S 17809 17812 15921 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 8713633 1418268672 288286 33554432000 4194304 16246674 140737024384752 140309602233520 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1781.83
Current children cumulated vsize (KiB) 1385028



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 2.39 2.35 2.28 4/185 17909
/proc/meminfo: memFree=27416216/32872528 swapFree=1484408/1662236
[pid=17812] ppid=17809 vsize=1385028 CPUtime=1800.03 cores=0,2,4,6
/proc/17812/stat : 17812 (toysat) R 17809 17812 15921 0 -1 4202496 287313 0 0 0 179962 41 0 0 20 0 4 0 8713633 1418268672 288286 33554432000 4194304 16246674 140737024384752 140737024366656 5823246 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/17812/statm: 346257 288286 920 2943 0 343151 0
[pid=17812/tid=17813] ppid=17809 vsize=1385028 CPUtime=0 cores=0,2,4,6
/proc/17812/task/17813/stat : 17813 (toysat) S 17809 17812 15921 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 8713633 1418268672 288286 33554432000 4194304 16246674 140737024384752 140309696589040 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=17812/tid=17814] ppid=17809 vsize=1385028 CPUtime=0 cores=0,2,4,6
/proc/17812/task/17814/stat : 17814 (toysat) S 17809 17812 15921 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 8713633 1418268672 288286 33554432000 4194304 16246674 140737024384752 140309686099184 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=17812/tid=17815] ppid=17809 vsize=1385028 CPUtime=0 cores=0,2,4,6
/proc/17812/task/17815/stat : 17815 (toysat) S 17809 17812 15921 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 8713633 1418268672 288286 33554432000 4194304 16246674 140737024384752 140309602233520 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 1385028

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 17812 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1800.5 s]
/proc/loadavg: 2.39 2.35 2.28 4/185 17909
/proc/meminfo: memFree=27416216/32872528 swapFree=1484408/1662236
[pid=17812] ppid=17809 vsize=1385028 CPUtime=1800.03 cores=0,2,4,6
/proc/17812/stat : 17812 (toysat) R 17809 17812 15921 0 -1 4202496 287313 0 0 0 179962 41 0 0 20 0 4 0 8713633 1418268672 288286 33554432000 4194304 16246674 140737024384752 140737024366656 5823246 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/17812/statm: 346257 288286 920 2943 0 343151 0
[pid=17812/tid=17813] ppid=17809 vsize=1385028 CPUtime=0 cores=0,2,4,6
/proc/17812/task/17813/stat : 17813 (toysat) S 17809 17812 15921 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 8713633 1418268672 288286 33554432000 4194304 16246674 140737024384752 140309696589040 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=17812/tid=17814] ppid=17809 vsize=1385028 CPUtime=0 cores=0,2,4,6
/proc/17812/task/17814/stat : 17814 (toysat) S 17809 17812 15921 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 8713633 1418268672 288286 33554432000 4194304 16246674 140737024384752 140309686099184 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=17812/tid=17815] ppid=17809 vsize=1385028 CPUtime=0 cores=0,2,4,6
/proc/17812/task/17815/stat : 17815 (toysat) S 17809 17812 15921 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 8713633 1418268672 288286 33554432000 4194304 16246674 140737024384752 140309602233520 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 1385028

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.51
CPU time (s): 1800.04
CPU user time (s): 1799.63
CPU system time (s): 0.418936
CPU usage (%): 99.9742
Max. virtual memory (cumulated for all children) (KiB): 1385028

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.63
system time used= 0.418936
maximum resident set size= 1153144
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 287313
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= 366
involuntary context switches= 2027

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.74028 second user time and 6.89895 second system time

The end

Launcher Data

Begin job on node134 at 2016-06-30 11:06:51
IDJOB=4119765
IDBENCH=111802
IDSOLVER=2542
FILE ID=node134/4119765-1467277611
RUNJOBID= node134-1467274001-17324
PBS_JOBID= 20004500
Free space on /tmp= 71656 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB15eval/normalized-PB15eval/OPT-BIGINT-LIN/pbfvmc-formulae/hw128/normalized-hw128-vm90p-opt.opb.negationfix.opb
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --pb --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4119765-1467277611/watcher-4119765-1467277611 -o /tmp/evaluation-result-4119765-1467277611/solver-4119765-1467277611 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node134-1467274001-17324 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4119765-1467277611.opb

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

MD5SUM BENCH= 83d09a2c5aa8841618bc9dbbf19669f3
RANDOM SEED=489972791

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

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

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        27059524 kB
Buffers:          148100 kB
Cached:           331720 kB
SwapCached:            0 kB
Active:          3105208 kB
Inactive:         297980 kB
Active(anon):    2919108 kB
Inactive(anon):     6428 kB
Active(file):     186100 kB
Inactive(file):   291552 kB
Unevictable:     1662236 kB
Mlocked:         1484408 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             23300 kB
Writeback:             0 kB
AnonPages:       4586988 kB
Mapped:            16884 kB
Shmem:               216 kB
Slab:             609864 kB
SReclaimable:      54064 kB
SUnreclaim:       555800 kB
KernelStack:        1496 kB
PageTables:        12812 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    4719724 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987908 kB
HardwareCorrupted:     0 kB
AnonHugePages:    260096 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= 71664 MiB
End job on node134 at 2016-06-30 11:36:52