Trace number 4106871

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 289.04 289.085

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_50_25_2_15.opb
MD5SUM8fb158ac9231df21fb20d5a2362f86e8
Bench CategoryDEC-SMALLINT-NLC (no optimisation, small integers, non 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 benchmark6.03208
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables100
Total number of constraints152
Number of constraints which are clauses50
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints101
Minimum length of a constraint2
Maximum length of a constraint100
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 15
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 100
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)2960
Sum of products size (including duplicates)5920
Number of different products1480
Sum of products size2960

Solver Data

0.00/0.00	c 2016-06-18T21:51:59+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-4106871-1466279519.opb"]
0.00/0.01	c use --random-gen="624988002 3215936880 1726973715 912026829 4262555368 457867739 2634013105 19952364 2088811198 2901728908 1281084146 2183526068 2319100307 2479999936 517851504 544613569 3991342187 2565547364 3640783714 2420147458 2831072943 3040262725 1539440247 2587613557 393224451 685309858 967720614 2883742159 1679679262 1192151754 1331887334 1416120636 997324805 84925689 154126998 1272638899 1371781860 3880116242 3177119049 690043142 240828471 1922034912 3992657507 3041200750 1764163664 2656095157 3473269156 2656107519 948032539 1512589314 1969649538 2697603400 46289781 3915616305 536811198 2324079313 3850340181 3463589843 162686912 345379657 1464656579 3337808075 1009872954 3557762847 2396150473 3247739418 478324881 696865812 2800387264 749098951 266538313 514470779 2941261494 2584643087 2738423323 609987491 590897459 773775582 553682378 627370768 1960633283 1676094032 1525190188 603602500 302786347 997812517 575618915 453776675 3720554271 496033965 121902963 2856786523 2272289391 712263537 3090931207 465066943 3185676845 2820599694 3371321593 3833155532 81515348 2396200976 2735397267 491603791 2678189133 857907015 2930251959 4034800888 1511785882 4013745985 2228989842 1945509121 1979337717 3176868509 4190883032 2252432936 415582742 2433608021 3999020799 337024461 2338222370 497400002 3975317364 2859496716 2348156916 4208102302 360242216 2054851490 4078942609 3673137307 1974922947 3404169966 2848591999 3344315007 2288689158 3849731540 844265972 3809576153 1983887792 643934437 4288832272 248913544 754392134 935796526 729611491 3154571602 908863448 4004541568 3968346828 3501460021 1863023306 1308986763 3527374186 2055433059 2381329537 4140218756 1010749409 2742329260 3168747754 1700148531 3180451937 3677604063 533819584 684181801 1054598031 1926753704 2956056770 2379373589 2875223952 977853648 1714049333 1845037518 1139957588 2789077180 1897943849 3796117570 1463838080 1618357136 2518075541 3322455306 2734537380 944745557 1638925403 4089350778 4275324015 220598682 3824895743 912781519 894110748 2536553350 130615529 2522589060 3269293549 999367173 497409986 4008186951 2674795374 2267257913 317437081 2224711018 76424313 750999375 1101943521 250792963 2635886259 2566620005 907181411 511229264 1737902136 3333842737 753006153 3817707566 2521888545 1128237058 3331063070 3160671423 1970154218 313715132 1153451134 2348455929 724398782 2055047656 3096290676 1690518856 1915003098 279213280 1421520215 10085418 1535707820 4201915703 2968588563 1644359152 2329152718 1142300182 4051154645 3617395135 497302532 3881322163 3755287641 4015439016 682233781 906186584 2276746486 1599756202 1806246417 3218978497 355429925 3845536112 1474119787 2708819542 3122582082 3862102681 3441409507 1207150526 2569273453 3425802267 255 362436" option to reproduce the execution
0.00/0.02	c #vars 100
0.00/0.02	c #constraints 152
0.00/0.05	c Solving starts ...
0.00/0.05	c ============================[ Search Statistics ]============================
0.00/0.05	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.00/0.05	c       |         |          |          |    Limit     GC | Var      | Constra 
0.00/0.05	c =============================================================================
0.00/0.05	c  0.0s |       0 |        0 |        0 |     1071      0 |        0 |        0
0.00/0.08	c  0.0s |       1 |      196 |      100 |     1071      0 |        0 |        0
0.09/0.11	c  0.1s |       2 |      757 |      250 |     1179      0 |        0 |        0
0.09/0.18	c  0.1s |       3 |     1832 |      475 |     1297      0 |        0 |        0
0.18/0.25	c  0.2s |       4 |     3040 |      813 |     1427      0 |        0 |        0
0.29/0.37	c  0.3s |       5 |     3632 |     1320 |     1570      0 |        0 |        0
0.49/0.57	c  0.5s |       6 |     4483 |     2081 |     1901      1 |        0 |        0
0.79/0.86	c  0.8s |       7 |     5751 |     3223 |     2092      2 |        0 |        0
1.19/1.25	c  1.2s |       8 |     7636 |     4936 |     2302      3 |        0 |        0
1.69/1.76	c  1.7s |       9 |    10464 |     7506 |     2533      5 |        0 |        0
2.39/2.45	c  2.4s |      10 |    15976 |    11361 |     2787      8 |        0 |        0
3.40/3.43	c  3.4s |      11 |    24330 |    17144 |     3066     12 |        0 |        0
4.99/5.04	c  5.0s |      12 |    40812 |    25819 |     3373     17 |        0 |        0
6.99/7.04	c  7.0s |      12 |    62623 |    35219 |     3373     23 |        0 |        0
7.89/7.93	c  7.9s |      13 |    69886 |    38832 |     3711     25 |        0 |        0
9.89/9.94	c  9.9s |      13 |    82261 |    48632 |     3711     30 |        0 |        0
11.58/11.60	c 11.5s |      14 |    99239 |    58352 |     4083     35 |        0 |        0
13.59/13.60	c 13.5s |      14 |   115134 |    68952 |     4083     40 |        0 |        0
15.59/15.61	c 15.6s |      14 |   133240 |    80152 |     4083     45 |        0 |        0
16.99/17.01	c 17.0s |      15 |   145801 |    87632 |     4492     49 |        0 |        0
18.99/19.03	c 19.0s |      15 |   162105 |    97932 |     4492     53 |        0 |        0
21.00/21.04	c 21.0s |      15 |   180218 |   108332 |     4492     58 |        0 |        0
22.99/23.05	c 23.0s |      15 |   199187 |   118832 |     4492     63 |        0 |        0
24.99/25.06	c 25.0s |      15 |   215934 |   129532 |     4492     67 |        0 |        0
25.40/25.47	c 25.4s |      16 |   218600 |   131552 |     4942     68 |        0 |        0
27.39/27.49	c 27.4s |      16 |   233631 |   142052 |     4942     72 |        0 |        0
29.49/29.50	c 29.5s |      16 |   256339 |   152652 |     4942     76 |        0 |        0
31.49/31.52	c 31.5s |      16 |   276632 |   162752 |     4942     80 |        0 |        0
33.48/33.53	c 33.5s |      16 |   297235 |   172052 |     4942     84 |        0 |        0
35.48/35.54	c 35.5s |      16 |   315773 |   181652 |     4942     88 |        0 |        0
37.49/37.56	c 37.5s |      16 |   333955 |   191152 |     4942     92 |        0 |        0
38.78/38.83	c 38.8s |      17 |   347086 |   197432 |     5437     94 |        0 |        0
40.79/40.83	c 40.8s |      17 |   365503 |   206832 |     5437     98 |        0 |        0
42.78/42.85	c 42.8s |      17 |   383448 |   216032 |     5437    101 |        0 |        0
44.78/44.87	c 44.8s |      17 |   398068 |   224732 |     5437    104 |        0 |        0
46.78/46.87	c 46.8s |      17 |   420624 |   234232 |     5437    108 |        0 |        0
48.78/48.89	c 48.8s |      17 |   437828 |   243732 |     5437    111 |        0 |        0
50.78/50.89	c 50.8s |      17 |   460252 |   253132 |     5437    114 |        0 |        0
52.89/52.91	c 52.9s |      17 |   473243 |   262832 |     5437    118 |        0 |        0
54.88/54.92	c 54.9s |      17 |   486436 |   271832 |     5437    121 |        0 |        0
56.88/56.93	c 56.9s |      17 |   506271 |   281232 |     5437    125 |        0 |        0
58.88/58.93	c 58.9s |      17 |   525253 |   290532 |     5437    128 |        0 |        0
60.08/60.12	c 60.1s |      18 |   535498 |   296252 |     5981    130 |        0 |        0
62.08/62.12	c 62.1s |      18 |   548212 |   304652 |     5981    133 |        0 |        0
64.08/64.12	c 64.1s |      18 |   569761 |   314752 |     5981    136 |        0 |        0
66.08/66.13	c 66.1s |      18 |   584758 |   324052 |     5981    139 |        0 |        0
68.07/68.15	c 68.1s |      18 |   601137 |   333052 |     5981    142 |        0 |        0
70.08/70.18	c 70.1s |      18 |   616440 |   342252 |     5981    145 |        0 |        0
72.08/72.18	c 72.1s |      18 |   632758 |   351352 |     5981    148 |        0 |        0
74.08/74.19	c 74.1s |      18 |   652622 |   360752 |     5981    151 |        0 |        0
76.18/76.21	c 76.2s |      18 |   670430 |   369852 |     5981    154 |        0 |        0
78.19/78.22	c 78.2s |      18 |   687031 |   378852 |     5981    157 |        0 |        0
80.18/80.22	c 80.2s |      18 |   700604 |   387452 |     5981    160 |        0 |        0
82.18/82.25	c 82.2s |      18 |   718064 |   396052 |     5981    163 |        0 |        0
84.18/84.26	c 84.2s |      18 |   733482 |   403852 |     5981    166 |        0 |        0
86.18/86.26	c 86.2s |      18 |   744809 |   412952 |     5981    169 |        0 |        0
88.18/88.28	c 88.2s |      18 |   760888 |   420752 |     5981    171 |        0 |        0
90.18/90.29	c 90.2s |      18 |   777885 |   429852 |     5981    174 |        0 |        0
92.28/92.30	c 92.2s |      18 |   799898 |   438752 |     5981    177 |        0 |        0
93.58/93.61	c 93.6s |      19 |   812196 |   444482 |     6580    179 |        0 |        0
95.57/95.62	c 95.6s |      19 |   827096 |   453482 |     6580    181 |        0 |        0
97.57/97.63	c 97.6s |      19 |   844992 |   461982 |     6580    184 |        0 |        0
99.57/99.63	c 99.6s |      19 |   860727 |   470282 |     6580    186 |        0 |        0
101.57/101.64	c  101s |      19 |   878869 |   478682 |     6580    189 |        0 |        0
103.57/103.64	c  103s |      19 |   897257 |   486582 |     6580    191 |        0 |        0
105.58/105.66	c  105s |      19 |   913101 |   494082 |     6580    194 |        0 |        0
107.57/107.67	c  107s |      19 |   929116 |   502582 |     6580    196 |        0 |        0
109.57/109.69	c  109s |      19 |   947626 |   510382 |     6580    199 |        0 |        0
111.67/111.70	c  111s |      19 |   968355 |   518782 |     6580    200 |        1 |       30
113.67/113.73	c  113s |      19 |   977554 |   527082 |     6580    203 |        1 |       30
115.68/115.73	c  115s |      19 |   989666 |   535782 |     6580    205 |        1 |       30
117.68/117.76	c  117s |      19 |  1000155 |   543282 |     6580    207 |        2 |       58
119.78/119.81	c  119s |      19 |  1021290 |   551582 |     6580    210 |        2 |       58
121.77/121.82	c  121s |      19 |  1036631 |   559882 |     6580    212 |        2 |       58
123.77/123.84	c  123s |      19 |  1050798 |   567882 |     6580    215 |        3 |       85
125.77/125.85	c  125s |      19 |  1068366 |   574782 |     6580    217 |        3 |       85
127.77/127.86	c  127s |      19 |  1086275 |   582482 |     6580    219 |        3 |       85
129.78/129.87	c  129s |      19 |  1100906 |   589082 |     6580    221 |        3 |       85
131.77/131.88	c  131s |      19 |  1115376 |   596282 |     6580    223 |        3 |       85
133.77/133.89	c  133s |      19 |  1128459 |   605182 |     6580    226 |        3 |       85
135.77/135.89	c  135s |      19 |  1140146 |   613082 |     6580    228 |        3 |       85
137.87/137.93	c  137s |      19 |  1152794 |   621582 |     6580    231 |        3 |       85
139.87/139.93	c  139s |      19 |  1167894 |   630482 |     6580    233 |        3 |       85
141.87/141.94	c  141s |      19 |  1186270 |   639782 |     6580    235 |        5 |      146
143.87/143.94	c  143s |      19 |  1205639 |   648782 |     6580    237 |        5 |      146
145.86/145.96	c  145s |      19 |  1223918 |   657582 |     6580    240 |        5 |      146
147.86/147.99	c  147s |      19 |  1242389 |   665782 |     7239    242 |        5 |      146
148.26/148.35	c  148s |      20 |  1244686 |   666827 |     7239    243 |        5 |      146
150.26/150.37	c  150s |      20 |  1260811 |   674227 |     7239    245 |        5 |      146
152.37/152.41	c  152s |      20 |  1275496 |   681727 |     7239    247 |        5 |      146
154.37/154.43	c  154s |      20 |  1287798 |   690027 |     7239    249 |        5 |      146
156.37/156.43	c  156s |      20 |  1298456 |   698227 |     7239    250 |        6 |      181
158.38/158.45	c  158s |      20 |  1314174 |   705827 |     7239    252 |        6 |      181
160.37/160.46	c  160s |      20 |  1331337 |   714027 |     7239    254 |        6 |      181
162.37/162.47	c  162s |      20 |  1353017 |   722927 |     7239    257 |        6 |      181
164.37/164.48	c  164s |      20 |  1372297 |   731027 |     7239    259 |        6 |      181
166.36/166.49	c  166s |      20 |  1387582 |   739127 |     7239    261 |        6 |      181
168.37/168.49	c  168s |      20 |  1406873 |   747327 |     7239    264 |        6 |      181
170.36/170.50	c  170s |      20 |  1425886 |   755827 |     7239    266 |        6 |      181
172.46/172.50	c  172s |      20 |  1441234 |   763127 |     7239    268 |        6 |      181
174.46/174.50	c  174s |      20 |  1453719 |   771627 |     7239    270 |        6 |      181
176.46/176.51	c  176s |      20 |  1471235 |   779827 |     7239    272 |        6 |      181
178.46/178.54	c  178s |      20 |  1487931 |   787627 |     7239    275 |        6 |      181
180.47/180.55	c  180s |      20 |  1506508 |   796127 |     7239    277 |        6 |      181
182.46/182.56	c  182s |      20 |  1522277 |   804827 |     7239    279 |        6 |      181
184.46/184.57	c  184s |      20 |  1538540 |   813927 |     7239    282 |        6 |      181
186.46/186.58	c  186s |      20 |  1553433 |   821427 |     7239    284 |        6 |      181
188.56/188.60	c  188s |      20 |  1564943 |   829227 |     7239    286 |        6 |      181
190.56/190.61	c  190s |      20 |  1575491 |   837127 |     7239    288 |        6 |      181
192.57/192.63	c  192s |      20 |  1587221 |   844927 |     7239    290 |        6 |      181
194.56/194.65	c  194s |      20 |  1602030 |   852327 |     7239    292 |        6 |      181
196.56/196.66	c  196s |      20 |  1614458 |   860627 |     7239    295 |        6 |      181
198.56/198.66	c  198s |      20 |  1625557 |   868427 |     7239    297 |        6 |      181
200.56/200.67	c  200s |      20 |  1641142 |   877827 |     7239    299 |        6 |      181
202.66/202.70	c  202s |      20 |  1657577 |   885927 |     7239    302 |        6 |      181
204.66/204.71	c  204s |      20 |  1674674 |   895127 |     7239    304 |        6 |      181
206.65/206.72	c  206s |      20 |  1690588 |   903927 |     7239    306 |        6 |      181
208.65/208.72	c  208s |      20 |  1706951 |   912227 |     7239    309 |        6 |      181
210.65/210.73	c  210s |      20 |  1720968 |   920627 |     7239    311 |        6 |      181
212.66/212.73	c  212s |      20 |  1736448 |   928827 |     7239    313 |        6 |      181
214.76/214.83	c  214s |      20 |  1751476 |   937027 |     7239    316 |        6 |      181
216.77/216.86	c  216s |      20 |  1764683 |   944427 |     7239    318 |        6 |      181
218.76/218.88	c  218s |      20 |  1780398 |   953427 |     7239    320 |        6 |      181
220.86/220.91	c  220s |      20 |  1795064 |   961827 |     7239    322 |        6 |      181
222.86/222.92	c  222s |      20 |  1813046 |   969927 |     7239    325 |        6 |      181
224.86/224.93	c  224s |      20 |  1830148 |   978527 |     7239    327 |        6 |      181
226.86/226.95	c  226s |      20 |  1848594 |   987827 |     7239    329 |        6 |      181
228.86/228.97	c  228s |      20 |  1866406 |   996227 |     7963    332 |        6 |      181
229.86/229.98	c  229s |      21 |  1874139 |  1000345 |     7963    333 |        6 |      181
231.96/232.04	c  231s |      21 |  1891009 |  1008245 |     7963    335 |        6 |      181
233.96/234.04	c  233s |      21 |  1909653 |  1016545 |     7963    335 |        9 |      262
235.96/236.05	c  235s |      21 |  1925143 |  1023745 |     7963    337 |        9 |      262
237.95/238.05	c  238s |      21 |  1936032 |  1030445 |     7963    339 |        9 |      262
239.95/240.07	c  240s |      21 |  1951157 |  1038745 |     7963    339 |       11 |      320
241.96/242.08	c  242s |      21 |  1965209 |  1046145 |     7963    341 |       11 |      320
243.95/244.08	c  244s |      21 |  1975331 |  1053045 |     7963    343 |       16 |      475
245.95/246.08	c  246s |      21 |  1986528 |  1061845 |     7963    344 |       16 |      475
247.95/248.10	c  248s |      21 |  2001725 |  1071045 |     7963    346 |       17 |      496
250.05/250.11	c  250s |      21 |  2019226 |  1078845 |     7963    348 |       17 |      496
252.05/252.12	c  252s |      21 |  2036321 |  1086645 |     7963    350 |       18 |      524
254.06/254.14	c  254s |      21 |  2052921 |  1096545 |     7963    351 |       19 |      547
256.05/256.14	c  256s |      21 |  2069631 |  1105245 |     7963    354 |       19 |      547
258.05/258.15	c  258s |      21 |  2084050 |  1113645 |     7963    356 |       19 |      547
260.05/260.17	c  260s |      21 |  2101264 |  1122145 |     7963    358 |       19 |      547
262.05/262.18	c  262s |      21 |  2117660 |  1130845 |     7963    360 |       19 |      547
264.14/264.21	c  264s |      21 |  2133911 |  1139845 |     7963    362 |       19 |      547
266.16/266.21	c  266s |      21 |  2150227 |  1148245 |     7963    364 |       19 |      547
268.15/268.23	c  268s |      21 |  2166976 |  1157045 |     7963    366 |       19 |      547
270.15/270.25	c  270s |      21 |  2182139 |  1165045 |     7963    368 |       19 |      547
272.15/272.27	c  272s |      21 |  2199473 |  1173245 |     7963    370 |       19 |      547
274.25/274.30	c  274s |      21 |  2213031 |  1180945 |     7963    372 |       19 |      547
276.25/276.31	c  276s |      21 |  2229552 |  1189945 |     7963    375 |       19 |      547
278.25/278.31	c  278s |      21 |  2243514 |  1198045 |     7963    377 |       19 |      547
280.25/280.32	c  280s |      21 |  2259697 |  1206745 |     7963    379 |       19 |      547
282.25/282.34	c  282s |      21 |  2274761 |  1214745 |     7963    381 |       19 |      547
284.25/284.35	c  284s |      21 |  2291615 |  1223845 |     7963    382 |       21 |      573
286.25/286.35	c  286s |      21 |  2307935 |  1232745 |     7963    384 |       21 |      573
288.25/288.37	c  288s |      21 |  2323886 |  1240645 |     7963    386 |       21 |      573
288.95/289.02	c  288s |      21 |  2328360 |  1242513 |     7963    386 |      205 |     1476
288.95/289.02	c #cpu_time = 288.212s
288.95/289.02	c #wall_clock_time = 288.966s
288.95/289.02	c #decision = 2328360
288.95/289.02	c #random_decision = 11338
288.95/289.02	c #conflict = 1242513
288.95/289.02	c #restart = 21
288.95/289.02	s UNSATISFIABLE
288.95/289.02	c total CPU time = 288.267s
288.95/289.02	c total wall clock time = 289.021s

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

