Trace number 4101337

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.42

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/
MIPLIB/miplib/normalized-reduced-mps-v2-20-10-air03.opb
MD5SUMc2512385eceb0464b223bc1effdca67c
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark7962
Best CPU time to get the best result obtained on this benchmark1800.09
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 6502
Optimality of the best value was proved YES
Number of variables10757
Total number of constraints124
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)124
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint3861
Number of terms in the objective function 10757
Biggest coefficient in the objective function 263
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 529632
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 263
Number of bits of the biggest number in a constraint 9
Biggest sum of numbers in a constraint 529632
Number of bits of the biggest sum of numbers20
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c 2016-06-18T06:04:23+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-4101337-1466222662.opb"]
0.00/0.01	c use --random-gen="2156202462 2357874482 614577857 2141986460 1664124769 400305361 1630274721 132935879 3193291844 2079589974 1530630189 1789216201 762446992 3304885914 143956659 4041565732 3471970306 1072849592 156459468 4104385052 266328476 1584841439 1930147008 3380594757 2261885263 1967797059 2797396277 771824795 2227065441 3671780680 879313040 354696607 784231477 3096599744 978423156 1832547694 2891201052 525800953 1996214365 2998800363 2595788879 356856762 390965000 1452923504 2396657267 2241265732 2867447636 2807252165 2974023462 1823052554 961257839 4113409280 2191655513 3617568289 1239792400 1992167864 2411690321 2623710766 522768651 338940150 1547537790 4220853991 3136392726 740344373 116439601 2078668933 4058000124 172828288 1510889312 3629834839 207940362 828134183 535342534 1491876135 3207602847 3556006073 386920338 1794031038 2634031576 2350966920 2373183347 1561426148 1547288840 3526316698 1131152823 4232741691 188059641 3143349261 883231224 3956140895 451295342 2155749898 2916120998 2705478660 3316985775 2763687934 481714442 3038028199 2392245161 2557250085 3039186588 402382470 2001316030 314644065 907004395 2913449510 3393781996 3975413007 1452747469 133378200 3352592782 1927824680 3664239951 2783934098 3281849980 1514229739 2281536959 686949879 688603731 2223255633 107981812 234587184 3674703523 1875146570 1945754656 842556218 1563434749 863263950 3584808828 4067126585 4093766800 52582528 2943449287 1537006235 4015122748 4095758024 3122965711 1087068449 2516959971 2070816268 75875009 3119584068 3168119052 2149208889 938765693 69736674 1672655169 3135759356 1764452647 1771799912 962979551 2353252906 228695578 149044775 2394168052 2734260117 3234061802 1835627278 631213153 2674632459 491054281 3974435764 3197127794 341705457 2429633771 1660997681 1798857899 1274581114 1783311675 1403608979 444366061 861110066 939317539 3547549447 1623375924 3312926509 132326262 2382971182 2870233957 3397464192 381717150 4103146378 3995964716 434790012 720582727 634354518 2339260517 1341868668 1538915462 2809896801 2253923560 806224953 3701579269 2121469199 1378873674 1597779849 1481762633 425110837 1598756485 1705227483 4106259534 2480545599 851131389 1323718310 593087060 1377373727 507079032 258360323 2201183995 652906583 3156755553 3044954347 3329665790 2055861890 206580071 2549592405 2378386820 1951849744 3719097470 2656568864 3187593594 1298554770 1825875100 2445705243 1707439965 593870682 50639997 2446324364 174816872 432820867 2207608749 1515617793 2407406167 1383596213 426882508 820675366 3783679019 1123796390 3559432761 4957552 1731457941 269848144 2174423916 3361068608 3628645389 2140961387 2270200470 1847617594 2774548684 382760905 1657612577 73538858 1942176667 482533379 2189643541 494781403 255 362436" option to reproduce the execution
0.19/0.21	c #vars 10757
0.19/0.21	c #constraints 124
0.59/0.69	c BCD2: Hardening is enabled.
0.59/0.69	c BCD2: BiasedSearch is enabled.
0.59/0.69	c Solving starts ...
0.59/0.69	c ============================[ Search Statistics ]============================
0.59/0.69	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.59/0.69	c       |         |          |          |    Limit     GC | Var      | Constra 
0.59/0.69	c =============================================================================
0.59/0.69	c  0.0s |       0 |        0 |        0 |     3668      0 |        0 |        0
0.69/0.73	c  0.0s |       0 |       39 |        0 |     3668      0 |        0 |        0
0.69/0.73	c #cpu_time = 0.040s
0.69/0.73	c #wall_clock_time = 0.040s
0.69/0.73	c #decision = 39
0.69/0.73	c #random_decision = 0
0.69/0.73	c #conflict = 0
0.69/0.73	c #restart = 0
0.69/0.73	o 26697
0.69/0.74	c BCD2: updating upper bound: 529632 -> 26696
0.69/0.78	c BCD2: 0 <= obj <= 26696
0.69/0.78	c BCD2: #cores=0, #unrelaxed=10757, #relaxed=0, #hardened=0
0.69/0.78	c BCD2: #sat=1 #unsat=1 bias=1/2
0.69/0.79	c Solving starts ...
0.69/0.79	c ============================[ Search Statistics ]============================
0.69/0.79	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.69/0.79	c       |         |          |          |    Limit     GC | Var      | Constra 
0.69/0.79	c =============================================================================
0.69/0.79	c  0.0s |       0 |        0 |        0 |     3668      0 |        0 |        0
0.89/0.99	c  0.2s |       0 |    12933 |       48 |     3668      0 |        0 |        0
0.89/0.99	c #cpu_time = 0.200s
0.89/0.99	c #wall_clock_time = 0.200s
0.89/0.99	c #decision = 12933
0.89/0.99	c #random_decision = 0
0.89/0.99	c #conflict = 48
0.89/0.99	c #restart = 0
0.99/1.02	c BCD2: found a new core of size 4161: cost of the new core is >=4
0.99/1.02	c lower bound updated to 4
0.99/1.04	c BCD2: 4 <= obj <= 26696
0.99/1.04	c BCD2: #cores=1, #unrelaxed=6596, #relaxed=4161, #hardened=0
0.99/1.04	c BCD2: #sat=1 #unsat=2 bias=2/3
0.99/1.06	c Solving starts ...
0.99/1.06	c ============================[ Search Statistics ]============================
0.99/1.06	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.99/1.06	c       |         |          |          |    Limit     GC | Var      | Constra 
0.99/1.06	c =============================================================================
0.99/1.06	c  0.0s |       0 |        0 |        0 |     3668      0 |        0 |        0
0.99/1.09	c  0.0s |       0 |     5803 |        0 |     3668      0 |        0 |        0
0.99/1.09	c #cpu_time = 0.036s
0.99/1.09	c #wall_clock_time = 0.036s
0.99/1.09	c #decision = 5803
0.99/1.09	c #random_decision = 0
0.99/1.09	c #conflict = 0
0.99/1.09	c #restart = 0
0.99/1.09	c BCD2: found a new core of size 118: cost of the new core is >=38
0.99/1.09	c lower bound updated to 42
0.99/1.10	c BCD2: 42 <= obj <= 26696
0.99/1.10	c BCD2: #cores=2, #unrelaxed=6478, #relaxed=4279, #hardened=0
0.99/1.10	c BCD2: #sat=1 #unsat=3 bias=3/4
1.09/1.11	c Solving starts ...
1.09/1.11	c ============================[ Search Statistics ]============================
1.09/1.11	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.09/1.11	c       |         |          |          |    Limit     GC | Var      | Constra 
1.09/1.11	c =============================================================================
1.09/1.11	c  0.0s |       0 |        0 |        0 |     3668      0 |        0 |        1
1.29/1.34	c  0.2s |       1 |    12797 |      100 |     4035      0 |        0 |        1
1.29/1.39	c  0.3s |       1 |    18489 |      102 |     4035      0 |        0 |        1
1.29/1.39	c #cpu_time = 0.272s
1.29/1.39	c #wall_clock_time = 0.272s
1.29/1.39	c #decision = 18489
1.29/1.39	c #random_decision = 0
1.29/1.39	c #conflict = 102
1.29/1.39	c #restart = 1
1.29/1.39	c BCD2: found a new core of size 1086: cost of the new core is >=9
1.29/1.39	c lower bound updated to 51
1.39/1.40	c BCD2: 51 <= obj <= 26696
1.39/1.40	c BCD2: #cores=3, #unrelaxed=5392, #relaxed=5365, #hardened=0
1.39/1.40	c BCD2: #sat=1 #unsat=4 bias=4/5
1.39/1.42	c Solving starts ...
1.39/1.42	c ============================[ Search Statistics ]============================
1.39/1.42	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.39/1.42	c       |         |          |          |    Limit     GC | Var      | Constra 
1.39/1.42	c =============================================================================
1.39/1.42	c  0.0s |       0 |        0 |        0 |     4035      0 |        0 |        1
1.39/1.46	c  0.0s |       0 |     5180 |        4 |     4035      0 |        0 |        1
1.39/1.46	c #cpu_time = 0.044s
1.39/1.46	c #wall_clock_time = 0.044s
1.39/1.46	c #decision = 5180
1.39/1.46	c #random_decision = 0
1.39/1.46	c #conflict = 4
1.39/1.46	c #restart = 0
1.39/1.47	c BCD2: found a new core of size 266: cost of the new core is >=15
1.39/1.47	c lower bound updated to 66
1.39/1.47	c BCD2: 66 <= obj <= 26696
1.39/1.47	c BCD2: #cores=4, #unrelaxed=5126, #relaxed=5631, #hardened=0
1.39/1.47	c BCD2: #sat=1 #unsat=5 bias=5/6
1.39/1.49	c Solving starts ...
1.39/1.49	c ============================[ Search Statistics ]============================
1.39/1.49	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.39/1.49	c       |         |          |          |    Limit     GC | Var      | Constra 
1.39/1.49	c =============================================================================
1.39/1.49	c  0.0s |       0 |        0 |        0 |     4035      0 |        0 |        1
1.49/1.54	c  0.0s |       0 |     4811 |        0 |     4035      0 |        0 |        1
1.49/1.54	c #cpu_time = 0.039s
1.49/1.54	c #wall_clock_time = 0.039s
1.49/1.54	c #decision = 4811
1.49/1.54	c #random_decision = 0
1.49/1.54	c #conflict = 0
1.49/1.54	c #restart = 0
1.49/1.54	c BCD2: found a new core of size 53: cost of the new core is >=29
1.49/1.54	c lower bound updated to 95
1.49/1.54	c BCD2: 95 <= obj <= 26696
1.49/1.54	c BCD2: #cores=5, #unrelaxed=5073, #relaxed=5684, #hardened=0
1.49/1.54	c BCD2: #sat=1 #unsat=6 bias=6/7
1.49/1.57	c Solving starts ...
1.49/1.57	c ============================[ Search Statistics ]============================
1.49/1.57	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.49/1.57	c       |         |          |          |    Limit     GC | Var      | Constra 
1.49/1.57	c =============================================================================
1.49/1.57	c  0.0s |       0 |        0 |        0 |     4035      0 |        0 |        2
1.69/1.77	c  0.2s |       0 |     6474 |       45 |     4035      0 |        0 |        2
1.69/1.77	c #cpu_time = 0.202s
1.69/1.77	c #wall_clock_time = 0.202s
1.69/1.77	c #decision = 6474
1.69/1.77	c #random_decision = 0
1.69/1.77	c #conflict = 45
1.69/1.77	c #restart = 0
1.69/1.78	c BCD2: found a new core of size 1846: cost of the new core is >=12
1.69/1.78	c lower bound updated to 107
1.69/1.79	c BCD2: 107 <= obj <= 26696
1.69/1.79	c BCD2: #cores=6, #unrelaxed=3227, #relaxed=7530, #hardened=0
1.69/1.79	c BCD2: #sat=1 #unsat=7 bias=7/8
1.79/1.87	c Solving starts ...
1.79/1.87	c ============================[ Search Statistics ]============================
1.79/1.87	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.79/1.87	c       |         |          |          |    Limit     GC | Var      | Constra 
1.79/1.87	c =============================================================================
1.79/1.87	c  0.0s |       0 |        0 |        0 |     4035      0 |        0 |        2
1.89/1.91	c  0.0s |       0 |     3046 |        0 |     4035      0 |        0 |        2
1.89/1.91	c #cpu_time = 0.040s
1.89/1.91	c #wall_clock_time = 0.040s
1.89/1.91	c #decision = 3046
1.89/1.91	c #random_decision = 0
1.89/1.91	c #conflict = 0
1.89/1.91	c #restart = 0
1.89/1.91	c BCD2: found a new core of size 42: cost of the new core is >=46
1.89/1.91	c lower bound updated to 153
1.89/1.92	c BCD2: 153 <= obj <= 26696
1.89/1.92	c BCD2: #cores=7, #unrelaxed=3185, #relaxed=7572, #hardened=0
1.89/1.92	c BCD2: #sat=1 #unsat=8 bias=8/9
1.89/1.96	c Solving starts ...
1.89/1.96	c ============================[ Search Statistics ]============================
1.89/1.96	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.89/1.96	c       |         |          |          |    Limit     GC | Var      | Constra 
1.89/1.96	c =============================================================================
1.89/1.96	c  0.0s |       0 |        0 |        0 |     4035      0 |        0 |        3
2.09/2.12	c  0.2s |       0 |     6120 |       36 |     4035      0 |        0 |        3
2.09/2.12	c #cpu_time = 0.166s
2.09/2.12	c #wall_clock_time = 0.166s
2.09/2.12	c #decision = 6120
2.09/2.12	c #random_decision = 0
2.09/2.12	c #conflict = 36
2.09/2.12	c #restart = 0
2.09/2.12	c BCD2: found a new core of size 920: cost of the new core is >=2
2.09/2.12	c lower bound updated to 155
2.09/2.13	c BCD2: 155 <= obj <= 26696
2.09/2.13	c BCD2: #cores=8, #unrelaxed=2265, #relaxed=8492, #hardened=0
2.09/2.13	c BCD2: #sat=1 #unsat=9 bias=9/10
2.09/2.17	c Solving starts ...
2.09/2.17	c ============================[ Search Statistics ]============================
2.09/2.17	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.09/2.17	c       |         |          |          |    Limit     GC | Var      | Constra 
2.09/2.17	c =============================================================================
2.09/2.17	c  0.0s |       0 |        0 |        0 |     4035      0 |        0 |        3
2.19/2.21	c  0.0s |       0 |     2196 |        0 |     4035      0 |        0 |        3
2.19/2.21	c #cpu_time = 0.044s
2.19/2.21	c #wall_clock_time = 0.044s
2.19/2.21	c #decision = 2196
2.19/2.21	c #random_decision = 0
2.19/2.21	c #conflict = 0
2.19/2.21	c #restart = 0
2.19/2.21	c BCD2: found a new core of size 29: cost of the new core is >=25
2.19/2.21	c lower bound updated to 180
2.19/2.22	c BCD2: 180 <= obj <= 26696
2.19/2.22	c BCD2: #cores=9, #unrelaxed=2236, #relaxed=8521, #hardened=0
2.19/2.22	c BCD2: #sat=1 #unsat=10 bias=10/11
2.19/2.26	c Solving starts ...
2.19/2.26	c ============================[ Search Statistics ]============================
2.19/2.26	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.19/2.26	c       |         |          |          |    Limit     GC | Var      | Constra 
2.19/2.26	c =============================================================================
2.19/2.26	c  0.0s |       0 |        0 |        0 |     4035      0 |        0 |        4
2.19/2.30	c  0.0s |       0 |     2182 |        0 |     4035      0 |        0 |        4
2.19/2.30	c #cpu_time = 0.043s
2.19/2.30	c #wall_clock_time = 0.043s
2.19/2.30	c #decision = 2182
2.19/2.30	c #random_decision = 0
2.19/2.30	c #conflict = 0
2.19/2.30	c #restart = 0
2.19/2.30	c BCD2: found a new core of size 14: cost of the new core is >=31
2.19/2.30	c lower bound updated to 211
2.29/2.31	c BCD2: 211 <= obj <= 26696
2.29/2.31	c BCD2: #cores=10, #unrelaxed=2222, #relaxed=8535, #hardened=0
2.29/2.31	c BCD2: #sat=1 #unsat=11 bias=11/12
2.29/2.35	c Solving starts ...
2.29/2.35	c ============================[ Search Statistics ]============================
2.29/2.35	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.29/2.35	c       |         |          |          |    Limit     GC | Var      | Constra 
2.29/2.35	c =============================================================================
2.29/2.35	c  0.0s |       0 |        0 |        0 |     4035      0 |        0 |        5
2.29/2.39	c  0.0s |       0 |     2104 |        0 |     4035      0 |        0 |        5
2.29/2.39	c #cpu_time = 0.044s
2.29/2.39	c #wall_clock_time = 0.044s
2.29/2.39	c #decision = 2104
2.29/2.39	c #random_decision = 0
2.29/2.39	c #conflict = 0
2.29/2.39	c #restart = 0
2.29/2.39	c BCD2: found a new core of size 13: cost of the new core is >=45
2.29/2.39	c lower bound updated to 256
2.39/2.40	c BCD2: 256 <= obj <= 26696
2.39/2.40	c BCD2: #cores=11, #unrelaxed=2209, #relaxed=8548, #hardened=0
2.39/2.40	c BCD2: #sat=1 #unsat=12 bias=12/13
2.39/2.44	c Solving starts ...
2.39/2.44	c ============================[ Search Statistics ]============================
2.39/2.44	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.39/2.44	c       |         |          |          |    Limit     GC | Var      | Constra 
2.39/2.44	c =============================================================================
2.39/2.44	c  0.0s |       0 |        0 |        0 |     4035      0 |        0 |        6
2.49/2.50	c  0.1s |       0 |     2265 |        9 |     4035      0 |        0 |        6
2.49/2.50	c #cpu_time = 0.054s
2.49/2.50	c #wall_clock_time = 0.054s
2.49/2.50	c #decision = 2265
2.49/2.50	c #random_decision = 0
2.49/2.50	c #conflict = 9
2.49/2.50	c #restart = 0
2.49/2.50	c BCD2: relaxing 18 and merging with 1 cores into a new core of size 32: cost of the new core is >=40
2.49/2.50	c lower bound updated to 265
2.49/2.50	c BCD2: 265 <= obj <= 26696
2.49/2.50	c BCD2: #cores=11, #unrelaxed=2191, #relaxed=8566, #hardened=0
2.49/2.50	c BCD2: #sat=1 #unsat=13 bias=13/14
2.49/2.55	c Solving starts ...
2.49/2.55	c ============================[ Search Statistics ]============================
2.49/2.55	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.49/2.55	c       |         |          |          |    Limit     GC | Var      | Constra 
2.49/2.55	c =============================================================================
2.49/2.55	c  0.0s |       0 |        0 |        0 |     4035      0 |        1 |        6
2.49/2.59	c  0.0s |       0 |     2165 |        0 |     4035      0 |        1 |        7
2.49/2.59	c #cpu_time = 0.045s
2.49/2.59	c #wall_clock_time = 0.045s
2.49/2.59	c #decision = 2165
2.49/2.59	c #random_decision = 0
2.49/2.59	c #conflict = 0
2.49/2.59	c #restart = 0
2.49/2.59	c BCD2: found a new core of size 12: cost of the new core is >=33
2.49/2.59	c lower bound updated to 298
2.49/2.60	c BCD2: 298 <= obj <= 26696
2.49/2.60	c BCD2: #cores=12, #unrelaxed=2179, #relaxed=8578, #hardened=0
2.49/2.60	c BCD2: #sat=1 #unsat=14 bias=14/15
2.59/2.64	c Solving starts ...
2.59/2.64	c ============================[ Search Statistics ]============================
2.59/2.64	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.59/2.64	c       |         |          |          |    Limit     GC | Var      | Constra 
2.59/2.64	c =============================================================================
2.59/2.64	c  0.0s |       0 |        0 |        0 |     4035      0 |        1 |        8
2.59/2.69	c  0.0s |       0 |     2165 |        0 |     4035      0 |        1 |        8
2.59/2.69	c #cpu_time = 0.046s
2.59/2.69	c #wall_clock_time = 0.046s
2.59/2.69	c #decision = 2165
2.59/2.69	c #random_decision = 0
2.59/2.69	c #conflict = 0
2.59/2.69	c #restart = 0
2.59/2.69	c BCD2: found a new core of size 11: cost of the new core is >=18
2.59/2.69	c lower bound updated to 316
2.59/2.69	c BCD2: 316 <= obj <= 26696
2.59/2.69	c BCD2: #cores=13, #unrelaxed=2168, #relaxed=8589, #hardened=0
2.59/2.69	c BCD2: #sat=1 #unsat=15 bias=15/16
2.69/2.73	c Solving starts ...
2.69/2.73	c ============================[ Search Statistics ]============================
2.69/2.73	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.69/2.73	c       |         |          |          |    Limit     GC | Var      | Constra 
2.69/2.73	c =============================================================================
2.69/2.73	c  0.0s |       0 |        0 |        0 |     4035      0 |        1 |        9
2.69/2.79	c  0.1s |       0 |     2166 |        0 |     4035      0 |        1 |        9
2.69/2.79	c #cpu_time = 0.054s
2.69/2.79	c #wall_clock_time = 0.054s
2.69/2.79	c #decision = 2166
2.69/2.79	c #random_decision = 0
2.69/2.79	c #conflict = 0
2.69/2.79	c #restart = 0
2.69/2.79	c BCD2: found a new core of size 11: cost of the new core is >=48
2.69/2.79	c lower bound updated to 364
2.69/2.79	c BCD2: 364 <= obj <= 26696
2.69/2.79	c BCD2: #cores=14, #unrelaxed=2157, #relaxed=8600, #hardened=0
2.69/2.79	c BCD2: #sat=1 #unsat=16 bias=16/17
2.79/2.83	c Solving starts ...
2.79/2.83	c ============================[ Search Statistics ]============================
2.79/2.83	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.79/2.83	c       |         |          |          |    Limit     GC | Var      | Constra 
2.79/2.83	c =============================================================================
2.79/2.83	c  0.0s |       0 |        0 |        0 |     4035      0 |        1 |       10
2.89/2.98	c  0.1s |       0 |    12922 |        5 |     4035      0 |        1 |       10
2.89/2.98	c #cpu_time = 0.147s
2.89/2.98	c #wall_clock_time = 0.148s
2.89/2.98	c #decision = 12922
2.89/2.98	c #random_decision = 0
2.89/2.98	c #conflict = 5
2.89/2.98	c #restart = 0
2.89/2.98	c BCD2: relaxing 1 and merging with 3 cores into a new core of size 35: cost of the new core is >=301
2.89/2.98	c lower bound updated to 566
2.89/2.98	c BCD2: 566 <= obj <= 26696
2.89/2.98	c BCD2: #cores=12, #unrelaxed=2156, #relaxed=8601, #hardened=0
2.89/2.98	c BCD2: #sat=1 #unsat=17 bias=17/18
2.99/3.03	c Solving starts ...
2.99/3.03	c ============================[ Search Statistics ]============================
2.99/3.03	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.99/3.03	c       |         |          |          |    Limit     GC | Var      | Constra 
2.99/3.03	c =============================================================================
2.99/3.03	c  0.0s |       0 |        0 |        0 |     4035      0 |        7 |       10
2.99/3.08	c  0.1s |       0 |     2163 |        0 |     4035      0 |        7 |       19
2.99/3.08	c #cpu_time = 0.050s
2.99/3.08	c #wall_clock_time = 0.050s
2.99/3.08	c #decision = 2163
2.99/3.08	c #random_decision = 0
2.99/3.08	c #conflict = 0
2.99/3.08	c #restart = 0
2.99/3.08	c BCD2: found a new core of size 3: cost of the new core is >=38
2.99/3.08	c lower bound updated to 604
2.99/3.08	c BCD2: 604 <= obj <= 26696
2.99/3.08	c BCD2: #cores=13, #unrelaxed=2153, #relaxed=8604, #hardened=0
2.99/3.08	c BCD2: #sat=1 #unsat=18 bias=18/19
3.09/3.12	c Solving starts ...
3.09/3.12	c ============================[ Search Statistics ]============================
3.09/3.12	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.09/3.12	c       |         |          |          |    Limit     GC | Var      | Constra 
3.09/3.12	c =============================================================================
3.09/3.12	c  0.0s |       0 |        0 |        0 |     4035      0 |        7 |       20
3.09/3.18	c  0.1s |       0 |     2163 |        0 |     4035      0 |        7 |       20
3.09/3.18	c #cpu_time = 0.055s
3.09/3.18	c #wall_clock_time = 0.055s
3.09/3.18	c #decision = 2163
3.09/3.18	c #random_decision = 0
3.09/3.18	c #conflict = 0
3.09/3.18	c #restart = 0
3.09/3.18	c BCD2: found a new core of size 2: cost of the new core is >=92
3.09/3.18	c lower bound updated to 696
3.09/3.18	c BCD2: 696 <= obj <= 26696
3.09/3.18	c BCD2: #cores=14, #unrelaxed=2151, #relaxed=8606, #hardened=0
3.09/3.18	c BCD2: #sat=1 #unsat=19 bias=19/20
3.19/3.22	c Solving starts ...
3.19/3.22	c ============================[ Search Statistics ]============================
3.19/3.22	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.19/3.22	c       |         |          |          |    Limit     GC | Var      | Constra 
3.19/3.22	c =============================================================================
3.19/3.22	c  0.0s |       0 |        0 |        0 |     4035      0 |        7 |       21
3.19/3.28	c  0.1s |       0 |     1877 |        0 |     4035      0 |        7 |       21
3.19/3.28	c #cpu_time = 0.057s
3.19/3.28	c #wall_clock_time = 0.057s
3.19/3.28	c #decision = 1877
3.19/3.28	c #random_decision = 0
3.19/3.28	c #conflict = 0
3.19/3.28	c #restart = 0
3.19/3.28	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=262
3.19/3.28	c BCD2: refineLB: 254 -> 262
3.19/3.28	c lower bound updated to 866
3.19/3.29	c BCD2: 866 <= obj <= 26696
3.19/3.29	c BCD2: #cores=14, #unrelaxed=2150, #relaxed=8607, #hardened=0
3.19/3.29	c BCD2: #sat=1 #unsat=20 bias=20/21
3.29/3.33	c Solving starts ...
3.29/3.33	c ============================[ Search Statistics ]============================
3.29/3.33	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.29/3.33	c       |         |          |          |    Limit     GC | Var      | Constra 
3.29/3.33	c =============================================================================
3.29/3.33	c  0.0s |       0 |        0 |        0 |     4035      0 |        8 |       21
3.29/3.39	c  0.1s |       0 |     2174 |        1 |     4035      0 |        8 |       22
3.29/3.39	c #cpu_time = 0.060s
3.29/3.39	c #wall_clock_time = 0.060s
3.29/3.39	c #decision = 2174
3.29/3.39	c #random_decision = 0
3.29/3.39	c #conflict = 1
3.29/3.39	c #restart = 0
3.29/3.39	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=354
3.29/3.39	c BCD2: refineLB: 263 -> 354
3.29/3.39	c lower bound updated to 958
3.29/3.39	c BCD2: 958 <= obj <= 26696
3.29/3.39	c BCD2: #cores=14, #unrelaxed=2149, #relaxed=8608, #hardened=0
3.29/3.39	c BCD2: #sat=1 #unsat=21 bias=21/22
3.39/3.43	c Solving starts ...
3.39/3.43	c ============================[ Search Statistics ]============================
3.39/3.43	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.39/3.43	c       |         |          |          |    Limit     GC | Var      | Constra 
3.39/3.43	c =============================================================================
3.39/3.43	c  0.0s |       0 |        0 |        0 |     4035      0 |        9 |       22
3.99/4.07	c  0.6s |       1 |    12006 |      100 |     4439      0 |        9 |       23
5.29/5.31	c  1.9s |       2 |    20160 |      250 |     4883      0 |        9 |       23
6.79/6.82	c  3.4s |       3 |    29135 |      475 |     4883      0 |        9 |       23
8.89/8.94	c  5.5s |       4 |    35173 |      813 |     5372      0 |        9 |       23
10.79/10.88	c  7.4s |       4 |    40720 |     1143 |     5910      0 |        9 |       23
10.79/10.88	c #cpu_time = 7.446s
10.79/10.88	c #wall_clock_time = 7.445s
10.79/10.88	c #decision = 40720
10.79/10.88	c #random_decision = 88
10.79/10.88	c #conflict = 1143
10.79/10.88	c #restart = 4
10.79/10.88	c BCD2: relaxing 737 and merging with 1 cores into a new core of size 741: cost of the new core is >=365
10.79/10.88	c lower bound updated to 969
10.79/10.89	c BCD2: 969 <= obj <= 26696
10.79/10.89	c BCD2: #cores=14, #unrelaxed=1412, #relaxed=9345, #hardened=0
10.79/10.89	c BCD2: #sat=1 #unsat=22 bias=22/23
10.88/10.93	c Solving starts ...
10.88/10.93	c ============================[ Search Statistics ]============================
10.88/10.93	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
10.88/10.93	c       |         |          |          |    Limit     GC | Var      | Constra 
10.88/10.93	c =============================================================================
10.88/10.94	c  0.0s |       0 |        0 |        0 |     5910      0 |       10 |       23
11.48/11.59	c  0.7s |       1 |     4114 |      100 |     5910      0 |       10 |       24
12.58/12.61	c  1.7s |       2 |    11350 |      250 |     5910      0 |       10 |       24
14.29/14.30	c  3.4s |       3 |    28508 |      475 |     5910      0 |       10 |       24
15.49/15.57	c  4.6s |       4 |    37122 |      813 |     6502      0 |       10 |       24
17.59/17.65	c  6.7s |       4 |    45704 |     1213 |     6502      0 |       10 |       24
17.89/17.97	c  7.0s |       5 |    47478 |     1320 |     6502      0 |       10 |       24
20.38/20.46	c  9.5s |       5 |    56451 |     1920 |     7153      0 |       10 |       24
21.38/21.41	c 10.5s |       6 |    57693 |     2081 |     7153      0 |       10 |       24
23.48/23.50	c 12.6s |       6 |    81356 |     2581 |     7153      0 |       10 |       24
25.58/25.68	c 14.7s |       6 |    92620 |     3081 |     7153      0 |       10 |       24
26.19/26.24	c 15.3s |       7 |    95839 |     3223 |     7153      0 |       10 |       24
28.29/28.39	c 17.5s |       7 |   101862 |     3623 |     7869      0 |       10 |       24
30.39/30.49	c 19.6s |       7 |   107139 |     3923 |     7869      0 |       10 |       24
32.78/32.81	c 21.9s |       7 |   139234 |     4223 |     7869      0 |       10 |       24
34.98/35.06	c 24.1s |       7 |   156517 |     4523 |     7869      0 |       10 |       24
38.08/38.11	c 27.2s |       7 |   180801 |     4823 |     7869      0 |       10 |       24
40.18/40.22	c 29.3s |       8 |   181913 |     4936 |     7869      0 |       10 |       24
42.48/42.51	c 31.6s |       8 |   184255 |     5036 |     7869      0 |       10 |       24
46.98/47.00	c 36.1s |       8 |   187083 |     5136 |     7869      0 |       10 |       24
55.08/55.12	c 44.2s |       8 |   187462 |     5236 |     7869      0 |       10 |       24
58.68/58.78	c 47.8s |       8 |   187795 |     5336 |     7869      0 |       10 |       24
61.38/61.49	c 50.6s |       8 |   188083 |     5436 |     7869      0 |       10 |       24
64.08/64.15	c 53.2s |       8 |   189798 |     5836 |     7869      0 |       10 |       24
66.28/66.32	c 55.4s |       8 |   191438 |     6136 |     8656      0 |       10 |       24
68.68/68.74	c 57.8s |       8 |   193521 |     6436 |     8656      0 |       10 |       24
71.27/71.34	c 60.4s |       8 |   203754 |     6736 |     8656      0 |       10 |       24
73.88/73.91	c 63.0s |       8 |   206248 |     7036 |     8656      0 |       10 |       24
75.88/75.93	c 65.0s |       8 |   216772 |     7236 |     8656      0 |       10 |       24
78.48/78.51	c 67.6s |       9 |   222865 |     7506 |     8656      0 |       10 |       24
81.07/81.18	c 70.2s |       9 |   226910 |     7806 |     8656      1 |       10 |       24
83.87/83.95	c 73.0s |       9 |   228280 |     8106 |     8656      1 |       10 |       24
86.57/86.63	c 75.7s |       9 |   230689 |     8406 |     8656      1 |       10 |       24
88.87/88.94	c 78.0s |       9 |   233836 |     8706 |     8656      1 |       10 |       24
90.97/91.03	c 80.1s |       9 |   234384 |     8906 |     8656      1 |       10 |       24
93.07/93.12	c 82.2s |       9 |   241593 |     9106 |     8656      1 |       10 |       24
95.97/96.05	c 85.1s |       9 |   243330 |     9306 |     8656      1 |       10 |       24
98.47/98.50	c 87.6s |       9 |   244290 |     9506 |     8656      1 |       10 |       24
100.97/101.06	c 90.1s |       9 |   244999 |     9806 |     8656      1 |       10 |       24
103.87/103.90	c 93.0s |       9 |   247733 |    10106 |     9522      1 |       10 |       24
105.87/105.99	c 95.1s |       9 |   252730 |    10406 |     9522      1 |       10 |       24
110.37/110.46	c 99.5s |       9 |   254347 |    10706 |     9522      1 |       10 |       24
112.77/112.80	c  101s |       9 |   255051 |    11006 |     9522      1 |       10 |       24
118.47/118.55	c  107s |       9 |   255474 |    11206 |     9522      1 |       10 |       24
120.98/121.09	c  110s |       9 |   257120 |    11306 |     9522      1 |       10 |       24
121.37/121.45	c  110s |      10 |   257496 |    11361 |     9522      1 |       10 |       24
124.17/124.28	c  113s |      10 |   260332 |    11561 |     9522      1 |       10 |       24
126.37/126.46	c  115s |      10 |   260811 |    11761 |     9522      1 |       10 |       24
128.87/128.95	c  118s |      10 |   262074 |    12161 |     9522      1 |       10 |       24
131.37/131.47	c  120s |      10 |   262703 |    12361 |     9522      1 |       10 |       24
134.18/134.25	c  123s |      10 |   265208 |    12561 |     9522      1 |       10 |       24
136.87/136.93	c  125s |      10 |   266592 |    12861 |     9522      1 |       10 |       24
140.46/140.50	c  129s |      10 |   267632 |    13161 |     9522      1 |       10 |       24
142.76/142.85	c  131s |      10 |   268356 |    13461 |     9522      1 |       10 |       24
145.87/145.90	c  134s |      10 |   268848 |    13561 |     9522      1 |       10 |       24
147.86/147.98	c  137s |      10 |   269726 |    13761 |     9522      1 |       10 |       24
151.27/151.37	c  140s |      10 |   270687 |    13961 |     9522      1 |       10 |       24
154.26/154.30	c  143s |      10 |   271359 |    14161 |     9522      1 |       10 |       24
156.46/156.50	c  145s |      10 |   271518 |    14261 |     9522      2 |       10 |       24
159.66/159.79	c  148s |      10 |   272071 |    14561 |     9522      2 |       10 |       24
163.06/163.17	c  152s |      10 |   272910 |    14761 |     9522      2 |       10 |       24
165.16/165.28	c  154s |      10 |   280217 |    14961 |     9522      2 |       10 |       24
167.36/167.48	c  156s |      10 |   281181 |    15161 |     9522      2 |       10 |       24
170.47/170.53	c  159s |      10 |   282136 |    15361 |     9522      2 |       10 |       24
170.57/170.69	c  159s |      10 |   282146 |    15386 |     9522      2 |       10 |       24
170.57/170.69	c #cpu_time = 159.762s
170.57/170.69	c #wall_clock_time = 159.755s
170.57/170.69	c #decision = 282146
170.57/170.69	c #random_decision = 882
170.57/170.69	c #conflict = 15386
170.57/170.69	c #restart = 10
170.57/170.69	c BCD2: relaxing 986 and merging with 4 cores into a new core of size 1116: cost of the new core is >=407
170.57/170.69	c lower bound updated to 976
170.66/170.70	c BCD2: 976 <= obj <= 26696
170.66/170.70	c BCD2: #cores=11, #unrelaxed=426, #relaxed=10331, #hardened=0
170.66/170.70	c BCD2: #sat=1 #unsat=23 bias=23/24
170.66/170.76	c Solving starts ...
170.66/170.76	c ============================[ Search Statistics ]============================
170.66/170.76	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
170.66/170.76	c       |         |          |          |    Limit     GC | Var      | Constra 
170.66/170.76	c =============================================================================
170.66/170.76	c  0.0s |       0 |        0 |        0 |     9522      0 |       39 |       24
172.86/172.95	c  2.2s |       0 |     4505 |      100 |     9522      0 |       39 |       78
172.86/172.95	c  2.2s |       1 |     4505 |      100 |     9522      0 |       39 |       78
174.26/174.33	c  3.6s |       2 |     7468 |      250 |     9522      0 |       39 |       78
174.87/174.97	c  4.2s |       2 |     9539 |      327 |    10475      0 |       39 |       78
174.87/174.97	c #cpu_time = 4.211s
174.87/174.97	c #wall_clock_time = 4.211s
174.87/174.97	c #decision = 9539
174.87/174.97	c #random_decision = 22
174.87/174.97	c #conflict = 327
174.87/174.97	c #restart = 2
174.87/174.97	o 9174
174.87/174.98	c BCD2: updating upper bound: 26696 -> 9173
174.97/175.04	c BCD2: 976 <= obj <= 9173
174.97/175.04	c BCD2: #cores=11, #unrelaxed=426, #relaxed=10331, #hardened=0
174.97/175.04	c BCD2: #sat=2 #unsat=23 bias=23/25
175.06/175.14	c Solving starts ...
175.06/175.14	c ============================[ Search Statistics ]============================
175.06/175.14	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
175.06/175.14	c       |         |          |          |    Limit     GC | Var      | Constra 
175.06/175.14	c =============================================================================
175.06/175.14	c  0.0s |       0 |        0 |        0 |    10475      0 |       39 |       79
175.86/175.96	c  0.8s |       1 |     2919 |      100 |    10475      0 |       39 |       79
178.76/178.80	c  3.7s |       2 |     5127 |      250 |    10475      0 |       39 |       79
183.67/183.76	c  8.6s |       2 |    11841 |      450 |    10475      0 |       39 |       79
184.56/184.66	c  9.5s |       3 |    11981 |      475 |    10475      0 |       39 |       79
185.46/185.53	c 10.4s |       4 |    16860 |      813 |    10475      0 |       39 |       79
188.06/188.15	c 13.0s |       4 |    20211 |     1113 |    10475      0 |       39 |       79
190.16/190.27	c 15.1s |       4 |    20613 |     1213 |    10475      0 |       39 |       79
191.85/191.98	c 16.8s |       5 |    21321 |     1320 |    10475      0 |       39 |       79
194.26/194.37	c 19.2s |       5 |    40742 |     1920 |    10475      0 |       39 |       79
195.26/195.31	c 20.2s |       6 |    41579 |     2081 |    10475      0 |       39 |       79
197.26/197.35	c 22.2s |       6 |    48012 |     2681 |    10475      0 |       39 |       79
199.46/199.51	c 24.4s |       6 |    54397 |     3181 |    10475      0 |       39 |       79
199.56/199.64	c 24.5s |       7 |    54710 |     3223 |    10475      0 |       39 |       79
201.56/201.67	c 26.5s |       7 |    66171 |     3623 |    10475      0 |       39 |       79
203.96/204.02	c 28.9s |       7 |    77133 |     4323 |    10475      0 |       39 |       79
205.95/206.07	c 30.9s |       7 |    79419 |     4823 |    10475      0 |       39 |       79
206.45/206.58	c 31.4s |       8 |    80365 |     4936 |    10475      0 |       39 |       79
208.85/208.93	c 33.8s |       8 |    82391 |     5336 |    10475      0 |       39 |       79
213.66/213.76	c 38.6s |       8 |    86649 |     5636 |    10475      0 |       39 |       79
218.15/218.23	c 43.1s |       8 |    87237 |     5736 |    10475      0 |       39 |       79
224.36/224.41	c 49.3s |       8 |    90341 |     5936 |    10475      0 |       39 |       79
228.25/228.37	c 53.2s |       8 |    91416 |     6036 |    10475      0 |       39 |       79
235.95/236.06	c 60.9s |       8 |    91934 |     6136 |    10475      0 |       39 |       79
240.15/240.26	c 65.1s |       8 |    92747 |     6236 |    10475      0 |       39 |       79
245.55/245.68	c 70.5s |       8 |    93409 |     6336 |    10475      0 |       39 |       79
252.95/253.06	c 77.9s |       8 |    93670 |     6436 |    10475      0 |       39 |       79
256.45/256.57	c 81.4s |       8 |    94309 |     6536 |    10475      0 |       39 |       79
265.54/265.61	c 90.5s |       8 |    94608 |     6636 |    10475      0 |       39 |       79
268.14/268.29	c 93.1s |       8 |    95296 |     6736 |    10475      0 |       39 |       79
270.25/270.36	c 95.2s |       8 |    96043 |     6836 |    10475      0 |       39 |       79
274.75/274.83	c 99.7s |       8 |    96629 |     6936 |    10475      0 |       39 |       79
281.04/281.11	c  105s |       8 |    96917 |     7036 |    10475      0 |       39 |       79
288.94/289.06	c  113s |       8 |    99885 |     7136 |    10475      0 |       39 |       79
301.45/301.51	c  126s |       8 |   100678 |     7236 |    10475      0 |       39 |       79
320.24/320.35	c  145s |       8 |   100855 |     7336 |    10475      0 |       39 |       79
335.23/335.37	c  160s |       8 |   101386 |     7436 |    10475      0 |       39 |       79
350.04/350.10	c  174s |       9 |   101624 |     7506 |    10475      0 |       39 |       79
352.33/352.45	c  177s |       9 |   108495 |     7806 |    10475      0 |       39 |       79
354.63/354.78	c  179s |       9 |   112112 |     8206 |    10475      0 |       39 |       79
356.73/356.89	c  181s |       9 |   112981 |     8406 |    10475      0 |       39 |       79
359.14/359.29	c  184s |       9 |   116598 |     8906 |    11523      0 |       39 |       79
361.23/361.35	c  186s |       9 |   120774 |     9306 |    11523      0 |       39 |       79
364.64/364.73	c  189s |       9 |   126325 |     9706 |    11523      0 |       39 |       79
367.93/368.04	c  192s |       9 |   126917 |     9906 |    11523      0 |       39 |       79
370.53/370.63	c  195s |       9 |   127243 |    10106 |    11523      0 |       39 |       79
374.23/374.38	c  199s |       9 |   127672 |    10206 |    11523      0 |       39 |       79
376.63/376.76	c  201s |       9 |   127910 |    10306 |    11523      0 |       39 |       79
379.83/379.97	c  204s |       9 |   128251 |    10506 |    11523      0 |       39 |       79
382.63/382.74	c  207s |       9 |   129241 |    10706 |    11523      0 |       39 |       79
385.23/385.38	c  210s |       9 |   129662 |    10906 |    11523      0 |       39 |       79
387.53/387.65	c  212s |       9 |   131711 |    11306 |    11523      0 |       39 |       79
387.73/387.88	c  212s |      10 |   131931 |    11361 |    11523      0 |       39 |       79
390.54/390.69	c  215s |      10 |   135254 |    11461 |    11523      1 |       39 |       79
393.03/393.11	c  217s |      10 |   151255 |    11761 |    11523      1 |       39 |       79
395.43/395.55	c  220s |      10 |   155446 |    12061 |    11523      1 |       39 |       79
402.13/402.22	c  227s |      10 |   167141 |    12361 |    11523      1 |       39 |       79
423.22/423.33	c  248s |      10 |   167316 |    12461 |    11523      1 |       39 |       79
431.42/431.58	c  256s |      10 |   168126 |    12561 |    11523      1 |       39 |       79
434.53/434.63	c  259s |      10 |   168327 |    12661 |    11523      1 |       39 |       79
437.02/437.13	c  261s |      10 |   170473 |    12761 |    11523      1 |       39 |       79
450.01/450.18	c  275s |      10 |   172015 |    12861 |    11523      1 |       39 |       79
456.72/456.85	c  281s |      10 |   172187 |    12961 |    11523      1 |       39 |       79
463.31/463.45	c  288s |      10 |   172343 |    13061 |    11523      1 |       39 |       79
472.32/472.48	c  297s |      10 |   172507 |    13161 |    11523      1 |       39 |       79
478.22/478.34	c  303s |      10 |   173620 |    13261 |    11523      1 |       39 |       79
484.11/484.24	c  309s |      10 |   174065 |    13361 |    11523      1 |       39 |       79
489.91/490.05	c  314s |      10 |   174419 |    13461 |    11523      1 |       39 |       79
514.31/514.45	c  339s |      10 |   174725 |    13561 |    11523      1 |       39 |       79
517.41/517.58	c  342s |      10 |   174976 |    13661 |    11523      1 |       39 |       79
519.61/519.73	c  344s |      10 |   175898 |    13761 |    11523      1 |       39 |       79
522.61/522.73	c  347s |      10 |   176117 |    13861 |    11523      1 |       39 |       79
529.21/529.31	c  354s |      10 |   176479 |    13961 |    11523      1 |       39 |       79
546.40/546.58	c  371s |      10 |   176654 |    14061 |    11523      1 |       39 |       79
557.21/557.35	c  382s |      10 |   176925 |    14161 |    11523      1 |       39 |       79
563.70/563.89	c  388s |      10 |   177378 |    14261 |    11523      1 |       39 |       79
569.40/569.56	c  394s |      10 |   178416 |    14361 |    11523      1 |       39 |       79
572.70/572.87	c  397s |      10 |   180175 |    14661 |    11523      1 |       39 |       79
574.80/574.92	c  399s |      10 |   184351 |    14761 |    11523      1 |       39 |       79
577.70/577.80	c  402s |      10 |   201338 |    14961 |    11523      1 |       39 |       79
582.49/582.62	c  407s |      10 |   220123 |    15061 |    11523      1 |       39 |       79
587.90/588.01	c  412s |      10 |   230457 |    15161 |    11523      1 |       39 |       79
590.79/590.92	c  415s |      10 |   244557 |    15261 |    11523      1 |       39 |       79
596.80/596.96	c  421s |      10 |   247315 |    15361 |    11523      1 |       39 |       79
605.40/605.56	c  430s |      10 |   253048 |    15461 |    11523      1 |       39 |       79
613.50/613.63	c  438s |      10 |   255005 |    15561 |    11523      1 |       39 |       79
626.49/626.63	c  451s |      10 |   255190 |    15661 |    11523      1 |       39 |       79
635.59/635.77	c  460s |      10 |   256675 |    15761 |    11523      1 |       39 |       79
647.99/648.20	c  473s |      10 |   258079 |    15861 |    11523      1 |       39 |       79
660.29/660.41	c  485s |      10 |   259100 |    15961 |    11523      1 |       39 |       79
674.78/674.98	c  499s |      10 |   259344 |    16061 |    11523      1 |       39 |       79
685.08/685.30	c  510s |      10 |   260321 |    16161 |    11523      1 |       39 |       79
696.08/696.25	c  521s |      10 |   260593 |    16261 |    11523      1 |       39 |       79
710.38/710.56	c  535s |      10 |   261426 |    16361 |    11523      1 |       39 |       79
731.97/732.14	c  557s |      10 |   261769 |    16461 |    11523      1 |       39 |       79
747.88/748.08	c  572s |      10 |   262532 |    16561 |    11523      1 |       39 |       79
766.68/766.81	c  591s |      10 |   262784 |    16661 |    11523      1 |       39 |       79
783.26/783.43	c  608s |      10 |   262930 |    16761 |    11523      1 |       39 |       79
792.57/792.71	c  617s |      10 |   263625 |    16861 |    11523      1 |       39 |       79
796.17/796.34	c  621s |      10 |   265462 |    17061 |    11523      1 |       39 |       79
797.76/797.97	c  622s |      11 |   265720 |    17144 |    11523      1 |       39 |       79
802.97/803.16	c  628s |      11 |   267774 |    17244 |    11523      2 |       39 |       79
805.36/805.55	c  630s |      11 |   276440 |    17644 |    11523      2 |       39 |       79
808.56/808.70	c  633s |      11 |   278846 |    18044 |    11523      2 |       39 |       79
811.27/811.47	c  636s |      11 |   285091 |    18444 |    11523      2 |       39 |       79
813.76/813.98	c  638s |      11 |   290698 |    18744 |    11523      2 |       39 |       79
816.07/816.28	c  641s |      11 |   295531 |    18944 |    11523      2 |       39 |       79
819.96/820.10	c  644s |      11 |   299578 |    19144 |    11523      2 |       39 |       79
823.16/823.38	c  648s |      11 |   304035 |    19244 |    11523      2 |       39 |       79
826.96/827.18	c  652s |      11 |   304687 |    19344 |    11523      2 |       39 |       79
836.96/837.12	c  661s |      11 |   304897 |    19444 |    11523      2 |       39 |       79
846.45/846.63	c  671s |      11 |   306590 |    19544 |    11523      2 |       39 |       79
854.45/854.63	c  679s |      11 |   307966 |    19644 |    11523      2 |       39 |       79
857.85/858.06	c  682s |      11 |   309509 |    19744 |    11523      2 |       39 |       79
861.15/861.30	c  686s |      11 |   309858 |    19844 |    11523      2 |       39 |       79
863.46/863.69	c  688s |      11 |   313184 |    19944 |    11523      2 |       39 |       79
866.45/866.62	c  691s |      11 |   315433 |    20044 |    11523      2 |       39 |       79
868.86/869.09	c  693s |      11 |   316205 |    20144 |    11523      2 |       39 |       79
871.65/871.89	c  696s |      11 |   317125 |    20244 |    11523      2 |       39 |       79
874.75/874.96	c  699s |      11 |   318434 |    20344 |    11523      2 |       39 |       79
877.44/877.69	c  702s |      11 |   320945 |    20444 |    11523      2 |       39 |       79
881.95/882.14	c  707s |      11 |   322132 |    20544 |    11523      2 |       39 |       79
885.14/885.39	c  710s |      11 |   322502 |    20644 |    11523      2 |       39 |       79
888.75/888.99	c  713s |      11 |   323090 |    20744 |    11523      2 |       39 |       79
891.24/891.49	c  716s |      11 |   323777 |    20844 |    11523      2 |       39 |       79
893.54/893.75	c  718s |      11 |   324724 |    20944 |    11523      2 |       39 |       79
896.45/896.63	c  721s |      11 |   326802 |    21044 |    11523      2 |       39 |       79
900.44/900.60	c  725s |      11 |   332102 |    21144 |    11523      2 |       39 |       79
905.94/906.15	c  731s |      11 |   334258 |    21244 |    11523      2 |       39 |       79
912.44/912.68	c  737s |      11 |   334715 |    21344 |    11523      2 |       39 |       79
918.84/919.09	c  743s |      11 |   335547 |    21444 |    11523      2 |       39 |       79
924.53/924.71	c  749s |      11 |   336036 |    21544 |    12676      2 |       39 |       79
932.84/933.06	c  757s |      11 |   336261 |    21644 |    12676      2 |       39 |       79
939.63/939.84	c  764s |      11 |   338424 |    21744 |    12676      2 |       39 |       79
944.23/944.46	c  769s |      11 |   341970 |    21844 |    12676      2 |       39 |       79
948.43/948.64	c  773s |      11 |   342235 |    21944 |    12676      2 |       39 |       79
954.53/954.74	c  779s |      11 |   342437 |    22044 |    12676      2 |       39 |       79
961.43/961.60	c  786s |      11 |   342746 |    22144 |    12676      2 |       39 |       79
968.62/968.87	c  793s |      11 |   344805 |    22244 |    12676      2 |       39 |       79
978.43/978.64	c  803s |      11 |   346839 |    22344 |    12676      2 |       39 |       79
987.42/987.66	c  812s |      11 |   346979 |    22444 |    12676      2 |       39 |       79
991.42/991.68	c  816s |      11 |   348710 |    22544 |    12676      2 |       39 |       79
994.62/994.82	c  819s |      11 |   349034 |    22644 |    12676      2 |       39 |       79
997.01/997.25	c  822s |      11 |   349288 |    22744 |    12676      2 |       39 |       79
1000.22/1000.46	c  825s |      11 |   349557 |    22844 |    12676      2 |       39 |       79
1007.61/1007.82	c  832s |      11 |   350260 |    22944 |    12676      2 |       39 |       79
1011.82/1012.10	c  836s |      11 |   350478 |    23044 |    12676      2 |       39 |       79
1016.02/1016.24	c  841s |      11 |   350651 |    23144 |    12676      2 |       39 |       79
1022.61/1022.81	c  847s |      11 |   352632 |    23244 |    12676      2 |       39 |       79
1031.62/1031.80	c  856s |      11 |   353461 |    23344 |    12676      2 |       39 |       79
1041.41/1041.63	c  866s |      11 |   353938 |    23444 |    12676      2 |       39 |       79
1051.50/1051.72	c  876s |      11 |   356315 |    23544 |    12676      2 |       39 |       79
1064.80/1065.05	c  889s |      11 |   357073 |    23644 |    12676      2 |       39 |       79
1079.09/1079.39	c  904s |      11 |   357353 |    23744 |    12676      2 |       39 |       79
1094.09/1094.30	c  919s |      11 |   357797 |    23844 |    12676      2 |       39 |       79
1098.89/1099.15	c  924s |      11 |   358317 |    23944 |    12676      2 |       39 |       79
1104.79/1105.05	c  929s |      11 |   359917 |    24044 |    12676      2 |       39 |       79
1108.28/1108.52	c  933s |      11 |   360823 |    24144 |    12676      2 |       39 |       79
1114.09/1114.33	c  939s |      11 |   361745 |    24244 |    12676      2 |       39 |       79
1118.68/1118.94	c  943s |      11 |   363120 |    24344 |    12676      2 |       39 |       79
1125.28/1125.54	c  950s |      11 |   365148 |    24444 |    12676      2 |       39 |       79
1140.48/1140.79	c  965s |      11 |   365459 |    24544 |    12676      2 |       39 |       79
1151.66/1151.97	c  976s |      11 |   365757 |    24644 |    12676      2 |       39 |       79
1159.86/1160.18	c  985s |      11 |   366345 |    24744 |    12676      2 |       39 |       79
1164.46/1164.77	c  989s |      11 |   366859 |    24844 |    12676      2 |       39 |       79
1168.07/1168.33	c  993s |      11 |   368198 |    24944 |    12676      2 |       39 |       79
1176.36/1176.63	c 1001s |      11 |   369111 |    25044 |    12676      2 |       39 |       79
1183.16/1183.47	c 1008s |      11 |   371171 |    25144 |    12676      2 |       39 |       79
1195.95/1196.20	c 1021s |      11 |   371517 |    25244 |    12676      2 |       39 |       79
1197.95/1198.29	c 1023s |      11 |   372999 |    25344 |    12676      2 |       39 |       79
1202.16/1202.46	c 1027s |      11 |   373541 |    25444 |    12676      2 |       39 |       79
1205.95/1206.22	c 1031s |      11 |   374138 |    25544 |    12676      2 |       39 |       79
1211.24/1211.57	c 1036s |      11 |   374641 |    25644 |    12676      2 |       39 |       79
1220.45/1220.73	c 1045s |      11 |   375311 |    25744 |    12676      2 |       39 |       79
1222.95/1223.21	c 1048s |      12 |   375576 |    25819 |    12676      2 |       39 |       79
1232.04/1232.36	c 1057s |      12 |   381015 |    25919 |    12676      3 |       39 |       79
1235.74/1236.01	c 1060s |      12 |   381383 |    26019 |    12676      3 |       39 |       79
1241.94/1242.24	c 1067s |      12 |   383408 |    26119 |    12676      3 |       39 |       79
1246.74/1247.05	c 1071s |      12 |   386300 |    26219 |    12676      3 |       39 |       79
1249.44/1249.73	c 1074s |      12 |   388015 |    26419 |    12676      3 |       39 |       79
1253.64/1253.99	c 1078s |      12 |   389336 |    26519 |    12676      3 |       39 |       79
1257.94/1258.20	c 1083s |      12 |   391403 |    26619 |    12676      3 |       39 |       79
1260.54/1260.81	c 1085s |      12 |   392440 |    26719 |    12676      3 |       39 |       79
1262.73/1263.00	c 1087s |      12 |   393244 |    26919 |    12676      3 |       39 |       79
1266.23/1266.59	c 1091s |      12 |   393887 |    27119 |    12676      3 |       39 |       79
1268.83/1269.17	c 1094s |      12 |   395280 |    27319 |    12676      3 |       39 |       79
1271.34/1271.62	c 1096s |      12 |   395893 |    27419 |    12676      3 |       39 |       79
1278.04/1278.33	c 1103s |      12 |   397340 |    27619 |    12676      3 |       39 |       79
1281.34/1281.69	c 1106s |      12 |   400150 |    27819 |    12676      3 |       39 |       79
1284.73/1285.06	c 1109s |      12 |   400536 |    27919 |    12676      3 |       39 |       79
1286.84/1287.12	c 1111s |      12 |   401129 |    28019 |    12676      3 |       39 |       79
1292.53/1292.85	c 1117s |      12 |   402419 |    28219 |    12676      3 |       39 |       79
1295.33/1295.61	c 1120s |      12 |   402617 |    28319 |    12676      3 |       39 |       79
1298.23/1298.50	c 1123s |      12 |   402851 |    28419 |    12676      3 |       39 |       79
1301.73/1302.04	c 1126s |      12 |   403173 |    28519 |    12676      3 |       39 |       79
1304.13/1304.43	c 1129s |      12 |   404303 |    28619 |    12676      3 |       39 |       79
1306.63/1306.97	c 1131s |      12 |   404625 |    28719 |    12676      3 |       39 |       79
1309.94/1310.27	c 1135s |      12 |   407431 |    29019 |    12676      3 |       39 |       79
1312.93/1313.22	c 1138s |      12 |   408562 |    29219 |    12676      3 |       39 |       79
1315.03/1315.34	c 1140s |      12 |   410403 |    29319 |    12676      3 |       39 |       79
1318.13/1318.44	c 1143s |      12 |   412139 |    29419 |    12676      3 |       39 |       79
1321.42/1321.72	c 1146s |      12 |   412678 |    29519 |    12676      3 |       39 |       79
1325.22/1325.52	c 1150s |      12 |   413022 |    29619 |    12676      3 |       39 |       79
1330.53/1330.87	c 1155s |      12 |   414415 |    29719 |    12676      3 |       39 |       79
1334.42/1334.71	c 1159s |      12 |   417286 |    29919 |    12676      3 |       39 |       79
1336.92/1337.28	c 1162s |      12 |   418561 |    30119 |    12676      3 |       39 |       79
1340.32/1340.69	c 1165s |      12 |   418934 |    30219 |    12676      3 |       39 |       79
1342.51/1342.82	c 1167s |      12 |   419100 |    30319 |    12676      3 |       39 |       79
1353.21/1353.53	c 1178s |      12 |   419704 |    30519 |    12676      3 |       39 |       79
1356.91/1357.21	c 1182s |      12 |   420139 |    30619 |    12676      3 |       39 |       79
1360.61/1360.96	c 1185s |      12 |   421893 |    30819 |    12676      3 |       39 |       79
1363.00/1363.30	c 1188s |      12 |   422501 |    30919 |    12676      3 |       39 |       79
1366.70/1367.08	c 1191s |      12 |   422714 |    31019 |    12676      3 |       39 |       79
1371.41/1371.80	c 1196s |      12 |   424329 |    31219 |    12676      3 |       39 |       79
1376.31/1376.69	c 1201s |      12 |   427744 |    31419 |    12676      3 |       39 |       79
1382.21/1382.51	c 1207s |      12 |   428147 |    31519 |    12676      3 |       39 |       79
1390.50/1390.80	c 1215s |      12 |   428485 |    31619 |    12676      3 |       39 |       79
1395.80/1396.10	c 1220s |      12 |   428665 |    31719 |    12676      3 |       39 |       79
1399.80/1400.14	c 1225s |      12 |   430081 |    31919 |    12676      3 |       39 |       79
1402.30/1402.65	c 1227s |      12 |   430890 |    32019 |    12676      3 |       39 |       79
1404.50/1404.83	c 1229s |      12 |   431370 |    32119 |    12676      3 |       39 |       79
1410.20/1410.55	c 1235s |      12 |   433685 |    32219 |    12676      3 |       39 |       79
1413.60/1413.97	c 1238s |      12 |   435408 |    32319 |    12676      3 |       39 |       79
1416.50/1416.81	c 1241s |      12 |   438046 |    32419 |    12676      3 |       39 |       79
1419.09/1419.43	c 1244s |      12 |   439412 |    32519 |    12676      3 |       39 |       79
1421.09/1421.47	c 1246s |      12 |   439565 |    32619 |    12676      3 |       39 |       79
1423.20/1423.57	c 1248s |      12 |   440526 |    32719 |    12676      3 |       39 |       79
1426.99/1427.32	c 1252s |      12 |   442334 |    32919 |    12676      3 |       39 |       79
1429.70/1430.01	c 1254s |      12 |   444276 |    33119 |    12676      3 |       39 |       79
1433.69/1434.09	c 1258s |      12 |   446828 |    33319 |    12676      3 |       39 |       79
1436.40/1436.77	c 1261s |      12 |   448470 |    33419 |    12676      3 |       39 |       79
1438.60/1438.92	c 1263s |      12 |   451676 |    33519 |    12676      3 |       39 |       79
1442.29/1442.68	c 1267s |      12 |   452439 |    33619 |    12676      3 |       39 |       79
1448.59/1448.93	c 1273s |      12 |   452879 |    33719 |    12676      3 |       39 |       79
1457.29/1457.67	c 1282s |      12 |   453269 |    33819 |    12676      3 |       39 |       79
1459.50/1459.88	c 1284s |      12 |   454316 |    33919 |    12676      3 |       39 |       79
1462.19/1462.55	c 1287s |      12 |   455484 |    34019 |    12676      3 |       39 |       79
1472.48/1472.81	c 1297s |      12 |   455934 |    34119 |    12676      3 |       39 |       79
1476.69/1477.08	c 1301s |      12 |   458210 |    34319 |    12676      3 |       39 |       79
1482.38/1482.71	c 1307s |      12 |   458459 |    34419 |    12676      3 |       39 |       79
1489.19/1489.54	c 1314s |      12 |   458916 |    34519 |    12676      3 |       39 |       79
1494.79/1495.19	c 1320s |      12 |   459173 |    34619 |    12676      3 |       39 |       79
1501.19/1501.58	c 1326s |      12 |   459750 |    34719 |    12676      3 |       39 |       79
1505.48/1505.85	c 1330s |      12 |   460120 |    34819 |    12676      3 |       39 |       79
1510.18/1510.57	c 1335s |      12 |   461035 |    34919 |    12676      3 |       39 |       79
1513.98/1514.31	c 1339s |      12 |   462073 |    35019 |    12676      3 |       39 |       79
1519.48/1519.88	c 1344s |      12 |   462412 |    35119 |    12676      3 |       39 |       79
1523.28/1523.62	c 1348s |      12 |   463271 |    35219 |    12676      3 |       39 |       79
1541.08/1541.42	c 1366s |      12 |   463507 |    35319 |    12676      3 |       39 |       79
1553.57/1553.94	c 1378s |      12 |   463653 |    35419 |    12676      3 |       39 |       79
1565.37/1565.71	c 1390s |      12 |   464010 |    35519 |    12676      3 |       39 |       79
1573.47/1573.87	c 1398s |      12 |   464403 |    35619 |    12676      3 |       39 |       79
1579.67/1580.04	c 1404s |      12 |   464824 |    35719 |    12676      3 |       39 |       79
1589.77/1590.18	c 1415s |      12 |   465175 |    35819 |    12676      3 |       39 |       79
1600.27/1600.62	c 1425s |      12 |   465759 |    35919 |    12676      3 |       39 |       79
1606.46/1606.88	c 1431s |      12 |   466131 |    36019 |    12676      3 |       39 |       79
1616.36/1616.72	c 1441s |      12 |   466691 |    36119 |    12676      3 |       39 |       79
1627.85/1628.26	c 1453s |      12 |   466929 |    36219 |    12676      3 |       39 |       79
1636.35/1636.70	c 1461s |      12 |   467269 |    36319 |    12676      3 |       39 |       79
1638.85/1639.29	c 1464s |      12 |   468528 |    36419 |    12676      3 |       39 |       79
1641.65/1642.00	c 1466s |      12 |   468826 |    36519 |    12676      3 |       39 |       79
1646.95/1647.37	c 1472s |      12 |   469269 |    36619 |    12676      3 |       39 |       79
1650.65/1651.02	c 1475s |      12 |   469705 |    36719 |    12676      3 |       39 |       79
1654.34/1654.75	c 1479s |      12 |   470402 |    36919 |    12676      3 |       39 |       79
1656.55/1656.98	c 1481s |      12 |   471430 |    37019 |    12676      3 |       39 |       79
1659.94/1660.35	c 1485s |      12 |   471757 |    37119 |    12676      3 |       39 |       79
1665.85/1666.20	c 1491s |      12 |   472205 |    37219 |    12676      3 |       39 |       79
1669.25/1669.69	c 1494s |      12 |   473319 |    37419 |    12676      3 |       39 |       79
1671.84/1672.21	c 1497s |      12 |   474605 |    37519 |    12676      3 |       39 |       79
1677.94/1678.37	c 1503s |      12 |   474772 |    37619 |    12676      3 |       39 |       79
1685.24/1685.66	c 1510s |      12 |   475081 |    37719 |    12676      3 |       39 |       79
1693.54/1693.95	c 1518s |      12 |   475245 |    37819 |    12676      3 |       39 |       79
1700.54/1700.96	c 1525s |      12 |   475524 |    37919 |    12676      3 |       39 |       79
1704.34/1704.77	c 1529s |      12 |   475727 |    38019 |    12676      3 |       39 |       79
1707.73/1708.19	c 1533s |      12 |   476352 |    38119 |    12676      3 |       39 |       79
1710.54/1710.99	c 1535s |      12 |   476754 |    38219 |    12676      3 |       39 |       79
1715.43/1715.88	c 1540s |      12 |   477433 |    38319 |    12676      3 |       39 |       79
1724.64/1725.03	c 1549s |      12 |   478423 |    38419 |    12676      3 |       39 |       79
1739.64/1740.08	c 1564s |      12 |   478557 |    38519 |    12676      3 |       39 |       79
1741.73/1742.15	c 1567s |      12 |   479192 |    38619 |    12676      3 |       39 |       79
1746.83/1747.21	c 1572s |      12 |   479646 |    38719 |    12676      3 |       39 |       79
1750.53/1750.94	c 1575s |      12 |   481375 |    38819 |    12676      3 |       39 |       79
1751.13/1751.50	c 1576s |      13 |   481393 |    38832 |    12676      3 |       39 |       79
1769.83/1770.23	c 1595s |      13 |   485974 |    38932 |    12676      4 |       39 |       79
1774.93/1775.35	c 1600s |      13 |   486164 |    39032 |    12676      4 |       39 |       79
1778.34/1778.71	c 1603s |      13 |   488159 |    39232 |    12676      4 |       39 |       79
1781.53/1782.00	c 1606s |      13 |   488719 |    39332 |    12676      4 |       39 |       79
1786.53/1786.93	c 1611s |      13 |   490530 |    39532 |    12676      4 |       39 |       79
1789.33/1789.74	c 1614s |      13 |   490897 |    39632 |    12676      4 |       39 |       79
1792.63/1793.02	c 1617s |      13 |   491326 |    39832 |    12676      4 |       39 |       79
1795.02/1795.47	c 1620s |      13 |   492503 |    40032 |    12676      4 |       39 |       79
1799.02/1799.45	c 1624s |      13 |   494734 |    40232 |    12676      4 |       39 |       79

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

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

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


