Trace number 4120826

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
toysat 2016-05-02UNSAT 372.504 372.565

General information on the benchmark

NamePB15eval/normalized-PB15eval/DEC-SMALLINT-LIN/ProofComplexity-Extracted-Cardinality-Constraints/
ProofComplexity/normalized-subsetCardinalitySigma-27-1.cnf.gz-extracted.pb.metafix.opb
MD5SUM9a8537cfd8d8d62e11b7c7f0095d90a0
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.010998
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables109
Total number of constraints108
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)108
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint4
Maximum length of a constraint5
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 8
Number of bits of the biggest sum of numbers4
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-30T20:46:29+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-4120826-1467312389.opb"]
0.00/0.01	c use --random-gen="3487178559 4198401244 1797449681 3072917398 2488638291 2509407300 1326308790 2956066321 672358631 2618786542 695358002 2300985565 3381039447 168489827 962220690 630457285 1079043427 785175986 1242942566 3529181690 2005870974 4135502203 1531279586 106814447 3063133996 1027572690 1285108999 420654495 3080431181 153170875 3844069983 3295347497 3236951232 778676151 561760308 2575922947 2819879935 566790284 1976679071 1233946672 755393114 3744914861 1852651080 4014812688 2263388259 132532991 2643007750 755018919 1881434113 2935193579 507190241 2011099743 606326790 4285552258 235338177 1244524028 132846125 341881416 2139746161 3764913302 1159868929 3508208057 2171421653 3773278668 3348967936 255862158 268757929 2192995379 3033078131 1203075316 2358342920 1412056012 2453387157 3838478925 918302001 1537315266 1757016799 2668459782 1285059343 356348937 3561638983 2152763143 1320890563 2144357444 2667370985 3539659044 155229284 2790241676 4255593285 3485463987 1527830923 2022344467 3067875803 4233615044 2374575764 2255457365 475415213 502382368 1295934028 1740691030 3205410510 2146161491 133947943 3504938387 2249950716 1302011137 3262422798 3207631601 1341770839 4209811827 1892025148 2239372369 3629433338 2236530748 3338310458 2993792057 1431382445 1867384906 2409904480 1334873302 111434189 3421810847 2188921607 3448992173 2818752406 3438968847 4186956074 2217281824 1425614564 3017857117 4159274511 3391956426 2697238361 3814893442 2853911385 2193358526 2401395553 3910805085 3341673977 516907112 4161897622 3273560576 2966820059 587082352 2423144209 2098536891 3735502591 2587697187 1643211411 1040334834 3401267406 2696234036 1609674433 877164788 3670129936 3391744753 4081391866 4057250704 2670691905 1380077574 248356337 2778761997 646116270 1185299521 3660251796 4259256119 1247366573 818700496 347373406 3284940985 917385171 2690258907 2611572521 2696676820 1237733663 653119212 387345731 2457253592 1514123427 2253825920 3083695387 2464784254 1088790570 2306423236 1515599150 3695872801 1679679233 997421851 501292920 34538498 2385797750 1940685406 3216856969 1939623823 3401489649 3532341962 2504526702 1371509711 2870287064 2789945862 75676646 787544233 268342277 2084198983 674741610 3680830602 1065605049 1612660920 661871019 1867641856 2037002107 1668542643 2667259685 3143004517 2217992951 450886349 3436072185 3606240451 2479386812 3068299909 863268069 3144348266 106451311 128964862 194784321 3124702519 3444289905 59629548 1316838131 3922123709 2408579588 393332329 1572442587 2207544888 47472778 1819623389 3255395078 900491823 171811273 1537338000 688008477 3928427693 1205902412 4019490334 694257174 4143950384 1396197973 1812743613 1233177704 1566372494 2682578250 3397102791 3568400874 1681816469 37789448 1223476679 255 362436" option to reproduce the execution
0.00/0.01	c #vars 109
0.00/0.01	c #constraints 108
0.00/0.01	c Solving starts ...
0.00/0.01	c ============================[ Search Statistics ]============================
0.00/0.01	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.00/0.01	c       |         |          |          |    Limit     GC | Var      | Constra 
0.00/0.01	c =============================================================================
0.00/0.01	c  0.0s |       0 |        0 |        0 |       72      0 |        0 |        0
0.00/0.02	c  0.0s |       1 |      146 |      100 |       72      0 |        0 |        0
0.00/0.03	c  0.0s |       2 |      335 |      250 |       80      2 |        0 |        0
0.00/0.06	c  0.0s |       3 |      707 |      475 |       88      6 |        0 |        0
0.00/0.09	c  0.1s |       4 |     1299 |      813 |       97     12 |        0 |        0
0.09/0.14	c  0.1s |       5 |     1950 |     1320 |      107     19 |        0 |        0
0.18/0.21	c  0.2s |       6 |     3152 |     2081 |      130     30 |        0 |        0
0.29/0.31	c  0.3s |       7 |     4853 |     3223 |      143     45 |        0 |        0
0.39/0.49	c  0.5s |       8 |     7182 |     4936 |      158     65 |        0 |        0
0.68/0.75	c  0.7s |       9 |    10441 |     7506 |      174     93 |        0 |        0
1.09/1.11	c  1.1s |      10 |    15599 |    11361 |      192    133 |        0 |        0
1.49/1.52	c  1.5s |      11 |    23305 |    17144 |      212    186 |        0 |        0
2.08/2.15	c  2.1s |      12 |    35187 |    25819 |      234    260 |        0 |        0
2.98/3.04	c  3.0s |      13 |    52643 |    38832 |      258    362 |        0 |        0
4.28/4.37	c  4.4s |      14 |    80447 |    58352 |      284    504 |        0 |        0
6.28/6.34	c  6.3s |      15 |   119320 |    87632 |      313    700 |        0 |        0
8.29/8.34	c  8.3s |      15 |   159647 |   117532 |      313    882 |        0 |        0
9.19/9.29	c  9.3s |      16 |   177932 |   131552 |      345    967 |        0 |        0
11.20/11.30	c 11.3s |      16 |   219800 |   161652 |      345   1133 |        0 |        0
13.29/13.30	c 13.3s |      16 |   256101 |   189352 |      345   1287 |        0 |        0
13.79/13.85	c 13.8s |      17 |   266982 |   197432 |      380   1332 |        0 |        0
15.79/15.85	c 15.8s |      17 |   301122 |   225032 |      380   1471 |        0 |        0
17.79/17.85	c 17.8s |      17 |   335022 |   252332 |      380   1609 |        0 |        0
19.78/19.86	c 19.8s |      17 |   371726 |   280432 |      380   1752 |        0 |        0
20.88/20.98	c 21.0s |      18 |   392825 |   296252 |      419   1832 |        0 |        0
22.88/22.98	c 23.0s |      18 |   424799 |   321252 |      419   1946 |        0 |        0
24.88/24.99	c 25.0s |      18 |   458785 |   347352 |      419   2067 |        0 |        0
26.88/26.99	c 27.0s |      18 |   495407 |   374952 |      419   2195 |        0 |        0
28.89/28.99	c 29.0s |      18 |   528918 |   401452 |      419   2318 |        0 |        0
30.88/31.00	c 31.0s |      18 |   565855 |   429152 |      419   2445 |        0 |        0
31.98/32.09	c 32.1s |      19 |   587089 |   444482 |      461   2515 |        0 |        0
33.98/34.09	c 34.1s |      19 |   620773 |   470782 |      461   2626 |        0 |        0
36.08/36.10	c 36.1s |      19 |   653078 |   496782 |      461   2735 |        0 |        0
38.09/38.10	c 38.1s |      19 |   686051 |   522782 |      461   2845 |        0 |        0
40.08/40.11	c 40.1s |      19 |   719897 |   548982 |      461   2954 |        0 |        0
42.09/42.11	c 42.1s |      19 |   754821 |   575082 |      461   3064 |        0 |        0
44.08/44.12	c 44.1s |      19 |   790389 |   602182 |      461   3178 |        0 |        0
46.08/46.12	c 46.1s |      19 |   824990 |   628682 |      461   3292 |        0 |        0
48.08/48.13	c 48.1s |      19 |   857906 |   654682 |      461   3403 |        0 |        0
49.08/49.11	c 49.1s |      20 |   872925 |   666827 |      508   3453 |        0 |        0
51.08/51.12	c 51.1s |      20 |   906040 |   692527 |      508   3552 |        0 |        0
53.08/53.12	c 53.1s |      20 |   937932 |   717727 |      508   3648 |        0 |        0
55.08/55.12	c 55.1s |      20 |   968259 |   742227 |      508   3742 |        0 |        0
57.08/57.13	c 57.1s |      20 |   997869 |   766727 |      508   3836 |        0 |        0
59.08/59.13	c 59.1s |      20 |  1029505 |   792427 |      508   3935 |        0 |        0
61.08/61.14	c 61.1s |      20 |  1062321 |   818427 |      508   4035 |        0 |        0
63.07/63.14	c 63.1s |      20 |  1094999 |   844327 |      508   4135 |        0 |        0
65.08/65.14	c 65.1s |      20 |  1129836 |   871027 |      508   4238 |        0 |        0
67.07/67.14	c 67.1s |      20 |  1163541 |   897027 |      508   4338 |        0 |        0
69.07/69.15	c 69.1s |      20 |  1196250 |   923027 |      508   4439 |        0 |        0
71.07/71.15	c 71.1s |      20 |  1230376 |   949027 |      508   4539 |        0 |        0
73.07/73.16	c 73.1s |      20 |  1260573 |   973827 |      508   4635 |        0 |        0
75.08/75.16	c 75.1s |      20 |  1294192 |  1000127 |      559   4734 |        0 |        0
75.08/75.17	c 75.2s |      21 |  1294509 |  1000345 |      559   4735 |        0 |        0
77.08/77.18	c 77.2s |      21 |  1323211 |  1024145 |      559   4818 |        0 |        0
79.08/79.19	c 79.2s |      21 |  1352521 |  1047845 |      559   4900 |        0 |        0
81.08/81.19	c 81.2s |      21 |  1381748 |  1071645 |      559   4984 |        0 |        0
83.08/83.19	c 83.2s |      21 |  1414080 |  1096445 |      559   5070 |        0 |        0
85.07/85.19	c 85.2s |      21 |  1442822 |  1119945 |      559   5153 |        0 |        0
87.08/87.20	c 87.2s |      21 |  1472714 |  1144245 |      559   5238 |        0 |        0
89.17/89.21	c 89.2s |      21 |  1501655 |  1167945 |      559   5321 |        0 |        0
91.17/91.21	c 91.2s |      21 |  1529731 |  1191445 |      559   5403 |        0 |        0
93.17/93.21	c 93.2s |      21 |  1557984 |  1214845 |      559   5485 |        0 |        0
95.17/95.22	c 95.2s |      21 |  1587694 |  1239045 |      559   5571 |        0 |        0
97.17/97.22	c 97.2s |      21 |  1616578 |  1262845 |      559   5654 |        0 |        0
99.18/99.23	c 99.2s |      21 |  1645637 |  1286545 |      559   5736 |        0 |        0
101.17/101.23	c  101s |      21 |  1673371 |  1309745 |      559   5818 |        0 |        0
103.17/103.23	c  103s |      21 |  1702131 |  1333345 |      559   5900 |        0 |        0
105.17/105.24	c  105s |      21 |  1730610 |  1356745 |      559   5982 |        0 |        0
107.17/107.24	c  107s |      21 |  1758715 |  1380045 |      559   6064 |        0 |        0
109.17/109.24	c  109s |      21 |  1786985 |  1403345 |      559   6145 |        0 |        0
111.17/111.24	c  111s |      21 |  1814278 |  1426245 |      559   6226 |        0 |        0
113.17/113.24	c  113s |      21 |  1840535 |  1448645 |      559   6305 |        0 |        0
115.17/115.25	c  115s |      21 |  1868126 |  1471845 |      559   6386 |        0 |        0
117.17/117.25	c  117s |      21 |  1896690 |  1495445 |      615   6468 |        0 |        0
117.67/117.71	c  117s |      22 |  1902977 |  1500622 |      615   6484 |        0 |        0
119.67/119.72	c  119s |      22 |  1932748 |  1524122 |      615   6559 |        0 |        0
121.67/121.72	c  121s |      22 |  1961117 |  1547222 |      615   6632 |        0 |        0
123.67/123.73	c  123s |      22 |  1990368 |  1570922 |      615   6708 |        0 |        0
125.67/125.73	c  125s |      22 |  2017717 |  1593822 |      615   6780 |        0 |        0
127.67/127.73	c  127s |      22 |  2049343 |  1617622 |      615   6856 |        0 |        0
129.67/129.74	c  129s |      22 |  2077751 |  1640122 |      615   6927 |        0 |        0
131.66/131.74	c  131s |      22 |  2107517 |  1663222 |      615   7001 |        0 |        0
133.66/133.74	c  133s |      22 |  2137231 |  1686722 |      615   7075 |        0 |        0
135.67/135.75	c  135s |      22 |  2165829 |  1709722 |      615   7148 |        0 |        0
137.68/137.75	c  137s |      22 |  2194090 |  1732922 |      615   7222 |        0 |        0
139.67/139.76	c  139s |      22 |  2220523 |  1754822 |      615   7292 |        0 |        0
141.67/141.76	c  141s |      22 |  2246424 |  1776622 |      615   7362 |        0 |        0
143.67/143.77	c  143s |      22 |  2274979 |  1799822 |      615   7436 |        0 |        0
145.66/145.77	c  145s |      22 |  2304514 |  1823722 |      615   7512 |        0 |        0
147.67/147.78	c  147s |      22 |  2334795 |  1847522 |      615   7588 |        0 |        0
149.66/149.79	c  149s |      22 |  2364508 |  1871022 |      615   7663 |        0 |        0
151.66/151.79	c  151s |      22 |  2397324 |  1896122 |      615   7743 |        0 |        0
153.66/153.79	c  153s |      22 |  2427545 |  1920022 |      615   7820 |        0 |        0
155.66/155.79	c  155s |      22 |  2455007 |  1942922 |      615   7893 |        0 |        0
157.76/157.80	c  157s |      22 |  2485532 |  1966922 |      615   7970 |        0 |        0
159.67/159.80	c  159s |      22 |  2513070 |  1989922 |      615   8043 |        0 |        0
161.76/161.80	c  161s |      22 |  2544693 |  2014522 |      615   8122 |        0 |        0
163.77/163.81	c  163s |      22 |  2574189 |  2038222 |      615   8197 |        0 |        0
165.76/165.81	c  165s |      22 |  2603475 |  2061522 |      615   8272 |        0 |        0
167.76/167.82	c  167s |      22 |  2635761 |  2086522 |      615   8351 |        0 |        0
169.76/169.82	c  169s |      22 |  2666434 |  2110422 |      615   8427 |        0 |        0
171.77/171.83	c  171s |      22 |  2698882 |  2134622 |      615   8504 |        0 |        0
173.76/173.83	c  173s |      22 |  2727112 |  2157222 |      615   8576 |        0 |        0
175.76/175.83	c  175s |      22 |  2759345 |  2181722 |      615   8654 |        0 |        0
177.76/177.84	c  177s |      22 |  2788771 |  2205222 |      615   8729 |        0 |        0
179.76/179.85	c  179s |      22 |  2820000 |  2229522 |      615   8807 |        0 |        0
181.56/181.60	c  181s |      23 |  2848740 |  2251038 |      677   8871 |        0 |        0
183.56/183.61	c  183s |      23 |  2881557 |  2275538 |      677   8942 |        0 |        0
185.55/185.61	c  185s |      23 |  2909458 |  2298438 |      677   9008 |        0 |        0
187.55/187.62	c  187s |      23 |  2939701 |  2322338 |      677   9078 |        0 |        0
189.55/189.62	c  189s |      23 |  2972129 |  2346938 |      677   9149 |        0 |        0
191.56/191.63	c  191s |      23 |  3002325 |  2370738 |      677   9218 |        0 |        0
193.55/193.63	c  193s |      23 |  3031016 |  2393638 |      677   9284 |        0 |        0
195.56/195.63	c  195s |      23 |  3065085 |  2418838 |      677   9358 |        0 |        0
197.56/197.63	c  197s |      23 |  3095842 |  2442838 |      677   9428 |        0 |        0
199.56/199.64	c  199s |      23 |  3127946 |  2467738 |      677   9500 |        0 |        0
201.57/201.65	c  201s |      23 |  3159129 |  2492238 |      677   9572 |        0 |        0
203.56/203.65	c  203s |      23 |  3188617 |  2516038 |      677   9641 |        0 |        0
205.56/205.66	c  205s |      23 |  3218680 |  2540538 |      677   9713 |        0 |        0
207.56/207.66	c  207s |      23 |  3250660 |  2565438 |      677   9785 |        0 |        0
209.56/209.66	c  209s |      23 |  3281965 |  2590138 |      677   9857 |        0 |        0
211.55/211.66	c  211s |      23 |  3310701 |  2613538 |      677   9925 |        0 |        0
213.56/213.67	c  213s |      23 |  3340256 |  2637338 |      677   9995 |        0 |        0
215.55/215.68	c  215s |      23 |  3371433 |  2661938 |      677  10066 |        0 |        0
217.55/217.68	c  217s |      23 |  3402103 |  2685938 |      677  10136 |        0 |        0
219.55/219.69	c  219s |      23 |  3433967 |  2710538 |      677  10208 |        0 |        0
221.65/221.70	c  221s |      23 |  3466523 |  2735738 |      677  10282 |        0 |        0
223.65/223.71	c  223s |      23 |  3496264 |  2759538 |      677  10351 |        0 |        0
225.66/225.71	c  225s |      23 |  3526850 |  2783238 |      677  10420 |        0 |        0
227.65/227.71	c  227s |      23 |  3558441 |  2807338 |      677  10491 |        0 |        0
229.65/229.71	c  229s |      23 |  3587713 |  2830738 |      677  10559 |        0 |        0
231.65/231.71	c  231s |      23 |  3617423 |  2854238 |      677  10628 |        0 |        0
233.65/233.72	c  233s |      23 |  3648076 |  2878238 |      677  10698 |        0 |        0
235.65/235.72	c  235s |      23 |  3678617 |  2902138 |      677  10768 |        0 |        0
237.65/237.72	c  237s |      23 |  3712067 |  2927638 |      677  10842 |        0 |        0
239.65/239.72	c  239s |      23 |  3743754 |  2952038 |      677  10913 |        0 |        0
241.65/241.73	c  241s |      23 |  3773966 |  2975838 |      677  10982 |        0 |        0
243.65/243.74	c  243s |      23 |  3804397 |  2999938 |      677  11053 |        0 |        0
245.65/245.74	c  245s |      23 |  3836774 |  3025038 |      677  11126 |        0 |        0
247.66/247.74	c  247s |      23 |  3869863 |  3050238 |      677  11199 |        0 |        0
249.65/249.75	c  249s |      23 |  3904017 |  3075438 |      677  11273 |        0 |        0
251.65/251.75	c  251s |      23 |  3934656 |  3099638 |      677  11343 |        0 |        0
253.65/253.75	c  253s |      23 |  3967694 |  3124838 |      677  11417 |        0 |        0
255.65/255.75	c  255s |      23 |  3999444 |  3149638 |      677  11489 |        0 |        0
257.66/257.76	c  257s |      23 |  4032885 |  3174138 |      677  11561 |        0 |        0
259.65/259.77	c  259s |      23 |  4062800 |  3197838 |      677  11630 |        0 |        0
261.65/261.78	c  261s |      23 |  4092668 |  3221638 |      677  11699 |        0 |        0
263.65/263.78	c  263s |      23 |  4124143 |  3245338 |      677  11767 |        0 |        0
265.65/265.79	c  265s |      23 |  4156502 |  3269838 |      677  11839 |        0 |        0
267.65/267.79	c  267s |      23 |  4187269 |  3294138 |      677  11910 |        0 |        0
269.65/269.80	c  269s |      23 |  4219257 |  3318338 |      677  11980 |        0 |        0
271.74/271.80	c  271s |      23 |  4251647 |  3342938 |      677  12051 |        0 |        0
273.74/273.80	c  273s |      23 |  4283066 |  3366738 |      745  12116 |        0 |        0
274.54/274.67	c  274s |      24 |  4295292 |  3376662 |      745  12143 |        0 |        0
276.54/276.67	c  276s |      24 |  4323199 |  3399762 |      745  12204 |        0 |        0
278.55/278.68	c  278s |      24 |  4353519 |  3424062 |      745  12268 |        0 |        0
280.54/280.69	c  280s |      24 |  4382697 |  3447062 |      745  12327 |        1 |        0
282.54/282.69	c  282s |      24 |  4412364 |  3470262 |      745  12388 |        1 |        0
284.55/284.69	c  284s |      24 |  4442597 |  3493662 |      745  12450 |        1 |        0
286.55/286.69	c  286s |      24 |  4471020 |  3516762 |      745  12511 |        1 |        0
288.55/288.70	c  288s |      24 |  4501891 |  3540562 |      745  12574 |        1 |        0
290.55/290.70	c  290s |      24 |  4529666 |  3563062 |      745  12634 |        1 |        0
292.65/292.71	c  292s |      24 |  4559840 |  3586862 |      745  12696 |        1 |        0
294.65/294.71	c  294s |      24 |  4589392 |  3610362 |      745  12759 |        1 |        0
296.64/296.71	c  296s |      24 |  4620294 |  3634362 |      745  12822 |        1 |        0
298.64/298.72	c  298s |      24 |  4649606 |  3657362 |      745  12883 |        1 |        0
300.64/300.73	c  300s |      24 |  4678814 |  3680362 |      745  12944 |        1 |        0
302.65/302.73	c  302s |      24 |  4709857 |  3703862 |      745  13006 |        1 |        0
304.64/304.73	c  304s |      24 |  4743063 |  3728262 |      745  13071 |        1 |        0
306.64/306.74	c  306s |      24 |  4774328 |  3751962 |      745  13134 |        1 |        0
308.64/308.74	c  308s |      24 |  4804646 |  3775862 |      745  13197 |        1 |        0
310.64/310.74	c  310s |      24 |  4835554 |  3800162 |      745  13261 |        1 |        0
312.64/312.74	c  312s |      24 |  4864932 |  3823362 |      745  13322 |        1 |        0
314.64/314.75	c  314s |      24 |  4894386 |  3847062 |      745  13385 |        1 |        0
316.63/316.76	c  316s |      24 |  4922540 |  3870062 |      745  13446 |        1 |        0
318.63/318.77	c  318s |      24 |  4952081 |  3893862 |      745  13508 |        1 |        0
320.63/320.77	c  320s |      24 |  4983442 |  3918562 |      745  13574 |        1 |        0
322.63/322.78	c  322s |      24 |  5011293 |  3941262 |      745  13633 |        1 |        0
324.64/324.78	c  324s |      24 |  5043088 |  3965262 |      745  13697 |        1 |        0
326.63/326.79	c  326s |      24 |  5073149 |  3989062 |      745  13759 |        2 |        0
328.64/328.80	c  328s |      24 |  5103207 |  4012762 |      745  13822 |        2 |        0
330.74/330.80	c  330s |      24 |  5130643 |  4035862 |      745  13883 |        2 |        0
332.74/332.80	c  332s |      24 |  5160581 |  4059562 |      745  13946 |        2 |        0
334.74/334.80	c  334s |      24 |  5190636 |  4083462 |      745  14009 |        2 |        0
336.75/336.81	c  336s |      24 |  5221125 |  4107462 |      745  14073 |        2 |        0
338.73/338.81	c  338s |      24 |  5248816 |  4130462 |      745  14133 |        2 |        0
340.73/340.81	c  340s |      24 |  5276985 |  4153162 |      745  14193 |        2 |        0
342.73/342.82	c  342s |      24 |  5306789 |  4176662 |      745  14255 |        2 |        0
344.73/344.82	c  344s |      24 |  5336844 |  4200462 |      745  14318 |        2 |        0
346.74/346.82	c  346s |      24 |  5366689 |  4223962 |      745  14380 |        2 |        0
348.73/348.82	c  348s |      24 |  5394995 |  4246662 |      745  14440 |        2 |        0
350.74/350.83	c  350s |      24 |  5428042 |  4271262 |      745  14504 |        3 |        0
352.74/352.83	c  352s |      24 |  5460456 |  4295762 |      745  14569 |        3 |        0
354.74/354.83	c  354s |      24 |  5492768 |  4320462 |      745  14634 |        3 |        0
356.73/356.84	c  356s |      24 |  5527127 |  4346162 |      745  14702 |        3 |        0
358.74/358.84	c  358s |      24 |  5559052 |  4370462 |      745  14766 |        3 |        0
360.73/360.85	c  360s |      24 |  5592066 |  4395662 |      745  14833 |        3 |        0
362.73/362.85	c  362s |      24 |  5626352 |  4420762 |      745  14898 |        4 |        0
364.73/364.86	c  364s |      24 |  5657367 |  4444362 |      745  14960 |        4 |        0
366.73/366.86	c  366s |      24 |  5688837 |  4468362 |      745  15023 |        4 |        0
368.74/368.86	c  368s |      24 |  5720864 |  4492762 |      745  15088 |        5 |        0
370.73/370.87	c  370s |      24 |  5750596 |  4516262 |      745  15149 |        6 |        0
372.43/372.50	c  372s |      24 |  5776359 |  4536636 |      745  15199 |       66 |       36
372.43/372.50	c #cpu_time = 371.539s
372.43/372.50	c #wall_clock_time = 372.488s
372.43/372.50	c #decision = 5776359
372.43/372.50	c #random_decision = 25481
372.43/372.50	c #conflict = 4536636
372.43/372.50	c #restart = 24
372.43/372.50	s UNSATISFIABLE
372.43/372.50	c total CPU time = 371.553s
372.43/372.50	c total wall clock time = 372.502s

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