pid=29621
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.19 2.22 2.19 3/179 29624
/proc/meminfo: memFree=29374536/32872528 swapFree=1191052/1305516
[pid=29624] ppid=29621 vsize=652732 CPUtime=0 cores=1,3,5,7
/proc/29624/stat : 29624 (toysat) R 29621 29624 26736 0 -1 4202496 2420 0 0 0 0 0 0 0 20 0 4 0 29998520 668397568 3292 33554432000 4194304 16246674 140736074601264 140736074600688 13880264 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/29624/statm: 163695 3300 441 2943 0 160589 0
[pid=29624/tid=29625] ppid=29621 vsize=670140 CPUtime=0 cores=1,3,5,7
/proc/29624/task/29625/stat : 29625 (toysat) S 29621 29624 26736 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 29998520 686223360 3360 33554432000 4194304 16246674 140736074601264 139695770021104 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=29624/tid=29626] ppid=29621 vsize=674236 CPUtime=0 cores=1,3,5,7
/proc/29624/task/29626/stat : 29626 (toysat) S 29621 29624 26736 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 29998520 690417664 3378 33554432000 4194304 16246674 140736074601264 139695690329328 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=29624/tid=29627] ppid=29621 vsize=678332 CPUtime=0 cores=1,3,5,7
/proc/29624/task/29627/stat : 29627 (toysat) S 29621 29624 26736 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 29998520 694611968 3394 33554432000 4194304 16246674 140736074601264 139695679855792 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0