[startup+0 s]
/proc/loadavg: 2.00 2.05 2.01 3/179 13481
/proc/meminfo: memFree=30243700/32872528 swapFree=534252/566956
[pid=13481] ppid=13478 vsize=403900 CPUtime=0 cores=1,3,5,7
/proc/13481/stat : 13481 (toysat) R 13478 13481 10353 0 -1 4202496 1450 0 0 0 0 0 0 0 20 0 4 0 24311884 413593600 1810 33554432000 4194304 16246674 140736837641568 140736837640992 13880264 0 2 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13481/statm: 101487 1820 441 2943 0 98381 0
[pid=13481/tid=13482] ppid=13478 vsize=420284 CPUtime=0 cores=1,3,5,7
/proc/13481/task/13482/stat : 13482 (toysat) S 13478 13481 10353 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 24311884 430370816 1875 33554432000 4194304 16246674 140736837641568 140572046109936 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=13481/tid=13483] ppid=13478 vsize=424380 CPUtime=0 cores=1,3,5,7
/proc/13481/task/13483/stat : 13483 (toysat) S 13478 13481 10353 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 24311884 434565120 1893 33554432000 4194304 16246674 140736837641568 140572035620080 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=13481/tid=13484] ppid=13478 vsize=428476 CPUtime=0 cores=1,3,5,7
/proc/13481/task/13484/stat : 13484 (toysat) S 13478 13481 10353 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 24311884 438759424 1906 33554432000 4194304 16246674 140736837641568 140572025146544 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0