pid=17079
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.01 2.02 2.20 3/243 17082
/proc/meminfo: memFree=30122972/32872528 swapFree=189444/189444
[pid=17082] ppid=17079 vsize=429500 CPUtime=0 cores=1,3,5,7
/proc/17082/stat : 17082 (toysat) R 17079 17082 13211 0 -1 4202496 1553 0 0 0 0 0 0 0 20 0 4 0 12345468 439808000 1402 33554432000 4194304 16246674 140736981376176 140736981375600 13880264 0 2 0 34082818 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/17082/statm: 108143 1412 441 2943 0 105037 0
[pid=17082/tid=17083] ppid=17079 vsize=446908 CPUtime=0 cores=1,3,5,7
/proc/17082/task/17083/stat : 17083 (toysat) S 17079 17082 13211 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12345469 457633792 1470 33554432000 4194304 16246674 140736981376176 139769693580528 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=17082/tid=17084] ppid=17079 vsize=452028 CPUtime=0 cores=1,3,5,7
/proc/17082/task/17084/stat : 17084 (toysat) S 17079 17082 13211 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12345469 462876672 1487 33554432000 4194304 16246674 140736981376176 139769683090672 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=17082/tid=17085] ppid=17079 vsize=456124 CPUtime=0 cores=1,3,5,7
/proc/17082/task/17085/stat : 17085 (toysat) S 17079 17082 13211 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12345469 467070976 1503 33554432000 4194304 16246674 140736981376176 139769672617136 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0