[startup+0.100158 s]
/proc/loadavg: 2.19 2.22 2.19 3/179 29624
/proc/meminfo: memFree=29374536/32872528 swapFree=1191052/1305516
[pid=29624] ppid=29621 vsize=1218116 CPUtime=0.09 cores=1,3,5,7
/proc/29624/stat : 29624 (toysat) R 29621 29624 26736 0 -1 4202496 27310 0 0 0 5 4 0 0 20 0 4 0 29998520 1247350784 28170 33554432000 4194304 16246674 140736074601264 140736074600688 13191638 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/29624/statm: 304529 28179 719 2943 0 301423 0
[pid=29624/tid=29625] ppid=29621 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/29624/task/29625/stat : 29625 (toysat) S 29621 29624 26736 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 29998520 1247350784 28185 33554432000 4194304 16246674 140736074601264 139695770021104 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=29624/tid=29626] ppid=29621 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/29624/task/29626/stat : 29626 (toysat) S 29621 29624 26736 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 29998520 1247350784 28192 33554432000 4194304 16246674 140736074601264 139695690329328 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=29624/tid=29627] ppid=29621 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/29624/task/29627/stat : 29627 (toysat) S 29621 29624 26736 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 29998520 1247350784 28203 33554432000 4194304 16246674 140736074601264 139695679855792 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1218116