[startup+0.100179 s]
/proc/loadavg: 2.00 2.05 2.01 3/179 13481
/proc/meminfo: memFree=30243700/32872528 swapFree=534252/566956
[pid=13481] ppid=13478 vsize=1221188 CPUtime=0.09 cores=1,3,5,7
/proc/13481/stat : 13481 (toysat) R 13478 13481 10353 0 -1 4202496 28282 0 0 0 5 4 0 0 20 0 4 0 24311884 1250496512 28580 33554432000 4194304 16246674 140736837641568 140736837640880 4221016 0 2 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13481/statm: 305297 28583 803 2943 0 302191 0
[pid=13481/tid=13482] ppid=13478 vsize=1221188 CPUtime=0 cores=1,3,5,7
/proc/13481/task/13482/stat : 13482 (toysat) S 13478 13481 10353 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 24311884 1250496512 28585 33554432000 4194304 16246674 140736837641568 140572046109936 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=13481/tid=13483] ppid=13478 vsize=1221188 CPUtime=0 cores=1,3,5,7
/proc/13481/task/13483/stat : 13483 (toysat) S 13478 13481 10353 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 24311884 1250496512 28588 33554432000 4194304 16246674 140736837641568 140572035620080 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=13481/tid=13484] ppid=13478 vsize=1221188 CPUtime=0 cores=1,3,5,7
/proc/13481/task/13484/stat : 13484 (toysat) S 13478 13481 10353 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 24311884 1250496512 28590 33554432000 4194304 16246674 140736837641568 140572025146544 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1221188

