Trace number 4079225

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.07 1800.55

General information on the benchmark

Name/OPT-BIGINT-LIN/
heinz/normalized-t1722.opb
MD5SUM5a4916943480b697e6c7cc05543abfc1
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark195004
Best CPU time to get the best result obtained on this benchmark1800.05
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables36630
Total number of constraints338
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)338
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint389
Maximum length of a constraint420
Number of terms in the objective function 36630
Biggest coefficient in the objective function 4032
Number of bits for the biggest coefficient in the objective function 12
Sum of the numbers in the objective function 85788512
Number of bits of the sum of numbers in the objective function 27
Biggest number in a constraint 4032
Number of bits of the biggest number in a constraint 12
Biggest sum of numbers in a constraint 85788512
Number of bits of the biggest sum of numbers27
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-07T08:19:53+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-4079225-1465280393.opb"]
0.00/0.01	c use --random-gen="1875596414 1960318743 4125311219 2622522210 667256490 750254710 1238809739 3009845365 941539563 3219635345 3544040783 3798186441 757189275 3527716919 2044317142 2542055307 4256404181 1608079454 260506598 2179851550 2388933911 365795008 4250629418 3085291353 858226298 1096562659 2536932405 2498344114 2879232934 609235025 1132700721 2528775216 1969377107 2968855978 2374864251 1694365853 1865137551 3869166475 259394209 2730497329 2186056931 539911949 3211854254 1450441382 686395908 1585999638 660361662 1698044837 2995957244 1330617413 2433038851 768020685 4144093380 3063821004 701376626 2484570427 1338291096 689384455 4097345575 2121816332 158597754 3333248143 3823505957 1277095979 3601815111 663588888 2373546309 1476981916 1559455638 3549504336 4166976537 2570679928 2860418782 2264038592 3043325566 2960259123 849936080 3506720032 3014016399 4229892732 2440969683 4115584231 1703228407 2274365949 2585535854 909124467 1230704980 3279095631 2599832391 618251778 2785174003 4246020010 879044461 3849100911 1242929584 2435423459 2437293873 474995521 2667045757 1633559976 3380612795 2985444687 449217684 3657460514 3099856249 938500511 277560258 460955859 339314778 4038245116 1980370507 436740884 505444872 3498176645 903254204 1646121856 2331779245 2811138061 3494290627 1047505212 2836445946 4764576 1432976598 1022217509 1065331797 4267643669 4153665377 3915683204 2514996374 2869137087 1864249797 3301055476 4192150457 2740439009 1766995477 2709223284 677889525 360346684 574270099 577960963 2950276851 615545556 773907048 1119819715 3978760420 2126553387 687229398 516780444 581094189 323500677 1632072523 4089482454 251116415 675173014 2216925165 565844462 2798265596 465961457 2012270492 3538512532 325896072 3205132904 2692850922 3176585945 473369301 242270792 3750288149 2217768106 3647314404 554391717 1257317469 3192702665 3447901529 4022963864 434698066 3237026394 525237500 156144006 818521811 3787819346 3432058109 824755411 4248031062 598394680 268403367 3836863755 3549327817 814042778 3015100338 3023082898 664794743 1284661750 3161527252 617660992 1910672369 1459855275 3904697574 3053415334 1603705995 2190884992 704983521 423861042 1827650125 730859875 1155976058 253872453 717738853 2945540894 1416563944 4074142663 1207456023 1448256106 2334100856 593886922 3369930126 2476946889 532267231 1051860307 407590288 1167426406 611415830 3141814403 3531382473 1994801544 2383766373 3099948254 4250289991 1205829730 2134249605 3604472158 4250251922 2901027431 727638940 3942309084 46290407 3181970140 2274909690 2774687937 4011499777 865062787 2495543102 2492808260 3058402018 1258446623 3006491260 632172884 1178150802 3307800934 236630595 3892661948 3172838243 3150339064 952603021 4027029490 3480299970 1099551522 255 362436" option to reproduce the execution
0.29/0.33	c #vars 36630
0.29/0.33	c #constraints 338
1.09/1.12	c BCD2: Hardening is enabled.
1.09/1.12	c BCD2: BiasedSearch is enabled.
1.09/1.12	c Solving starts ...
1.09/1.12	c ============================[ Search Statistics ]============================
1.09/1.12	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.09/1.12	c       |         |          |          |    Limit     GC | Var      | Constra 
1.09/1.12	c =============================================================================
1.09/1.12	c  0.0s |       0 |        0 |        0 |    12435      0 |        0 |        0
1.48/1.51	c  0.4s |       0 |    12214 |       85 |    12435      0 |        0 |        0
1.48/1.51	c #cpu_time = 0.360s
1.48/1.51	c #wall_clock_time = 0.360s
1.48/1.51	c #decision = 12214
1.48/1.51	c #random_decision = 9
1.48/1.51	c #conflict = 85
1.48/1.51	c #restart = 0
1.48/1.51	o 259513
1.58/1.66	c BCD2: updating upper bound: 85788512 -> 259512
1.78/1.89	c BCD2: 0 <= obj <= 259512
1.78/1.89	c BCD2: #cores=0, #unrelaxed=36630, #relaxed=0, #hardened=0
1.78/1.89	c BCD2: #sat=1 #unsat=1 bias=1/2
1.88/1.91	c Solving starts ...
1.88/1.91	c ============================[ Search Statistics ]============================
1.88/1.91	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.88/1.91	c       |         |          |          |    Limit     GC | Var      | Constra 
1.88/1.91	c =============================================================================
1.88/1.91	c  0.0s |       0 |        0 |        0 |    12435      0 |        0 |        0
1.98/2.04	c  0.1s |       0 |    36472 |        0 |    12435      0 |        0 |        0
1.98/2.04	c #cpu_time = 0.119s
1.98/2.04	c #wall_clock_time = 0.119s
1.98/2.04	c #decision = 36472
1.98/2.04	c #random_decision = 0
1.98/2.04	c #conflict = 0
1.98/2.04	c #restart = 0
1.98/2.07	c BCD2: found a new core of size 1574: cost of the new core is >=1129
1.98/2.07	c lower bound updated to 1129
1.98/2.10	c BCD2: 1129 <= obj <= 259512
1.98/2.10	c BCD2: #cores=1, #unrelaxed=35056, #relaxed=1574, #hardened=0
1.98/2.10	c BCD2: #sat=1 #unsat=2 bias=2/3
2.48/2.54	c Solving starts ...
2.48/2.54	c ============================[ Search Statistics ]============================
2.48/2.54	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.48/2.54	c       |         |          |          |    Limit     GC | Var      | Constra 
2.48/2.54	c =============================================================================
2.48/2.54	c  0.0s |       0 |        0 |        0 |    12435      0 |        0 |        0
2.59/2.66	c  0.1s |       0 |    34901 |        0 |    12435      0 |        0 |        0
2.59/2.66	c #cpu_time = 0.110s
2.59/2.66	c #wall_clock_time = 0.110s
2.59/2.66	c #decision = 34901
2.59/2.66	c #random_decision = 0
2.59/2.66	c #conflict = 0
2.59/2.66	c #restart = 0
2.59/2.66	c BCD2: found a new core of size 1963: cost of the new core is >=1016
2.59/2.66	c lower bound updated to 2145
2.59/2.70	c BCD2: 2145 <= obj <= 259512
2.69/2.70	c BCD2: #cores=2, #unrelaxed=33093, #relaxed=3537, #hardened=0
2.69/2.70	c BCD2: #sat=1 #unsat=3 bias=3/4
3.09/3.14	c Solving starts ...
3.09/3.14	c ============================[ Search Statistics ]============================
3.09/3.14	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.09/3.14	c       |         |          |          |    Limit     GC | Var      | Constra 
3.09/3.14	c =============================================================================
3.09/3.15	c  0.0s |       0 |        0 |        0 |    12435      0 |        0 |        0
3.19/3.25	c  0.1s |       0 |    32980 |        0 |    12435      0 |        0 |        0
3.19/3.25	c #cpu_time = 0.095s
3.19/3.25	c #wall_clock_time = 0.095s
3.19/3.25	c #decision = 32980
3.19/3.25	c #random_decision = 0
3.19/3.25	c #conflict = 0
3.19/3.25	c #restart = 0
3.19/3.27	c BCD2: found a new core of size 1176: cost of the new core is >=1022
3.19/3.27	c lower bound updated to 3167
3.29/3.40	c BCD2: 3167 <= obj <= 259512
3.29/3.40	c BCD2: #cores=3, #unrelaxed=31917, #relaxed=4713, #hardened=0
3.29/3.40	c BCD2: #sat=1 #unsat=4 bias=4/5
4.58/4.65	c Solving starts ...
4.58/4.65	c ============================[ Search Statistics ]============================
4.58/4.65	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.58/4.65	c       |         |          |          |    Limit     GC | Var      | Constra 
4.58/4.65	c =============================================================================
4.58/4.65	c  0.0s |       0 |        0 |        0 |    12435      0 |        0 |        0
4.69/4.75	c  0.1s |       0 |    31820 |        0 |    12435      0 |        0 |        0
4.69/4.75	c #cpu_time = 0.084s
4.69/4.75	c #wall_clock_time = 0.087s
4.69/4.75	c #decision = 31820
4.69/4.75	c #random_decision = 0
4.69/4.75	c #conflict = 0
4.69/4.75	c #restart = 0
4.69/4.75	c BCD2: found a new core of size 392: cost of the new core is >=1116
4.69/4.75	c lower bound updated to 4283
4.69/4.78	c BCD2: 4283 <= obj <= 259512
4.69/4.78	c BCD2: #cores=4, #unrelaxed=31525, #relaxed=5105, #hardened=0
4.69/4.78	c BCD2: #sat=1 #unsat=5 bias=5/6
12.68/12.79	c Solving starts ...
12.68/12.79	c ============================[ Search Statistics ]============================
12.68/12.79	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
12.68/12.79	c       |         |          |          |    Limit     GC | Var      | Constra 
12.68/12.79	c =============================================================================
12.78/12.80	c  0.0s |       0 |        0 |        0 |    12435      0 |        0 |        1
12.78/12.89	c  0.1s |       0 |    31434 |        0 |    12435      0 |        0 |        1
12.78/12.89	c #cpu_time = 0.082s
12.78/12.89	c #wall_clock_time = 0.082s
12.78/12.89	c #decision = 31434
12.78/12.89	c #random_decision = 0
12.78/12.89	c #conflict = 0
12.78/12.89	c #restart = 0
12.78/12.89	c BCD2: found a new core of size 389: cost of the new core is >=1510
12.78/12.89	c lower bound updated to 5793
12.88/12.91	c BCD2: 5793 <= obj <= 259512
12.88/12.91	c BCD2: #cores=5, #unrelaxed=31136, #relaxed=5494, #hardened=0
12.88/12.91	c BCD2: #sat=1 #unsat=6 bias=6/7
46.67/46.73	c Solving starts ...
46.67/46.73	c ============================[ Search Statistics ]============================
46.67/46.73	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
46.67/46.73	c       |         |          |          |    Limit     GC | Var      | Constra 
46.67/46.73	c =============================================================================
46.67/46.73	c  0.0s |       0 |        0 |        0 |    12435      0 |        0 |        2
46.77/46.83	c  0.1s |       0 |    31049 |        0 |    12435      0 |        0 |        2
46.77/46.83	c #cpu_time = 0.085s
46.77/46.83	c #wall_clock_time = 0.085s
46.77/46.83	c #decision = 31049
46.77/46.83	c #random_decision = 0
46.77/46.83	c #conflict = 0
46.77/46.83	c #restart = 0
46.77/46.83	c BCD2: found a new core of size 390: cost of the new core is >=997
46.77/46.83	c lower bound updated to 6790
46.77/46.85	c BCD2: 6790 <= obj <= 259512
46.77/46.85	c BCD2: #cores=6, #unrelaxed=30746, #relaxed=5884, #hardened=0
46.77/46.85	c BCD2: #sat=1 #unsat=7 bias=7/8
137.65/137.78	c Solving starts ...
137.65/137.78	c ============================[ Search Statistics ]============================
137.65/137.78	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
137.65/137.78	c       |         |          |          |    Limit     GC | Var      | Constra 
137.65/137.78	c =============================================================================
137.65/137.78	c  0.0s |       0 |        0 |        0 |    12435      0 |        0 |        3
137.75/137.88	c  0.1s |       0 |    30662 |        0 |    12435      0 |        0 |        3
137.75/137.88	c #cpu_time = 0.087s
137.75/137.88	c #wall_clock_time = 0.087s
137.75/137.88	c #decision = 30662
137.75/137.88	c #random_decision = 0
137.75/137.88	c #conflict = 0
137.75/137.88	c #restart = 0
137.75/137.88	c BCD2: found a new core of size 398: cost of the new core is >=948
137.75/137.88	c lower bound updated to 7738
137.85/137.90	c BCD2: 7738 <= obj <= 259512
137.85/137.90	c BCD2: #cores=7, #unrelaxed=30348, #relaxed=6282, #hardened=0
137.85/137.90	c BCD2: #sat=1 #unsat=8 bias=8/9
215.65/215.71	c Solving starts ...
215.65/215.71	c ============================[ Search Statistics ]============================
215.65/215.71	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
215.65/215.71	c       |         |          |          |    Limit     GC | Var      | Constra 
215.65/215.71	c =============================================================================
215.65/215.71	c  0.0s |       0 |        0 |        0 |    12435      0 |        0 |        4
215.74/215.82	c  0.1s |       0 |    30270 |        1 |    12435      0 |        0 |        4
215.74/215.82	c #cpu_time = 0.105s
215.74/215.82	c #wall_clock_time = 0.105s
215.74/215.82	c #decision = 30270
215.74/215.82	c #random_decision = 0
215.74/215.82	c #conflict = 1
215.74/215.82	c #restart = 0
215.74/215.83	c BCD2: relaxing 2003 and merging with 3 cores into a new core of size 3180: cost of the new core is >=4333
215.74/215.83	c lower bound updated to 8616
215.74/215.87	c BCD2: 8616 <= obj <= 259512
215.74/215.87	c BCD2: #cores=5, #unrelaxed=28345, #relaxed=8285, #hardened=0
215.74/215.87	c BCD2: #sat=1 #unsat=9 bias=9/10
217.04/217.16	c Solving starts ...
217.04/217.16	c ============================[ Search Statistics ]============================
217.04/217.16	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
217.04/217.16	c       |         |          |          |    Limit     GC | Var      | Constra 
217.04/217.16	c =============================================================================
217.04/217.16	c  0.0s |       0 |        0 |        0 |    12435      0 |        6 |        4
217.75/217.82	c  0.7s |       1 |    38496 |      100 |    13679      0 |        6 |       13
220.54/220.61	c  3.5s |       2 |    73427 |      250 |    15047      0 |        6 |       13
220.84/220.93	c  3.8s |       2 |   104876 |      277 |    15047      0 |        6 |       13
220.84/220.93	c #cpu_time = 3.768s
220.84/220.93	c #wall_clock_time = 3.767s
220.84/220.93	c #decision = 104876
220.84/220.93	c #random_decision = 20
220.84/220.93	c #conflict = 277
220.84/220.93	c #restart = 2
220.84/220.96	c BCD2: found a new core of size 1554: cost of the new core is >=990
220.84/220.96	c lower bound updated to 9606
220.84/220.99	c BCD2: 9606 <= obj <= 259512
220.84/220.99	c BCD2: #cores=6, #unrelaxed=26791, #relaxed=9839, #hardened=0
220.84/220.99	c BCD2: #sat=1 #unsat=10 bias=10/11
227.04/227.19	c Solving starts ...
227.04/227.19	c ============================[ Search Statistics ]============================
227.04/227.19	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
227.04/227.19	c       |         |          |          |    Limit     GC | Var      | Constra 
227.04/227.19	c =============================================================================
227.04/227.19	c  0.0s |       0 |        0 |        0 |    15047      0 |        6 |       13
229.64/229.71	c  2.5s |       0 |    39204 |      100 |    15047      0 |        6 |       13
229.64/229.72	c  2.5s |       1 |    39204 |      100 |    15047      0 |        6 |       13
232.24/232.34	c  5.1s |       1 |    86286 |      200 |    16552      0 |        6 |       13
234.04/234.17	c  7.0s |       2 |    94493 |      250 |    16552      0 |        6 |       13
239.85/239.91	c 12.7s |       2 |   128311 |      350 |    16552      0 |        6 |       13
251.24/251.35	c 24.2s |       2 |   132908 |      450 |    16552      0 |        6 |       13
251.64/251.74	c 24.6s |       3 |   133260 |      475 |    18208      0 |        6 |       13
254.64/254.75	c 27.6s |       3 |   163636 |      675 |    18208      0 |        6 |       13
256.94/257.00	c 29.8s |       4 |   164117 |      813 |    18208      0 |        6 |       13
259.73/259.86	c 32.7s |       4 |   193233 |     1113 |    20029      0 |        6 |       13
261.63/261.73	c 34.5s |       5 |   194322 |     1320 |    20029      0 |        6 |       13
263.94/264.01	c 36.8s |       5 |   224899 |     1620 |    20029      0 |        6 |       13
266.43/266.58	c 39.4s |       5 |   226276 |     1920 |    22032      0 |        6 |       13
268.03/268.10	c 40.9s |       6 |   232675 |     2081 |    22032      0 |        6 |       13
270.54/270.63	c 43.4s |       6 |   271779 |     2381 |    22032      0 |        6 |       13
273.13/273.27	c 46.1s |       6 |   278561 |     2681 |    22032      0 |        6 |       13
275.43/275.56	c 48.4s |       6 |   280612 |     2881 |    24236      0 |        6 |       13
279.34/279.48	c 52.3s |       6 |   282377 |     3181 |    24236      0 |        6 |       13
280.23/280.34	c 53.1s |       7 |   282438 |     3223 |    24236      0 |        6 |       13
282.53/282.60	c 55.4s |       7 |   310025 |     3323 |    24236      0 |        6 |       13
284.84/284.96	c 57.8s |       7 |   314667 |     3523 |    24236      0 |        6 |       13
287.54/287.66	c 60.5s |       7 |   317963 |     3723 |    24236      0 |        6 |       13
289.54/289.67	c 62.5s |       7 |   321910 |     3923 |    24236      0 |        6 |       13
292.93/293.01	c 65.8s |       7 |   323277 |     4123 |    24236      0 |        6 |       13
296.63/296.77	c 69.6s |       7 |   325995 |     4323 |    24236      0 |        6 |       13
300.44/300.58	c 73.4s |       7 |   327251 |     4523 |    24236      0 |        6 |       13
304.33/304.45	c 77.3s |       7 |   328680 |     4723 |    26660      0 |        6 |       13
305.33/305.48	c 78.3s |       8 |   330741 |     4936 |    26660      0 |        6 |       13
307.83/307.94	c 80.7s |       8 |   361151 |     5136 |    26660      0 |        6 |       13
309.83/309.95	c 82.8s |       8 |   365675 |     5436 |    26660      0 |        6 |       13
312.34/312.47	c 85.3s |       8 |   368093 |     5736 |    26660      0 |        6 |       13
315.53/315.64	c 88.4s |       8 |   377832 |     6136 |    26660      0 |        6 |       13
317.83/317.97	c 90.8s |       8 |   379463 |     6436 |    26660      0 |        6 |       13
320.13/320.27	c 93.1s |       8 |   392792 |     6636 |    26660      0 |        6 |       13
322.72/322.84	c 95.6s |       8 |   398810 |     7036 |    26660      0 |        6 |       13
325.02/325.13	c 97.9s |       8 |   408660 |     7236 |    29327      0 |        6 |       13
327.13/327.22	c  100s |       8 |   410112 |     7436 |    29327      0 |        6 |       13
328.23/328.32	c  101s |       9 |   410380 |     7506 |    29327      0 |        6 |       13
330.33/330.40	c  103s |       9 |   438449 |     7706 |    29327      0 |        6 |       13
332.63/332.71	c  105s |       9 |   439320 |     7906 |    29327      0 |        6 |       13
334.82/334.98	c  107s |       9 |   442023 |     8206 |    29327      0 |        6 |       13
337.73/337.81	c  110s |       9 |   443849 |     8506 |    29327      0 |        6 |       13
340.22/340.33	c  113s |       9 |   446600 |     8806 |    29327      0 |        6 |       13
342.63/342.71	c  115s |       9 |   448652 |     9049 |    29327      0 |        6 |       13
342.63/342.71	c #cpu_time = 115.508s
342.63/342.71	c #wall_clock_time = 115.506s
342.63/342.71	c #decision = 448652
342.63/342.71	c #random_decision = 248
342.63/342.71	c #conflict = 9049
342.63/342.71	c #restart = 9
342.63/342.73	c BCD2: relaxing 10762 and merging with 2 cores into a new core of size 13512: cost of the new core is >=3172
342.63/342.73	c lower bound updated to 10627
342.73/342.82	c BCD2: 10627 <= obj <= 259512
342.73/342.82	c BCD2: #cores=5, #unrelaxed=16029, #relaxed=20601, #hardened=0
342.73/342.82	c BCD2: #sat=1 #unsat=11 bias=11/12
343.13/343.26	c Solving starts ...
343.13/343.26	c ============================[ Search Statistics ]============================
343.13/343.26	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
343.13/343.26	c       |         |          |          |    Limit     GC | Var      | Constra 
343.13/343.26	c =============================================================================
343.13/343.26	c  0.0s |       0 |        0 |        0 |    29327      0 |       22 |       13
345.82/345.98	c  2.7s |       0 |    33688 |      100 |    29327      0 |       22 |       43
345.92/346.00	c  2.7s |       1 |    33688 |      100 |    29327      0 |       22 |       43
347.53/347.69	c  4.4s |       2 |    59660 |      250 |    29327      0 |       22 |       43
349.73/349.85	c  6.6s |       3 |    80637 |      475 |    29327      0 |       22 |       43
352.32/352.44	c  9.2s |       3 |   100681 |      775 |    29327      0 |       22 |       43
352.82/352.99	c  9.7s |       4 |   100864 |      813 |    29327      0 |       22 |       43
356.22/356.33	c 13.1s |       4 |   139979 |     1113 |    29327      0 |       22 |       43
364.13/364.24	c 21.0s |       4 |   147939 |     1213 |    29327      0 |       22 |       43
365.72/365.82	c 22.6s |       5 |   150689 |     1320 |    29327      0 |       22 |       43
367.72/367.84	c 24.6s |       5 |   173545 |     1520 |    29327      0 |       22 |       43
370.02/370.19	c 26.9s |       5 |   179882 |     1720 |    29327      0 |       22 |       43
372.52/372.64	c 29.4s |       5 |   183272 |     2020 |    32260      0 |       22 |       43
373.02/373.12	c 29.9s |       6 |   183979 |     2081 |    32260      0 |       22 |       43
375.13/375.25	c 32.0s |       6 |   205719 |     2381 |    32260      0 |       22 |       43
377.22/377.31	c 34.0s |       6 |   210278 |     2681 |    32260      0 |       22 |       43
379.32/379.44	c 36.2s |       6 |   213942 |     2881 |    32260      0 |       22 |       43
381.92/382.04	c 38.8s |       6 |   216406 |     3181 |    32260      0 |       22 |       43
382.22/382.39	c 39.1s |       7 |   216678 |     3223 |    32260      0 |       22 |       43
384.82/384.93	c 41.7s |       7 |   242435 |     3623 |    32260      0 |       22 |       43
387.32/387.46	c 44.2s |       7 |   245658 |     4023 |    32260      0 |       22 |       43
389.81/389.96	c 46.7s |       7 |   246650 |     4223 |    32260      0 |       22 |       43
391.91/392.07	c 48.8s |       7 |   248942 |     4323 |    32260      0 |       22 |       43
394.51/394.61	c 51.4s |       7 |   266394 |     4423 |    32260      0 |       22 |       43
396.51/396.63	c 53.4s |       7 |   279511 |     4523 |    32260      0 |       22 |       43
400.51/400.61	c 57.4s |       7 |   289663 |     4623 |    32260      0 |       22 |       43
403.81/403.91	c 60.6s |       7 |   292728 |     4723 |    32260      0 |       22 |       43
406.61/406.79	c 63.5s |       7 |   297589 |     4923 |    32260      0 |       22 |       43
406.92/407.07	c 63.8s |       8 |   297618 |     4936 |    32260      0 |       22 |       43
409.12/409.28	c 66.0s |       8 |   318040 |     5036 |    32260      0 |       22 |       43
412.42/412.52	c 69.3s |       8 |   319373 |     5236 |    32260      0 |       22 |       43
414.91/415.08	c 71.8s |       8 |   325319 |     5536 |    32260      0 |       22 |       43
417.31/417.48	c 74.2s |       8 |   328154 |     5836 |    32260      0 |       22 |       43
420.31/420.41	c 77.2s |       8 |   330677 |     6136 |    32260      0 |       22 |       43
423.82/423.92	c 80.7s |       8 |   332058 |     6336 |    32260      0 |       22 |       43
426.41/426.52	c 83.3s |       8 |   332525 |     6436 |    32260      0 |       22 |       43
428.42/428.55	c 85.3s |       8 |   333595 |     6536 |    32260      0 |       22 |       43
431.22/431.34	c 88.1s |       8 |   334525 |     6736 |    32260      0 |       22 |       43
434.31/434.48	c 91.2s |       8 |   335008 |     6936 |    32260      0 |       22 |       43
436.71/436.88	c 93.6s |       8 |   337151 |     7136 |    32260      0 |       22 |       43
439.92/440.07	c 96.8s |       8 |   338068 |     7336 |    32260      0 |       22 |       43
442.21/442.36	c 99.1s |       9 |   339613 |     7506 |    32260      0 |       22 |       43
444.41/444.57	c  101s |       9 |   363006 |     7706 |    35486      0 |       22 |       43
446.91/447.02	c  103s |       9 |   365579 |     7906 |    35486      0 |       22 |       43
449.91/450.07	c  106s |       9 |   373057 |     8306 |    35486      0 |       22 |       43
452.50/452.60	c  109s |       9 |   376091 |     8606 |    35486      0 |       22 |       43
454.60/454.73	c  111s |       9 |   382691 |     8906 |    35486      0 |       22 |       43
456.70/456.87	c  113s |       9 |   384544 |     9106 |    35486      0 |       22 |       43
459.71/459.89	c  116s |       9 |   388621 |     9406 |    35486      0 |       22 |       43
463.20/463.33	c  120s |       9 |   390238 |     9706 |    35486      0 |       22 |       43
465.70/465.85	c  122s |       9 |   390727 |     9806 |    35486      0 |       22 |       43
469.21/469.34	c  126s |       9 |   393551 |    10106 |    35486      0 |       22 |       43
471.20/471.37	c  128s |       9 |   394158 |    10206 |    35486      0 |       22 |       43
473.20/473.39	c  130s |       9 |   395783 |    10306 |    35486      0 |       22 |       43
475.80/475.94	c  132s |       9 |   399493 |    10606 |    35486      0 |       22 |       43
477.80/477.95	c  134s |       9 |   401301 |    10806 |    35486      0 |       22 |       43
480.50/480.61	c  137s |       9 |   402451 |    11006 |    35486      0 |       22 |       43
484.30/484.46	c  141s |       9 |   403230 |    11206 |    35486      0 |       22 |       43
486.50/486.65	c  143s |       9 |   403800 |    11306 |    35486      0 |       22 |       43
487.39/487.55	c  144s |      10 |   404029 |    11361 |    35486      0 |       22 |       43
489.69/489.82	c  146s |      10 |   426121 |    11461 |    35486      0 |       22 |       43
492.09/492.22	c  148s |      10 |   439237 |    11861 |    35486      0 |       22 |       43
494.50/494.68	c  151s |      10 |   447272 |    12261 |    35486      0 |       22 |       43
496.50/496.69	c  153s |      10 |   457814 |    12561 |    35486      0 |       22 |       43
498.89/499.05	c  155s |      10 |   466008 |    12861 |    35486      0 |       22 |       43
501.29/501.45	c  158s |      10 |   471414 |    13161 |    35486      0 |       22 |       43
503.49/503.67	c  160s |      10 |   483196 |    13561 |    35486      0 |       22 |       43
506.09/506.27	c  163s |      10 |   487100 |    13961 |    35486      0 |       22 |       43
508.49/508.61	c  165s |      10 |   497063 |    14361 |    35486      0 |       22 |       43
510.49/510.69	c  167s |      10 |   501476 |    14661 |    35486      0 |       22 |       43
513.78/513.93	c  170s |      10 |   503704 |    14961 |    35486      0 |       22 |       43
517.49/517.63	c  174s |      10 |   505840 |    15161 |    35486      0 |       22 |       43
520.78/520.93	c  177s |      10 |   511361 |    15461 |    35486      0 |       22 |       43
524.09/524.28	c  181s |      10 |   531661 |    15561 |    35486      0 |       22 |       43
528.38/528.53	c  185s |      10 |   543474 |    15661 |    35486      0 |       22 |       43
532.49/532.62	c  189s |      10 |   551361 |    15761 |    35486      0 |       22 |       43
534.78/534.93	c  191s |      10 |   557932 |    15861 |    35486      0 |       22 |       43
539.88/540.04	c  196s |      10 |   558528 |    15961 |    35486      0 |       22 |       43
546.48/546.67	c  203s |      10 |   558746 |    16061 |    35486      0 |       22 |       43
558.37/558.50	c  215s |      10 |   559648 |    16161 |    35486      0 |       22 |       43
564.37/564.56	c  221s |      10 |   560847 |    16261 |    39035      0 |       22 |       43
567.76/567.99	c  224s |      10 |   561701 |    16361 |    39035      0 |       22 |       43
571.26/571.47	c  228s |      10 |   562036 |    16461 |    39035      0 |       22 |       43
576.27/576.50	c  233s |      10 |   562277 |    16561 |    39035      0 |       22 |       43
578.47/578.67	c  235s |      10 |   563374 |    16661 |    39035      0 |       22 |       43
581.55/581.72	c  238s |      10 |   567808 |    16861 |    39035      0 |       22 |       43
585.36/585.57	c  242s |      10 |   570551 |    17061 |    39035      0 |       22 |       43
587.56/587.72	c  244s |      11 |   587083 |    17144 |    39035      0 |       22 |       43
590.25/590.43	c  247s |      11 |   607329 |    17244 |    39035      0 |       22 |       43
592.94/593.11	c  249s |      11 |   610067 |    17544 |    39035      0 |       22 |       43
595.75/595.92	c  252s |      11 |   611924 |    17844 |    39035      0 |       22 |       43
597.95/598.16	c  254s |      11 |   615776 |    18044 |    39035      0 |       22 |       43
600.34/600.52	c  257s |      11 |   619217 |    18244 |    39035      0 |       22 |       43
602.34/602.57	c  259s |      11 |   625353 |    18544 |    39035      0 |       22 |       43
604.85/605.01	c  261s |      11 |   629498 |    18844 |    39035      0 |       22 |       43
607.44/607.62	c  264s |      11 |   636635 |    19244 |    39035      0 |       22 |       43
609.84/610.08	c  266s |      11 |   641168 |    19644 |    39035      0 |       22 |       43
611.94/612.18	c  268s |      11 |   654213 |    19944 |    39035      0 |       22 |       43
614.54/614.79	c  271s |      11 |   663350 |    20244 |    39035      0 |       22 |       43
616.95/617.12	c  273s |      11 |   665408 |    20444 |    39035      0 |       22 |       43
618.95/619.15	c  275s |      11 |   671165 |    20744 |    39035      0 |       22 |       43
622.34/622.52	c  279s |      11 |   675743 |    21044 |    39035      0 |       22 |       43
625.74/625.90	c  282s |      11 |   679022 |    21244 |    39035      0 |       22 |       43
627.84/628.02	c  284s |      11 |   681667 |    21444 |    39035      0 |       22 |       43
629.94/630.12	c  286s |      11 |   683393 |    21544 |    39035      0 |       22 |       43
632.53/632.76	c  289s |      11 |   683957 |    21644 |    39035      0 |       22 |       43
634.55/634.78	c  291s |      11 |   686263 |    21744 |    39035      0 |       22 |       43
636.63/636.80	c  293s |      11 |   688456 |    21944 |    39035      0 |       22 |       43
639.52/639.71	c  296s |      11 |   689569 |    22144 |    39035      0 |       22 |       43
642.03/642.27	c  299s |      11 |   692678 |    22344 |    39035      0 |       22 |       43
644.83/645.09	c  301s |      11 |   695129 |    22544 |    39035      0 |       22 |       43
647.23/647.49	c  304s |      11 |   696424 |    22744 |    39035      0 |       22 |       43
651.52/651.79	c  308s |      11 |   697267 |    22944 |    39035      0 |       22 |       43
653.72/653.97	c  310s |      11 |   698559 |    23144 |    39035      0 |       22 |       43
656.63/656.81	c  313s |      11 |   700053 |    23344 |    39035      0 |       22 |       43
659.52/659.72	c  316s |      11 |   702934 |    23644 |    39035      0 |       22 |       43
663.01/663.27	c  320s |      11 |   703845 |    23844 |    39035      0 |       22 |       43
665.42/665.62	c  322s |      11 |   705653 |    24044 |    39035      0 |       22 |       43
667.81/668.05	c  324s |      11 |   708793 |    24344 |    39035      0 |       22 |       43
670.12/670.37	c  327s |      11 |   711216 |    24644 |    39035      0 |       22 |       43
672.51/672.70	c  329s |      11 |   712906 |    24844 |    39035      0 |       22 |       43
675.11/675.35	c  332s |      11 |   713706 |    24944 |    39035      0 |       22 |       43
678.01/678.27	c  335s |      11 |   714230 |    25044 |    39035      0 |       22 |       43
681.91/682.11	c  338s |      11 |   715701 |    25244 |    39035      0 |       22 |       43
684.70/684.97	c  341s |      11 |   716164 |    25344 |    39035      0 |       22 |       43
687.42/687.64	c  344s |      11 |   716488 |    25444 |    39035      0 |       22 |       43
690.90/691.11	c  347s |      11 |   718072 |    25644 |    39035      0 |       22 |       43
693.30/693.51	c  350s |      11 |   718942 |    25744 |    39035      0 |       22 |       43
694.80/695.08	c  351s |      12 |   719426 |    25819 |    39035      0 |       22 |       43
698.21/698.44	c  355s |      12 |   738082 |    25919 |    39035      0 |       22 |       43
700.61/700.86	c  357s |      12 |   740955 |    26219 |    39035      0 |       22 |       43
703.10/703.31	c  360s |      12 |   745104 |    26519 |    39035      0 |       22 |       43
705.40/705.63	c  362s |      12 |   748889 |    26819 |    39035      0 |       22 |       43
708.10/708.32	c  365s |      12 |   753667 |    27119 |    39035      0 |       22 |       43
710.10/710.35	c  367s |      12 |   755966 |    27319 |    39035      0 |       22 |       43
713.80/714.06	c  370s |      12 |   756782 |    27519 |    39035      0 |       22 |       43
716.79/717.02	c  373s |      12 |   759285 |    27819 |    39035      0 |       22 |       43
719.19/719.45	c  376s |      12 |   761673 |    28019 |    39035      0 |       22 |       43
721.69/721.90	c  378s |      12 |   764409 |    28219 |    39035      0 |       22 |       43
724.39/724.67	c  381s |      12 |   767396 |    28419 |    39035      0 |       22 |       43
726.49/726.72	c  383s |      12 |   775391 |    28719 |    39035      0 |       22 |       43
729.98/730.24	c  386s |      12 |   782268 |    29019 |    39035      0 |       22 |       43
740.27/740.53	c  397s |      12 |   782767 |    29119 |    39035      0 |       22 |       43
746.68/746.97	c  403s |      12 |   783319 |    29219 |    42939      0 |       22 |       43
748.77/749.01	c  405s |      12 |   785827 |    29319 |    42939      0 |       22 |       43
751.47/751.79	c  408s |      12 |   786907 |    29419 |    42939      0 |       22 |       43
754.77/755.02	c  411s |      12 |   790265 |    29619 |    42939      0 |       22 |       43
757.47/757.74	c  414s |      12 |   794317 |    29819 |    42939      0 |       22 |       43
761.17/761.40	c  418s |      12 |   796759 |    30019 |    42939      0 |       22 |       43
769.07/769.34	c  426s |      12 |   797084 |    30119 |    42939      0 |       22 |       43
774.05/774.40	c  431s |      12 |   798544 |    30219 |    42939      0 |       22 |       43
779.95/780.24	c  436s |      12 |   801294 |    30419 |    42939      0 |       22 |       43
783.35/783.69	c  440s |      12 |   803337 |    30519 |    42939      0 |       22 |       43
785.65/785.96	c  442s |      12 |   805184 |    30619 |    42939      0 |       22 |       43
793.84/794.16	c  450s |      12 |   805627 |    30719 |    42939      0 |       22 |       43
804.44/804.72	c  461s |      12 |   806452 |    30819 |    42939      0 |       22 |       43
807.04/807.32	c  464s |      12 |   807910 |    30919 |    42939      0 |       22 |       43
811.23/811.52	c  468s |      12 |   809061 |    31019 |    42939      0 |       22 |       43
815.44/815.74	c  472s |      12 |   809677 |    31119 |    42939      0 |       22 |       43
819.73/820.06	c  476s |      12 |   811506 |    31219 |    42939      0 |       22 |       43
834.52/834.82	c  491s |      12 |   814462 |    31419 |    42939      0 |       22 |       43
844.82/845.19	c  501s |      12 |   815066 |    31519 |    42939      0 |       22 |       43
894.58/894.97	c  551s |      12 |   815904 |    31619 |    42939      0 |       22 |       43
897.18/897.56	c  554s |      12 |   817340 |    31719 |    42939      0 |       22 |       43
900.68/901.03	c  557s |      12 |   818169 |    31919 |    42939      0 |       22 |       43
910.58/910.95	c  567s |      12 |   818421 |    32019 |    42939      0 |       22 |       43
917.08/917.50	c  574s |      12 |   818736 |    32119 |    42939      0 |       22 |       43
922.77/923.16	c  579s |      12 |   819028 |    32219 |    42939      0 |       22 |       43
925.87/926.24	c  582s |      12 |   820394 |    32319 |    42939      0 |       22 |       43
928.47/928.87	c  585s |      12 |   821284 |    32419 |    42939      0 |       22 |       43
934.77/935.11	c  591s |      12 |   824793 |    32519 |    42939      0 |       22 |       43
946.05/946.42	c  603s |      12 |   825621 |    32619 |    42939      0 |       22 |       43
950.16/950.55	c  607s |      12 |   826936 |    32719 |    42939      0 |       22 |       43
959.25/959.66	c  616s |      12 |   829084 |    32819 |    42939      0 |       22 |       43
967.66/968.07	c  624s |      12 |   830649 |    32919 |    42939      0 |       22 |       43
980.14/980.57	c  637s |      12 |   831388 |    33019 |    42939      0 |       22 |       43
984.15/984.53	c  641s |      12 |   835296 |    33219 |    42939      0 |       22 |       43
986.35/986.79	c  643s |      12 |   837385 |    33319 |    42939      0 |       22 |       43
992.44/992.86	c  649s |      12 |   839149 |    33519 |    42939      0 |       22 |       43
997.35/997.74	c  654s |      12 |   840519 |    33619 |    42939      0 |       22 |       43
1002.14/1002.50	c  659s |      12 |   841343 |    33719 |    42939      0 |       22 |       43
1004.34/1004.72	c  661s |      12 |   842771 |    33819 |    42939      0 |       22 |       43
1010.74/1011.14	c  667s |      12 |   844752 |    33919 |    42939      0 |       22 |       43
1032.84/1033.24	c  689s |      12 |   845042 |    34019 |    42939      0 |       22 |       43
1038.93/1039.30	c  696s |      12 |   845637 |    34119 |    42939      0 |       22 |       43
1040.93/1041.38	c  698s |      12 |   847060 |    34219 |    42939      0 |       22 |       43
1044.23/1044.68	c  701s |      12 |   849615 |    34319 |    42939      0 |       22 |       43
1052.04/1052.42	c  709s |      12 |   852014 |    34519 |    42939      0 |       22 |       43
1055.33/1055.71	c  712s |      12 |   853218 |    34619 |    42939      0 |       22 |       43
1062.23/1062.64	c  719s |      12 |   853838 |    34719 |    42939      0 |       22 |       43
1067.13/1067.59	c  724s |      12 |   855487 |    34819 |    42939      0 |       22 |       43
1072.83/1073.23	c  729s |      12 |   856357 |    34919 |    42939      0 |       22 |       43
1075.32/1075.76	c  732s |      12 |   857472 |    35019 |    42939      0 |       22 |       43
1077.83/1078.20	c  734s |      12 |   858516 |    35119 |    42939      0 |       22 |       43
1090.83/1091.28	c  748s |      12 |   858959 |    35219 |    42939      0 |       22 |       43
1100.02/1100.42	c  757s |      12 |   860258 |    35319 |    42939      0 |       22 |       43
1105.23/1105.69	c  762s |      12 |   862129 |    35419 |    42939      0 |       22 |       43
1107.93/1108.32	c  765s |      12 |   863113 |    35519 |    42939      0 |       22 |       43
1114.32/1114.75	c  771s |      12 |   864421 |    35719 |    42939      0 |       22 |       43
1118.33/1118.74	c  775s |      12 |   865059 |    35819 |    42939      0 |       22 |       43
1130.32/1130.71	c  787s |      12 |   866651 |    36019 |    42939      0 |       22 |       43
1133.42/1133.85	c  790s |      12 |   867244 |    36119 |    42939      0 |       22 |       43
1145.01/1145.49	c  802s |      12 |   867795 |    36219 |    42939      0 |       22 |       43
1148.32/1148.77	c  805s |      12 |   868490 |    36319 |    42939      0 |       22 |       43
1153.31/1153.75	c  810s |      12 |   869208 |    36419 |    42939      0 |       22 |       43
1159.12/1159.51	c  816s |      12 |   871198 |    36619 |    42939      0 |       22 |       43
1165.42/1165.87	c  822s |      12 |   871456 |    36719 |    42939      0 |       22 |       43
1167.82/1168.26	c  824s |      12 |   873034 |    36819 |    42939      0 |       22 |       43
1174.11/1174.59	c  831s |      12 |   874699 |    36919 |    42939      0 |       22 |       43
1185.42/1185.89	c  842s |      12 |   876518 |    37019 |    42939      0 |       22 |       43
1190.51/1190.98	c  847s |      12 |   877704 |    37119 |    42939      0 |       22 |       43
1200.51/1200.91	c  857s |      12 |   880530 |    37319 |    42939      0 |       22 |       43
1213.20/1213.66	c  870s |      12 |   881484 |    37419 |    42939      0 |       22 |       43
1233.00/1233.42	c  890s |      12 |   881747 |    37519 |    42939      0 |       22 |       43
1254.30/1254.70	c  911s |      12 |   882050 |    37619 |    42939      0 |       22 |       43
1264.00/1264.41	c  921s |      12 |   882552 |    37719 |    42939      0 |       22 |       43
1276.09/1276.58	c  933s |      12 |   882963 |    37819 |    42939      0 |       22 |       43
1293.89/1294.37	c  951s |      12 |   883707 |    37919 |    42939      0 |       22 |       43
1322.59/1323.08	c  979s |      12 |   884182 |    38019 |    42939      0 |       22 |       43
1347.88/1348.36	c 1005s |      12 |   884595 |    38119 |    42939      0 |       22 |       43
1386.58/1387.09	c 1043s |      12 |   885015 |    38219 |    42939      0 |       22 |       43
1410.08/1410.54	c 1067s |      12 |   885317 |    38319 |    42939      0 |       22 |       43
1441.87/1442.38	c 1099s |      12 |   885638 |    38419 |    42939      0 |       22 |       43
1471.76/1472.26	c 1129s |      12 |   886018 |    38519 |    42939      0 |       22 |       43
1499.57/1500.07	c 1156s |      12 |   886353 |    38619 |    42939      0 |       22 |       43
1525.86/1526.38	c 1183s |      12 |   886698 |    38719 |    42939      0 |       22 |       43
1548.75/1549.22	c 1205s |      12 |   887065 |    38819 |    42939      0 |       22 |       43
1549.96/1550.49	c 1207s |      13 |   887073 |    38832 |    42939      0 |       22 |       43
1556.25/1556.78	c 1213s |      13 |   905175 |    38932 |    42939      0 |       22 |       43
1559.66/1560.16	c 1216s |      13 |   909931 |    39232 |    42939      0 |       22 |       43
1562.36/1562.86	c 1219s |      13 |   914926 |    39432 |    42939      0 |       22 |       43
1565.56/1566.07	c 1222s |      13 |   917157 |    39632 |    42939      0 |       22 |       43
1570.65/1571.13	c 1227s |      13 |   922176 |    39932 |    42939      0 |       22 |       43
1572.85/1573.37	c 1230s |      13 |   925905 |    40232 |    42939      0 |       22 |       43
1575.06/1575.56	c 1232s |      13 |   930206 |    40632 |    42939      0 |       22 |       43
1577.15/1577.65	c 1234s |      13 |   933383 |    40932 |    42939      0 |       22 |       43
1579.75/1580.23	c 1236s |      13 |   936063 |    41232 |    42939      0 |       22 |       43
1582.85/1583.35	c 1240s |      13 |   938166 |    41432 |    42939      0 |       22 |       43
1585.35/1585.88	c 1242s |      13 |   940177 |    41632 |    42939      0 |       22 |       43
1588.25/1588.76	c 1245s |      13 |   943867 |    42032 |    42939      0 |       22 |       43
1591.45/1591.97	c 1248s |      13 |   947529 |    42332 |    42939      0 |       22 |       43
1593.65/1594.14	c 1250s |      13 |   951227 |    42632 |    42939      0 |       22 |       43
1595.75/1596.21	c 1252s |      13 |   953641 |    42932 |    42939      0 |       22 |       43
1598.25/1598.73	c 1255s |      13 |   956705 |    43232 |    42939      0 |       22 |       43
1600.55/1601.06	c 1257s |      13 |   959870 |    43432 |    42939      0 |       22 |       43
1602.95/1603.44	c 1260s |      13 |   960414 |    43532 |    42939      0 |       22 |       43
1606.05/1606.53	c 1263s |      13 |   962342 |    43732 |    42939      0 |       22 |       43
1609.15/1609.66	c 1266s |      13 |   963176 |    43932 |    42939      0 |       22 |       43
1613.15/1613.61	c 1270s |      13 |   964257 |    44132 |    42939      0 |       22 |       43
1616.95/1617.45	c 1274s |      13 |   964932 |    44332 |    42939      0 |       22 |       43
1619.54/1620.07	c 1276s |      13 |   965476 |    44432 |    42939      0 |       22 |       43
1623.65/1624.18	c 1280s |      13 |   966873 |    44632 |    42939      0 |       22 |       43
1626.45/1627.00	c 1283s |      13 |   967134 |    44732 |    42939      0 |       22 |       43
1628.75/1629.27	c 1286s |      13 |   968101 |    44832 |    42939      0 |       22 |       43
1631.54/1632.02	c 1288s |      13 |   968462 |    44932 |    42939      0 |       22 |       43
1634.45/1634.91	c 1291s |      13 |   970946 |    45132 |    42939      0 |       22 |       43
1637.94/1638.43	c 1295s |      13 |   972942 |    45232 |    42939      0 |       22 |       43
1640.44/1640.96	c 1297s |      13 |   973908 |    45332 |    42939      0 |       22 |       43
1643.44/1643.97	c 1300s |      13 |   975087 |    45532 |    42939      0 |       22 |       43
1648.24/1648.78	c 1305s |      13 |   975821 |    45632 |    42939      0 |       22 |       43
1651.85/1652.36	c 1309s |      13 |   976081 |    45732 |    42939      0 |       22 |       43
1655.04/1655.56	c 1312s |      13 |   976628 |    45832 |    42939      0 |       22 |       43
1659.34/1659.82	c 1316s |      13 |   976810 |    45932 |    42939      0 |       22 |       43
1662.74/1663.30	c 1320s |      13 |   977167 |    46032 |    42939      0 |       22 |       43
1666.34/1666.87	c 1323s |      13 |   979160 |    46232 |    42939      0 |       22 |       43
1668.83/1669.37	c 1326s |      13 |   981440 |    46432 |    42939      0 |       22 |       43
1672.13/1672.61	c 1329s |      13 |   982325 |    46532 |    42939      0 |       22 |       43
1674.74/1675.29	c 1332s |      13 |   983038 |    46632 |    42939      0 |       22 |       43
1677.33/1677.83	c 1334s |      13 |   983601 |    46732 |    42939      0 |       22 |       43
1679.94/1680.48	c 1337s |      13 |   985656 |    46932 |    42939      0 |       22 |       43
1681.93/1682.49	c 1339s |      13 |   987920 |    47132 |    42939      0 |       22 |       43
1684.84/1685.31	c 1342s |      13 |  1003409 |    47332 |    42939      0 |       22 |       43
1686.84/1687.38	c 1344s |      13 |  1005196 |    47532 |    42939      0 |       22 |       43
1689.74/1690.28	c 1347s |      13 |  1006647 |    47732 |    42939      0 |       22 |       43
1692.54/1693.05	c 1349s |      13 |  1007886 |    47932 |    42939      0 |       22 |       43
1695.63/1696.10	c 1352s |      13 |  1010430 |    48132 |    42939      0 |       22 |       43
1698.83/1699.38	c 1356s |      13 |  1011451 |    48232 |    42939      0 |       22 |       43
1702.23/1702.73	c 1359s |      13 |  1013864 |    48432 |    42939      0 |       22 |       43
1704.73/1705.25	c 1361s |      13 |  1016333 |    48632 |    47233      0 |       22 |       43
1707.13/1707.64	c 1364s |      13 |  1018040 |    48732 |    47233      0 |       22 |       43
1711.24/1711.78	c 1368s |      13 |  1023911 |    48932 |    47233      0 |       22 |       43
1714.54/1715.04	c 1371s |      13 |  1024193 |    49032 |    47233      0 |       22 |       43
1716.63/1717.16	c 1373s |      13 |  1026475 |    49232 |    47233      0 |       22 |       43
1718.93/1719.44	c 1376s |      13 |  1028838 |    49432 |    47233      0 |       22 |       43
1721.83/1722.39	c 1379s |      13 |  1028996 |    49532 |    47233      0 |       22 |       43
1724.83/1725.36	c 1382s |      13 |  1029230 |    49632 |    47233      0 |       22 |       43
1728.33/1728.80	c 1385s |      13 |  1029998 |    49832 |    47233      0 |       22 |       43
1730.73/1731.23	c 1387s |      13 |  1031237 |    50032 |    47233      0 |       22 |       43
1734.03/1734.51	c 1391s |      13 |  1031513 |    50132 |    47233      0 |       22 |       43
1738.43/1738.92	c 1395s |      13 |  1031669 |    50232 |    47233      0 |       22 |       43
1743.42/1743.98	c 1400s |      13 |  1031933 |    50332 |    47233      0 |       22 |       43
1747.93/1748.41	c 1405s |      13 |  1032323 |    50432 |    47233      0 |       22 |       43
1750.33/1750.88	c 1407s |      13 |  1032643 |    50532 |    47233      0 |       22 |       43
1755.92/1756.47	c 1413s |      13 |  1032766 |    50632 |    47233      0 |       22 |       43
1761.02/1761.52	c 1418s |      13 |  1033562 |    50732 |    47233      0 |       22 |       43
1766.62/1767.18	c 1423s |      13 |  1034328 |    50832 |    47233      0 |       22 |       43
1770.62/1771.14	c 1427s |      13 |  1034920 |    50932 |    47233      0 |       22 |       43
1773.83/1774.40	c 1431s |      13 |  1035200 |    51032 |    47233      0 |       22 |       43
1778.72/1779.20	c 1435s |      13 |  1035673 |    51132 |    47233      0 |       22 |       43
1781.02/1781.50	c 1438s |      13 |  1036557 |    51232 |    47233      0 |       22 |       43
1783.92/1784.40	c 1441s |      13 |  1045179 |    51432 |    47233      0 |       22 |       43
1786.52/1787.03	c 1443s |      13 |  1048262 |    51632 |    47233      0 |       22 |       43
1790.33/1790.81	c 1447s |      13 |  1049423 |    51832 |    47233      0 |       22 |       43
1795.42/1795.95	c 1452s |      13 |  1051515 |    52032 |    47233      0 |       22 |       43
1798.42/1798.96	c 1455s |      13 |  1052210 |    52132 |    47233      0 |       22 |       43

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

