Trace number 4120938

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 235.607 235.65

General information on the benchmark

NamePB15eval/normalized-PB15eval/DEC-SMALLINT-LIN/ProofComplexity-Extracted-Cardinality-Constraints/
ProofComplexity/normalized-tseitin-regular-n84-d3-i1-r1.cnf.gz-plain.pb.metafix.opb
MD5SUMe7900c1fbee8e1887982e32089219125
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 benchmark1.24181
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables126
Total number of constraints336
Number of constraints which are clauses336
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint3
Maximum length of a constraint3
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 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 5
Number of bits of the biggest sum of numbers3
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:55:33+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-4120938-1467312933.opb"]
0.00/0.01	c use --random-gen="3040865842 3424628612 502171816 3749655777 430414697 623538395 1892535219 3502677059 671318559 3177981413 604227074 2365908760 2220271816 3068414463 1948009921 3247386574 918472750 3285289425 3695077012 902291027 2706880392 1054510215 3708232206 3523254579 3210408537 190951534 1289018194 780850714 2969448810 3377244163 46172303 3471949747 3483490048 2416912648 578952071 3997579543 845857208 2678157194 1186375529 3413467473 3380285906 2585361005 144549225 3116668373 2192217921 1144229200 2621617581 2343470788 3274613687 129335085 3443122644 712669790 422560050 2962961568 1461684995 2480926717 3958411074 3724049817 3536507205 724974639 212432081 3812490190 3605610925 3701621268 767919248 1391379484 1159466810 542215790 583911876 579626550 247296335 2358449031 812547170 4200145207 2121392646 3184998560 3113452080 1137444877 1066884864 1412641039 1291351258 3139936756 2148967281 3818808614 1131910764 310916241 1295301721 4037741364 3453956410 2649715418 3549076123 2235867815 2887860848 1918912526 1038652909 3183840000 3649774785 3793896035 3074108788 4003532406 4200133473 2228154644 1034939751 4134387726 4002478815 2689109239 4107709468 699831514 1692664190 3659366791 318290727 1874391764 641952800 1809702096 3969710801 519127051 1345800262 1414633553 2156064266 913958392 1760567098 496508349 83346398 164992996 3306368324 2939396176 3164828349 1456121128 395435117 2093347332 983874316 1096992498 1726273363 1172052842 383893696 2913847717 2422904183 2957034362 3983623327 2761792016 600777695 3643896373 3927725557 554126538 1567668350 1224341241 2062772005 1432446880 2481320279 2709968278 4058679425 3047129063 1008143170 2471093134 1228476798 2398719387 307020408 4031037169 2112519278 290593761 2004696542 3060687031 2954302834 3121876285 992262368 1068383375 240267256 2450342059 2493131564 1543959640 1345533163 2635160794 1871131726 2704968283 1063055848 1271644396 695299018 1607587778 2843534328 1386233911 1800892115 3591011477 2805664661 3694780735 2471470819 2968025189 1901632023 2364379440 2344096247 2551564298 4255545859 823559839 586565408 1142638859 1571389387 3909894370 2603352374 2719260809 592841919 1850989555 1237081476 2271448024 4141643729 657628342 1879687568 315796632 646927731 259080097 1742579591 1230135773 4129707498 2184422663 464966597 29717133 504241359 2976871688 2851393269 3901722079 1076214804 1799862715 3085096063 1826025267 2169172861 1895833913 100137951 1438399004 3596253933 908046236 494110479 2967157453 1426433375 1259355868 4135611402 845472247 1202548884 1173398808 369293549 1134350535 1393775246 4113838776 1440160520 3239946934 1502498846 1362249309 854592288 724703950 4083320312 1121065161 3604028327 2924906582 215686991 785683513 3831740411 1677295024 1009658835 3322337980 255 362436" option to reproduce the execution
0.00/0.01	c #vars 126
0.00/0.01	c #constraints 336
0.00/0.02	c Solving starts ...
0.00/0.02	c ============================[ Search Statistics ]============================
0.00/0.02	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.00/0.02	c       |         |          |          |    Limit     GC | Var      | Constra 
0.00/0.02	c =============================================================================
0.00/0.02	c  0.0s |       0 |        0 |        0 |      154      0 |        0 |        0
0.00/0.03	c  0.0s |       1 |      139 |      100 |      154      0 |        0 |        0
0.00/0.05	c  0.0s |       2 |      345 |      250 |      170      0 |        0 |        0
0.00/0.07	c  0.1s |       3 |      669 |      475 |      188      2 |        0 |        0
0.09/0.10	c  0.1s |       4 |     1133 |      813 |      207      5 |        0 |        0
0.09/0.16	c  0.1s |       5 |     1830 |     1320 |      228      9 |        0 |        0
0.19/0.23	c  0.2s |       6 |     2802 |     2081 |      277     14 |        0 |        0
0.28/0.34	c  0.3s |       7 |     4505 |     3223 |      305     21 |        0 |        0
0.39/0.49	c  0.5s |       8 |     6954 |     4936 |      336     31 |        0 |        0
0.69/0.72	c  0.7s |       9 |    10897 |     7506 |      370     45 |        0 |        0
0.99/1.06	c  1.0s |      10 |    16198 |    11361 |      408     64 |        0 |        0
1.39/1.44	c  1.4s |      11 |    23722 |    17144 |      449     91 |        0 |        0
1.99/2.06	c  2.0s |      12 |    35102 |    25819 |      494    128 |        0 |        0
2.89/2.90	c  2.9s |      13 |    53301 |    38832 |      544    179 |        0 |        0
4.29/4.35	c  4.3s |      14 |    76735 |    58352 |      599    249 |        0 |        0
6.29/6.35	c  6.3s |      14 |   114332 |    87252 |      659    342 |        0 |        0
6.29/6.38	c  6.4s |      15 |   114833 |    87632 |      659    343 |        0 |        0
8.29/8.38	c  8.4s |      15 |   155666 |   116832 |      659    431 |        0 |        0
9.29/9.35	c  9.3s |      16 |   175855 |   131552 |      725    474 |        0 |        0
11.29/11.36	c 11.3s |      16 |   215517 |   161052 |      725    554 |        0 |        0
13.29/13.36	c 13.3s |      16 |   254962 |   190752 |      725    635 |        0 |        0
13.68/13.79	c 13.8s |      17 |   263563 |   197432 |      798    653 |        0 |        0
15.78/15.80	c 15.8s |      17 |   303436 |   227532 |      798    727 |        0 |        0
17.78/17.80	c 17.8s |      17 |   339853 |   254932 |      798    795 |        0 |        0
19.79/19.80	c 19.8s |      17 |   378849 |   283732 |      798    866 |        0 |        0
20.58/20.66	c 20.6s |      18 |   395534 |   296252 |      878    897 |        0 |        0
22.58/22.67	c 22.7s |      18 |   429989 |   322652 |      878    956 |        0 |        0
24.58/24.67	c 24.7s |      18 |   465345 |   349752 |      878   1017 |        0 |        0
26.58/26.67	c 26.7s |      18 |   500727 |   376252 |      878   1076 |        0 |        0
28.59/28.68	c 28.7s |      18 |   535476 |   403552 |      878   1138 |        0 |        0
30.58/30.68	c 30.7s |      18 |   573160 |   431452 |      878   1201 |        0 |        0
31.58/31.60	c 31.6s |      19 |   590535 |   444482 |      966   1229 |        0 |        0
33.58/33.61	c 33.6s |      19 |   630521 |   473882 |      966   1290 |        0 |        0
35.59/35.62	c 35.6s |      19 |   671644 |   503582 |      966   1351 |        0 |        0
37.59/37.62	c 37.6s |      19 |   713231 |   533882 |      966   1413 |        0 |        0
39.59/39.63	c 39.6s |      19 |   751098 |   561982 |      966   1470 |        0 |        0
41.58/41.64	c 41.6s |      19 |   789015 |   590282 |      966   1529 |        0 |        0
43.58/43.64	c 43.6s |      19 |   828517 |   618982 |      966   1588 |        0 |        0
45.58/45.64	c 45.6s |      19 |   866049 |   647382 |      966   1646 |        0 |        0
46.98/47.04	c 47.0s |      20 |   892844 |   666827 |     1063   1685 |        0 |        0
48.98/49.05	c 49.0s |      20 |   928426 |   693427 |     1063   1734 |        0 |        0
50.98/51.06	c 51.0s |      20 |   965076 |   719827 |     1063   1783 |        0 |        0
52.98/53.06	c 53.0s |      20 |  1000111 |   745927 |     1063   1832 |        0 |        0
54.99/55.06	c 55.0s |      20 |  1035338 |   772027 |     1063   1881 |        0 |        0
56.98/57.07	c 57.1s |      20 |  1066590 |   796627 |     1063   1927 |        0 |        0
58.98/59.08	c 59.1s |      20 |  1103351 |   823827 |     1063   1977 |        0 |        0
60.98/61.08	c 61.1s |      20 |  1136280 |   849227 |     1063   2025 |        0 |        0
62.98/63.08	c 63.1s |      20 |  1172633 |   876127 |     1063   2075 |        0 |        0
64.99/65.09	c 65.1s |      20 |  1207016 |   902127 |     1063   2124 |        0 |        0
66.98/67.09	c 67.1s |      20 |  1241277 |   928727 |     1063   2174 |        0 |        0
68.98/69.09	c 69.1s |      20 |  1280119 |   956827 |     1063   2226 |        0 |        0
70.98/71.09	c 71.1s |      20 |  1320821 |   985627 |     1063   2280 |        0 |        0
72.08/72.14	c 72.1s |      21 |  1341070 |  1000345 |     1170   2306 |        0 |        0
74.08/74.15	c 74.1s |      21 |  1376990 |  1026745 |     1170   2351 |        0 |        0
76.08/76.15	c 76.1s |      21 |  1412497 |  1052845 |     1170   2395 |        0 |        0
78.08/78.16	c 78.1s |      21 |  1446018 |  1078345 |     1170   2439 |        0 |        0
80.08/80.17	c 80.1s |      21 |  1483970 |  1105745 |     1170   2485 |        0 |        0
82.08/82.17	c 82.2s |      21 |  1520563 |  1132645 |     1170   2531 |        0 |        0
84.08/84.18	c 84.2s |      21 |  1557229 |  1159145 |     1170   2576 |        0 |        0
86.08/86.18	c 86.2s |      21 |  1597309 |  1187645 |     1170   2625 |        0 |        0
88.08/88.18	c 88.2s |      21 |  1636259 |  1215845 |     1170   2673 |        0 |        0
90.07/90.18	c 90.2s |      21 |  1678292 |  1244945 |     1170   2723 |        0 |        0
92.07/92.19	c 92.2s |      21 |  1716638 |  1272045 |     1170   2769 |        0 |        0
94.07/94.19	c 94.2s |      21 |  1753136 |  1299145 |     1170   2814 |        0 |        0
96.07/96.19	c 96.2s |      21 |  1792328 |  1327645 |     1170   2863 |        0 |        0
98.17/98.20	c 98.2s |      21 |  1829806 |  1355545 |     1170   2910 |        0 |        0
100.08/100.20	c  100s |      21 |  1864041 |  1382045 |     1170   2955 |        0 |        0
102.17/102.21	c  102s |      21 |  1898764 |  1408345 |     1170   3000 |        0 |        0
104.17/104.21	c  104s |      21 |  1933612 |  1434445 |     1170   3044 |        0 |        0
106.17/106.21	c  106s |      21 |  1970127 |  1461745 |     1170   3091 |        0 |        0
108.17/108.21	c  108s |      21 |  2008319 |  1489445 |     1170   3138 |        0 |        0
108.98/109.03	c  109s |      22 |  2023435 |  1500622 |     1287   3155 |        0 |        0
110.97/111.03	c  111s |      22 |  2057606 |  1525622 |     1287   3193 |        0 |        0
112.97/113.04	c  113s |      22 |  2094251 |  1551422 |     1287   3233 |        0 |        0
114.97/115.05	c  115s |      22 |  2130104 |  1576722 |     1287   3272 |        0 |        0
116.97/117.05	c  117s |      22 |  2162699 |  1601022 |     1287   3310 |        0 |        0
118.97/119.05	c  119s |      22 |  2197128 |  1627222 |     1287   3351 |        0 |        0
120.98/121.05	c  121s |      22 |  2229668 |  1652122 |     1287   3389 |        0 |        0
122.97/123.06	c  123s |      22 |  2263027 |  1678022 |     1287   3429 |        0 |        0
124.97/125.06	c  125s |      22 |  2297847 |  1703922 |     1287   3469 |        0 |        0
126.97/127.06	c  127s |      22 |  2335016 |  1730422 |     1287   3510 |        0 |        0
128.97/129.07	c  129s |      22 |  2372501 |  1757222 |     1287   3552 |        0 |        0
130.98/131.07	c  131s |      22 |  2409215 |  1783822 |     1287   3593 |        0 |        0
132.97/133.08	c  133s |      22 |  2440146 |  1808622 |     1287   3631 |        0 |        0
134.97/135.08	c  135s |      22 |  2471212 |  1832722 |     1287   3668 |        0 |        0
136.97/137.09	c  137s |      22 |  2504913 |  1857222 |     1287   3706 |        0 |        0
138.97/139.09	c  139s |      22 |  2538447 |  1881322 |     1287   3743 |        0 |        0
141.07/141.10	c  141s |      22 |  2572369 |  1905822 |     1287   3781 |        0 |        0
142.97/143.10	c  143s |      22 |  2605537 |  1929822 |     1287   3818 |        0 |        0
145.07/145.10	c  145s |      22 |  2637309 |  1953722 |     1287   3855 |        0 |        0
147.06/147.10	c  147s |      22 |  2670648 |  1979222 |     1287   3894 |        0 |        0
149.06/149.11	c  149s |      22 |  2704096 |  2004722 |     1287   3934 |        0 |        0
151.06/151.11	c  151s |      22 |  2736911 |  2030022 |     1287   3972 |        1 |        4
153.06/153.13	c  153s |      22 |  2768135 |  2054322 |     1287   4010 |        1 |        4
155.07/155.13	c  155s |      22 |  2799568 |  2078222 |     1287   4046 |        1 |        4
157.06/157.14	c  157s |      22 |  2831010 |  2102722 |     1287   4084 |        1 |        4
159.07/159.14	c  159s |      22 |  2863174 |  2127222 |     1287   4122 |        1 |        4
161.07/161.14	c  161s |      22 |  2898294 |  2152622 |     1287   4161 |        1 |        4
163.06/163.15	c  163s |      22 |  2934087 |  2178122 |     1287   4201 |        1 |        4
165.07/165.16	c  165s |      22 |  2967439 |  2202622 |     1287   4238 |        1 |        4
167.06/167.16	c  167s |      22 |  3000936 |  2227122 |     1287   4276 |        1 |        4
168.96/169.05	c  169s |      23 |  3032610 |  2251038 |     1416   4311 |        1 |        4
170.96/171.06	c  171s |      23 |  3067454 |  2276638 |     1416   4347 |        1 |        4
172.96/173.06	c  173s |      23 |  3100347 |  2301138 |     1416   4381 |        1 |        4
174.96/175.06	c  175s |      23 |  3133212 |  2326138 |     1416   4416 |        1 |        4
176.96/177.07	c  177s |      23 |  3167954 |  2351438 |     1416   4452 |        1 |        4
178.96/179.07	c  179s |      23 |  3202950 |  2376338 |     1416   4487 |        1 |        4
180.96/181.07	c  181s |      23 |  3235592 |  2400238 |     1416   4520 |        1 |        4
182.96/183.08	c  183s |      23 |  3267648 |  2424738 |     1416   4555 |        1 |        4
184.95/185.08	c  185s |      23 |  3299331 |  2449038 |     1416   4589 |        1 |        4
186.96/187.08	c  187s |      23 |  3328864 |  2472238 |     1416   4621 |        1 |        4
188.95/189.09	c  189s |      23 |  3360650 |  2495938 |     1416   4654 |        1 |        4
190.95/191.09	c  191s |      23 |  3393420 |  2520938 |     1416   4690 |        1 |        4
192.96/193.09	c  193s |      23 |  3426213 |  2545338 |     1416   4724 |        1 |        4
194.96/195.09	c  195s |      23 |  3460725 |  2570938 |     1416   4760 |        1 |        4
196.96/197.09	c  197s |      23 |  3494822 |  2596838 |     1416   4796 |        1 |        4
198.95/199.10	c  199s |      23 |  3529529 |  2622438 |     1416   4832 |        1 |        4
201.05/201.10	c  201s |      23 |  3564088 |  2648138 |     1416   4868 |        1 |        4
203.05/203.10	c  203s |      23 |  3599034 |  2674938 |     1416   4906 |        1 |        4
205.05/205.10	c  205s |      23 |  3634089 |  2700938 |     1416   4941 |        2 |        8
207.05/207.11	c  207s |      23 |  3670040 |  2726938 |     1416   4978 |        2 |        8
209.06/209.11	c  209s |      23 |  3705648 |  2753238 |     1416   5015 |        2 |        8
211.05/211.12	c  211s |      23 |  3740931 |  2779238 |     1416   5051 |        2 |        8
213.05/213.12	c  213s |      23 |  3771870 |  2803138 |     1416   5085 |        2 |        8
215.05/215.13	c  215s |      23 |  3806397 |  2828738 |     1416   5121 |        2 |        8
217.05/217.14	c  217s |      23 |  3840382 |  2853338 |     1416   5155 |        2 |        8
219.05/219.14	c  219s |      23 |  3875324 |  2878938 |     1416   5191 |        2 |        8
221.06/221.15	c  221s |      23 |  3908677 |  2903738 |     1416   5226 |        2 |        8
223.05/223.15	c  223s |      23 |  3945933 |  2930638 |     1416   5263 |        3 |       12
225.05/225.16	c  225s |      23 |  3975509 |  2954138 |     1416   5296 |        3 |       12
227.05/227.16	c  227s |      23 |  4008113 |  2978938 |     1416   5330 |        3 |       12
229.05/229.16	c  229s |      23 |  4043624 |  3004538 |     1416   5366 |        3 |       12
231.05/231.17	c  231s |      23 |  4079438 |  3030838 |     1416   5403 |        4 |       16
233.04/233.17	c  233s |      23 |  4114888 |  3057238 |     1416   5438 |        5 |       20
235.05/235.18	c  235s |      23 |  4148927 |  3083538 |     1416   5474 |        7 |       28
235.46/235.59	c  235s |      23 |  4157053 |  3089692 |     1416   5480 |       22 |       74
235.46/235.59	c #cpu_time = 234.969s
235.46/235.59	c #wall_clock_time = 235.575s
235.46/235.59	c #decision = 4157053
235.46/235.59	c #random_decision = 19969
235.46/235.59	c #conflict = 3089692
235.46/235.59	c #restart = 23
235.46/235.59	s UNSATISFIABLE
235.46/235.59	c total CPU time = 234.989s
235.46/235.59	c total wall clock time = 235.594s

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-4120938-1467312933/watcher-4120938-1467312933 -o /tmp/evaluation-result-4120938-1467312933/solver-4120938-1467312933 -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-4120938-1467312933.opb 

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

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