[startup+0.200514 s]
/proc/loadavg: 2.19 2.22 2.19 3/179 29624
/proc/meminfo: memFree=29374536/32872528 swapFree=1191052/1305516
[pid=29624] ppid=29621 vsize=1218116 CPUtime=0.18 cores=1,3,5,7
/proc/29624/stat : 29624 (toysat) R 29621 29624 26736 0 -1 4202496 52750 0 0 0 12 6 0 0 20 0 4 0 29998520 1247350784 53611 33554432000 4194304 16246674 140736074601264 140736074600688 5523634 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/29624/statm: 304529 53617 719 2943 0 301423 0
[pid=29624/tid=29625] ppid=29621 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/29624/task/29625/stat : 29625 (toysat) S 29621 29624 26736 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 29998520 1247350784 53622 33554432000 4194304 16246674 140736074601264 139695770021104 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=29624/tid=29626] ppid=29621 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/29624/task/29626/stat : 29626 (toysat) S 29621 29624 26736 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 29998520 1247350784 53632 33554432000 4194304 16246674 140736074601264 139695690329328 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=29624/tid=29627] ppid=29621 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/29624/task/29627/stat : 29627 (toysat) S 29621 29624 26736 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 29998520 1247350784 53639 33554432000 4194304 16246674 140736074601264 139695679855792 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 1218116

[startup+0.300514 s]
/proc/loadavg: 2.19 2.22 2.19 3/179 29624
/proc/meminfo: memFree=29374536/32872528 swapFree=1191052/1305516
[pid=29624] ppid=29621 vsize=1218116 CPUtime=0.29 cores=1,3,5,7
/proc/29624/stat : 29624 (toysat) R 29621 29624 26736 0 -1 4202496 76789 0 0 0 19 10 0 0 20 0 4 0 29998520 1247350784 77650 33554432000 4194304 16246674 140736074601264 140736074600688 12479207 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/29624/statm: 304529 77663 719 2943 0 301423 0
[pid=29624/tid=29625] ppid=29621 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/29624/task/29625/stat : 29625 (toysat) S 29621 29624 26736 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 29998520 1247350784 77668 33554432000 4194304 16246674 140736074601264 139695770021104 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=29624/tid=29626] ppid=29621 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/29624/task/29626/stat : 29626 (toysat) S 29621 29624 26736 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 29998520 1247350784 77673 33554432000 4194304 16246674 140736074601264 139695690329328 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=29624/tid=29627] ppid=29621 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/29624/task/29627/stat : 29627 (toysat) S 29621 29624 26736 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 29998520 1247350784 77676 33554432000 4194304 16246674 140736074601264 139695679855792 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1218116