[startup+0.100175 s]
/proc/loadavg: 2.01 2.02 2.20 3/243 17082
/proc/meminfo: memFree=30122972/32872528 swapFree=189444/189444
[pid=17082] ppid=17079 vsize=1218116 CPUtime=0.09 cores=1,3,5,7
/proc/17082/stat : 17082 (toysat) R 17079 17082 13211 0 -1 4202496 24158 0 0 0 5 4 0 0 20 0 4 0 12345468 1247350784 23996 33554432000 4194304 16246674 140736981376176 140736981359168 5546181 0 0 0 34082818 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/17082/statm: 304529 24007 708 2943 0 301423 0
[pid=17082/tid=17083] ppid=17079 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/17082/task/17083/stat : 17083 (toysat) S 17079 17082 13211 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12345469 1247350784 24012 33554432000 4194304 16246674 140736981376176 139769693580528 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=17082/tid=17084] ppid=17079 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/17082/task/17084/stat : 17084 (toysat) S 17079 17082 13211 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12345469 1247350784 24017 33554432000 4194304 16246674 140736981376176 139769683090672 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=17082/tid=17085] ppid=17079 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/17082/task/17085/stat : 17085 (toysat) S 17079 17082 13211 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12345469 1247350784 24023 33554432000 4194304 16246674 140736981376176 139769672617136 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) 1218116