[startup+0 s]
/proc/loadavg: 2.00 2.07 2.14 3/243 17242
/proc/meminfo: memFree=30115268/32872528 swapFree=189444/189444
[pid=17242] ppid=17239 vsize=548284 CPUtime=0 cores=1,3,5,7
/proc/17242/stat : 17242 (toysat) R 17239 17242 13211 0 -1 4202496 2014 0 0 0 0 0 0 0 20 0 4 0 12399797 561442816 1865 33554432000 4194304 16246674 140734514239200 140734514238624 15002730 0 2 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17242/statm: 137583 1875 441 2943 0 134477 0
[pid=17242/tid=17243] ppid=17239 vsize=565692 CPUtime=0 cores=1,3,5,7
/proc/17242/task/17243/stat : 17243 (toysat) S 17239 17242 13211 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12399797 579268608 1932 33554432000 4194304 16246674 140734514239200 140236798536944 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=17242/tid=17244] ppid=17239 vsize=569788 CPUtime=0 cores=1,3,5,7
/proc/17242/task/17244/stat : 17244 (toysat) S 17239 17242 13211 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12399797 583462912 1949 33554432000 4194304 16246674 140734514239200 140236788047088 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=17242/tid=17245] ppid=17239 vsize=573884 CPUtime=0 cores=1,3,5,7
/proc/17242/task/17245/stat : 17245 (toysat) S 17239 17242 13211 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12399797 587657216 1967 33554432000 4194304 16246674 140734514239200 140236777573552 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0