pid=16334
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.02 2.03 2.05 2/179 16337
/proc/meminfo: memFree=30526624/32872528 swapFree=11196/354588
[pid=16337] ppid=16334 vsize=716356 CPUtime=0 cores=1,3,5,7
/proc/16337/stat : 16337 (toysat) R 16334 16337 12837 0 -1 4202496 2671 0 0 0 0 0 0 0 20 0 4 0 109972749 733548544 3032 33554432000 4194304 16246674 140735932989920 140735932989344 13880264 0 2 0 34082818 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16337/statm: 179601 3042 442 2943 0 176495 0
[pid=16337/tid=16338] ppid=16334 vsize=733764 CPUtime=0 cores=1,3,5,7
/proc/16337/task/16338/stat : 16338 (toysat) S 16334 16337 12837 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 109972749 751374336 3102 33554432000 4194304 16246674 140735932989920 140187583622384 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=16337/tid=16339] ppid=16334 vsize=737860 CPUtime=0 cores=1,3,5,7
/proc/16337/task/16339/stat : 16339 (toysat) S 16334 16337 12837 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 109972749 755568640 3118 33554432000 4194304 16246674 140735932989920 140187573132528 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=16337/tid=16340] ppid=16334 vsize=742980 CPUtime=0 cores=1,3,5,7
/proc/16337/task/16340/stat : 16340 (toysat) S 16334 16337 12837 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 109972749 760811520 3134 33554432000 4194304 16246674 140735932989920 140187562658992 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0