[startup+0.200547 s]
/proc/loadavg: 2.01 2.02 2.20 3/243 17082
/proc/meminfo: memFree=30122972/32872528 swapFree=189444/189444
[pid=17082] ppid=17079 vsize=1218116 CPUtime=0.18 cores=1,3,5,7
/proc/17082/stat : 17082 (toysat) R 17079 17082 13211 0 -1 4202496 46875 0 0 0 12 6 0 0 20 0 4 0 12345468 1247350784 46713 33554432000 4194304 16246674 140736981376176 140736981359176 5677541 0 0 0 34082818 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/17082/statm: 304529 46723 708 2943 0 301423 0
[pid=17082/tid=17083] ppid=17079 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/17082/task/17083/stat : 17083 (toysat) S 17079 17082 13211 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12345469 1247350784 46729 33554432000 4194304 16246674 140736981376176 139769693580528 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=17082/tid=17084] ppid=17079 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/17082/task/17084/stat : 17084 (toysat) S 17079 17082 13211 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12345469 1247350784 46738 33554432000 4194304 16246674 140736981376176 139769683090672 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=17082/tid=17085] ppid=17079 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/17082/task/17085/stat : 17085 (toysat) S 17079 17082 13211 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12345469 1247350784 46743 33554432000 4194304 16246674 140736981376176 139769672617136 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 1218116