[startup+0.100157 s]
/proc/loadavg: 2.00 2.07 2.14 3/243 17242
/proc/meminfo: memFree=30115268/32872528 swapFree=189444/189444
[pid=17242] ppid=17239 vsize=1218116 CPUtime=0.09 cores=1,3,5,7
/proc/17242/stat : 17242 (toysat) R 17239 17242 13211 0 -1 4202496 25689 0 0 0 5 4 0 0 20 0 4 0 12399797 1247350784 25529 33554432000 4194304 16246674 140734514239200 140734514238624 5523709 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17242/statm: 304529 25538 708 2943 0 301423 0
[pid=17242/tid=17243] ppid=17239 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/17242/task/17243/stat : 17243 (toysat) S 17239 17242 13211 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12399797 1247350784 25547 33554432000 4194304 16246674 140734514239200 140236798536944 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=17242/tid=17244] ppid=17239 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/17242/task/17244/stat : 17244 (toysat) S 17239 17242 13211 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12399797 1247350784 25554 33554432000 4194304 16246674 140734514239200 140236788047088 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=17242/tid=17245] ppid=17239 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/17242/task/17245/stat : 17245 (toysat) S 17239 17242 13211 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12399797 1247350784 25560 33554432000 4194304 16246674 140734514239200 140236777573552 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1218116