[startup+0.700449 s]
/proc/loadavg: 2.19 2.22 2.19 3/179 29624
/proc/meminfo: memFree=29374536/32872528 swapFree=1191052/1305516
[pid=29624] ppid=29621 vsize=1218116 CPUtime=0.69 cores=1,3,5,7
/proc/29624/stat : 29624 (toysat) R 29621 29624 26736 0 -1 4202496 158955 0 0 0 48 21 0 0 20 0 4 0 29998520 1247350784 159815 33554432000 4194304 16246674 140736074601264 140736074583168 5677277 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/29624/statm: 304529 159821 726 2943 0 301423 0
[pid=29624/tid=29625] ppid=29621 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/29624/task/29625/stat : 29625 (toysat) S 29621 29624 26736 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 29998520 1247350784 159826 33554432000 4194304 16246674 140736074601264 139695770021104 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=29624/tid=29626] ppid=29621 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/29624/task/29626/stat : 29626 (toysat) S 29621 29624 26736 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 29998520 1247350784 159834 33554432000 4194304 16246674 140736074601264 139695690329328 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=29624/tid=29627] ppid=29621 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/29624/task/29627/stat : 29627 (toysat) S 29621 29624 26736 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 29998520 1247350784 159844 33554432000 4194304 16246674 140736074601264 139695679855792 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1218116

[startup+1.50046 s]
/proc/loadavg: 2.19 2.22 2.19 3/183 29628
/proc/meminfo: memFree=28419352/32872528 swapFree=1191052/1305516
[pid=29624] ppid=29621 vsize=1222212 CPUtime=1.49 cores=1,3,5,7
/proc/29624/stat : 29624 (toysat) R 29621 29624 26736 0 -1 4202496 246383 0 0 0 118 31 0 0 20 0 4 0 29998520 1251545088 247223 33554432000 4194304 16246674 140736074601264 140736074583168 5822604 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/29624/statm: 305553 247223 798 2943 0 302447 0
[pid=29624/tid=29625] ppid=29621 vsize=1222212 CPUtime=0 cores=1,3,5,7
/proc/29624/task/29625/stat : 29625 (toysat) S 29621 29624 26736 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 29998520 1251545088 247223 33554432000 4194304 16246674 140736074601264 139695770021104 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=29624/tid=29626] ppid=29621 vsize=1222212 CPUtime=0 cores=1,3,5,7
/proc/29624/task/29626/stat : 29626 (toysat) S 29621 29624 26736 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 29998520 1251545088 247223 33554432000 4194304 16246674 140736074601264 139695690329328 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=29624/tid=29627] ppid=29621 vsize=1222212 CPUtime=0 cores=1,3,5,7
/proc/29624/task/29627/stat : 29627 (toysat) S 29621 29624 26736 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 29998520 1251545088 247223 33554432000 4194304 16246674 140736074601264 139695679855792 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 1222212

[startup+3.10045 s]
/proc/loadavg: 2.19 2.22 2.19 3/183 29628
/proc/meminfo: memFree=28301520/32872528 swapFree=1191052/1305516
[pid=29624] ppid=29621 vsize=1310276 CPUtime=3.09 cores=1,3,5,7
/proc/29624/stat : 29624 (toysat) R 29621 29624 26736 0 -1 4202496 268603 0 0 0 275 34 0 0 20 0 4 0 29998520 1341722624 269443 33554432000 4194304 16246674 140736074601264 140736074583168 12477716 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/29624/statm: 327569 269443 798 2943 0 324463 0
[pid=29624/tid=29625] ppid=29621 vsize=1310276 CPUtime=0 cores=1,3,5,7
/proc/29624/task/29625/stat : 29625 (toysat) S 29621 29624 26736 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 29998520 1341722624 269443 33554432000 4194304 16246674 140736074601264 139695770021104 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=29624/tid=29626] ppid=29621 vsize=1310276 CPUtime=0 cores=1,3,5,7
/proc/29624/task/29626/stat : 29626 (toysat) S 29621 29624 26736 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 29998520 1341722624 269443 33554432000 4194304 16246674 140736074601264 139695690329328 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=29624/tid=29627] ppid=29621 vsize=1310276 CPUtime=0 cores=1,3,5,7
/proc/29624/task/29627/stat : 29627 (toysat) S 29621 29624 26736 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 29998520 1341722624 269443 33554432000 4194304 16246674 140736074601264 139695679855792 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 1310276

[startup+6.30047 s]
/proc/loadavg: 2.17 2.22 2.19 3/183 29628
/proc/meminfo: memFree=28297180/32872528 swapFree=1191052/1305516
[pid=29624] ppid=29621 vsize=1310276 CPUtime=6.29 cores=1,3,5,7
/proc/29624/stat : 29624 (toysat) R 29621 29624 26736 0 -1 4202496 268603 0 0 0 595 34 0 0 20 0 4 0 29998520 1341722624 269443 33554432000 4194304 16246674 140736074601264 140736074583168 5676626 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/29624/statm: 327569 269443 798 2943 0 324463 0
[pid=29624/tid=29625] ppid=29621 vsize=1310276 CPUtime=0 cores=1,3,5,7
/proc/29624/task/29625/stat : 29625 (toysat) S 29621 29624 26736 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 29998520 1341722624 269443 33554432000 4194304 16246674 140736074601264 139695770021104 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=29624/tid=29626] ppid=29621 vsize=1310276 CPUtime=0 cores=1,3,5,7
/proc/29624/task/29626/stat : 29626 (toysat) S 29621 29624 26736 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 29998520 1341722624 269443 33554432000 4194304 16246674 140736074601264 139695690329328 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=29624/tid=29627] ppid=29621 vsize=1310276 CPUtime=0 cores=1,3,5,7
/proc/29624/task/29627/stat : 29627 (toysat) S 29621 29624 26736 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 29998520 1341722624 269443 33554432000 4194304 16246674 140736074601264 139695679855792 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1310276