[startup+0.300451 s]
/proc/loadavg: 2.01 2.02 2.20 3/243 17082
/proc/meminfo: memFree=30122972/32872528 swapFree=189444/189444
[pid=17082] ppid=17079 vsize=1218116 CPUtime=0.29 cores=1,3,5,7
/proc/17082/stat : 17082 (toysat) R 17079 17082 13211 0 -1 4202496 69493 0 0 0 20 9 0 0 20 0 4 0 12345468 1247350784 69332 33554432000 4194304 16246674 140736981376176 140736981359176 13192110 0 0 0 34082818 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/17082/statm: 304529 69341 708 2943 0 301423 0
[pid=17082/tid=17083] ppid=17079 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/17082/task/17083/stat : 17083 (toysat) S 17079 17082 13211 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12345469 1247350784 69348 33554432000 4194304 16246674 140736981376176 139769693580528 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=17082/tid=17084] ppid=17079 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/17082/task/17084/stat : 17084 (toysat) S 17079 17082 13211 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12345469 1247350784 69354 33554432000 4194304 16246674 140736981376176 139769683090672 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=17082/tid=17085] ppid=17079 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/17082/task/17085/stat : 17085 (toysat) S 17079 17082 13211 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12345469 1247350784 69359 33554432000 4194304 16246674 140736981376176 139769672617136 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) 1218116

[startup+0.700373 s]
/proc/loadavg: 2.01 2.02 2.20 3/243 17082
/proc/meminfo: memFree=30122972/32872528 swapFree=189444/189444
[pid=17082] ppid=17079 vsize=1218116 CPUtime=0.68 cores=1,3,5,7
/proc/17082/stat : 17082 (toysat) R 17079 17082 13211 0 -1 4202496 160603 0 0 0 48 20 0 0 20 0 4 0 12345468 1247350784 160441 33554432000 4194304 16246674 140736981376176 140736981358080 6842276 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17082/statm: 304529 160454 709 2943 0 301423 0
[pid=17082/tid=17083] ppid=17079 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/17082/task/17083/stat : 17083 (toysat) S 17079 17082 13211 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12345469 1247350784 160463 33554432000 4194304 16246674 140736981376176 139769693580528 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=17082/tid=17084] ppid=17079 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/17082/task/17084/stat : 17084 (toysat) S 17079 17082 13211 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12345469 1247350784 160469 33554432000 4194304 16246674 140736981376176 139769683090672 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=17082/tid=17085] ppid=17079 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/17082/task/17085/stat : 17085 (toysat) S 17079 17082 13211 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12345469 1247350784 160475 33554432000 4194304 16246674 140736981376176 139769672617136 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) 1218116

[startup+1.50045 s]
/proc/loadavg: 1.93 2.00 2.20 3/247 17086
/proc/meminfo: memFree=29142836/32872528 swapFree=189444/189444
[pid=17082] ppid=17079 vsize=1218116 CPUtime=1.49 cores=1,3,5,7
/proc/17082/stat : 17082 (toysat) R 17079 17082 13211 0 -1 4202496 245479 0 0 0 117 32 0 0 20 0 4 0 12345468 1247350784 245297 33554432000 4194304 16246674 140736981376176 140736981375488 5677028 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17082/statm: 304529 245297 783 2943 0 301423 0
[pid=17082/tid=17083] ppid=17079 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/17082/task/17083/stat : 17083 (toysat) S 17079 17082 13211 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12345469 1247350784 245297 33554432000 4194304 16246674 140736981376176 139769693580528 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=17082/tid=17084] ppid=17079 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/17082/task/17084/stat : 17084 (toysat) S 17079 17082 13211 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12345469 1247350784 245297 33554432000 4194304 16246674 140736981376176 139769683090672 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=17082/tid=17085] ppid=17079 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/17082/task/17085/stat : 17085 (toysat) S 17079 17082 13211 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12345469 1247350784 245297 33554432000 4194304 16246674 140736981376176 139769672617136 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 1218116

[startup+3.10042 s]
/proc/loadavg: 1.93 2.00 2.20 3/247 17086
/proc/meminfo: memFree=29055044/32872528 swapFree=189444/189444
[pid=17082] ppid=17079 vsize=1306180 CPUtime=3.08 cores=1,3,5,7
/proc/17082/stat : 17082 (toysat) R 17079 17082 13211 0 -1 4202496 267384 0 0 0 273 35 0 0 20 0 4 0 12345468 1337528320 267202 33554432000 4194304 16246674 140736981376176 140736981359176 5827966 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17082/statm: 326545 267202 783 2943 0 323439 0
[pid=17082/tid=17083] ppid=17079 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/17082/task/17083/stat : 17083 (toysat) S 17079 17082 13211 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12345469 1337528320 267202 33554432000 4194304 16246674 140736981376176 139769693580528 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=17082/tid=17084] ppid=17079 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/17082/task/17084/stat : 17084 (toysat) S 17079 17082 13211 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12345469 1337528320 267202 33554432000 4194304 16246674 140736981376176 139769683090672 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=17082/tid=17085] ppid=17079 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/17082/task/17085/stat : 17085 (toysat) S 17079 17082 13211 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12345469 1337528320 267202 33554432000 4194304 16246674 140736981376176 139769672617136 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 1306180

[startup+6.30043 s]
/proc/loadavg: 1.94 2.00 2.20 3/247 17086
/proc/meminfo: memFree=29054908/32872528 swapFree=189444/189444
[pid=17082] ppid=17079 vsize=1306180 CPUtime=6.28 cores=1,3,5,7
/proc/17082/stat : 17082 (toysat) R 17079 17082 13211 0 -1 4202496 267398 0 0 0 593 35 0 0 20 0 4 0 12345468 1337528320 267216 33554432000 4194304 16246674 140736981376176 140736981359176 5673627 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17082/statm: 326545 267216 783 2943 0 323439 0
[pid=17082/tid=17083] ppid=17079 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/17082/task/17083/stat : 17083 (toysat) S 17079 17082 13211 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12345469 1337528320 267216 33554432000 4194304 16246674 140736981376176 139769693580528 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=17082/tid=17084] ppid=17079 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/17082/task/17084/stat : 17084 (toysat) S 17079 17082 13211 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12345469 1337528320 267216 33554432000 4194304 16246674 140736981376176 139769683090672 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=17082/tid=17085] ppid=17079 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/17082/task/17085/stat : 17085 (toysat) S 17079 17082 13211 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12345469 1337528320 267216 33554432000 4194304 16246674 140736981376176 139769672617136 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 1306180