[startup+0.200555 s]
/proc/loadavg: 2.00 2.07 2.14 3/243 17242
/proc/meminfo: memFree=30115268/32872528 swapFree=189444/189444
[pid=17242] ppid=17239 vsize=1218116 CPUtime=0.19 cores=1,3,5,7
/proc/17242/stat : 17242 (toysat) R 17239 17242 13211 0 -1 4202496 49514 0 0 0 12 7 0 0 20 0 4 0 12399797 1247350784 49353 33554432000 4194304 16246674 140734514239200 140734514238624 5545885 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17242/statm: 304529 49365 709 2943 0 301423 0
[pid=17242/tid=17243] ppid=17239 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/17242/task/17243/stat : 17243 (toysat) S 17239 17242 13211 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12399797 1247350784 49375 33554432000 4194304 16246674 140734514239200 140236798536944 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=17242/tid=17244] ppid=17239 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/17242/task/17244/stat : 17244 (toysat) S 17239 17242 13211 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12399797 1247350784 49382 33554432000 4194304 16246674 140734514239200 140236788047088 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=17242/tid=17245] ppid=17239 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/17242/task/17245/stat : 17245 (toysat) S 17239 17242 13211 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12399797 1247350784 49388 33554432000 4194304 16246674 140734514239200 140236777573552 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1218116