[startup+12.7005 s]
/proc/loadavg: 2.24 2.23 2.19 3/183 29628
/proc/meminfo: memFree=28293912/32872528 swapFree=1191052/1305516
[pid=29624] ppid=29621 vsize=1316420 CPUtime=12.68 cores=1,3,5,7
/proc/29624/stat : 29624 (toysat) R 29621 29624 26736 0 -1 4202496 269966 0 0 0 1234 34 0 0 20 0 4 0 29998520 1348014080 270806 33554432000 4194304 16246674 140736074601264 140736074584264 4221016 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/29624/statm: 329105 270810 800 2943 0 325999 0
[pid=29624/tid=29625] ppid=29621 vsize=1316420 CPUtime=0 cores=1,3,5,7
/proc/29624/task/29625/stat : 29625 (toysat) S 29621 29624 26736 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 29998520 1348014080 270812 33554432000 4194304 16246674 140736074601264 139695770021104 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=29624/tid=29626] ppid=29621 vsize=1316420 CPUtime=0 cores=1,3,5,7
/proc/29624/task/29626/stat : 29626 (toysat) S 29621 29624 26736 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 29998520 1348014080 270814 33554432000 4194304 16246674 140736074601264 139695690329328 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=29624/tid=29627] ppid=29621 vsize=1316420 CPUtime=0 cores=1,3,5,7
/proc/29624/task/29627/stat : 29627 (toysat) S 29621 29624 26736 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 29998520 1348014080 270816 33554432000 4194304 16246674 140736074601264 139695679855792 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 1316420

[startup+25.5005 s]
/proc/loadavg: 2.26 2.23 2.19 3/183 29628
/proc/meminfo: memFree=28289000/32872528 swapFree=1191052/1305516
[pid=29624] ppid=29621 vsize=1318468 CPUtime=25.49 cores=1,3,5,7
/proc/29624/stat : 29624 (toysat) R 29621 29624 26736 0 -1 4202496 270653 0 0 0 2514 35 0 0 20 0 4 0 29998520 1350111232 271493 33554432000 4194304 16246674 140736074601264 140736074583168 6021024 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/29624/statm: 329617 271493 800 2943 0 326511 0
[pid=29624/tid=29625] ppid=29621 vsize=1318468 CPUtime=0 cores=1,3,5,7
/proc/29624/task/29625/stat : 29625 (toysat) S 29621 29624 26736 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 29998520 1350111232 271493 33554432000 4194304 16246674 140736074601264 139695770021104 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=29624/tid=29626] ppid=29621 vsize=1318468 CPUtime=0 cores=1,3,5,7
/proc/29624/task/29626/stat : 29626 (toysat) S 29621 29624 26736 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 29998520 1350111232 271493 33554432000 4194304 16246674 140736074601264 139695690329328 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=29624/tid=29627] ppid=29621 vsize=1318468 CPUtime=0 cores=1,3,5,7
/proc/29624/task/29627/stat : 29627 (toysat) S 29621 29624 26736 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 29998520 1350111232 271493 33554432000 4194304 16246674 140736074601264 139695679855792 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 1318468

[startup+51.1005 s]
/proc/loadavg: 2.24 2.23 2.19 3/183 29628
/proc/meminfo: memFree=28288384/32872528 swapFree=1191052/1305516
[pid=29624] ppid=29621 vsize=1319492 CPUtime=51.08 cores=1,3,5,7
/proc/29624/stat : 29624 (toysat) R 29621 29624 26736 0 -1 4202496 270909 0 0 0 5073 35 0 0 20 0 4 0 29998520 1351159808 271749 33554432000 4194304 16246674 140736074601264 140736074583168 5827838 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/29624/statm: 329873 271749 800 2943 0 326767 0
[pid=29624/tid=29625] ppid=29621 vsize=1319492 CPUtime=0 cores=1,3,5,7
/proc/29624/task/29625/stat : 29625 (toysat) S 29621 29624 26736 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 29998520 1351159808 271749 33554432000 4194304 16246674 140736074601264 139695770021104 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=29624/tid=29626] ppid=29621 vsize=1319492 CPUtime=0 cores=1,3,5,7
/proc/29624/task/29626/stat : 29626 (toysat) S 29621 29624 26736 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 29998520 1351159808 271749 33554432000 4194304 16246674 140736074601264 139695690329328 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=29624/tid=29627] ppid=29621 vsize=1319492 CPUtime=0 cores=1,3,5,7
/proc/29624/task/29627/stat : 29627 (toysat) S 29621 29624 26736 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 29998520 1351159808 271749 33554432000 4194304 16246674 140736074601264 139695679855792 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 1319492

[startup+102.301 s]
/proc/loadavg: 2.16 2.21 2.18 3/183 29629
/proc/meminfo: memFree=28287364/32872528 swapFree=1191052/1305516
[pid=29624] ppid=29621 vsize=1319492 CPUtime=102.28 cores=1,3,5,7
/proc/29624/stat : 29624 (toysat) R 29621 29624 26736 0 -1 4202496 270909 0 0 0 10192 36 0 0 20 0 4 0 29998520 1351159808 271749 33554432000 4194304 16246674 140736074601264 140736074583168 12460269 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/29624/statm: 329873 271749 800 2943 0 326767 0
[pid=29624/tid=29625] ppid=29621 vsize=1319492 CPUtime=0 cores=1,3,5,7
/proc/29624/task/29625/stat : 29625 (toysat) S 29621 29624 26736 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 29998520 1351159808 271749 33554432000 4194304 16246674 140736074601264 139695770021104 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=29624/tid=29626] ppid=29621 vsize=1319492 CPUtime=0 cores=1,3,5,7
/proc/29624/task/29626/stat : 29626 (toysat) S 29621 29624 26736 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 29998520 1351159808 271749 33554432000 4194304 16246674 140736074601264 139695690329328 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=29624/tid=29627] ppid=29621 vsize=1319492 CPUtime=0 cores=1,3,5,7
/proc/29624/task/29627/stat : 29627 (toysat) S 29621 29624 26736 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 29998520 1351159808 271749 33554432000 4194304 16246674 140736074601264 139695679855792 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 1319492

[startup+162.3 s]
/proc/loadavg: 2.06 2.17 2.17 3/183 29630
/proc/meminfo: memFree=28276540/32872528 swapFree=1191052/1305516
[pid=29624] ppid=29621 vsize=1328708 CPUtime=162.27 cores=1,3,5,7
/proc/29624/stat : 29624 (toysat) R 29621 29624 26736 0 -1 4202496 273213 0 0 0 16189 38 0 0 20 0 4 0 29998520 1360596992 274053 33554432000 4194304 16246674 140736074601264 140736074584264 5662136 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/29624/statm: 332177 274053 800 2943 0 329071 0
[pid=29624/tid=29625] ppid=29621 vsize=1328708 CPUtime=0 cores=1,3,5,7
/proc/29624/task/29625/stat : 29625 (toysat) S 29621 29624 26736 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 29998520 1360596992 274053 33554432000 4194304 16246674 140736074601264 139695770021104 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=29624/tid=29626] ppid=29621 vsize=1328708 CPUtime=0 cores=1,3,5,7
/proc/29624/task/29626/stat : 29626 (toysat) S 29621 29624 26736 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 29998520 1360596992 274053 33554432000 4194304 16246674 140736074601264 139695690329328 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=29624/tid=29627] ppid=29621 vsize=1328708 CPUtime=0 cores=1,3,5,7
/proc/29624/task/29627/stat : 29627 (toysat) S 29621 29624 26736 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 29998520 1360596992 274053 33554432000 4194304 16246674 140736074601264 139695679855792 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 1328708