[startup+0.200543 s]
/proc/loadavg: 2.00 2.05 2.01 3/179 13481
/proc/meminfo: memFree=30243700/32872528 swapFree=534252/566956
[pid=13481] ppid=13478 vsize=1312324 CPUtime=0.19 cores=1,3,5,7
/proc/13481/stat : 13481 (toysat) R 13478 13481 10353 0 -1 4202496 50507 0 0 0 12 7 0 0 20 0 4 0 24311884 1343819776 51316 33554432000 4194304 16246674 140736837641568 140736837640880 7364016 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13481/statm: 328081 51316 803 2943 0 324975 0
[pid=13481/tid=13482] ppid=13478 vsize=1312324 CPUtime=0 cores=1,3,5,7
/proc/13481/task/13482/stat : 13482 (toysat) S 13478 13481 10353 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 24311884 1343819776 51316 33554432000 4194304 16246674 140736837641568 140572046109936 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=13481/tid=13483] ppid=13478 vsize=1312324 CPUtime=0 cores=1,3,5,7
/proc/13481/task/13483/stat : 13483 (toysat) S 13478 13481 10353 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 24311884 1343819776 51316 33554432000 4194304 16246674 140736837641568 140572035620080 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=13481/tid=13484] ppid=13478 vsize=1312324 CPUtime=0 cores=1,3,5,7
/proc/13481/task/13484/stat : 13484 (toysat) S 13478 13481 10353 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 24311884 1343819776 51316 33554432000 4194304 16246674 140736837641568 140572025146544 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1312324