[startup+0.300532 s]
/proc/loadavg: 2.00 2.07 2.14 3/243 17242
/proc/meminfo: memFree=30115268/32872528 swapFree=189444/189444
[pid=17242] ppid=17239 vsize=1218116 CPUtime=0.28 cores=1,3,5,7
/proc/17242/stat : 17242 (toysat) R 17239 17242 13211 0 -1 4202496 72968 0 0 0 18 10 0 0 20 0 4 0 12399797 1247350784 72808 33554432000 4194304 16246674 140734514239200 140734514238624 5674637 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17242/statm: 304529 72819 709 2943 0 301423 0
[pid=17242/tid=17243] ppid=17239 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/17242/task/17243/stat : 17243 (toysat) S 17239 17242 13211 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12399797 1247350784 72826 33554432000 4194304 16246674 140734514239200 140236798536944 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=17242/tid=17244] ppid=17239 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/17242/task/17244/stat : 17244 (toysat) S 17239 17242 13211 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12399797 1247350784 72834 33554432000 4194304 16246674 140734514239200 140236788047088 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=17242/tid=17245] ppid=17239 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/17242/task/17245/stat : 17245 (toysat) S 17239 17242 13211 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12399797 1247350784 72839 33554432000 4194304 16246674 140734514239200 140236777573552 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 1218116

[startup+0.700469 s]
/proc/loadavg: 2.00 2.07 2.14 3/243 17242
/proc/meminfo: memFree=30115268/32872528 swapFree=189444/189444
[pid=17242] ppid=17239 vsize=1218116 CPUtime=0.69 cores=1,3,5,7
/proc/17242/stat : 17242 (toysat) R 17239 17242 13211 0 -1 4202496 165949 0 0 0 45 24 0 0 20 0 4 0 12399797 1247350784 165789 33554432000 4194304 16246674 140734514239200 140734514238624 6018209 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17242/statm: 304529 165800 709 2943 0 301423 0
[pid=17242/tid=17243] ppid=17239 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/17242/task/17243/stat : 17243 (toysat) S 17239 17242 13211 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12399797 1247350784 165806 33554432000 4194304 16246674 140734514239200 140236798536944 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=17242/tid=17244] ppid=17239 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/17242/task/17244/stat : 17244 (toysat) S 17239 17242 13211 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12399797 1247350784 165815 33554432000 4194304 16246674 140734514239200 140236788047088 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=17242/tid=17245] ppid=17239 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/17242/task/17245/stat : 17245 (toysat) S 17239 17242 13211 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12399797 1247350784 165821 33554432000 4194304 16246674 140734514239200 140236777573552 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1218116

[startup+1.50047 s]
/proc/loadavg: 2.00 2.07 2.14 3/247 17246
/proc/meminfo: memFree=29134728/32872528 swapFree=189444/189444
[pid=17242] ppid=17239 vsize=1219140 CPUtime=1.49 cores=1,3,5,7
/proc/17242/stat : 17242 (toysat) R 17239 17242 13211 0 -1 4202496 245576 0 0 0 116 33 0 0 20 0 4 0 12399797 1248399360 245395 33554432000 4194304 16246674 140734514239200 140734514238512 6843012 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17242/statm: 304785 245395 785 2943 0 301679 0
[pid=17242/tid=17243] ppid=17239 vsize=1219140 CPUtime=0 cores=1,3,5,7
/proc/17242/task/17243/stat : 17243 (toysat) S 17239 17242 13211 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12399797 1248399360 245395 33554432000 4194304 16246674 140734514239200 140236798536944 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=17242/tid=17244] ppid=17239 vsize=1219140 CPUtime=0 cores=1,3,5,7
/proc/17242/task/17244/stat : 17244 (toysat) S 17239 17242 13211 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12399797 1248399360 245395 33554432000 4194304 16246674 140734514239200 140236788047088 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=17242/tid=17245] ppid=17239 vsize=1219140 CPUtime=0 cores=1,3,5,7
/proc/17242/task/17245/stat : 17245 (toysat) S 17239 17242 13211 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12399797 1248399360 245395 33554432000 4194304 16246674 140734514239200 140236777573552 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 1219140

[startup+3.10041 s]
/proc/loadavg: 2.00 2.07 2.14 3/247 17246
/proc/meminfo: memFree=29047100/32872528 swapFree=189444/189444
[pid=17242] ppid=17239 vsize=1306180 CPUtime=3.09 cores=1,3,5,7
/proc/17242/stat : 17242 (toysat) R 17239 17242 13211 0 -1 4202496 267416 0 0 0 272 37 0 0 20 0 4 0 12399797 1337528320 267235 33554432000 4194304 16246674 140734514239200 140734514221120 13927423 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17242/statm: 326545 267235 785 2943 0 323439 0
[pid=17242/tid=17243] ppid=17239 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/17242/task/17243/stat : 17243 (toysat) S 17239 17242 13211 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12399797 1337528320 267235 33554432000 4194304 16246674 140734514239200 140236798536944 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=17242/tid=17244] ppid=17239 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/17242/task/17244/stat : 17244 (toysat) S 17239 17242 13211 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12399797 1337528320 267235 33554432000 4194304 16246674 140734514239200 140236788047088 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=17242/tid=17245] ppid=17239 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/17242/task/17245/stat : 17245 (toysat) S 17239 17242 13211 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12399797 1337528320 267235 33554432000 4194304 16246674 140734514239200 140236777573552 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 1306180