[startup+12.7004 s]
/proc/loadavg: 1.94 2.00 2.19 3/247 17086
/proc/meminfo: memFree=29054864/32872528 swapFree=189444/189444
[pid=17082] ppid=17079 vsize=1306180 CPUtime=12.69 cores=1,3,5,7
/proc/17082/stat : 17082 (toysat) R 17079 17082 13211 0 -1 4202496 267422 0 0 0 1233 36 0 0 20 0 4 0 12345468 1337528320 267240 33554432000 4194304 16246674 140736981376176 140736981359176 5523612 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17082/statm: 326545 267240 783 2943 0 323439 0
[pid=17082/tid=17083] ppid=17079 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/17082/task/17083/stat : 17083 (toysat) S 17079 17082 13211 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12345469 1337528320 267240 33554432000 4194304 16246674 140736981376176 139769693580528 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=17082/tid=17084] ppid=17079 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/17082/task/17084/stat : 17084 (toysat) S 17079 17082 13211 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12345469 1337528320 267240 33554432000 4194304 16246674 140736981376176 139769683090672 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=17082/tid=17085] ppid=17079 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/17082/task/17085/stat : 17085 (toysat) S 17079 17082 13211 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12345469 1337528320 267240 33554432000 4194304 16246674 140736981376176 139769672617136 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1306180

[startup+25.5004 s]
/proc/loadavg: 1.95 2.00 2.19 3/247 17086
/proc/meminfo: memFree=29053944/32872528 swapFree=189444/189444
[pid=17082] ppid=17079 vsize=1306180 CPUtime=25.49 cores=1,3,5,7
/proc/17082/stat : 17082 (toysat) R 17079 17082 13211 0 -1 4202496 267427 0 0 0 2513 36 0 0 20 0 4 0 12345468 1337528320 267245 33554432000 4194304 16246674 140736981376176 140736981359176 5823619 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17082/statm: 326545 267245 786 2943 0 323439 0
[pid=17082/tid=17083] ppid=17079 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/17082/task/17083/stat : 17083 (toysat) S 17079 17082 13211 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12345469 1337528320 267245 33554432000 4194304 16246674 140736981376176 139769693580528 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=17082/tid=17084] ppid=17079 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/17082/task/17084/stat : 17084 (toysat) S 17079 17082 13211 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12345469 1337528320 267245 33554432000 4194304 16246674 140736981376176 139769683090672 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=17082/tid=17085] ppid=17079 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/17082/task/17085/stat : 17085 (toysat) S 17079 17082 13211 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12345469 1337528320 267245 33554432000 4194304 16246674 140736981376176 139769672617136 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 1306180

[startup+51.1004 s]
/proc/loadavg: 1.97 2.00 2.18 3/247 17087
/proc/meminfo: memFree=29054044/32872528 swapFree=189444/189444
[pid=17082] ppid=17079 vsize=1306180 CPUtime=51.08 cores=1,3,5,7
/proc/17082/stat : 17082 (toysat) R 17079 17082 13211 0 -1 4202496 267428 0 0 0 5071 37 0 0 20 0 4 0 12345468 1337528320 267246 33554432000 4194304 16246674 140736981376176 140736981359176 6861779 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17082/statm: 326545 267246 787 2943 0 323439 0
[pid=17082/tid=17083] ppid=17079 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/17082/task/17083/stat : 17083 (toysat) S 17079 17082 13211 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12345469 1337528320 267246 33554432000 4194304 16246674 140736981376176 139769693580528 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=17082/tid=17084] ppid=17079 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/17082/task/17084/stat : 17084 (toysat) S 17079 17082 13211 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12345469 1337528320 267246 33554432000 4194304 16246674 140736981376176 139769683090672 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=17082/tid=17085] ppid=17079 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/17082/task/17085/stat : 17085 (toysat) S 17079 17082 13211 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12345469 1337528320 267246 33554432000 4194304 16246674 140736981376176 139769672617136 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 1306180

[startup+102.3 s]
/proc/loadavg: 2.16 2.04 2.19 3/247 17088
/proc/meminfo: memFree=29053840/32872528 swapFree=189444/189444
[pid=17082] ppid=17079 vsize=1306180 CPUtime=102.27 cores=1,3,5,7
/proc/17082/stat : 17082 (toysat) R 17079 17082 13211 0 -1 4202496 267468 0 0 0 10189 38 0 0 20 0 4 0 12345468 1337528320 267286 33554432000 4194304 16246674 140736981376176 140736981359176 13965658 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17082/statm: 326545 267286 787 2943 0 323439 0
[pid=17082/tid=17083] ppid=17079 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/17082/task/17083/stat : 17083 (toysat) S 17079 17082 13211 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12345469 1337528320 267286 33554432000 4194304 16246674 140736981376176 139769693580528 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=17082/tid=17084] ppid=17079 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/17082/task/17084/stat : 17084 (toysat) S 17079 17082 13211 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12345469 1337528320 267286 33554432000 4194304 16246674 140736981376176 139769683090672 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=17082/tid=17085] ppid=17079 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/17082/task/17085/stat : 17085 (toysat) S 17079 17082 13211 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12345469 1337528320 267286 33554432000 4194304 16246674 140736981376176 139769672617136 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) 1306180


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

/proc/17082/stat : 17082 (toysat) R 17079 17082 13211 0 -1 4202496 267469 0 0 0 22183 42 0 0 20 0 4 0 12345468 1337528320 267287 33554432000 4194304 16246674 140736981376176 140736981359176 6012004 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17082/statm: 326545 267287 787 2943 0 323439 0
[pid=17082/tid=17083] ppid=17079 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/17082/task/17083/stat : 17083 (toysat) S 17079 17082 13211 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12345469 1337528320 267287 33554432000 4194304 16246674 140736981376176 139769693580528 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=17082/tid=17084] ppid=17079 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/17082/task/17084/stat : 17084 (toysat) S 17079 17082 13211 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12345469 1337528320 267287 33554432000 4194304 16246674 140736981376176 139769683090672 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=17082/tid=17085] ppid=17079 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/17082/task/17085/stat : 17085 (toysat) S 17079 17082 13211 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12345469 1337528320 267287 33554432000 4194304 16246674 140736981376176 139769672617136 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 1306180

[startup+282.3 s]
/proc/loadavg: 2.31 2.17 2.20 3/247 17094
/proc/meminfo: memFree=29051888/32872528 swapFree=189444/189444
[pid=17082] ppid=17079 vsize=1306180 CPUtime=282.24 cores=1,3,5,7
/proc/17082/stat : 17082 (toysat) R 17079 17082 13211 0 -1 4202496 267471 0 0 0 28181 43 0 0 20 0 4 0 12345468 1337528320 267289 33554432000 4194304 16246674 140736981376176 140736981359176 5754966 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17082/statm: 326545 267289 787 2943 0 323439 0
[pid=17082/tid=17083] ppid=17079 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/17082/task/17083/stat : 17083 (toysat) S 17079 17082 13211 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12345469 1337528320 267289 33554432000 4194304 16246674 140736981376176 139769693580528 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=17082/tid=17084] ppid=17079 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/17082/task/17084/stat : 17084 (toysat) S 17079 17082 13211 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12345469 1337528320 267289 33554432000 4194304 16246674 140736981376176 139769683090672 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=17082/tid=17085] ppid=17079 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/17082/task/17085/stat : 17085 (toysat) S 17079 17082 13211 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12345469 1337528320 267289 33554432000 4194304 16246674 140736981376176 139769672617136 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 1306180