[startup+0.300501 s]
/proc/loadavg: 2.00 2.05 2.01 3/179 13481
/proc/meminfo: memFree=30243700/32872528 swapFree=534252/566956
[pid=13481] ppid=13478 vsize=1314372 CPUtime=0.29 cores=1,3,5,7
/proc/13481/stat : 13481 (toysat) R 13478 13481 10353 0 -1 4202496 51170 0 0 0 22 7 0 0 20 0 4 0 24311884 1345916928 51979 33554432000 4194304 16246674 140736837641568 140736837640880 4220897 0 2 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13481/statm: 328593 51979 837 2943 0 325487 0
[pid=13481/tid=13482] ppid=13478 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/13481/task/13482/stat : 13482 (toysat) S 13478 13481 10353 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 24311884 1345916928 51979 33554432000 4194304 16246674 140736837641568 140572046109936 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=13481/tid=13483] ppid=13478 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/13481/task/13483/stat : 13483 (toysat) S 13478 13481 10353 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 24311884 1345916928 51979 33554432000 4194304 16246674 140736837641568 140572035620080 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=13481/tid=13484] ppid=13478 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/13481/task/13484/stat : 13484 (toysat) S 13478 13481 10353 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 24311884 1345916928 51979 33554432000 4194304 16246674 140736837641568 140572025146544 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1314372