[startup+0.100184 s]
/proc/loadavg: 2.02 2.03 2.05 2/179 16337
/proc/meminfo: memFree=30526624/32872528 swapFree=11196/354588
[pid=16337] ppid=16334 vsize=1302084 CPUtime=0.09 cores=1,3,5,7
/proc/16337/stat : 16337 (toysat) R 16334 16337 12837 0 -1 4202496 28858 0 0 0 6 3 0 0 20 0 4 0 109972749 1333334016 29157 33554432000 4194304 16246674 140735932989920 140735932989232 8055408 0 0 0 34082818 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16337/statm: 325521 29173 800 2943 0 322415 0
[pid=16337/tid=16338] ppid=16334 vsize=1302084 CPUtime=0 cores=1,3,5,7
/proc/16337/task/16338/stat : 16338 (toysat) S 16334 16337 12837 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 109972749 1333334016 29185 33554432000 4194304 16246674 140735932989920 140187583622384 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=16337/tid=16339] ppid=16334 vsize=1302084 CPUtime=0 cores=1,3,5,7
/proc/16337/task/16339/stat : 16339 (toysat) S 16334 16337 12837 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 109972749 1333334016 29196 33554432000 4194304 16246674 140735932989920 140187573132528 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=16337/tid=16340] ppid=16334 vsize=1302084 CPUtime=0 cores=1,3,5,7
/proc/16337/task/16340/stat : 16340 (toysat) S 16334 16337 12837 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 109972749 1333334016 29206 33554432000 4194304 16246674 140735932989920 140187562658992 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1302084