[startup+342.3 s]
/proc/loadavg: 2.15 2.15 2.19 3/246 17095
/proc/meminfo: memFree=29051556/32872528 swapFree=189444/189444
[pid=17082] ppid=17079 vsize=1306180 CPUtime=342.24 cores=1,3,5,7
/proc/17082/stat : 17082 (toysat) R 17079 17082 13211 0 -1 4202496 267494 0 0 0 34179 45 0 0 20 0 4 0 12345468 1337528320 267312 33554432000 4194304 16246674 140736981376176 140736981359176 5673627 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17082/statm: 326545 267312 787 2943 0 323439 0
[pid=17082/tid=17083] ppid=17079 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/17082/task/17083/stat : 17083 (toysat) S 17079 17082 13211 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12345469 1337528320 267312 33554432000 4194304 16246674 140736981376176 139769693580528 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=17082/tid=17084] ppid=17079 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/17082/task/17084/stat : 17084 (toysat) S 17079 17082 13211 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12345469 1337528320 267312 33554432000 4194304 16246674 140736981376176 139769683090672 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=17082/tid=17085] ppid=17079 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/17082/task/17085/stat : 17085 (toysat) S 17079 17082 13211 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12345469 1337528320 267312 33554432000 4194304 16246674 140736981376176 139769672617136 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 342.24
Current children cumulated vsize (KiB) 1306180

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

[startup+358.6 s]
/proc/loadavg: 2.11 2.14 2.18 3/247 17096
/proc/meminfo: memFree=29051520/32872528 swapFree=189444/189444
[pid=17082] ppid=17079 vsize=1306180 CPUtime=358.53 cores=1,3,5,7
/proc/17082/stat : 17082 (toysat) R 17079 17082 13211 0 -1 4202496 267494 0 0 0 35807 46 0 0 20 0 4 0 12345468 1337528320 267312 33554432000 4194304 16246674 140736981376176 140736981359176 13965561 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17082/statm: 326545 267312 787 2943 0 323439 0
[pid=17082/tid=17083] ppid=17079 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/17082/task/17083/stat : 17083 (toysat) S 17079 17082 13211 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12345469 1337528320 267312 33554432000 4194304 16246674 140736981376176 139769693580528 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=17082/tid=17084] ppid=17079 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/17082/task/17084/stat : 17084 (toysat) S 17079 17082 13211 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12345469 1337528320 267312 33554432000 4194304 16246674 140736981376176 139769683090672 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=17082/tid=17085] ppid=17079 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/17082/task/17085/stat : 17085 (toysat) S 17079 17082 13211 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12345469 1337528320 267312 33554432000 4194304 16246674 140736981376176 139769672617136 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 358.53
Current children cumulated vsize (KiB) 1306180

[startup+365 s]
/proc/loadavg: 2.10 2.14 2.18 3/247 17097
/proc/meminfo: memFree=29051492/32872528 swapFree=189444/189444
[pid=17082] ppid=17079 vsize=1306180 CPUtime=364.93 cores=1,3,5,7
/proc/17082/stat : 17082 (toysat) R 17079 17082 13211 0 -1 4202496 267494 0 0 0 36447 46 0 0 20 0 4 0 12345468 1337528320 267312 33554432000 4194304 16246674 140736981376176 140736981359176 5708392 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17082/statm: 326545 267312 787 2943 0 323439 0
[pid=17082/tid=17083] ppid=17079 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/17082/task/17083/stat : 17083 (toysat) S 17079 17082 13211 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12345469 1337528320 267312 33554432000 4194304 16246674 140736981376176 139769693580528 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=17082/tid=17084] ppid=17079 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/17082/task/17084/stat : 17084 (toysat) S 17079 17082 13211 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12345469 1337528320 267312 33554432000 4194304 16246674 140736981376176 139769683090672 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=17082/tid=17085] ppid=17079 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/17082/task/17085/stat : 17085 (toysat) S 17079 17082 13211 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12345469 1337528320 267312 33554432000 4194304 16246674 140736981376176 139769672617136 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 364.93
Current children cumulated vsize (KiB) 1306180

[startup+368.2 s]
/proc/loadavg: 2.10 2.14 2.18 3/247 17097
/proc/meminfo: memFree=29051500/32872528 swapFree=189444/189444
[pid=17082] ppid=17079 vsize=1306180 CPUtime=368.13 cores=1,3,5,7
/proc/17082/stat : 17082 (toysat) R 17079 17082 13211 0 -1 4202496 267494 0 0 0 36767 46 0 0 20 0 4 0 12345468 1337528320 267312 33554432000 4194304 16246674 140736981376176 140736981359176 6012036 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17082/statm: 326545 267312 787 2943 0 323439 0
[pid=17082/tid=17083] ppid=17079 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/17082/task/17083/stat : 17083 (toysat) S 17079 17082 13211 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12345469 1337528320 267312 33554432000 4194304 16246674 140736981376176 139769693580528 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=17082/tid=17084] ppid=17079 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/17082/task/17084/stat : 17084 (toysat) S 17079 17082 13211 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12345469 1337528320 267312 33554432000 4194304 16246674 140736981376176 139769683090672 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=17082/tid=17085] ppid=17079 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/17082/task/17085/stat : 17085 (toysat) S 17079 17082 13211 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12345469 1337528320 267312 33554432000 4194304 16246674 140736981376176 139769672617136 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 368.13
Current children cumulated vsize (KiB) 1306180

[startup+369.8 s]
/proc/loadavg: 2.10 2.14 2.18 3/247 17097
/proc/meminfo: memFree=29051500/32872528 swapFree=189444/189444
[pid=17082] ppid=17079 vsize=1306180 CPUtime=369.73 cores=1,3,5,7
/proc/17082/stat : 17082 (toysat) R 17079 17082 13211 0 -1 4202496 267494 0 0 0 36927 46 0 0 20 0 4 0 12345468 1337528320 267312 33554432000 4194304 16246674 140736981376176 140736981359176 5670691 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17082/statm: 326545 267312 787 2943 0 323439 0
[pid=17082/tid=17083] ppid=17079 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/17082/task/17083/stat : 17083 (toysat) S 17079 17082 13211 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12345469 1337528320 267312 33554432000 4194304 16246674 140736981376176 139769693580528 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=17082/tid=17084] ppid=17079 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/17082/task/17084/stat : 17084 (toysat) S 17079 17082 13211 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12345469 1337528320 267312 33554432000 4194304 16246674 140736981376176 139769683090672 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=17082/tid=17085] ppid=17079 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/17082/task/17085/stat : 17085 (toysat) S 17079 17082 13211 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12345469 1337528320 267312 33554432000 4194304 16246674 140736981376176 139769672617136 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 369.73
Current children cumulated vsize (KiB) 1306180