[startup+0.700392 s]
/proc/loadavg: 2.00 2.05 2.01 3/179 13481
/proc/meminfo: memFree=30243700/32872528 swapFree=534252/566956
[pid=13481] ppid=13478 vsize=1314372 CPUtime=0.69 cores=1,3,5,7
/proc/13481/stat : 13481 (toysat) R 13478 13481 10353 0 -1 4202496 51209 0 0 0 62 7 0 0 20 0 4 0 24311884 1345916928 52018 33554432000 4194304 16246674 140736837641568 140736837640880 5837238 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13481/statm: 328593 52018 874 2943 0 325487 0
[pid=13481/tid=13482] ppid=13478 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/13481/task/13482/stat : 13482 (toysat) S 13478 13481 10353 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 24311884 1345916928 52018 33554432000 4194304 16246674 140736837641568 140572046109936 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=13481/tid=13483] ppid=13478 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/13481/task/13483/stat : 13483 (toysat) S 13478 13481 10353 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 24311884 1345916928 52018 33554432000 4194304 16246674 140736837641568 140572035620080 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=13481/tid=13484] ppid=13478 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/13481/task/13484/stat : 13484 (toysat) S 13478 13481 10353 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 24311884 1345916928 52018 33554432000 4194304 16246674 140736837641568 140572025146544 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1314372

[startup+1.50038 s]
/proc/loadavg: 2.00 2.05 2.01 3/183 13485
/proc/meminfo: memFree=30037228/32872528 swapFree=534252/566956
[pid=13481] ppid=13478 vsize=1314372 CPUtime=1.49 cores=1,3,5,7
/proc/13481/stat : 13481 (toysat) R 13478 13481 10353 0 -1 4202496 70645 0 0 0 139 10 0 0 20 0 4 0 24311884 1345916928 71454 33554432000 4194304 16246674 140736837641568 140736837640744 5813836 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13481/statm: 328593 71454 917 2943 0 325487 0
[pid=13481/tid=13482] ppid=13478 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/13481/task/13482/stat : 13482 (toysat) S 13478 13481 10353 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 24311884 1345916928 71454 33554432000 4194304 16246674 140736837641568 140572046109936 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=13481/tid=13483] ppid=13478 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/13481/task/13483/stat : 13483 (toysat) S 13478 13481 10353 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 24311884 1345916928 71454 33554432000 4194304 16246674 140736837641568 140572035620080 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=13481/tid=13484] ppid=13478 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/13481/task/13484/stat : 13484 (toysat) S 13478 13481 10353 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 24311884 1345916928 71454 33554432000 4194304 16246674 140736837641568 140572025146544 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 1314372