[startup+0.200535 s]
/proc/loadavg: 2.02 2.03 2.05 2/179 16337
/proc/meminfo: memFree=30526624/32872528 swapFree=11196/354588
[pid=16337] ppid=16334 vsize=1310276 CPUtime=0.19 cores=1,3,5,7
/proc/16337/stat : 16337 (toysat) R 16334 16337 12837 0 -1 4202496 44171 0 0 0 14 5 0 0 20 0 4 0 109972749 1341722624 44981 33554432000 4194304 16246674 140735932989920 140735932989232 12752365 0 0 0 34082818 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16337/statm: 327569 44981 802 2943 0 324463 0
[pid=16337/tid=16338] ppid=16334 vsize=1310276 CPUtime=0 cores=1,3,5,7
/proc/16337/task/16338/stat : 16338 (toysat) S 16334 16337 12837 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 109972749 1341722624 44981 33554432000 4194304 16246674 140735932989920 140187583622384 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=16337/tid=16339] ppid=16334 vsize=1310276 CPUtime=0 cores=1,3,5,7
/proc/16337/task/16339/stat : 16339 (toysat) S 16334 16337 12837 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 109972749 1341722624 44981 33554432000 4194304 16246674 140735932989920 140187573132528 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=16337/tid=16340] ppid=16334 vsize=1310276 CPUtime=0 cores=1,3,5,7
/proc/16337/task/16340/stat : 16340 (toysat) S 16334 16337 12837 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 109972749 1341722624 44981 33554432000 4194304 16246674 140735932989920 140187562658992 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1310276