[startup+371.4 s]
/proc/loadavg: 2.09 2.13 2.18 3/247 17097
/proc/meminfo: memFree=29051500/32872528 swapFree=189444/189444
[pid=17082] ppid=17079 vsize=1306180 CPUtime=371.33 cores=1,3,5,7
/proc/17082/stat : 17082 (toysat) R 17079 17082 13211 0 -1 4202496 267494 0 0 0 37087 46 0 0 20 0 4 0 12345468 1337528320 267312 33554432000 4194304 16246674 140736981376176 140736981359176 13001791 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17082/statm: 326545 267312 787 2943 0 323439 0
[pid=17082/tid=17083] ppid=17079 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/17082/task/17083/stat : 17083 (toysat) S 17079 17082 13211 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12345469 1337528320 267312 33554432000 4194304 16246674 140736981376176 139769693580528 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=17082/tid=17084] ppid=17079 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/17082/task/17084/stat : 17084 (toysat) S 17079 17082 13211 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12345469 1337528320 267312 33554432000 4194304 16246674 140736981376176 139769683090672 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=17082/tid=17085] ppid=17079 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/17082/task/17085/stat : 17085 (toysat) S 17079 17082 13211 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12345469 1337528320 267312 33554432000 4194304 16246674 140736981376176 139769672617136 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 371.33
Current children cumulated vsize (KiB) 1306180

[startup+372.2 s]
/proc/loadavg: 2.09 2.13 2.18 3/247 17097
/proc/meminfo: memFree=29051500/32872528 swapFree=189444/189444
[pid=17082] ppid=17079 vsize=1306180 CPUtime=372.13 cores=1,3,5,7
/proc/17082/stat : 17082 (toysat) R 17079 17082 13211 0 -1 4202496 267495 0 0 0 37167 46 0 0 20 0 4 0 12345468 1337528320 267313 33554432000 4194304 16246674 140736981376176 140736981359176 13943664 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17082/statm: 326545 267313 788 2943 0 323439 0
[pid=17082/tid=17083] ppid=17079 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/17082/task/17083/stat : 17083 (toysat) S 17079 17082 13211 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12345469 1337528320 267313 33554432000 4194304 16246674 140736981376176 139769693580528 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=17082/tid=17084] ppid=17079 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/17082/task/17084/stat : 17084 (toysat) S 17079 17082 13211 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12345469 1337528320 267313 33554432000 4194304 16246674 140736981376176 139769683090672 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=17082/tid=17085] ppid=17079 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/17082/task/17085/stat : 17085 (toysat) S 17079 17082 13211 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12345469 1337528320 267313 33554432000 4194304 16246674 140736981376176 139769672617136 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 372.13
Current children cumulated vsize (KiB) 1306180

[startup+372.4 s]
/proc/loadavg: 2.09 2.13 2.18 3/247 17097
/proc/meminfo: memFree=29051500/32872528 swapFree=189444/189444
[pid=17082] ppid=17079 vsize=1306180 CPUtime=372.33 cores=1,3,5,7
/proc/17082/stat : 17082 (toysat) R 17079 17082 13211 0 -1 4202496 267495 0 0 0 37187 46 0 0 20 0 4 0 12345468 1337528320 267313 33554432000 4194304 16246674 140736981376176 140736981359176 5663615 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17082/statm: 326545 267313 788 2943 0 323439 0
[pid=17082/tid=17083] ppid=17079 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/17082/task/17083/stat : 17083 (toysat) S 17079 17082 13211 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12345469 1337528320 267313 33554432000 4194304 16246674 140736981376176 139769693580528 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=17082/tid=17084] ppid=17079 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/17082/task/17084/stat : 17084 (toysat) S 17079 17082 13211 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12345469 1337528320 267313 33554432000 4194304 16246674 140736981376176 139769683090672 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=17082/tid=17085] ppid=17079 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/17082/task/17085/stat : 17085 (toysat) S 17079 17082 13211 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12345469 1337528320 267313 33554432000 4194304 16246674 140736981376176 139769672617136 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 372.33
Current children cumulated vsize (KiB) 1306180

[startup+372.5 s]
/proc/loadavg: 2.09 2.13 2.18 3/247 17097
/proc/meminfo: memFree=29051500/32872528 swapFree=189444/189444
[pid=17082] ppid=17079 vsize=1306180 CPUtime=372.43 cores=1,3,5,7
/proc/17082/stat : 17082 (toysat) R 17079 17082 13211 0 -1 4202496 267495 0 0 0 37197 46 0 0 20 0 4 0 12345468 1337528320 267313 33554432000 4194304 16246674 140736981376176 140736981359176 5972776 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17082/statm: 326545 267313 788 2943 0 323439 0
[pid=17082/tid=17083] ppid=17079 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/17082/task/17083/stat : 17083 (toysat) S 17079 17082 13211 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12345469 1337528320 267313 33554432000 4194304 16246674 140736981376176 139769693580528 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=17082/tid=17084] ppid=17079 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/17082/task/17084/stat : 17084 (toysat) S 17079 17082 13211 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12345469 1337528320 267313 33554432000 4194304 16246674 140736981376176 139769683090672 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=17082/tid=17085] ppid=17079 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/17082/task/17085/stat : 17085 (toysat) S 17079 17082 13211 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12345469 1337528320 267313 33554432000 4194304 16246674 140736981376176 139769672617136 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 372.43
Current children cumulated vsize (KiB) 1306180

Child status: 0
Real time (s): 372.565
CPU time (s): 372.504
CPU user time (s): 371.978
CPU system time (s): 0.52592
CPU usage (%): 99.9837
Max. virtual memory (cumulated for all children) (KiB): 1306180

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 371.978
system time used= 0.52592
maximum resident set size= 1069268
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 267500
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= 19
involuntary context switches= 390

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.6136 second user time and 3.06753 second system time

The end

Launcher Data

Begin job on node102 at 2016-06-30 20:46:29
IDJOB=4120826
IDBENCH=110152
IDSOLVER=2542
FILE ID=node102/4120826-1467312389
RUNJOBID= node102-1467310764-16425
PBS_JOBID= 20005272
Free space on /tmp= 71656 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB15eval/normalized-PB15eval/DEC-SMALLINT-LIN/ProofComplexity-Extracted-Cardinality-Constraints/ProofComplexity/normalized-subsetCardinalitySigma-27-1.cnf.gz-extracted.pb.metafix.opb
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --pb --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4120826-1467312389/watcher-4120826-1467312389 -o /tmp/evaluation-result-4120826-1467312389/solver-4120826-1467312389 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node102-1467310764-16425 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4120826-1467312389.opb

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

MD5SUM BENCH= 9a8537cfd8d8d62e11b7c7f0095d90a0
RANDOM SEED=442288404

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.744
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.744
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:        30123244 kB
Buffers:          157064 kB
Cached:           569960 kB
SwapCached:            0 kB
Active:          1397464 kB
Inactive:         419700 kB
Active(anon):    1092732 kB
Inactive(anon):        0 kB
Active(file):     304732 kB
Inactive(file):   419700 kB
Unevictable:      189444 kB
Mlocked:          189444 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             16324 kB
Writeback:             0 kB
AnonPages:       1355528 kB
Mapped:            17620 kB
Shmem:               204 kB
Slab:             609096 kB
SReclaimable:      52876 kB
SUnreclaim:       556220 kB
KernelStack:        2032 kB
PageTables:         6956 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1426100 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:     81920 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= 71636 MiB
End job on node102 at 2016-06-30 20:52:42