[startup+3.10039 s]
/proc/loadavg: 2.00 2.05 2.01 3/183 13485
/proc/meminfo: memFree=29959356/32872528 swapFree=534252/566956
[pid=13481] ppid=13478 vsize=1314372 CPUtime=3.09 cores=1,3,5,7
/proc/13481/stat : 13481 (toysat) R 13478 13481 10353 0 -1 4202496 70649 0 0 0 299 10 0 0 20 0 4 0 24311884 1345916928 71458 33554432000 4194304 16246674 140736837641568 140736837640744 13950230 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13481/statm: 328593 71458 921 2943 0 325487 0
[pid=13481/tid=13482] ppid=13478 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/13481/task/13482/stat : 13482 (toysat) S 13478 13481 10353 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 24311884 1345916928 71458 33554432000 4194304 16246674 140736837641568 140572046109936 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=13481/tid=13483] ppid=13478 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/13481/task/13483/stat : 13483 (toysat) S 13478 13481 10353 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 24311884 1345916928 71458 33554432000 4194304 16246674 140736837641568 140572035620080 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=13481/tid=13484] ppid=13478 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/13481/task/13484/stat : 13484 (toysat) S 13478 13481 10353 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 24311884 1345916928 71458 33554432000 4194304 16246674 140736837641568 140572025146544 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 1314372

[startup+6.30038 s]
/proc/loadavg: 2.08 2.07 2.01 3/183 13485
/proc/meminfo: memFree=29833072/32872528 swapFree=534252/566956
[pid=13481] ppid=13478 vsize=1314372 CPUtime=6.29 cores=1,3,5,7
/proc/13481/stat : 13481 (toysat) R 13478 13481 10353 0 -1 4202496 102215 0 0 0 615 14 0 0 20 0 4 0 24311884 1345916928 103024 33554432000 4194304 16246674 140736837641568 140736837640744 5667620 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13481/statm: 328593 103024 921 2943 0 325487 0
[pid=13481/tid=13482] ppid=13478 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/13481/task/13482/stat : 13482 (toysat) S 13478 13481 10353 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 24311884 1345916928 103024 33554432000 4194304 16246674 140736837641568 140572046109936 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=13481/tid=13483] ppid=13478 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/13481/task/13483/stat : 13483 (toysat) S 13478 13481 10353 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 24311884 1345916928 103024 33554432000 4194304 16246674 140736837641568 140572035620080 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=13481/tid=13484] ppid=13478 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/13481/task/13484/stat : 13484 (toysat) S 13478 13481 10353 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 24311884 1345916928 103024 33554432000 4194304 16246674 140736837641568 140572025146544 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1314372

[startup+12.7004 s]
/proc/loadavg: 2.07 2.07 2.01 3/183 13485
/proc/meminfo: memFree=29832840/32872528 swapFree=534252/566956
[pid=13481] ppid=13478 vsize=1314372 CPUtime=12.68 cores=1,3,5,7
/proc/13481/stat : 13481 (toysat) R 13478 13481 10353 0 -1 4202496 102215 0 0 0 1254 14 0 0 20 0 4 0 24311884 1345916928 103024 33554432000 4194304 16246674 140736837641568 140736837623424 13808864 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13481/statm: 328593 103024 921 2943 0 325487 0
[pid=13481/tid=13482] ppid=13478 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/13481/task/13482/stat : 13482 (toysat) S 13478 13481 10353 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 24311884 1345916928 103024 33554432000 4194304 16246674 140736837641568 140572046109936 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=13481/tid=13483] ppid=13478 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/13481/task/13483/stat : 13483 (toysat) S 13478 13481 10353 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 24311884 1345916928 103024 33554432000 4194304 16246674 140736837641568 140572035620080 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=13481/tid=13484] ppid=13478 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/13481/task/13484/stat : 13484 (toysat) S 13478 13481 10353 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 24311884 1345916928 103024 33554432000 4194304 16246674 140736837641568 140572025146544 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 1314372

[startup+25.5005 s]
/proc/loadavg: 2.06 2.06 2.01 3/183 13485
/proc/meminfo: memFree=29745968/32872528 swapFree=534252/566956
[pid=13481] ppid=13478 vsize=1314372 CPUtime=25.48 cores=1,3,5,7
/proc/13481/stat : 13481 (toysat) R 13478 13481 10353 0 -1 4202496 124037 0 0 0 2530 18 0 0 20 0 4 0 24311884 1345916928 124846 33554432000 4194304 16246674 140736837641568 140736837623488 12483348 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13481/statm: 328593 124846 922 2943 0 325487 0
[pid=13481/tid=13482] ppid=13478 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/13481/task/13482/stat : 13482 (toysat) S 13478 13481 10353 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 24311884 1345916928 124846 33554432000 4194304 16246674 140736837641568 140572046109936 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=13481/tid=13483] ppid=13478 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/13481/task/13483/stat : 13483 (toysat) S 13478 13481 10353 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 24311884 1345916928 124846 33554432000 4194304 16246674 140736837641568 140572035620080 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=13481/tid=13484] ppid=13478 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/13481/task/13484/stat : 13484 (toysat) S 13478 13481 10353 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 24311884 1345916928 124846 33554432000 4194304 16246674 140736837641568 140572025146544 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 1314372

[startup+51.1005 s]
/proc/loadavg: 2.04 2.06 2.01 3/183 13486
/proc/meminfo: memFree=29746064/32872528 swapFree=534252/566956
[pid=13481] ppid=13478 vsize=1314372 CPUtime=51.08 cores=1,3,5,7
/proc/13481/stat : 13481 (toysat) R 13478 13481 10353 0 -1 4202496 124037 0 0 0 5088 20 0 0 20 0 4 0 24311884 1345916928 124846 33554432000 4194304 16246674 140736837641568 140736837623488 12875589 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13481/statm: 328593 124846 922 2943 0 325487 0
[pid=13481/tid=13482] ppid=13478 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/13481/task/13482/stat : 13482 (toysat) S 13478 13481 10353 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 24311884 1345916928 124846 33554432000 4194304 16246674 140736837641568 140572046109936 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=13481/tid=13483] ppid=13478 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/13481/task/13483/stat : 13483 (toysat) S 13478 13481 10353 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 24311884 1345916928 124846 33554432000 4194304 16246674 140736837641568 140572035620080 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=13481/tid=13484] ppid=13478 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/13481/task/13484/stat : 13484 (toysat) S 13478 13481 10353 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 24311884 1345916928 124846 33554432000 4194304 16246674 140736837641568 140572025146544 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 1314372

[startup+102.301 s]
/proc/loadavg: 2.01 2.05 2.00 3/183 13487
/proc/meminfo: memFree=29631472/32872528 swapFree=534252/566956
[pid=13481] ppid=13478 vsize=1314372 CPUtime=102.28 cores=1,3,5,7
/proc/13481/stat : 13481 (toysat) R 13478 13481 10353 0 -1 4202496 152590 0 0 0 10202 26 0 0 20 0 4 0 24311884 1345916928 153399 33554432000 4194304 16246674 140736837641568 140736837623488 5667620 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13481/statm: 328593 153399 922 2943 0 325487 0
[pid=13481/tid=13482] ppid=13478 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/13481/task/13482/stat : 13482 (toysat) S 13478 13481 10353 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 24311884 1345916928 153399 33554432000 4194304 16246674 140736837641568 140572046109936 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=13481/tid=13483] ppid=13478 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/13481/task/13483/stat : 13483 (toysat) S 13478 13481 10353 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 24311884 1345916928 153399 33554432000 4194304 16246674 140736837641568 140572035620080 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=13481/tid=13484] ppid=13478 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/13481/task/13484/stat : 13484 (toysat) S 13478 13481 10353 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 24311884 1345916928 153399 33554432000 4194304 16246674 140736837641568 140572025146544 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 1314372


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

/proc/13481/task/13484/stat : 13484 (toysat) S 13478 13481 10353 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 24311884 1461260288 298032 33554432000 4194304 16246674 140736837641568 140572025146544 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1242.04
Current children cumulated vsize (KiB) 1427012

[startup+1302.3 s]
/proc/loadavg: 2.18 2.22 2.14 3/183 13517
/proc/meminfo: memFree=28949372/32872528 swapFree=534252/566956
[pid=13481] ppid=13478 vsize=1517124 CPUtime=1302.03 cores=1,3,5,7
/proc/13481/stat : 13481 (toysat) R 13478 13481 10353 0 -1 4202496 320035 0 0 0 130004 199 0 0 20 0 4 0 24311884 1553534976 320723 33554432000 4194304 16246674 140736837641568 140736837640744 4220897 0 2 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13481/statm: 379281 320723 923 2943 0 376175 0
[pid=13481/tid=13482] ppid=13478 vsize=1517124 CPUtime=0 cores=1,3,5,7
/proc/13481/task/13482/stat : 13482 (toysat) S 13478 13481 10353 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 24311884 1553534976 320723 33554432000 4194304 16246674 140736837641568 140572046109936 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=13481/tid=13483] ppid=13478 vsize=1517124 CPUtime=0 cores=1,3,5,7
/proc/13481/task/13483/stat : 13483 (toysat) S 13478 13481 10353 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 24311884 1553534976 320723 33554432000 4194304 16246674 140736837641568 140572035620080 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=13481/tid=13484] ppid=13478 vsize=1517124 CPUtime=0 cores=1,3,5,7
/proc/13481/task/13484/stat : 13484 (toysat) S 13478 13481 10353 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 24311884 1553534976 320723 33554432000 4194304 16246674 140736837641568 140572025146544 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1302.03
Current children cumulated vsize (KiB) 1517124

[startup+1362.3 s]
/proc/loadavg: 2.27 2.24 2.14 4/183 13518
/proc/meminfo: memFree=28879352/32872528 swapFree=534252/566956
[pid=13481] ppid=13478 vsize=1587780 CPUtime=1362.01 cores=1,3,5,7
/proc/13481/stat : 13481 (toysat) R 13478 13481 10353 0 -1 4202496 337547 0 0 0 135992 209 0 0 20 0 4 0 24311884 1625886720 338225 33554432000 4194304 16246674 140736837641568 140736837640744 12483212 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13481/statm: 396945 338225 923 2943 0 393839 0
[pid=13481/tid=13482] ppid=13478 vsize=1587780 CPUtime=0 cores=1,3,5,7
/proc/13481/task/13482/stat : 13482 (toysat) S 13478 13481 10353 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 24311884 1625886720 338225 33554432000 4194304 16246674 140736837641568 140572046109936 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=13481/tid=13483] ppid=13478 vsize=1587780 CPUtime=0 cores=1,3,5,7
/proc/13481/task/13483/stat : 13483 (toysat) S 13478 13481 10353 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 24311884 1625886720 338225 33554432000 4194304 16246674 140736837641568 140572035620080 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=13481/tid=13484] ppid=13478 vsize=1587780 CPUtime=0 cores=1,3,5,7
/proc/13481/task/13484/stat : 13484 (toysat) S 13478 13481 10353 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 24311884 1625886720 338225 33554432000 4194304 16246674 140736837641568 140572025146544 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1362.01
Current children cumulated vsize (KiB) 1587780

[startup+1422.3 s]
/proc/loadavg: 2.23 2.24 2.15 3/183 13519
/proc/meminfo: memFree=28774696/32872528 swapFree=534252/566956
[pid=13481] ppid=13478 vsize=1691204 CPUtime=1422 cores=1,3,5,7
/proc/13481/stat : 13481 (toysat) R 13478 13481 10353 0 -1 4202496 363556 0 0 0 141977 223 0 0 20 0 4 0 24311884 1731792896 364224 33554432000 4194304 16246674 140736837641568 140736837623488 5545993 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13481/statm: 422801 364224 923 2943 0 419695 0
[pid=13481/tid=13482] ppid=13478 vsize=1691204 CPUtime=0 cores=1,3,5,7
/proc/13481/task/13482/stat : 13482 (toysat) S 13478 13481 10353 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 24311884 1731792896 364224 33554432000 4194304 16246674 140736837641568 140572046109936 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=13481/tid=13483] ppid=13478 vsize=1691204 CPUtime=0 cores=1,3,5,7
/proc/13481/task/13483/stat : 13483 (toysat) S 13478 13481 10353 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 24311884 1731792896 364224 33554432000 4194304 16246674 140736837641568 140572035620080 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=13481/tid=13484] ppid=13478 vsize=1691204 CPUtime=0 cores=1,3,5,7
/proc/13481/task/13484/stat : 13484 (toysat) S 13478 13481 10353 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 24311884 1731792896 364224 33554432000 4194304 16246674 140736837641568 140572025146544 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1422
Current children cumulated vsize (KiB) 1691204