[startup+0.300506 s]
/proc/loadavg: 2.02 2.03 2.05 2/179 16337
/proc/meminfo: memFree=30526624/32872528 swapFree=11196/354588
[pid=16337] ppid=16334 vsize=1312324 CPUtime=0.29 cores=1,3,5,7
/proc/16337/stat : 16337 (toysat) R 16334 16337 12837 0 -1 4202496 58611 0 0 0 22 7 0 0 20 0 4 0 109972749 1343819776 59421 33554432000 4194304 16246674 140735932989920 140735932972912 4220912 0 2 0 34082818 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16337/statm: 328081 59421 802 2943 0 324975 0
[pid=16337/tid=16338] ppid=16334 vsize=1312324 CPUtime=0 cores=1,3,5,7
/proc/16337/task/16338/stat : 16338 (toysat) S 16334 16337 12837 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 109972749 1343819776 59421 33554432000 4194304 16246674 140735932989920 140187583622384 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=16337/tid=16339] ppid=16334 vsize=1312324 CPUtime=0 cores=1,3,5,7
/proc/16337/task/16339/stat : 16339 (toysat) S 16334 16337 12837 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 109972749 1343819776 59421 33554432000 4194304 16246674 140735932989920 140187573132528 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=16337/tid=16340] ppid=16334 vsize=1312324 CPUtime=0 cores=1,3,5,7
/proc/16337/task/16340/stat : 16340 (toysat) S 16334 16337 12837 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 109972749 1343819776 59421 33554432000 4194304 16246674 140735932989920 140187562658992 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1312324