[startup+222.307 s]
/proc/loadavg: 2.16 2.17 2.17 4/183 29631
/proc/meminfo: memFree=28273380/32872528 swapFree=1191052/1305516
[pid=29624] ppid=29621 vsize=1331780 CPUtime=222.27 cores=1,3,5,7
/proc/29624/stat : 29624 (toysat) R 29621 29624 26736 0 -1 4202496 273981 0 0 0 22187 40 0 0 20 0 4 0 29998520 1363742720 274821 33554432000 4194304 16246674 140736074601264 140736074583168 5672056 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/29624/statm: 332945 274821 800 2943 0 329839 0
[pid=29624/tid=29625] ppid=29621 vsize=1331780 CPUtime=0 cores=1,3,5,7
/proc/29624/task/29625/stat : 29625 (toysat) S 29621 29624 26736 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 29998520 1363742720 274821 33554432000 4194304 16246674 140736074601264 139695770021104 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=29624/tid=29626] ppid=29621 vsize=1331780 CPUtime=0 cores=1,3,5,7
/proc/29624/task/29626/stat : 29626 (toysat) S 29621 29624 26736 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 29998520 1363742720 274821 33554432000 4194304 16246674 140736074601264 139695690329328 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=29624/tid=29627] ppid=29621 vsize=1331780 CPUtime=0 cores=1,3,5,7
/proc/29624/task/29627/stat : 29627 (toysat) S 29621 29624 26736 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 29998520 1363742720 274821 33554432000 4194304 16246674 140736074601264 139695679855792 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 222.27
Current children cumulated vsize (KiB) 1331780

[startup+282.3 s]
/proc/loadavg: 2.06 2.13 2.16 4/183 29633
/proc/meminfo: memFree=28235716/32872528 swapFree=1191052/1305516
[pid=29624] ppid=29621 vsize=1335876 CPUtime=282.25 cores=1,3,5,7
/proc/29624/stat : 29624 (toysat) R 29621 29624 26736 0 -1 4202496 275005 0 0 0 28184 41 0 0 20 0 4 0 29998520 1367937024 275845 33554432000 4194304 16246674 140736074601264 140736074584264 5822252 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/29624/statm: 333969 275845 800 2943 0 330863 0
[pid=29624/tid=29625] ppid=29621 vsize=1335876 CPUtime=0 cores=1,3,5,7
/proc/29624/task/29625/stat : 29625 (toysat) S 29621 29624 26736 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 29998520 1367937024 275845 33554432000 4194304 16246674 140736074601264 139695770021104 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=29624/tid=29626] ppid=29621 vsize=1335876 CPUtime=0 cores=1,3,5,7
/proc/29624/task/29626/stat : 29626 (toysat) S 29621 29624 26736 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 29998520 1367937024 275845 33554432000 4194304 16246674 140736074601264 139695690329328 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=29624/tid=29627] ppid=29621 vsize=1335876 CPUtime=0 cores=1,3,5,7
/proc/29624/task/29627/stat : 29627 (toysat) S 29621 29624 26736 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 29998520 1367937024 275845 33554432000 4194304 16246674 140736074601264 139695679855792 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 282.25
Current children cumulated vsize (KiB) 1335876

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

[startup+284.8 s]
/proc/loadavg: 2.06 2.13 2.16 4/183 29633
/proc/meminfo: memFree=28235220/32872528 swapFree=1191052/1305516
[pid=29624] ppid=29621 vsize=1335876 CPUtime=284.75 cores=1,3,5,7
/proc/29624/stat : 29624 (toysat) R 29621 29624 26736 0 -1 4202496 275005 0 0 0 28434 41 0 0 20 0 4 0 29998520 1367937024 275845 33554432000 4194304 16246674 140736074601264 140736074583168 5823266 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/29624/statm: 333969 275845 800 2943 0 330863 0
[pid=29624/tid=29625] ppid=29621 vsize=1335876 CPUtime=0 cores=1,3,5,7
/proc/29624/task/29625/stat : 29625 (toysat) S 29621 29624 26736 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 29998520 1367937024 275845 33554432000 4194304 16246674 140736074601264 139695770021104 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=29624/tid=29626] ppid=29621 vsize=1335876 CPUtime=0 cores=1,3,5,7
/proc/29624/task/29626/stat : 29626 (toysat) S 29621 29624 26736 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 29998520 1367937024 275845 33554432000 4194304 16246674 140736074601264 139695690329328 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=29624/tid=29627] ppid=29621 vsize=1335876 CPUtime=0 cores=1,3,5,7
/proc/29624/task/29627/stat : 29627 (toysat) S 29621 29624 26736 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 29998520 1367937024 275845 33554432000 4194304 16246674 140736074601264 139695679855792 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 284.75
Current children cumulated vsize (KiB) 1335876

[startup+286.4 s]
/proc/loadavg: 2.05 2.13 2.16 3/183 29633
/proc/meminfo: memFree=28235220/32872528 swapFree=1191052/1305516
[pid=29624] ppid=29621 vsize=1335876 CPUtime=286.35 cores=1,3,5,7
/proc/29624/stat : 29624 (toysat) R 29621 29624 26736 0 -1 4202496 275005 0 0 0 28594 41 0 0 20 0 4 0 29998520 1367937024 275845 33554432000 4194304 16246674 140736074601264 140736074583168 5677492 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/29624/statm: 333969 275845 800 2943 0 330863 0
[pid=29624/tid=29625] ppid=29621 vsize=1335876 CPUtime=0 cores=1,3,5,7
/proc/29624/task/29625/stat : 29625 (toysat) S 29621 29624 26736 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 29998520 1367937024 275845 33554432000 4194304 16246674 140736074601264 139695770021104 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=29624/tid=29626] ppid=29621 vsize=1335876 CPUtime=0 cores=1,3,5,7
/proc/29624/task/29626/stat : 29626 (toysat) S 29621 29624 26736 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 29998520 1367937024 275845 33554432000 4194304 16246674 140736074601264 139695690329328 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=29624/tid=29627] ppid=29621 vsize=1335876 CPUtime=0 cores=1,3,5,7
/proc/29624/task/29627/stat : 29627 (toysat) S 29621 29624 26736 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 29998520 1367937024 275845 33554432000 4194304 16246674 140736074601264 139695679855792 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 286.35
Current children cumulated vsize (KiB) 1335876