[startup+6.30047 s]
/proc/loadavg: 2.00 2.07 2.14 3/247 17246
/proc/meminfo: memFree=29045324/32872528 swapFree=189444/189444
[pid=17242] ppid=17239 vsize=1306180 CPUtime=6.29 cores=1,3,5,7
/proc/17242/stat : 17242 (toysat) R 17239 17242 13211 0 -1 4202496 267486 0 0 0 592 37 0 0 20 0 4 0 12399797 1337528320 267305 33554432000 4194304 16246674 140734514239200 140734514222200 7249798 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17242/statm: 326545 267305 785 2943 0 323439 0
[pid=17242/tid=17243] ppid=17239 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/17242/task/17243/stat : 17243 (toysat) S 17239 17242 13211 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12399797 1337528320 267305 33554432000 4194304 16246674 140734514239200 140236798536944 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=17242/tid=17244] ppid=17239 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/17242/task/17244/stat : 17244 (toysat) S 17239 17242 13211 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12399797 1337528320 267305 33554432000 4194304 16246674 140734514239200 140236788047088 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=17242/tid=17245] ppid=17239 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/17242/task/17245/stat : 17245 (toysat) S 17239 17242 13211 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12399797 1337528320 267305 33554432000 4194304 16246674 140734514239200 140236777573552 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1306180

[startup+12.7005 s]
/proc/loadavg: 2.00 2.07 2.14 3/247 17246
/proc/meminfo: memFree=29045408/32872528 swapFree=189444/189444
[pid=17242] ppid=17239 vsize=1306180 CPUtime=12.69 cores=1,3,5,7
/proc/17242/stat : 17242 (toysat) R 17239 17242 13211 0 -1 4202496 267488 0 0 0 1232 37 0 0 20 0 4 0 12399797 1337528320 267307 33554432000 4194304 16246674 140734514239200 140734514221120 5677888 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17242/statm: 326545 267307 785 2943 0 323439 0
[pid=17242/tid=17243] ppid=17239 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/17242/task/17243/stat : 17243 (toysat) S 17239 17242 13211 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12399797 1337528320 267307 33554432000 4194304 16246674 140734514239200 140236798536944 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=17242/tid=17244] ppid=17239 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/17242/task/17244/stat : 17244 (toysat) S 17239 17242 13211 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12399797 1337528320 267307 33554432000 4194304 16246674 140734514239200 140236788047088 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=17242/tid=17245] ppid=17239 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/17242/task/17245/stat : 17245 (toysat) S 17239 17242 13211 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12399797 1337528320 267307 33554432000 4194304 16246674 140734514239200 140236777573552 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1306180

[startup+25.5006 s]
/proc/loadavg: 2.00 2.06 2.14 3/247 17246
/proc/meminfo: memFree=29045648/32872528 swapFree=189444/189444
[pid=17242] ppid=17239 vsize=1306180 CPUtime=25.48 cores=1,3,5,7
/proc/17242/stat : 17242 (toysat) R 17239 17242 13211 0 -1 4202496 267490 0 0 0 2511 37 0 0 20 0 4 0 12399797 1337528320 267309 33554432000 4194304 16246674 140734514239200 140734514222200 5762672 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17242/statm: 326545 267309 787 2943 0 323439 0
[pid=17242/tid=17243] ppid=17239 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/17242/task/17243/stat : 17243 (toysat) S 17239 17242 13211 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12399797 1337528320 267309 33554432000 4194304 16246674 140734514239200 140236798536944 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=17242/tid=17244] ppid=17239 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/17242/task/17244/stat : 17244 (toysat) S 17239 17242 13211 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12399797 1337528320 267309 33554432000 4194304 16246674 140734514239200 140236788047088 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=17242/tid=17245] ppid=17239 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/17242/task/17245/stat : 17245 (toysat) S 17239 17242 13211 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12399797 1337528320 267309 33554432000 4194304 16246674 140734514239200 140236777573552 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 1306180

[startup+51.1006 s]
/proc/loadavg: 2.00 2.06 2.14 3/247 17246
/proc/meminfo: memFree=29044736/32872528 swapFree=189444/189444
[pid=17242] ppid=17239 vsize=1307204 CPUtime=51.08 cores=1,3,5,7
/proc/17242/stat : 17242 (toysat) R 17239 17242 13211 0 -1 4202496 267638 0 0 0 5070 38 0 0 20 0 4 0 12399797 1338576896 267457 33554432000 4194304 16246674 140734514239200 140734514221120 5721633 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17242/statm: 326801 267457 787 2943 0 323695 0
[pid=17242/tid=17243] ppid=17239 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/17242/task/17243/stat : 17243 (toysat) S 17239 17242 13211 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12399797 1338576896 267457 33554432000 4194304 16246674 140734514239200 140236798536944 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=17242/tid=17244] ppid=17239 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/17242/task/17244/stat : 17244 (toysat) S 17239 17242 13211 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12399797 1338576896 267457 33554432000 4194304 16246674 140734514239200 140236788047088 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=17242/tid=17245] ppid=17239 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/17242/task/17245/stat : 17245 (toysat) S 17239 17242 13211 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12399797 1338576896 267457 33554432000 4194304 16246674 140734514239200 140236777573552 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 1307204

[startup+102.3 s]
/proc/loadavg: 2.00 2.05 2.12 3/246 17247
/proc/meminfo: memFree=29044600/32872528 swapFree=189444/189444
[pid=17242] ppid=17239 vsize=1307204 CPUtime=102.28 cores=1,3,5,7
/proc/17242/stat : 17242 (toysat) R 17239 17242 13211 0 -1 4202496 267692 0 0 0 10189 39 0 0 20 0 4 0 12399797 1338576896 267511 33554432000 4194304 16246674 140734514239200 140734514221120 5672184 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17242/statm: 326801 267511 789 2943 0 323695 0
[pid=17242/tid=17243] ppid=17239 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/17242/task/17243/stat : 17243 (toysat) S 17239 17242 13211 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12399797 1338576896 267511 33554432000 4194304 16246674 140734514239200 140236798536944 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=17242/tid=17244] ppid=17239 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/17242/task/17244/stat : 17244 (toysat) S 17239 17242 13211 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12399797 1338576896 267511 33554432000 4194304 16246674 140734514239200 140236788047088 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=17242/tid=17245] ppid=17239 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/17242/task/17245/stat : 17245 (toysat) S 17239 17242 13211 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12399797 1338576896 267511 33554432000 4194304 16246674 140734514239200 140236777573552 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 1307204