[startup+0.700437 s]
/proc/loadavg: 2.02 2.03 2.05 2/179 16337
/proc/meminfo: memFree=30526624/32872528 swapFree=11196/354588
[pid=16337] ppid=16334 vsize=1323588 CPUtime=0.68 cores=1,3,5,7
/proc/16337/stat : 16337 (toysat) R 16334 16337 12837 0 -1 4202496 61471 0 0 0 61 7 0 0 20 0 4 0 109972749 1355354112 62281 33554432000 4194304 16246674 140735932989920 140735932971840 4220897 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/16337/statm: 330897 62281 837 2943 0 327791 0
[pid=16337/tid=16338] ppid=16334 vsize=1323588 CPUtime=0 cores=1,3,5,7
/proc/16337/task/16338/stat : 16338 (toysat) S 16334 16337 12837 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 109972749 1355354112 62281 33554432000 4194304 16246674 140735932989920 140187583622384 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=16337/tid=16339] ppid=16334 vsize=1323588 CPUtime=0 cores=1,3,5,7
/proc/16337/task/16339/stat : 16339 (toysat) S 16334 16337 12837 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 109972749 1355354112 62281 33554432000 4194304 16246674 140735932989920 140187573132528 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=16337/tid=16340] ppid=16334 vsize=1323588 CPUtime=0 cores=1,3,5,7
/proc/16337/task/16340/stat : 16340 (toysat) S 16334 16337 12837 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 109972749 1355354112 62281 33554432000 4194304 16246674 140735932989920 140187562658992 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 1323588

[startup+1.50042 s]
/proc/loadavg: 2.02 2.03 2.05 3/183 16341
/proc/meminfo: memFree=30278556/32872528 swapFree=11196/354588
[pid=16337] ppid=16334 vsize=1323588 CPUtime=1.48 cores=1,3,5,7
/proc/16337/stat : 16337 (toysat) R 16334 16337 12837 0 -1 4202496 61527 0 0 0 141 7 0 0 20 0 4 0 109972749 1355354112 62337 33554432000 4194304 16246674 140735932989920 140735932971840 5661595 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/16337/statm: 330897 62337 892 2943 0 327791 0
[pid=16337/tid=16338] ppid=16334 vsize=1323588 CPUtime=0 cores=1,3,5,7
/proc/16337/task/16338/stat : 16338 (toysat) S 16334 16337 12837 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 109972749 1355354112 62337 33554432000 4194304 16246674 140735932989920 140187583622384 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=16337/tid=16339] ppid=16334 vsize=1323588 CPUtime=0 cores=1,3,5,7
/proc/16337/task/16339/stat : 16339 (toysat) S 16334 16337 12837 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 109972749 1355354112 62337 33554432000 4194304 16246674 140735932989920 140187573132528 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=16337/tid=16340] ppid=16334 vsize=1323588 CPUtime=0 cores=1,3,5,7
/proc/16337/task/16340/stat : 16340 (toysat) S 16334 16337 12837 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 109972749 1355354112 62337 33554432000 4194304 16246674 140735932989920 140187562658992 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 1323588

[startup+3.10043 s]
/proc/loadavg: 2.02 2.03 2.05 3/183 16341
/proc/meminfo: memFree=30255368/32872528 swapFree=11196/354588
[pid=16337] ppid=16334 vsize=1325636 CPUtime=3.09 cores=1,3,5,7
/proc/16337/stat : 16337 (toysat) R 16334 16337 12837 0 -1 4202496 144562 0 0 0 291 18 0 0 20 0 4 0 109972749 1357451264 145372 33554432000 4194304 16246674 140735932989920 140735932971840 6955378 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/16337/statm: 331409 145372 915 2943 0 328303 0
[pid=16337/tid=16338] ppid=16334 vsize=1325636 CPUtime=0 cores=1,3,5,7
/proc/16337/task/16338/stat : 16338 (toysat) S 16334 16337 12837 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 109972749 1357451264 145372 33554432000 4194304 16246674 140735932989920 140187583622384 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=16337/tid=16339] ppid=16334 vsize=1325636 CPUtime=0 cores=1,3,5,7
/proc/16337/task/16339/stat : 16339 (toysat) S 16334 16337 12837 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 109972749 1357451264 145372 33554432000 4194304 16246674 140735932989920 140187573132528 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=16337/tid=16340] ppid=16334 vsize=1325636 CPUtime=0 cores=1,3,5,7
/proc/16337/task/16340/stat : 16340 (toysat) S 16334 16337 12837 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 109972749 1357451264 145372 33554432000 4194304 16246674 140735932989920 140187562658992 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 1325636

[startup+6.30043 s]
/proc/loadavg: 2.02 2.03 2.05 3/183 16341
/proc/meminfo: memFree=29436024/32872528 swapFree=11196/354588
[pid=16337] ppid=16334 vsize=1325636 CPUtime=6.29 cores=1,3,5,7
/proc/16337/stat : 16337 (toysat) R 16334 16337 12837 0 -1 4202496 272115 0 0 0 592 37 0 0 20 0 4 0 109972749 1357451264 272925 33554432000 4194304 16246674 140735932989920 140735932971840 12652957 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/16337/statm: 331409 272925 918 2943 0 328303 0
[pid=16337/tid=16338] ppid=16334 vsize=1325636 CPUtime=0 cores=1,3,5,7
/proc/16337/task/16338/stat : 16338 (toysat) S 16334 16337 12837 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 109972749 1357451264 272925 33554432000 4194304 16246674 140735932989920 140187583622384 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=16337/tid=16339] ppid=16334 vsize=1325636 CPUtime=0 cores=1,3,5,7
/proc/16337/task/16339/stat : 16339 (toysat) S 16334 16337 12837 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 109972749 1357451264 272925 33554432000 4194304 16246674 140735932989920 140187573132528 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=16337/tid=16340] ppid=16334 vsize=1325636 CPUtime=0 cores=1,3,5,7
/proc/16337/task/16340/stat : 16340 (toysat) S 16334 16337 12837 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 109972749 1357451264 272925 33554432000 4194304 16246674 140735932989920 140187562658992 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1325636

[startup+12.7004 s]
/proc/loadavg: 2.02 2.03 2.05 3/184 16344
/proc/meminfo: memFree=29435788/32872528 swapFree=11196/354588
[pid=16337] ppid=16334 vsize=1325636 CPUtime=12.68 cores=1,3,5,7
/proc/16337/stat : 16337 (toysat) R 16334 16337 12837 0 -1 4202496 272115 0 0 0 1231 37 0 0 20 0 4 0 109972749 1357451264 272925 33554432000 4194304 16246674 140735932989920 140735932971840 12429162 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/16337/statm: 331409 272925 918 2943 0 328303 0
[pid=16337/tid=16338] ppid=16334 vsize=1325636 CPUtime=0 cores=1,3,5,7
/proc/16337/task/16338/stat : 16338 (toysat) S 16334 16337 12837 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 109972749 1357451264 272925 33554432000 4194304 16246674 140735932989920 140187583622384 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=16337/tid=16339] ppid=16334 vsize=1325636 CPUtime=0 cores=1,3,5,7
/proc/16337/task/16339/stat : 16339 (toysat) S 16334 16337 12837 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 109972749 1357451264 272925 33554432000 4194304 16246674 140735932989920 140187573132528 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=16337/tid=16340] ppid=16334 vsize=1325636 CPUtime=0 cores=1,3,5,7
/proc/16337/task/16340/stat : 16340 (toysat) S 16334 16337 12837 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 109972749 1357451264 272925 33554432000 4194304 16246674 140735932989920 140187562658992 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 1325636