[startup+1482.3 s]
/proc/loadavg: 2.18 2.22 2.15 3/183 13520
/proc/meminfo: memFree=28670204/32872528 swapFree=534252/566956
[pid=13481] ppid=13478 vsize=1795652 CPUtime=1481.98 cores=1,3,5,7
/proc/13481/stat : 13481 (toysat) R 13478 13481 10353 0 -1 4202496 389595 0 0 0 147960 238 0 0 20 0 4 0 24311884 1838747648 390263 33554432000 4194304 16246674 140736837641568 140736837640744 15015658 0 2 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13481/statm: 448913 390263 923 2943 0 445807 0
[pid=13481/tid=13482] ppid=13478 vsize=1795652 CPUtime=0 cores=1,3,5,7
/proc/13481/task/13482/stat : 13482 (toysat) S 13478 13481 10353 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 24311884 1838747648 390263 33554432000 4194304 16246674 140736837641568 140572046109936 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=13481/tid=13483] ppid=13478 vsize=1795652 CPUtime=0 cores=1,3,5,7
/proc/13481/task/13483/stat : 13483 (toysat) S 13478 13481 10353 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 24311884 1838747648 390263 33554432000 4194304 16246674 140736837641568 140572035620080 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=13481/tid=13484] ppid=13478 vsize=1795652 CPUtime=0 cores=1,3,5,7
/proc/13481/task/13484/stat : 13484 (toysat) S 13478 13481 10353 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 24311884 1838747648 390263 33554432000 4194304 16246674 140736837641568 140572025146544 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1481.98
Current children cumulated vsize (KiB) 1795652

[startup+1542.31 s]
/proc/loadavg: 2.24 2.23 2.15 3/184 13572
/proc/meminfo: memFree=28651696/32872528 swapFree=534252/566956
[pid=13481] ppid=13478 vsize=1840708 CPUtime=1541.99 cores=1,3,5,7
/proc/13481/stat : 13481 (toysat) R 13478 13481 10353 0 -1 4202496 401019 0 0 0 153942 257 0 0 20 0 4 0 24311884 1884884992 401685 33554432000 4194304 16246674 140736837641568 140736837640744 5546248 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13481/statm: 460177 401685 923 2943 0 457071 0
[pid=13481/tid=13482] ppid=13478 vsize=1840708 CPUtime=0 cores=1,3,5,7
/proc/13481/task/13482/stat : 13482 (toysat) S 13478 13481 10353 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 24311884 1884884992 401685 33554432000 4194304 16246674 140736837641568 140572046109936 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=13481/tid=13483] ppid=13478 vsize=1840708 CPUtime=0 cores=1,3,5,7
/proc/13481/task/13483/stat : 13483 (toysat) S 13478 13481 10353 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 24311884 1884884992 401685 33554432000 4194304 16246674 140736837641568 140572035620080 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=13481/tid=13484] ppid=13478 vsize=1840708 CPUtime=0 cores=1,3,5,7
/proc/13481/task/13484/stat : 13484 (toysat) S 13478 13481 10353 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 24311884 1884884992 401685 33554432000 4194304 16246674 140736837641568 140572025146544 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1541.99
Current children cumulated vsize (KiB) 1840708

[startup+1602.3 s]
/proc/loadavg: 2.22 2.23 2.16 3/183 13574
/proc/meminfo: memFree=28615376/32872528 swapFree=534252/566956
[pid=13481] ppid=13478 vsize=1877572 CPUtime=1601.96 cores=1,3,5,7
/proc/13481/stat : 13481 (toysat) R 13478 13481 10353 0 -1 4202496 410131 0 0 0 159921 275 0 0 20 0 4 0 24311884 1922633728 410790 33554432000 4194304 16246674 140736837641568 140736837640744 13927509 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13481/statm: 469393 410790 923 2943 0 466287 0
[pid=13481/tid=13482] ppid=13478 vsize=1877572 CPUtime=0 cores=1,3,5,7
/proc/13481/task/13482/stat : 13482 (toysat) S 13478 13481 10353 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 24311884 1922633728 410790 33554432000 4194304 16246674 140736837641568 140572046109936 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=13481/tid=13483] ppid=13478 vsize=1877572 CPUtime=0 cores=1,3,5,7
/proc/13481/task/13483/stat : 13483 (toysat) S 13478 13481 10353 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 24311884 1922633728 410790 33554432000 4194304 16246674 140736837641568 140572035620080 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=13481/tid=13484] ppid=13478 vsize=1877572 CPUtime=0 cores=1,3,5,7
/proc/13481/task/13484/stat : 13484 (toysat) S 13478 13481 10353 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 24311884 1922633728 410790 33554432000 4194304 16246674 140736837641568 140572025146544 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1601.96
Current children cumulated vsize (KiB) 1877572

[startup+1662.3 s]
/proc/loadavg: 2.23 2.23 2.16 3/183 13575
/proc/meminfo: memFree=28548084/32872528 swapFree=534252/566956
[pid=13481] ppid=13478 vsize=1945156 CPUtime=1661.94 cores=1,3,5,7
/proc/13481/stat : 13481 (toysat) R 13478 13481 10353 0 -1 4202496 426934 0 0 0 165900 294 0 0 20 0 4 0 24311884 1991839744 427581 33554432000 4194304 16246674 140736837641568 140736837623488 12483345 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13481/statm: 486289 427581 923 2943 0 483183 0
[pid=13481/tid=13482] ppid=13478 vsize=1945156 CPUtime=0 cores=1,3,5,7
/proc/13481/task/13482/stat : 13482 (toysat) S 13478 13481 10353 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 24311884 1991839744 427581 33554432000 4194304 16246674 140736837641568 140572046109936 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=13481/tid=13483] ppid=13478 vsize=1945156 CPUtime=0 cores=1,3,5,7
/proc/13481/task/13483/stat : 13483 (toysat) S 13478 13481 10353 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 24311884 1991839744 427581 33554432000 4194304 16246674 140736837641568 140572035620080 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=13481/tid=13484] ppid=13478 vsize=1945156 CPUtime=0 cores=1,3,5,7
/proc/13481/task/13484/stat : 13484 (toysat) S 13478 13481 10353 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 24311884 1991839744 427581 33554432000 4194304 16246674 140736837641568 140572025146544 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1661.94
Current children cumulated vsize (KiB) 1945156

[startup+1722.3 s]
/proc/loadavg: 2.25 2.23 2.17 3/183 13576
/proc/meminfo: memFree=28465840/32872528 swapFree=534252/566956
[pid=13481] ppid=13478 vsize=2027076 CPUtime=1721.94 cores=1,3,5,7
/proc/13481/stat : 13481 (toysat) R 13478 13481 10353 0 -1 4202496 447505 0 0 0 171884 310 0 0 20 0 4 0 24311884 2075725824 448151 33554432000 4194304 16246674 140736837641568 140736837640744 5721406 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13481/statm: 506769 448151 923 2943 0 503663 0
[pid=13481/tid=13482] ppid=13478 vsize=2027076 CPUtime=0 cores=1,3,5,7
/proc/13481/task/13482/stat : 13482 (toysat) S 13478 13481 10353 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 24311884 2075725824 448151 33554432000 4194304 16246674 140736837641568 140572046109936 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=13481/tid=13483] ppid=13478 vsize=2027076 CPUtime=0 cores=1,3,5,7
/proc/13481/task/13483/stat : 13483 (toysat) S 13478 13481 10353 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 24311884 2075725824 448151 33554432000 4194304 16246674 140736837641568 140572035620080 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=13481/tid=13484] ppid=13478 vsize=2027076 CPUtime=0 cores=1,3,5,7
/proc/13481/task/13484/stat : 13484 (toysat) S 13478 13481 10353 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 24311884 2075725824 448151 33554432000 4194304 16246674 140736837641568 140572025146544 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1721.94
Current children cumulated vsize (KiB) 2027076

[startup+1782.3 s]
/proc/loadavg: 2.16 2.21 2.16 4/183 13577
/proc/meminfo: memFree=28414752/32872528 swapFree=534252/566956
[pid=13481] ppid=13478 vsize=2077252 CPUtime=1781.93 cores=1,3,5,7
/proc/13481/stat : 13481 (toysat) R 13478 13481 10353 0 -1 4202496 460162 0 0 0 177867 326 0 0 20 0 4 0 24311884 2127106048 460807 33554432000 4194304 16246674 140736837641568 140736837640744 13191360 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13481/statm: 519313 460807 923 2943 0 516207 0
[pid=13481/tid=13482] ppid=13478 vsize=2077252 CPUtime=0 cores=1,3,5,7
/proc/13481/task/13482/stat : 13482 (toysat) S 13478 13481 10353 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 24311884 2127106048 460807 33554432000 4194304 16246674 140736837641568 140572046109936 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=13481/tid=13483] ppid=13478 vsize=2077252 CPUtime=0 cores=1,3,5,7
/proc/13481/task/13483/stat : 13483 (toysat) S 13478 13481 10353 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 24311884 2127106048 460807 33554432000 4194304 16246674 140736837641568 140572035620080 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=13481/tid=13484] ppid=13478 vsize=2077252 CPUtime=0 cores=1,3,5,7
/proc/13481/task/13484/stat : 13484 (toysat) S 13478 13481 10353 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 24311884 2127106048 460807 33554432000 4194304 16246674 140736837641568 140572025146544 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1781.93
Current children cumulated vsize (KiB) 2077252



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.20 2.22 2.17 3/183 13577
/proc/meminfo: memFree=28414476/32872528 swapFree=534252/566956
[pid=13481] ppid=13478 vsize=2077252 CPUtime=1800.02 cores=1,3,5,7
/proc/13481/stat : 13481 (toysat) R 13478 13481 10353 0 -1 4202496 460194 0 0 0 179674 328 0 0 20 0 4 0 24311884 2127106048 460834 33554432000 4194304 16246674 140736837641568 140736837640744 12483512 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13481/statm: 519313 460834 923 2943 0 516207 0
[pid=13481/tid=13482] ppid=13478 vsize=2077252 CPUtime=0 cores=1,3,5,7
/proc/13481/task/13482/stat : 13482 (toysat) S 13478 13481 10353 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 24311884 2127106048 460834 33554432000 4194304 16246674 140736837641568 140572046109936 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=13481/tid=13483] ppid=13478 vsize=2077252 CPUtime=0 cores=1,3,5,7
/proc/13481/task/13483/stat : 13483 (toysat) S 13478 13481 10353 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 24311884 2127106048 460834 33554432000 4194304 16246674 140736837641568 140572035620080 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=13481/tid=13484] ppid=13478 vsize=2077252 CPUtime=0 cores=1,3,5,7
/proc/13481/task/13484/stat : 13484 (toysat) S 13478 13481 10353 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 24311884 2127106048 460834 33554432000 4194304 16246674 140736837641568 140572025146544 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 2077252

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.42
CPU time (s): 1800.04
CPU user time (s): 1796.75
CPU system time (s): 3.2955
CPU usage (%): 99.9792
Max. virtual memory (cumulated for all children) (KiB): 2077252

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1796.75
system time used= 3.2955
maximum resident set size= 1843336
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 460194
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= 192
involuntary context switches= 1833

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.50031 second user time and 6.99294 second system time

The end

Launcher Data

Begin job on node138 at 2016-06-18 06:04:22
IDJOB=4101337
IDBENCH=1732
IDSOLVER=2542
FILE ID=node138/4101337-1466222662
RUNJOBID= node138-1466206053-10370
PBS_JOBID= 19918139
Free space on /tmp= 71716 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/MIPLIB/miplib/normalized-reduced-mps-v2-20-10-air03.opb
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --pb --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4101337-1466222662/watcher-4101337-1466222662 -o /tmp/evaluation-result-4101337-1466222662/solver-4101337-1466222662 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node138-1466206053-10370 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4101337-1466222662.opb

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

MD5SUM BENCH= c2512385eceb0464b223bc1effdca67c
RANDOM SEED=1540143627

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30244632 kB
Buffers:           99376 kB
Cached:           121148 kB
SwapCached:         1060 kB
Active:          1199256 kB
Inactive:         124300 kB
Active(anon):    1104472 kB
Inactive(anon):     1228 kB
Active(file):      94784 kB
Inactive(file):   123072 kB
Unevictable:      566956 kB
Mlocked:          534252 kB
SwapTotal:      67108856 kB
SwapFree:       67099636 kB
Dirty:             17468 kB
Writeback:             0 kB
AnonPages:       1669680 kB
Mapped:            10504 kB
Shmem:                 0 kB
Slab:             603260 kB
SReclaimable:      46760 kB
SUnreclaim:       556500 kB
KernelStack:        1496 kB
PageTables:         7404 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1812220 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:     36864 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= 71700 MiB
End job on node138 at 2016-06-18 06:34:23