[startup+288 s]
/proc/loadavg: 2.05 2.13 2.16 3/183 29633
/proc/meminfo: memFree=28235220/32872528 swapFree=1191052/1305516
[pid=29624] ppid=29621 vsize=1335876 CPUtime=287.95 cores=1,3,5,7
/proc/29624/stat : 29624 (toysat) R 29621 29624 26736 0 -1 4202496 275005 0 0 0 28754 41 0 0 20 0 4 0 29998520 1367937024 275845 33554432000 4194304 16246674 140736074601264 140736074583168 15015658 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/29624/statm: 333969 275845 800 2943 0 330863 0
[pid=29624/tid=29625] ppid=29621 vsize=1335876 CPUtime=0 cores=1,3,5,7
/proc/29624/task/29625/stat : 29625 (toysat) S 29621 29624 26736 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 29998520 1367937024 275845 33554432000 4194304 16246674 140736074601264 139695770021104 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=29624/tid=29626] ppid=29621 vsize=1335876 CPUtime=0 cores=1,3,5,7
/proc/29624/task/29626/stat : 29626 (toysat) S 29621 29624 26736 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 29998520 1367937024 275845 33554432000 4194304 16246674 140736074601264 139695690329328 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=29624/tid=29627] ppid=29621 vsize=1335876 CPUtime=0 cores=1,3,5,7
/proc/29624/task/29627/stat : 29627 (toysat) S 29621 29624 26736 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 29998520 1367937024 275845 33554432000 4194304 16246674 140736074601264 139695679855792 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 287.95
Current children cumulated vsize (KiB) 1335876

[startup+288.8 s]
/proc/loadavg: 2.05 2.13 2.16 3/183 29633
/proc/meminfo: memFree=28234956/32872528 swapFree=1191052/1305516
[pid=29624] ppid=29621 vsize=1335876 CPUtime=288.75 cores=1,3,5,7
/proc/29624/stat : 29624 (toysat) R 29621 29624 26736 0 -1 4202496 275005 0 0 0 28834 41 0 0 20 0 4 0 29998520 1367937024 275845 33554432000 4194304 16246674 140736074601264 140736074583168 5808149 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/29624/statm: 333969 275845 800 2943 0 330863 0
[pid=29624/tid=29625] ppid=29621 vsize=1335876 CPUtime=0 cores=1,3,5,7
/proc/29624/task/29625/stat : 29625 (toysat) S 29621 29624 26736 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 29998520 1367937024 275845 33554432000 4194304 16246674 140736074601264 139695770021104 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=29624/tid=29626] ppid=29621 vsize=1335876 CPUtime=0 cores=1,3,5,7
/proc/29624/task/29626/stat : 29626 (toysat) S 29621 29624 26736 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 29998520 1367937024 275845 33554432000 4194304 16246674 140736074601264 139695690329328 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=29624/tid=29627] ppid=29621 vsize=1335876 CPUtime=0 cores=1,3,5,7
/proc/29624/task/29627/stat : 29627 (toysat) S 29621 29624 26736 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 29998520 1367937024 275845 33554432000 4194304 16246674 140736074601264 139695679855792 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 288.75
Current children cumulated vsize (KiB) 1335876

[startup+289 s]
/proc/loadavg: 2.05 2.13 2.16 3/183 29633
/proc/meminfo: memFree=28234956/32872528 swapFree=1191052/1305516
[pid=29624] ppid=29621 vsize=1335876 CPUtime=288.95 cores=1,3,5,7
/proc/29624/stat : 29624 (toysat) R 29621 29624 26736 0 -1 4202496 275005 0 0 0 28854 41 0 0 20 0 4 0 29998520 1367937024 275845 33554432000 4194304 16246674 140736074601264 140736074583168 5531459 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/29624/statm: 333969 275845 800 2943 0 330863 0
[pid=29624/tid=29625] ppid=29621 vsize=1335876 CPUtime=0 cores=1,3,5,7
/proc/29624/task/29625/stat : 29625 (toysat) S 29621 29624 26736 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 29998520 1367937024 275845 33554432000 4194304 16246674 140736074601264 139695770021104 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=29624/tid=29626] ppid=29621 vsize=1335876 CPUtime=0 cores=1,3,5,7
/proc/29624/task/29626/stat : 29626 (toysat) S 29621 29624 26736 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 29998520 1367937024 275845 33554432000 4194304 16246674 140736074601264 139695690329328 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=29624/tid=29627] ppid=29621 vsize=1335876 CPUtime=0 cores=1,3,5,7
/proc/29624/task/29627/stat : 29627 (toysat) S 29621 29624 26736 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 29998520 1367937024 275845 33554432000 4194304 16246674 140736074601264 139695679855792 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 288.95
Current children cumulated vsize (KiB) 1335876

Child status: 0
Real time (s): 289.085
CPU time (s): 289.04
CPU user time (s): 288.563
CPU system time (s): 0.476927
CPU usage (%): 99.9844
Max. virtual memory (cumulated for all children) (KiB): 1335876

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 288.563
system time used= 0.476927
maximum resident set size= 1103392
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 275010
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= 18
involuntary context switches= 299

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.83472 second user time and 1.24781 second system time

The end

Launcher Data

Begin job on node127 at 2016-06-18 21:51:59
IDJOB=4106871
IDBENCH=48299
IDSOLVER=2542
FILE ID=node127/4106871-1466279519
RUNJOBID= node127-1466265123-26753
PBS_JOBID= 19918231
Free space on /tmp= 71724 MiB

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

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

MD5SUM BENCH= 8fb158ac9231df21fb20d5a2362f86e8
RANDOM SEED=1895538716

node127.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        29375784 kB
Buffers:          100872 kB
Cached:           263884 kB
SwapCached:          516 kB
Active:          1181284 kB
Inactive:         270712 kB
Active(anon):    1087288 kB
Inactive(anon):     2184 kB
Active(file):      93996 kB
Inactive(file):   268528 kB
Unevictable:     1305516 kB
Mlocked:         1191052 kB
SwapTotal:      67108856 kB
SwapFree:       67100260 kB
Dirty:             16292 kB
Writeback:             0 kB
AnonPages:       2396332 kB
Mapped:            11020 kB
Shmem:                 0 kB
Slab:             605656 kB
SReclaimable:      49176 kB
SUnreclaim:       556480 kB
KernelStack:        1520 kB
PageTables:         8924 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2539080 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    118784 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71708 MiB
End job on node127 at 2016-06-18 21:56:48