[startup+25.5005 s]
/proc/loadavg: 2.01 2.03 2.05 3/184 16344
/proc/meminfo: memFree=29430136/32872528 swapFree=11196/354588
[pid=16337] ppid=16334 vsize=1331780 CPUtime=25.48 cores=1,3,5,7
/proc/16337/stat : 16337 (toysat) R 16334 16337 12837 0 -1 4202496 273428 0 0 0 2511 37 0 0 20 0 4 0 109972749 1363742720 274238 33554432000 4194304 16246674 140735932989920 140735932971840 6955808 0 0 0 34082818 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16337/statm: 332945 274238 918 2943 0 329839 0
[pid=16337/tid=16338] ppid=16334 vsize=1331780 CPUtime=0 cores=1,3,5,7
/proc/16337/task/16338/stat : 16338 (toysat) S 16334 16337 12837 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 109972749 1363742720 274238 33554432000 4194304 16246674 140735932989920 140187583622384 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=16337/tid=16339] ppid=16334 vsize=1331780 CPUtime=0 cores=1,3,5,7
/proc/16337/task/16339/stat : 16339 (toysat) S 16334 16337 12837 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 109972749 1363742720 274238 33554432000 4194304 16246674 140735932989920 140187573132528 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=16337/tid=16340] ppid=16334 vsize=1331780 CPUtime=0 cores=1,3,5,7
/proc/16337/task/16340/stat : 16340 (toysat) S 16334 16337 12837 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 109972749 1363742720 274238 33554432000 4194304 16246674 140735932989920 140187562658992 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 1331780

[startup+51.1005 s]
/proc/loadavg: 2.07 2.04 2.05 3/184 16344
/proc/meminfo: memFree=29426912/32872528 swapFree=11196/354588
[pid=16337] ppid=16334 vsize=1333828 CPUtime=51.07 cores=1,3,5,7
/proc/16337/stat : 16337 (toysat) R 16334 16337 12837 0 -1 4202496 274163 0 0 0 5070 37 0 0 20 0 4 0 109972749 1365839872 274973 33554432000 4194304 16246674 140735932989920 140735932989096 12449269 0 0 0 34082818 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16337/statm: 333457 274973 918 2943 0 330351 0
[pid=16337/tid=16338] ppid=16334 vsize=1333828 CPUtime=0 cores=1,3,5,7
/proc/16337/task/16338/stat : 16338 (toysat) S 16334 16337 12837 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 109972749 1365839872 274973 33554432000 4194304 16246674 140735932989920 140187583622384 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=16337/tid=16339] ppid=16334 vsize=1333828 CPUtime=0 cores=1,3,5,7
/proc/16337/task/16339/stat : 16339 (toysat) S 16334 16337 12837 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 109972749 1365839872 274973 33554432000 4194304 16246674 140735932989920 140187573132528 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=16337/tid=16340] ppid=16334 vsize=1333828 CPUtime=0 cores=1,3,5,7
/proc/16337/task/16340/stat : 16340 (toysat) S 16334 16337 12837 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 109972749 1365839872 274973 33554432000 4194304 16246674 140735932989920 140187562658992 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 1333828

[startup+102.301 s]
/proc/loadavg: 2.07 2.04 2.05 3/183 16345
/proc/meminfo: memFree=29426392/32872528 swapFree=11196/354588
[pid=16337] ppid=16334 vsize=1333828 CPUtime=102.27 cores=1,3,5,7
/proc/16337/stat : 16337 (toysat) R 16334 16337 12837 0 -1 4202496 274163 0 0 0 10190 37 0 0 20 0 4 0 109972749 1365839872 274973 33554432000 4194304 16246674 140735932989920 140735932971840 12371164 0 0 0 34082818 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16337/statm: 333457 274973 918 2943 0 330351 0
[pid=16337/tid=16338] ppid=16334 vsize=1333828 CPUtime=0 cores=1,3,5,7
/proc/16337/task/16338/stat : 16338 (toysat) S 16334 16337 12837 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 109972749 1365839872 274973 33554432000 4194304 16246674 140735932989920 140187583622384 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=16337/tid=16339] ppid=16334 vsize=1333828 CPUtime=0 cores=1,3,5,7
/proc/16337/task/16339/stat : 16339 (toysat) S 16334 16337 12837 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 109972749 1365839872 274973 33554432000 4194304 16246674 140735932989920 140187573132528 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=16337/tid=16340] ppid=16334 vsize=1333828 CPUtime=0 cores=1,3,5,7
/proc/16337/task/16340/stat : 16340 (toysat) S 16334 16337 12837 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 109972749 1365839872 274973 33554432000 4194304 16246674 140735932989920 140187562658992 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 1333828


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

/proc/16337/task/16340/stat : 16340 (toysat) S 16334 16337 12837 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 109972749 1696141312 355497 33554432000 4194304 16246674 140735932989920 140187562658992 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1301.89
Current children cumulated vsize (KiB) 1656388

[startup+1362.3 s]
/proc/loadavg: 2.05 2.05 2.00 3/183 16523
/proc/meminfo: memFree=27724696/32872528 swapFree=11196/354588
[pid=16337] ppid=16334 vsize=1679940 CPUtime=1361.88 cores=1,3,5,7
/proc/16337/stat : 16337 (toysat) R 16334 16337 12837 0 -1 4202496 360948 0 0 0 135980 208 0 0 20 0 4 0 109972749 1720258560 361449 33554432000 4194304 16246674 140735932989920 140735932989096 5722960 0 0 0 34082818 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16337/statm: 419985 361449 923 2943 0 416879 0
[pid=16337/tid=16338] ppid=16334 vsize=1679940 CPUtime=0 cores=1,3,5,7
/proc/16337/task/16338/stat : 16338 (toysat) S 16334 16337 12837 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 109972749 1720258560 361449 33554432000 4194304 16246674 140735932989920 140187583622384 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=16337/tid=16339] ppid=16334 vsize=1679940 CPUtime=0 cores=1,3,5,7
/proc/16337/task/16339/stat : 16339 (toysat) S 16334 16337 12837 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 109972749 1720258560 361449 33554432000 4194304 16246674 140735932989920 140187573132528 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=16337/tid=16340] ppid=16334 vsize=1679940 CPUtime=0 cores=1,3,5,7
/proc/16337/task/16340/stat : 16340 (toysat) S 16334 16337 12837 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 109972749 1720258560 361449 33554432000 4194304 16246674 140735932989920 140187562658992 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1361.88
Current children cumulated vsize (KiB) 1679940

[startup+1422.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/183 16525
/proc/meminfo: memFree=27707484/32872528 swapFree=11196/354588
[pid=16337] ppid=16334 vsize=1697348 CPUtime=1421.88 cores=1,3,5,7
/proc/16337/stat : 16337 (toysat) R 16334 16337 12837 0 -1 4202496 365131 0 0 0 141972 216 0 0 20 0 4 0 109972749 1738084352 365632 33554432000 4194304 16246674 140735932989920 140735932989096 14628944 0 0 0 34082818 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16337/statm: 424337 365632 923 2943 0 421231 0
[pid=16337/tid=16338] ppid=16334 vsize=1697348 CPUtime=0 cores=1,3,5,7
/proc/16337/task/16338/stat : 16338 (toysat) S 16334 16337 12837 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 109972749 1738084352 365632 33554432000 4194304 16246674 140735932989920 140187583622384 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=16337/tid=16339] ppid=16334 vsize=1697348 CPUtime=0 cores=1,3,5,7
/proc/16337/task/16339/stat : 16339 (toysat) S 16334 16337 12837 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 109972749 1738084352 365632 33554432000 4194304 16246674 140735932989920 140187573132528 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=16337/tid=16340] ppid=16334 vsize=1697348 CPUtime=0 cores=1,3,5,7
/proc/16337/task/16340/stat : 16340 (toysat) S 16334 16337 12837 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 109972749 1738084352 365632 33554432000 4194304 16246674 140735932989920 140187562658992 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1421.88
Current children cumulated vsize (KiB) 1697348

[startup+1482.3 s]
/proc/loadavg: 2.05 2.04 2.00 3/183 16526
/proc/meminfo: memFree=27701436/32872528 swapFree=11196/354588
[pid=16337] ppid=16334 vsize=1703492 CPUtime=1481.86 cores=1,3,5,7
/proc/16337/stat : 16337 (toysat) R 16334 16337 12837 0 -1 4202496 366647 0 0 0 147962 224 0 0 20 0 4 0 109972749 1744375808 367148 33554432000 4194304 16246674 140735932989920 140735932989096 12483341 0 0 0 34082818 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16337/statm: 425873 367148 923 2943 0 422767 0
[pid=16337/tid=16338] ppid=16334 vsize=1703492 CPUtime=0 cores=1,3,5,7
/proc/16337/task/16338/stat : 16338 (toysat) S 16334 16337 12837 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 109972749 1744375808 367148 33554432000 4194304 16246674 140735932989920 140187583622384 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=16337/tid=16339] ppid=16334 vsize=1703492 CPUtime=0 cores=1,3,5,7
/proc/16337/task/16339/stat : 16339 (toysat) S 16334 16337 12837 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 109972749 1744375808 367148 33554432000 4194304 16246674 140735932989920 140187573132528 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=16337/tid=16340] ppid=16334 vsize=1703492 CPUtime=0 cores=1,3,5,7
/proc/16337/task/16340/stat : 16340 (toysat) S 16334 16337 12837 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 109972749 1744375808 367148 33554432000 4194304 16246674 140735932989920 140187562658992 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1481.86
Current children cumulated vsize (KiB) 1703492

[startup+1542.31 s]
/proc/loadavg: 2.02 2.03 2.00 3/183 16527
/proc/meminfo: memFree=27669100/32872528 swapFree=11196/354588
[pid=16337] ppid=16334 vsize=1734212 CPUtime=1541.86 cores=1,3,5,7
/proc/16337/stat : 16337 (toysat) R 16334 16337 12837 0 -1 4202496 374545 0 0 0 153951 235 0 0 20 0 4 0 109972749 1775833088 375046 33554432000 4194304 16246674 140735932989920 140735932989096 5722908 0 0 0 34082818 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16337/statm: 433553 375046 923 2943 0 430447 0
[pid=16337/tid=16338] ppid=16334 vsize=1734212 CPUtime=0 cores=1,3,5,7
/proc/16337/task/16338/stat : 16338 (toysat) S 16334 16337 12837 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 109972749 1775833088 375046 33554432000 4194304 16246674 140735932989920 140187583622384 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=16337/tid=16339] ppid=16334 vsize=1734212 CPUtime=0 cores=1,3,5,7
/proc/16337/task/16339/stat : 16339 (toysat) S 16334 16337 12837 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 109972749 1775833088 375046 33554432000 4194304 16246674 140735932989920 140187573132528 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=16337/tid=16340] ppid=16334 vsize=1734212 CPUtime=0 cores=1,3,5,7
/proc/16337/task/16340/stat : 16340 (toysat) S 16334 16337 12837 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 109972749 1775833088 375046 33554432000 4194304 16246674 140735932989920 140187562658992 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1541.86
Current children cumulated vsize (KiB) 1734212