[startup+162.3 s]
/proc/loadavg: 2.00 2.04 2.11 3/247 17249
/proc/meminfo: memFree=29042560/32872528 swapFree=189444/189444
[pid=17242] ppid=17239 vsize=1307204 CPUtime=162.26 cores=1,3,5,7
/proc/17242/stat : 17242 (toysat) R 17239 17242 13211 0 -1 4202496 267783 0 0 0 16185 41 0 0 20 0 4 0 12399797 1338576896 267856 33554432000 4194304 16246674 140734514239200 140734514221120 5822252 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17242/statm: 326801 267856 789 2943 0 323695 0
[pid=17242/tid=17243] ppid=17239 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/17242/task/17243/stat : 17243 (toysat) S 17239 17242 13211 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12399797 1338576896 267856 33554432000 4194304 16246674 140734514239200 140236798536944 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=17242/tid=17244] ppid=17239 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/17242/task/17244/stat : 17244 (toysat) S 17239 17242 13211 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12399797 1338576896 267856 33554432000 4194304 16246674 140734514239200 140236788047088 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=17242/tid=17245] ppid=17239 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/17242/task/17245/stat : 17245 (toysat) S 17239 17242 13211 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12399797 1338576896 267856 33554432000 4194304 16246674 140734514239200 140236777573552 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 1307204

[startup+222.308 s]
/proc/loadavg: 2.03 2.04 2.11 3/247 17250
/proc/meminfo: memFree=29042652/32872528 swapFree=189444/189444
[pid=17242] ppid=17239 vsize=1307204 CPUtime=222.26 cores=1,3,5,7
/proc/17242/stat : 17242 (toysat) R 17239 17242 13211 0 -1 4202496 267790 0 0 0 22184 42 0 0 20 0 4 0 12399797 1338576896 267856 33554432000 4194304 16246674 140734514239200 140734514221120 5827950 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17242/statm: 326801 267856 789 2943 0 323695 0
[pid=17242/tid=17243] ppid=17239 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/17242/task/17243/stat : 17243 (toysat) S 17239 17242 13211 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12399797 1338576896 267856 33554432000 4194304 16246674 140734514239200 140236798536944 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=17242/tid=17244] ppid=17239 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/17242/task/17244/stat : 17244 (toysat) S 17239 17242 13211 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12399797 1338576896 267856 33554432000 4194304 16246674 140734514239200 140236788047088 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=17242/tid=17245] ppid=17239 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/17242/task/17245/stat : 17245 (toysat) S 17239 17242 13211 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12399797 1338576896 267856 33554432000 4194304 16246674 140734514239200 140236777573552 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 1307204

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

[startup+224 s]
/proc/loadavg: 2.03 2.04 2.11 3/247 17250
/proc/meminfo: memFree=29042652/32872528 swapFree=189444/189444
[pid=17242] ppid=17239 vsize=1307204 CPUtime=223.95 cores=1,3,5,7
/proc/17242/stat : 17242 (toysat) R 17239 17242 13211 0 -1 4202496 267790 0 0 0 22353 42 0 0 20 0 4 0 12399797 1338576896 267856 33554432000 4194304 16246674 140734514239200 140734514221120 13809224 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17242/statm: 326801 267856 789 2943 0 323695 0
[pid=17242/tid=17243] ppid=17239 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/17242/task/17243/stat : 17243 (toysat) S 17239 17242 13211 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12399797 1338576896 267856 33554432000 4194304 16246674 140734514239200 140236798536944 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=17242/tid=17244] ppid=17239 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/17242/task/17244/stat : 17244 (toysat) S 17239 17242 13211 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12399797 1338576896 267856 33554432000 4194304 16246674 140734514239200 140236788047088 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=17242/tid=17245] ppid=17239 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/17242/task/17245/stat : 17245 (toysat) S 17239 17242 13211 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12399797 1338576896 267856 33554432000 4194304 16246674 140734514239200 140236777573552 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 223.95
Current children cumulated vsize (KiB) 1307204

[startup+230.4 s]
/proc/loadavg: 2.03 2.04 2.11 3/247 17250
/proc/meminfo: memFree=29042776/32872528 swapFree=189444/189444
[pid=17242] ppid=17239 vsize=1307204 CPUtime=230.34 cores=1,3,5,7
/proc/17242/stat : 17242 (toysat) R 17239 17242 13211 0 -1 4202496 267791 0 0 0 22992 42 0 0 20 0 4 0 12399797 1338576896 267856 33554432000 4194304 16246674 140734514239200 140734514221120 5673612 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17242/statm: 326801 267856 789 2943 0 323695 0
[pid=17242/tid=17243] ppid=17239 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/17242/task/17243/stat : 17243 (toysat) S 17239 17242 13211 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12399797 1338576896 267856 33554432000 4194304 16246674 140734514239200 140236798536944 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=17242/tid=17244] ppid=17239 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/17242/task/17244/stat : 17244 (toysat) S 17239 17242 13211 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12399797 1338576896 267856 33554432000 4194304 16246674 140734514239200 140236788047088 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=17242/tid=17245] ppid=17239 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/17242/task/17245/stat : 17245 (toysat) S 17239 17242 13211 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12399797 1338576896 267856 33554432000 4194304 16246674 140734514239200 140236777573552 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 230.34
Current children cumulated vsize (KiB) 1307204