[startup+1602.3 s]
/proc/loadavg: 2.04 2.04 2.00 3/183 16528
/proc/meminfo: memFree=27629448/32872528 swapFree=11196/354588
[pid=16337] ppid=16334 vsize=1774148 CPUtime=1601.85 cores=1,3,5,7
/proc/16337/stat : 16337 (toysat) R 16334 16337 12837 0 -1 4202496 384375 0 0 0 159932 253 0 0 20 0 4 0 109972749 1816727552 384876 33554432000 4194304 16246674 140735932989920 140735932989096 13820888 0 0 0 34082818 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16337/statm: 443537 384876 923 2943 0 440431 0
[pid=16337/tid=16338] ppid=16334 vsize=1774148 CPUtime=0 cores=1,3,5,7
/proc/16337/task/16338/stat : 16338 (toysat) S 16334 16337 12837 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 109972749 1816727552 384876 33554432000 4194304 16246674 140735932989920 140187583622384 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=16337/tid=16339] ppid=16334 vsize=1774148 CPUtime=0 cores=1,3,5,7
/proc/16337/task/16339/stat : 16339 (toysat) S 16334 16337 12837 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 109972749 1816727552 384876 33554432000 4194304 16246674 140735932989920 140187573132528 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=16337/tid=16340] ppid=16334 vsize=1774148 CPUtime=0 cores=1,3,5,7
/proc/16337/task/16340/stat : 16340 (toysat) S 16334 16337 12837 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 109972749 1816727552 384876 33554432000 4194304 16246674 140735932989920 140187562658992 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1601.85
Current children cumulated vsize (KiB) 1774148

[startup+1662.3 s]
/proc/loadavg: 2.07 2.04 2.00 3/183 16529
/proc/meminfo: memFree=27426864/32872528 swapFree=11196/354588
[pid=16337] ppid=16334 vsize=1975876 CPUtime=1661.84 cores=1,3,5,7
/proc/16337/stat : 16337 (toysat) R 16334 16337 12837 0 -1 4202496 434843 0 0 0 165899 285 0 0 20 0 4 0 109972749 2023297024 435344 33554432000 4194304 16246674 140735932989920 140735932989096 6013193 0 0 0 34082818 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16337/statm: 493969 435344 923 2943 0 490863 0
[pid=16337/tid=16338] ppid=16334 vsize=1975876 CPUtime=0 cores=1,3,5,7
/proc/16337/task/16338/stat : 16338 (toysat) S 16334 16337 12837 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 109972749 2023297024 435344 33554432000 4194304 16246674 140735932989920 140187583622384 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=16337/tid=16339] ppid=16334 vsize=1975876 CPUtime=0 cores=1,3,5,7
/proc/16337/task/16339/stat : 16339 (toysat) S 16334 16337 12837 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 109972749 2023297024 435344 33554432000 4194304 16246674 140735932989920 140187573132528 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=16337/tid=16340] ppid=16334 vsize=1975876 CPUtime=0 cores=1,3,5,7
/proc/16337/task/16340/stat : 16340 (toysat) S 16334 16337 12837 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 109972749 2023297024 435344 33554432000 4194304 16246674 140735932989920 140187562658992 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1661.84
Current children cumulated vsize (KiB) 1975876

[startup+1722.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/183 16531
/proc/meminfo: memFree=27272328/32872528 swapFree=11196/354588
[pid=16337] ppid=16334 vsize=2080324 CPUtime=1721.83 cores=1,3,5,7
/proc/16337/stat : 16337 (toysat) R 16334 16337 12837 0 -1 4202496 460859 0 0 0 171831 352 0 0 20 0 4 0 109972749 2130251776 461360 33554432000 4194304 16246674 140735932989920 140735932987712 15015658 0 2 0 34082818 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16337/statm: 520081 461360 923 2943 0 516975 0
[pid=16337/tid=16338] ppid=16334 vsize=2080324 CPUtime=0 cores=1,3,5,7
/proc/16337/task/16338/stat : 16338 (toysat) S 16334 16337 12837 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 109972749 2130251776 461360 33554432000 4194304 16246674 140735932989920 140187583622384 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=16337/tid=16339] ppid=16334 vsize=2080324 CPUtime=0 cores=1,3,5,7
/proc/16337/task/16339/stat : 16339 (toysat) S 16334 16337 12837 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 109972749 2130251776 461360 33554432000 4194304 16246674 140735932989920 140187573132528 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=16337/tid=16340] ppid=16334 vsize=2080324 CPUtime=0 cores=1,3,5,7
/proc/16337/task/16340/stat : 16340 (toysat) S 16334 16337 12837 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 109972749 2130251776 461360 33554432000 4194304 16246674 140735932989920 140187562658992 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1721.83
Current children cumulated vsize (KiB) 2080324

[startup+1782.3 s]
/proc/loadavg: 2.06 2.04 2.00 3/183 16532
/proc/meminfo: memFree=27105584/32872528 swapFree=11196/354588
[pid=16337] ppid=16334 vsize=2202180 CPUtime=1781.82 cores=1,3,5,7
/proc/16337/stat : 16337 (toysat) R 16334 16337 12837 0 -1 4202496 491377 0 0 0 177772 410 0 0 20 0 4 0 109972749 2255032320 491878 33554432000 4194304 16246674 140735932989920 140735932971840 5712608 0 0 0 34082818 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16337/statm: 550545 491878 923 2943 0 547439 0
[pid=16337/tid=16338] ppid=16334 vsize=2202180 CPUtime=0 cores=1,3,5,7
/proc/16337/task/16338/stat : 16338 (toysat) S 16334 16337 12837 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 109972749 2255032320 491878 33554432000 4194304 16246674 140735932989920 140187583622384 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=16337/tid=16339] ppid=16334 vsize=2202180 CPUtime=0 cores=1,3,5,7
/proc/16337/task/16339/stat : 16339 (toysat) S 16334 16337 12837 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 109972749 2255032320 491878 33554432000 4194304 16246674 140735932989920 140187573132528 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=16337/tid=16340] ppid=16334 vsize=2202180 CPUtime=0 cores=1,3,5,7
/proc/16337/task/16340/stat : 16340 (toysat) S 16334 16337 12837 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 109972749 2255032320 491878 33554432000 4194304 16246674 140735932989920 140187562658992 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1781.82
Current children cumulated vsize (KiB) 2202180



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 2.04 2.03 2.00 3/183 16532
/proc/meminfo: memFree=27090936/32872528 swapFree=11196/354588
[pid=16337] ppid=16334 vsize=2216516 CPUtime=1800.02 cores=1,3,5,7
/proc/16337/stat : 16337 (toysat) R 16334 16337 12837 0 -1 4202496 494985 0 0 0 179588 414 0 0 20 0 4 0 109972749 2269712384 495486 33554432000 4194304 16246674 140735932989920 140735932989096 5712555 0 0 0 34082818 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16337/statm: 554129 495486 923 2943 0 551023 0
[pid=16337/tid=16338] ppid=16334 vsize=2216516 CPUtime=0 cores=1,3,5,7
/proc/16337/task/16338/stat : 16338 (toysat) S 16334 16337 12837 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 109972749 2269712384 495486 33554432000 4194304 16246674 140735932989920 140187583622384 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=16337/tid=16339] ppid=16334 vsize=2216516 CPUtime=0 cores=1,3,5,7
/proc/16337/task/16339/stat : 16339 (toysat) S 16334 16337 12837 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 109972749 2269712384 495486 33554432000 4194304 16246674 140735932989920 140187573132528 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=16337/tid=16340] ppid=16334 vsize=2216516 CPUtime=0 cores=1,3,5,7
/proc/16337/task/16340/stat : 16340 (toysat) S 16334 16337 12837 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 109972749 2269712384 495486 33554432000 4194304 16246674 140735932989920 140187562658992 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 2216516

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

[startup+1800.5 s]
/proc/loadavg: 2.04 2.03 2.00 3/183 16532
/proc/meminfo: memFree=27090936/32872528 swapFree=11196/354588
[pid=16337] ppid=16334 vsize=2216516 CPUtime=1800.02 cores=1,3,5,7
/proc/16337/stat : 16337 (toysat) R 16334 16337 12837 0 -1 4202496 494985 0 0 0 179588 414 0 0 20 0 4 0 109972749 2269712384 495486 33554432000 4194304 16246674 140735932989920 140735932989096 5712555 0 0 0 34082818 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16337/statm: 554129 495486 923 2943 0 551023 0
[pid=16337/tid=16338] ppid=16334 vsize=2216516 CPUtime=0 cores=1,3,5,7
/proc/16337/task/16338/stat : 16338 (toysat) S 16334 16337 12837 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 109972749 2269712384 495486 33554432000 4194304 16246674 140735932989920 140187583622384 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=16337/tid=16339] ppid=16334 vsize=2216516 CPUtime=0 cores=1,3,5,7
/proc/16337/task/16339/stat : 16339 (toysat) S 16334 16337 12837 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 109972749 2269712384 495486 33554432000 4194304 16246674 140735932989920 140187573132528 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=16337/tid=16340] ppid=16334 vsize=2216516 CPUtime=0 cores=1,3,5,7
/proc/16337/task/16340/stat : 16340 (toysat) S 16334 16337 12837 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 109972749 2269712384 495486 33554432000 4194304 16246674 140735932989920 140187562658992 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 2216516

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.55
CPU time (s): 1800.07
CPU user time (s): 1795.89
CPU system time (s): 4.18136
CPU usage (%): 99.9734
Max. virtual memory (cumulated for all children) (KiB): 2216516

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1795.89
system time used= 4.18136
maximum resident set size= 1981944
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 494985
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= 326
involuntary context switches= 2604

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.51831 second user time and 6.98794 second system time

The end

Launcher Data

Begin job on node126 at 2016-06-07 08:19:53
IDJOB=4079225
IDBENCH=89896
IDSOLVER=2542
FILE ID=node126/4079225-1465280393
RUNJOBID= node126-1465253620-12854
PBS_JOBID= 19843265
Free space on /tmp= 71724 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB11/normalized-PB11/OPT-BIGINT-LIN/heinz/normalized-t1722.opb
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --pb --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4079225-1465280393/watcher-4079225-1465280393 -o /tmp/evaluation-result-4079225-1465280393/solver-4079225-1465280393 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node126-1465253620-12854 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4079225-1465280393.opb

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

MD5SUM BENCH= 5a4916943480b697e6c7cc05543abfc1
RANDOM SEED=1002741370

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30527384 kB
Buffers:           40220 kB
Cached:           129648 kB
SwapCached:         2168 kB
Active:          1163108 kB
Inactive:          98768 kB
Active(anon):    1089948 kB
Inactive(anon):     4052 kB
Active(file):      73160 kB
Inactive(file):    94716 kB
Unevictable:      354588 kB
Mlocked:           11196 kB
SwapTotal:      67108856 kB
SwapFree:       67098636 kB
Dirty:             17888 kB
Writeback:             0 kB
AnonPages:       1570144 kB
Mapped:            10852 kB
Shmem:                 0 kB
Slab:             596516 kB
SReclaimable:      40632 kB
SUnreclaim:       555884 kB
KernelStack:        1520 kB
PageTables:         7056 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1589580 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1552384 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= 71660 MiB
End job on node126 at 2016-06-07 08:49:54