[startup+233.6 s]
/proc/loadavg: 2.03 2.04 2.10 3/247 17250
/proc/meminfo: memFree=29042636/32872528 swapFree=189444/189444
[pid=17242] ppid=17239 vsize=1307204 CPUtime=233.54 cores=1,3,5,7
/proc/17242/stat : 17242 (toysat) R 17239 17242 13211 0 -1 4202496 267791 0 0 0 23312 42 0 0 20 0 4 0 12399797 1338576896 267856 33554432000 4194304 16246674 140734514239200 140734514221120 5822556 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17242/statm: 326801 267856 789 2943 0 323695 0
[pid=17242/tid=17243] ppid=17239 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/17242/task/17243/stat : 17243 (toysat) S 17239 17242 13211 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12399797 1338576896 267856 33554432000 4194304 16246674 140734514239200 140236798536944 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=17242/tid=17244] ppid=17239 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/17242/task/17244/stat : 17244 (toysat) S 17239 17242 13211 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12399797 1338576896 267856 33554432000 4194304 16246674 140734514239200 140236788047088 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=17242/tid=17245] ppid=17239 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/17242/task/17245/stat : 17245 (toysat) S 17239 17242 13211 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12399797 1338576896 267856 33554432000 4194304 16246674 140734514239200 140236777573552 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 233.54
Current children cumulated vsize (KiB) 1307204

[startup+234.407 s]
/proc/loadavg: 2.03 2.04 2.10 3/247 17250
/proc/meminfo: memFree=29042636/32872528 swapFree=189444/189444
[pid=17242] ppid=17239 vsize=1307204 CPUtime=234.35 cores=1,3,5,7
/proc/17242/stat : 17242 (toysat) R 17239 17242 13211 0 -1 4202496 267791 0 0 0 23393 42 0 0 20 0 4 0 12399797 1338576896 267856 33554432000 4194304 16246674 140734514239200 140734514221120 5827966 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17242/statm: 326801 267856 789 2943 0 323695 0
[pid=17242/tid=17243] ppid=17239 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/17242/task/17243/stat : 17243 (toysat) S 17239 17242 13211 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12399797 1338576896 267856 33554432000 4194304 16246674 140734514239200 140236798536944 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=17242/tid=17244] ppid=17239 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/17242/task/17244/stat : 17244 (toysat) S 17239 17242 13211 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12399797 1338576896 267856 33554432000 4194304 16246674 140734514239200 140236788047088 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=17242/tid=17245] ppid=17239 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/17242/task/17245/stat : 17245 (toysat) S 17239 17242 13211 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12399797 1338576896 267856 33554432000 4194304 16246674 140734514239200 140236777573552 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 234.35
Current children cumulated vsize (KiB) 1307204

[startup+235.2 s]
/proc/loadavg: 2.03 2.04 2.10 3/247 17250
/proc/meminfo: memFree=29042636/32872528 swapFree=189444/189444
[pid=17242] ppid=17239 vsize=1307204 CPUtime=235.15 cores=1,3,5,7
/proc/17242/stat : 17242 (toysat) R 17239 17242 13211 0 -1 4202496 267791 0 0 0 23472 43 0 0 20 0 4 0 12399797 1338576896 267856 33554432000 4194304 16246674 140734514239200 140734514221120 6020448 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17242/statm: 326801 267856 789 2943 0 323695 0
[pid=17242/tid=17243] ppid=17239 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/17242/task/17243/stat : 17243 (toysat) S 17239 17242 13211 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 12399797 1338576896 267856 33554432000 4194304 16246674 140734514239200 140236798536944 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=17242/tid=17244] ppid=17239 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/17242/task/17244/stat : 17244 (toysat) S 17239 17242 13211 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12399797 1338576896 267856 33554432000 4194304 16246674 140734514239200 140236788047088 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=17242/tid=17245] ppid=17239 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/17242/task/17245/stat : 17245 (toysat) S 17239 17242 13211 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12399797 1338576896 267856 33554432000 4194304 16246674 140734514239200 140236777573552 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 235.15
Current children cumulated vsize (KiB) 1307204

[startup+235.6 s]
/proc/loadavg: 2.03 2.04 2.10 3/247 17250
/proc/meminfo: memFree=29042760/32872528 swapFree=189444/189444
[pid=17242] ppid=17239 vsize=0 CPUtime=235.55 cores=1,3,5,7
/proc/17242/stat : 17242 (toysat) R 17239 17242 13211 0 -1 4202500 267796 0 0 0 23512 43 0 0 20 0 1 0 12399797 0 0 33554432000 0 0 0 0 0 0 0 33554432 0 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17242/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 235.55
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 235.65
CPU time (s): 235.607
CPU user time (s): 235.123
CPU system time (s): 0.483926
CPU usage (%): 99.9819
Max. virtual memory (cumulated for all children) (KiB): 1307204

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 235.123
system time used= 0.483926
maximum resident set size= 1071436
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 267796
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= 31
involuntary context switches= 241

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.890864 second user time and 2.82457 second system time

The end

Launcher Data

Begin job on node102 at 2016-06-30 20:55:33
IDJOB=4120938
IDBENCH=110190
IDSOLVER=2542
FILE ID=node102/4120938-1467312933
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-tseitin-regular-n84-d3-i1-r1.cnf.gz-plain.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-4120938-1467312933/watcher-4120938-1467312933 -o /tmp/evaluation-result-4120938-1467312933/solver-4120938-1467312933 -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-4120938-1467312933.opb

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

MD5SUM BENCH= e7900c1fbee8e1887982e32089219125
RANDOM SEED=62186650

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:        30115532 kB
Buffers:          157784 kB
Cached:           570152 kB
SwapCached:            0 kB
Active:          1400596 kB
Inactive:         420232 kB
Active(anon):    1095728 kB
Inactive(anon):        0 kB
Active(file):     304868 kB
Inactive(file):   420232 kB
Unevictable:      189444 kB
Mlocked:          189444 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             16528 kB
Writeback:             0 kB
AnonPages:       1272288 kB
Mapped:            17676 kB
Shmem:               204 kB
Slab:             609648 kB
SReclaimable:      53152 kB
SUnreclaim:       556496 kB
KernelStack:        2032 kB
PageTables:         7168 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1432192 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    849920 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:59:28