Trace number 4089834

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 207.859 207.891

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/pb16-16-elffers/
EC_RANDOM_GRAPHS/normalized-ECrand4regsplit-v040-n1.opb
MD5SUMd72740f2fe9e5337a1160a6ecf15c5eb
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.022996
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables79
Total number of constraints40
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)40
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint4
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 6
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-16T01:48:36+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-4089834-1466034516.opb"]
0.00/0.01	c use --random-gen="2976826759 1349370313 3828338539 1005254616 3598074917 4073482269 2831926575 821483141 2641204642 763289428 1528316980 951276034 2256703977 711709643 3268400422 2398863180 1317716307 384002386 1465833024 3590143888 2362260531 2474189822 3688357469 3344781641 3605354926 3354663887 859958161 187794654 2815236000 1964180794 3799586041 2950721933 1855798053 171704808 1956513212 3321124952 3191200790 2491494378 1416162985 595737031 3404663157 3641005746 417482241 647357268 2353817789 2565780650 2103322401 2999673831 3925679103 3906750813 2714924697 1115252047 1185891996 149189643 1687635582 2003773884 1639084871 4206702959 123332907 93214486 3848895553 3205271345 503500688 4268373586 3215059069 781739533 3408929572 1514661932 2441729999 3128981029 2167343788 3248197512 4023076954 2955564091 4136184960 2601555565 428020693 912531533 4216355153 2810917631 3717027753 1278261097 2128564559 2604921020 1010106829 304520850 147494859 1786363519 1365857454 2851316999 1021621485 3213134331 614434738 3367532737 2616712909 1909598645 953662470 3846825110 99466592 3579103665 646046574 1576349053 3672939511 45394387 2614898608 3666624424 3507693098 3696069026 787141292 972349059 1369476737 3196877679 477183982 2754736646 3967946253 3098511108 3565614600 1206108290 3825894290 1914645011 2428603453 2974397673 323129069 2790055766 3354568636 838342234 2371495463 2096454834 592951763 2659229557 2282921263 2110114637 1347465731 3314191515 1050771919 3850619558 819208640 2467282159 1062419065 874723884 3981385440 2972791359 2397626788 2599834861 2752906500 1929757375 759149591 2566490874 483082838 526070799 872659439 3725528141 1849071531 3186757394 3418839420 677703636 4032380668 2145599389 269797130 1223980990 1613102661 2529805498 3002932933 521053957 176201603 576585310 3547356017 193554578 3057414897 3893088064 2321898806 1874847914 2499137441 2831790322 2988174267 2831883356 733033802 1288460605 2570849547 1890935299 1941002556 3074738049 1904244418 141218612 2759121946 2438164381 2910029427 79534857 737661608 1768234077 3291601508 2988720567 3348890847 1157710811 1057910210 1040669281 2111215364 3481674545 1881787970 3589687824 1665698056 2920243817 1376230282 586138880 2644180650 1989580710 2226456204 2243016426 3561187810 1435825759 3593024290 819094706 2305482820 4145072704 4278434597 169068726 2303033297 180704257 1015356217 2770389558 2526434409 1523684988 1183733891 67870735 3482477091 3921088760 324504003 952890706 3750839668 841290945 312782119 963413517 3124509993 3479697098 904140509 3891395922 3892470956 3024958052 1248286232 2977609612 1986543071 921777476 4163819812 2600533113 1342104727 1555001657 153590012 3657006333 2359800219 83127089 781330510 224551494 2869656764 902957828 1131510099 1995265047 255 362436" option to reproduce the execution
0.00/0.01	c #vars 79
0.00/0.01	c #constraints 40
0.00/0.01	c Solving starts ...
0.00/0.01	c ============================[ Search Statistics ]============================
0.00/0.01	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.00/0.01	c       |         |          |          |    Limit     GC | Var      | Constra 
0.00/0.01	c =============================================================================
0.00/0.01	c  0.0s |       0 |        0 |        0 |       53      0 |        0 |        0
0.00/0.02	c  0.0s |       1 |      129 |      100 |       53      0 |        0 |        0
0.00/0.03	c  0.0s |       2 |      322 |      250 |       59      4 |        0 |        0
0.00/0.05	c  0.0s |       3 |      609 |      475 |       65      9 |        0 |        0
0.00/0.08	c  0.1s |       4 |     1026 |      813 |       72     16 |        0 |        0
0.09/0.13	c  0.1s |       5 |     1656 |     1320 |       80     26 |        0 |        0
0.09/0.19	c  0.2s |       6 |     2613 |     2081 |       97     40 |        0 |        0
0.19/0.29	c  0.3s |       7 |     4045 |     3223 |      107     60 |        0 |        0
0.39/0.44	c  0.4s |       8 |     6120 |     4936 |      118     88 |        0 |        0
0.59/0.67	c  0.7s |       9 |     9294 |     7506 |      130    126 |        0 |        0
0.99/1.00	c  1.0s |      10 |    14261 |    11361 |      143    179 |        0 |        0
1.29/1.38	c  1.4s |      11 |    21571 |    17144 |      158    251 |        0 |        0
1.89/1.92	c  1.9s |      12 |    32027 |    25819 |      174    351 |        0 |        0
2.69/2.77	c  2.8s |      13 |    47602 |    38832 |      192    487 |        0 |        0
3.99/4.06	c  4.0s |      14 |    70388 |    58352 |      212    674 |        0 |        0
5.99/6.03	c  6.0s |      15 |   103911 |    87632 |      234    931 |        0 |        0
7.99/8.03	c  8.0s |      15 |   137392 |   116632 |      234   1163 |        0 |        0
8.99/9.03	c  9.0s |      16 |   155037 |   131552 |      258   1283 |        0 |        0
10.99/11.03	c 11.0s |      16 |   188242 |   160152 |      258   1493 |        0 |        0
12.99/13.03	c 13.0s |      16 |   226732 |   191352 |      258   1723 |        0 |        0
13.39/13.42	c 13.4s |      17 |   234234 |   197432 |      284   1767 |        0 |        0
15.39/15.42	c 15.4s |      17 |   269008 |   226832 |      284   1965 |        0 |        0
17.38/17.43	c 17.4s |      17 |   303191 |   255532 |      284   2159 |        0 |        0
19.38/19.43	c 19.4s |      17 |   337195 |   284432 |      284   2355 |        0 |        0
20.18/20.25	c 20.2s |      18 |   350946 |   296252 |      313   2433 |        0 |        0
22.18/22.25	c 22.2s |      18 |   385930 |   325352 |      313   2613 |        0 |        0
24.20/24.26	c 24.2s |      18 |   420933 |   354552 |      313   2794 |        0 |        0
26.19/26.26	c 26.2s |      18 |   454547 |   382852 |      313   2969 |        0 |        0
28.19/28.26	c 28.3s |      18 |   487075 |   410752 |      313   3142 |        0 |        0
30.18/30.27	c 30.3s |      18 |   520720 |   439352 |      313   3319 |        0 |        0
30.58/30.64	c 30.6s |      19 |   526560 |   444482 |      345   3350 |        0 |        0
32.58/32.64	c 32.6s |      19 |   557542 |   471882 |      345   3503 |        0 |        0
34.58/34.65	c 34.6s |      19 |   589228 |   499282 |      345   3657 |        0 |        0
36.58/36.65	c 36.6s |      19 |   622046 |   527282 |      345   3815 |        0 |        0
38.60/38.65	c 38.6s |      19 |   656093 |   555782 |      345   3976 |        0 |        0
40.59/40.65	c 40.6s |      19 |   688882 |   583582 |      345   4132 |        0 |        0
42.59/42.66	c 42.6s |      19 |   722727 |   611582 |      345   4289 |        0 |        0
44.59/44.66	c 44.6s |      19 |   756320 |   639782 |      345   4448 |        0 |        0
46.58/46.66	c 46.7s |      19 |   787358 |   666682 |      380   4597 |        0 |        0
46.58/46.67	c 46.7s |      20 |   787543 |   666827 |      380   4598 |        0 |        0
48.58/48.68	c 48.7s |      20 |   818705 |   693727 |      380   4734 |        0 |        0
50.59/50.68	c 50.7s |      20 |   847889 |   719727 |      380   4867 |        0 |        0
52.58/52.69	c 52.7s |      20 |   882513 |   747927 |      380   5011 |        0 |        0
54.58/54.69	c 54.7s |      20 |   914690 |   775227 |      380   5150 |        0 |        0
56.68/56.70	c 56.7s |      20 |   947850 |   803327 |      380   5295 |        0 |        0
58.68/58.70	c 58.7s |      20 |   979871 |   830527 |      380   5435 |        0 |        0
60.68/60.70	c 60.7s |      20 |  1013188 |   858227 |      380   5576 |        0 |        0
62.69/62.71	c 62.7s |      20 |  1043034 |   884327 |      380   5710 |        0 |        0
64.68/64.71	c 64.7s |      20 |  1074479 |   911327 |      380   5849 |        0 |        0
66.68/66.71	c 66.7s |      20 |  1107794 |   939227 |      380   5992 |        0 |        0
68.68/68.71	c 68.7s |      20 |  1137823 |   965527 |      380   6126 |        0 |        0
70.68/70.72	c 70.7s |      20 |  1169775 |   992627 |      380   6266 |        0 |        0
71.18/71.29	c 71.3s |      21 |  1179023 |  1000345 |      419   6302 |        0 |        0
73.18/73.29	c 73.3s |      21 |  1209543 |  1026645 |      419   6424 |        0 |        0
75.18/75.29	c 75.3s |      21 |  1239675 |  1052745 |      419   6545 |        0 |        0
77.28/77.30	c 77.3s |      21 |  1269378 |  1078745 |      419   6666 |        0 |        0
79.28/79.31	c 79.3s |      21 |  1299974 |  1105045 |      419   6788 |        0 |        0
81.27/81.31	c 81.3s |      21 |  1330371 |  1131345 |      419   6911 |        0 |        0
83.27/83.31	c 83.3s |      21 |  1360717 |  1157545 |      419   7033 |        0 |        0
85.28/85.32	c 85.3s |      21 |  1392121 |  1184245 |      419   7158 |        0 |        0
87.28/87.33	c 87.3s |      21 |  1422949 |  1211045 |      419   7283 |        0 |        0
89.28/89.33	c 89.3s |      21 |  1454213 |  1237845 |      419   7407 |        0 |        0
91.29/91.33	c 91.3s |      21 |  1484321 |  1264345 |      419   7530 |        0 |        0
93.28/93.34	c 93.3s |      21 |  1516625 |  1291545 |      419   7656 |        0 |        0
95.28/95.34	c 95.3s |      21 |  1548468 |  1318845 |      419   7784 |        0 |        0
97.28/97.35	c 97.3s |      21 |  1580041 |  1345845 |      419   7911 |        0 |        0
99.27/99.35	c 99.3s |      21 |  1612135 |  1372945 |      419   8036 |        0 |        0
101.28/101.35	c  101s |      21 |  1644666 |  1400145 |      419   8162 |        0 |        0
103.27/103.36	c  103s |      21 |  1677150 |  1427445 |      419   8289 |        0 |        0
105.27/105.36	c  105s |      21 |  1710787 |  1455045 |      419   8416 |        0 |        0
107.27/107.37	c  107s |      21 |  1743968 |  1482545 |      419   8544 |        0 |        0
108.67/108.70	c  108s |      22 |  1765594 |  1500622 |      461   8625 |        0 |        0
110.67/110.70	c  110s |      22 |  1798488 |  1527322 |      461   8737 |        0 |        0
112.67/112.71	c  112s |      22 |  1829783 |  1553422 |      461   8847 |        0 |        0
114.67/114.71	c  114s |      22 |  1859858 |  1579122 |      461   8956 |        0 |        0
116.68/116.72	c  116s |      22 |  1889708 |  1604922 |      461   9065 |        0 |        0
118.68/118.72	c  118s |      22 |  1922132 |  1631522 |      461   9178 |        0 |        0
120.67/120.72	c  120s |      22 |  1952461 |  1657422 |      461   9288 |        0 |        0
122.67/122.73	c  122s |      22 |  1980297 |  1682222 |      461   9392 |        0 |        0
124.67/124.73	c  124s |      22 |  2010331 |  1708222 |      461   9502 |        0 |        0
126.67/126.73	c  126s |      22 |  2040988 |  1734322 |      461   9613 |        0 |        0
128.68/128.74	c  128s |      22 |  2071522 |  1760422 |      461   9724 |        0 |        0
130.67/130.74	c  130s |      22 |  2102963 |  1786322 |      461   9833 |        0 |        0
132.67/132.75	c  132s |      22 |  2133534 |  1812322 |      461   9943 |        0 |        0
134.67/134.75	c  134s |      22 |  2162723 |  1838022 |      461  10052 |        0 |        0
136.67/136.76	c  136s |      22 |  2191592 |  1863222 |      461  10159 |        0 |        0
138.67/138.76	c  138s |      22 |  2220641 |  1888522 |      461  10267 |        0 |        0
140.67/140.77	c  140s |      22 |  2250340 |  1913822 |      461  10373 |        0 |        0
142.66/142.78	c  142s |      22 |  2279518 |  1939122 |      461  10479 |        0 |        0
144.66/144.78	c  144s |      22 |  2308748 |  1964622 |      461  10587 |        0 |        0
146.66/146.78	c  146s |      22 |  2337571 |  1990222 |      461  10695 |        0 |        0
148.67/148.79	c  148s |      22 |  2366676 |  2015622 |      461  10802 |        0 |        0
150.68/150.79	c  150s |      22 |  2396910 |  2041622 |      461  10912 |        0 |        0
152.67/152.79	c  152s |      22 |  2427492 |  2068022 |      461  11022 |        0 |        0
154.77/154.80	c  154s |      22 |  2457360 |  2093922 |      461  11130 |        1 |        0
156.77/156.80	c  156s |      22 |  2486278 |  2119522 |      461  11238 |        1 |        0
158.77/158.81	c  158s |      22 |  2515650 |  2145122 |      461  11346 |        1 |        0
160.77/160.81	c  160s |      22 |  2545019 |  2170722 |      461  11455 |        1 |        0
162.77/162.81	c  162s |      22 |  2573599 |  2195922 |      461  11561 |        1 |        0
164.77/164.81	c  164s |      22 |  2601766 |  2220922 |      461  11667 |        1 |        0
166.76/166.82	c  166s |      22 |  2631100 |  2246222 |      508  11770 |        1 |        0
167.17/167.21	c  167s |      23 |  2636629 |  2251038 |      508  11788 |        1 |        0
169.16/169.21	c  169s |      23 |  2665970 |  2276138 |      508  11884 |        1 |        0
171.16/171.22	c  171s |      23 |  2695464 |  2301538 |      508  11982 |        1 |        0
173.16/173.22	c  173s |      23 |  2725701 |  2327338 |      508  12081 |        1 |        0
175.16/175.22	c  175s |      23 |  2757169 |  2353438 |      508  12181 |        1 |        0
177.17/177.22	c  177s |      23 |  2788935 |  2379938 |      508  12284 |        1 |        0
179.16/179.22	c  179s |      23 |  2818878 |  2405138 |      508  12380 |        1 |        0
181.16/181.23	c  181s |      23 |  2849647 |  2431238 |      508  12481 |        1 |        0
183.16/183.23	c  183s |      23 |  2878328 |  2455938 |      508  12576 |        1 |        0
185.16/185.23	c  185s |      23 |  2907056 |  2481238 |      508  12673 |        1 |        0
187.16/187.24	c  187s |      23 |  2937162 |  2507438 |      508  12773 |        1 |        0
189.17/189.24	c  189s |      23 |  2965970 |  2532638 |      508  12869 |        2 |        0
191.16/191.24	c  191s |      23 |  2994984 |  2557838 |      508  12965 |        2 |        0
193.16/193.24	c  193s |      23 |  3024762 |  2583438 |      508  13064 |        2 |        0
195.17/195.25	c  195s |      23 |  3055145 |  2609438 |      508  13163 |        2 |        0
197.16/197.25	c  197s |      23 |  3085262 |  2635438 |      508  13263 |        2 |        0
199.17/199.25	c  199s |      23 |  3117181 |  2662138 |      508  13364 |        3 |        0
201.16/201.25	c  201s |      23 |  3150232 |  2689238 |      508  13468 |        3 |        0
203.16/203.26	c  203s |      23 |  3181348 |  2715838 |      508  13569 |        4 |        0
205.16/205.26	c  205s |      23 |  3213076 |  2742438 |      508  13670 |        5 |        0
207.16/207.26	c  207s |      23 |  3244948 |  2769638 |      508  13772 |        7 |        0
207.76/207.83	c  207s |      23 |  3253922 |  2777375 |      508  13797 |       79 |       36
207.76/207.83	c #cpu_time = 207.286s
207.76/207.83	c #wall_clock_time = 207.817s
207.76/207.83	c #decision = 3253922
207.76/207.83	c #random_decision = 11227
207.76/207.83	c #conflict = 2777375
207.76/207.83	c #restart = 23
207.76/207.83	s UNSATISFIABLE
207.76/207.83	c total CPU time = 207.299s
207.76/207.83	c total wall clock time = 207.830s

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

pid=11705
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.29 2.25 2.21 3/181 11708
/proc/meminfo: memFree=29298428/32872528 swapFree=1481856/1661728
[pid=11708] ppid=11705 vsize=762300 CPUtime=0 cores=1,3,5,7
/proc/11708/stat : 11708 (toysat) R 11705 11708 6232 0 -1 4202496 2852 0 0 0 0 0 0 0 20 0 4 0 5498061 780595200 2702 33554432000 4194304 16246674 140733615161376 140733615160800 15002730 0 2 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11708/statm: 191599 2715 441 2943 0 188493 0
[pid=11708/tid=11709] ppid=11705 vsize=781756 CPUtime=0 cores=1,3,5,7
/proc/11708/task/11709/stat : 11709 (toysat) S 11705 11708 6232 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 5498061 800518144 2778 33554432000 4194304 16246674 140733615161376 140371123219696 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=11708/tid=11710] ppid=11705 vsize=786876 CPUtime=0 cores=1,3,5,7
/proc/11708/task/11710/stat : 11710 (toysat) S 11705 11708 6232 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 5498061 805761024 2795 33554432000 4194304 16246674 140733615161376 140371112729840 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=11708/tid=11711] ppid=11705 vsize=790972 CPUtime=0 cores=1,3,5,7
/proc/11708/task/11711/stat : 11711 (toysat) S 11705 11708 6232 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 5498061 809955328 2812 33554432000 4194304 16246674 140733615161376 140371102256304 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0

[startup+0.10017 s]
/proc/loadavg: 2.29 2.25 2.21 3/181 11708
/proc/meminfo: memFree=29298428/32872528 swapFree=1481856/1661728
[pid=11708] ppid=11705 vsize=1218116 CPUtime=0.09 cores=1,3,5,7
/proc/11708/stat : 11708 (toysat) R 11705 11708 6232 0 -1 4202496 24411 0 0 0 6 3 0 0 20 0 4 0 5498061 1247350784 24250 33554432000 4194304 16246674 140733615161376 140733615143296 13193109 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11708/statm: 304529 24258 715 2943 0 301423 0
[pid=11708/tid=11709] ppid=11705 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/11708/task/11709/stat : 11709 (toysat) S 11705 11708 6232 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 5498061 1247350784 24265 33554432000 4194304 16246674 140733615161376 140371123219696 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=11708/tid=11710] ppid=11705 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/11708/task/11710/stat : 11710 (toysat) S 11705 11708 6232 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 5498061 1247350784 24271 33554432000 4194304 16246674 140733615161376 140371112729840 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=11708/tid=11711] ppid=11705 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/11708/task/11711/stat : 11711 (toysat) S 11705 11708 6232 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 5498061 1247350784 24278 33554432000 4194304 16246674 140733615161376 140371102256304 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.20052 s]
/proc/loadavg: 2.29 2.25 2.21 3/181 11708
/proc/meminfo: memFree=29298428/32872528 swapFree=1481856/1661728
[pid=11708] ppid=11705 vsize=1218116 CPUtime=0.19 cores=1,3,5,7
/proc/11708/stat : 11708 (toysat) R 11705 11708 6232 0 -1 4202496 46405 0 0 0 13 6 0 0 20 0 4 0 5498061 1247350784 46245 33554432000 4194304 16246674 140733615161376 140733615143296 5546181 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11708/statm: 304529 46256 715 2943 0 301423 0
[pid=11708/tid=11709] ppid=11705 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/11708/task/11709/stat : 11709 (toysat) S 11705 11708 6232 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 5498061 1247350784 46263 33554432000 4194304 16246674 140733615161376 140371123219696 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=11708/tid=11710] ppid=11705 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/11708/task/11710/stat : 11710 (toysat) S 11705 11708 6232 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 5498061 1247350784 46269 33554432000 4194304 16246674 140733615161376 140371112729840 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=11708/tid=11711] ppid=11705 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/11708/task/11711/stat : 11711 (toysat) S 11705 11708 6232 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 5498061 1247350784 46274 33554432000 4194304 16246674 140733615161376 140371102256304 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.300453 s]
/proc/loadavg: 2.29 2.25 2.21 3/181 11708
/proc/meminfo: memFree=29298428/32872528 swapFree=1481856/1661728
[pid=11708] ppid=11705 vsize=1218116 CPUtime=0.29 cores=1,3,5,7
/proc/11708/stat : 11708 (toysat) R 11705 11708 6232 0 -1 4202496 67987 0 0 0 21 8 0 0 20 0 4 0 5498061 1247350784 67826 33554432000 4194304 16246674 140733615161376 140733615143296 5677277 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11708/statm: 304529 67838 716 2943 0 301423 0
[pid=11708/tid=11709] ppid=11705 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/11708/task/11709/stat : 11709 (toysat) S 11705 11708 6232 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 5498061 1247350784 67845 33554432000 4194304 16246674 140733615161376 140371123219696 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=11708/tid=11710] ppid=11705 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/11708/task/11710/stat : 11710 (toysat) S 11705 11708 6232 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 5498061 1247350784 67851 33554432000 4194304 16246674 140733615161376 140371112729840 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=11708/tid=11711] ppid=11705 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/11708/task/11711/stat : 11711 (toysat) S 11705 11708 6232 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 5498061 1247350784 67860 33554432000 4194304 16246674 140733615161376 140371102256304 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1218116

[startup+0.700406 s]
/proc/loadavg: 2.29 2.25 2.21 3/181 11708
/proc/meminfo: memFree=29298428/32872528 swapFree=1481856/1661728
[pid=11708] ppid=11705 vsize=1218116 CPUtime=0.69 cores=1,3,5,7
/proc/11708/stat : 11708 (toysat) R 11705 11708 6232 0 -1 4202496 155457 0 0 0 50 19 0 0 20 0 4 0 5498061 1247350784 155297 33554432000 4194304 16246674 140733615161376 140733615143296 5546181 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11708/statm: 304529 155307 716 2943 0 301423 0
[pid=11708/tid=11709] ppid=11705 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/11708/task/11709/stat : 11709 (toysat) S 11705 11708 6232 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 5498061 1247350784 155312 33554432000 4194304 16246674 140733615161376 140371123219696 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=11708/tid=11710] ppid=11705 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/11708/task/11710/stat : 11710 (toysat) S 11705 11708 6232 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 5498061 1247350784 155319 33554432000 4194304 16246674 140733615161376 140371112729840 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=11708/tid=11711] ppid=11705 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/11708/task/11711/stat : 11711 (toysat) S 11705 11708 6232 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 5498061 1247350784 155328 33554432000 4194304 16246674 140733615161376 140371102256304 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.50039 s]
/proc/loadavg: 2.26 2.24 2.21 3/185 11712
/proc/meminfo: memFree=28330172/32872528 swapFree=1481856/1661728
[pid=11708] ppid=11705 vsize=1218116 CPUtime=1.49 cores=1,3,5,7
/proc/11708/stat : 11708 (toysat) R 11705 11708 6232 0 -1 4202496 245467 0 0 0 116 33 0 0 20 0 4 0 5498061 1247350784 245286 33554432000 4194304 16246674 140733615161376 140733615160688 13950184 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11708/statm: 304529 245286 790 2943 0 301423 0
[pid=11708/tid=11709] ppid=11705 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/11708/task/11709/stat : 11709 (toysat) S 11705 11708 6232 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 5498061 1247350784 245286 33554432000 4194304 16246674 140733615161376 140371123219696 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=11708/tid=11710] ppid=11705 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/11708/task/11710/stat : 11710 (toysat) S 11705 11708 6232 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 5498061 1247350784 245286 33554432000 4194304 16246674 140733615161376 140371112729840 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=11708/tid=11711] ppid=11705 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/11708/task/11711/stat : 11711 (toysat) S 11705 11708 6232 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 5498061 1247350784 245286 33554432000 4194304 16246674 140733615161376 140371102256304 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) 1218116

[startup+3.10037 s]
/proc/loadavg: 2.26 2.24 2.21 3/185 11712
/proc/meminfo: memFree=28230292/32872528 swapFree=1481856/1661728
[pid=11708] ppid=11705 vsize=1306180 CPUtime=3.09 cores=1,3,5,7
/proc/11708/stat : 11708 (toysat) R 11705 11708 6232 0 -1 4202496 267397 0 0 0 272 37 0 0 20 0 4 0 5498061 1337528320 267216 33554432000 4194304 16246674 140733615161376 140733615143296 13818354 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11708/statm: 326545 267216 790 2943 0 323439 0
[pid=11708/tid=11709] ppid=11705 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/11708/task/11709/stat : 11709 (toysat) S 11705 11708 6232 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 5498061 1337528320 267216 33554432000 4194304 16246674 140733615161376 140371123219696 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=11708/tid=11710] ppid=11705 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/11708/task/11710/stat : 11710 (toysat) S 11705 11708 6232 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 5498061 1337528320 267216 33554432000 4194304 16246674 140733615161376 140371112729840 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=11708/tid=11711] ppid=11705 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/11708/task/11711/stat : 11711 (toysat) S 11705 11708 6232 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 5498061 1337528320 267216 33554432000 4194304 16246674 140733615161376 140371102256304 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.30042 s]
/proc/loadavg: 2.24 2.24 2.21 3/185 11712
/proc/meminfo: memFree=28229924/32872528 swapFree=1481856/1661728
[pid=11708] ppid=11705 vsize=1306180 CPUtime=6.29 cores=1,3,5,7
/proc/11708/stat : 11708 (toysat) R 11705 11708 6232 0 -1 4202496 267399 0 0 0 592 37 0 0 20 0 4 0 5498061 1337528320 267218 33554432000 4194304 16246674 140733615161376 140733615143296 5666832 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11708/statm: 326545 267218 790 2943 0 323439 0
[pid=11708/tid=11709] ppid=11705 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/11708/task/11709/stat : 11709 (toysat) S 11705 11708 6232 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 5498061 1337528320 267218 33554432000 4194304 16246674 140733615161376 140371123219696 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=11708/tid=11710] ppid=11705 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/11708/task/11710/stat : 11710 (toysat) S 11705 11708 6232 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 5498061 1337528320 267218 33554432000 4194304 16246674 140733615161376 140371112729840 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=11708/tid=11711] ppid=11705 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/11708/task/11711/stat : 11711 (toysat) S 11705 11708 6232 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 5498061 1337528320 267218 33554432000 4194304 16246674 140733615161376 140371102256304 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.7004 s]
/proc/loadavg: 2.22 2.23 2.21 4/185 11712
/proc/meminfo: memFree=28229816/32872528 swapFree=1481856/1661728
[pid=11708] ppid=11705 vsize=1306180 CPUtime=12.69 cores=1,3,5,7
/proc/11708/stat : 11708 (toysat) R 11705 11708 6232 0 -1 4202496 267405 0 0 0 1232 37 0 0 20 0 4 0 5498061 1337528320 267224 33554432000 4194304 16246674 140733615161376 140733615144376 5661256 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11708/statm: 326545 267224 790 2943 0 323439 0
[pid=11708/tid=11709] ppid=11705 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/11708/task/11709/stat : 11709 (toysat) S 11705 11708 6232 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 5498061 1337528320 267224 33554432000 4194304 16246674 140733615161376 140371123219696 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=11708/tid=11710] ppid=11705 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/11708/task/11710/stat : 11710 (toysat) S 11705 11708 6232 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 5498061 1337528320 267224 33554432000 4194304 16246674 140733615161376 140371112729840 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=11708/tid=11711] ppid=11705 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/11708/task/11711/stat : 11711 (toysat) S 11705 11708 6232 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 5498061 1337528320 267224 33554432000 4194304 16246674 140733615161376 140371102256304 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.5005 s]
/proc/loadavg: 2.19 2.23 2.20 3/185 11712
/proc/meminfo: memFree=28230540/32872528 swapFree=1481856/1661728
[pid=11708] ppid=11705 vsize=1306180 CPUtime=25.49 cores=1,3,5,7
/proc/11708/stat : 11708 (toysat) R 11705 11708 6232 0 -1 4202496 267408 0 0 0 2511 38 0 0 20 0 4 0 5498061 1337528320 267227 33554432000 4194304 16246674 140733615161376 140733615144376 5677286 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11708/statm: 326545 267227 792 2943 0 323439 0
[pid=11708/tid=11709] ppid=11705 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/11708/task/11709/stat : 11709 (toysat) S 11705 11708 6232 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 5498061 1337528320 267227 33554432000 4194304 16246674 140733615161376 140371123219696 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=11708/tid=11710] ppid=11705 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/11708/task/11710/stat : 11710 (toysat) S 11705 11708 6232 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 5498061 1337528320 267227 33554432000 4194304 16246674 140733615161376 140371112729840 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=11708/tid=11711] ppid=11705 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/11708/task/11711/stat : 11711 (toysat) S 11705 11708 6232 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 5498061 1337528320 267227 33554432000 4194304 16246674 140733615161376 140371102256304 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 1306180

[startup+51.1005 s]
/proc/loadavg: 2.24 2.23 2.21 3/185 11712
/proc/meminfo: memFree=28230548/32872528 swapFree=1481856/1661728
[pid=11708] ppid=11705 vsize=1306180 CPUtime=51.08 cores=1,3,5,7
/proc/11708/stat : 11708 (toysat) R 11705 11708 6232 0 -1 4202496 267426 0 0 0 5069 39 0 0 20 0 4 0 5498061 1337528320 267245 33554432000 4194304 16246674 140733615161376 140733615143296 5677888 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11708/statm: 326545 267245 792 2943 0 323439 0
[pid=11708/tid=11709] ppid=11705 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/11708/task/11709/stat : 11709 (toysat) S 11705 11708 6232 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 5498061 1337528320 267245 33554432000 4194304 16246674 140733615161376 140371123219696 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=11708/tid=11710] ppid=11705 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/11708/task/11710/stat : 11710 (toysat) S 11705 11708 6232 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 5498061 1337528320 267245 33554432000 4194304 16246674 140733615161376 140371112729840 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=11708/tid=11711] ppid=11705 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/11708/task/11711/stat : 11711 (toysat) S 11705 11708 6232 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 5498061 1337528320 267245 33554432000 4194304 16246674 140733615161376 140371102256304 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) 1306180

[startup+102.3 s]
/proc/loadavg: 2.28 2.24 2.21 4/186 11716
/proc/meminfo: memFree=28229952/32872528 swapFree=1481856/1661728
[pid=11708] ppid=11705 vsize=1306180 CPUtime=102.28 cores=1,3,5,7
/proc/11708/stat : 11708 (toysat) R 11705 11708 6232 0 -1 4202496 267450 0 0 0 10188 40 0 0 20 0 4 0 5498061 1337528320 267269 33554432000 4194304 16246674 140733615161376 140733615143296 5523460 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11708/statm: 326545 267269 793 2943 0 323439 0
[pid=11708/tid=11709] ppid=11705 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/11708/task/11709/stat : 11709 (toysat) S 11705 11708 6232 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 5498061 1337528320 267269 33554432000 4194304 16246674 140733615161376 140371123219696 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=11708/tid=11710] ppid=11705 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/11708/task/11710/stat : 11710 (toysat) S 11705 11708 6232 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 5498061 1337528320 267269 33554432000 4194304 16246674 140733615161376 140371112729840 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=11708/tid=11711] ppid=11705 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/11708/task/11711/stat : 11711 (toysat) S 11705 11708 6232 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 5498061 1337528320 267269 33554432000 4194304 16246674 140733615161376 140371102256304 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) 1306180

[startup+162.3 s]
/proc/loadavg: 2.21 2.23 2.20 3/185 11717
/proc/meminfo: memFree=28229448/32872528 swapFree=1481856/1661728
[pid=11708] ppid=11705 vsize=1306180 CPUtime=162.27 cores=1,3,5,7
/proc/11708/stat : 11708 (toysat) R 11705 11708 6232 0 -1 4202496 267452 0 0 0 16185 42 0 0 20 0 4 0 5498061 1337528320 267271 33554432000 4194304 16246674 140733615161376 140733615144376 15015658 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11708/statm: 326545 267271 794 2943 0 323439 0
[pid=11708/tid=11709] ppid=11705 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/11708/task/11709/stat : 11709 (toysat) S 11705 11708 6232 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 5498061 1337528320 267271 33554432000 4194304 16246674 140733615161376 140371123219696 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=11708/tid=11710] ppid=11705 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/11708/task/11710/stat : 11710 (toysat) S 11705 11708 6232 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 5498061 1337528320 267271 33554432000 4194304 16246674 140733615161376 140371112729840 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=11708/tid=11711] ppid=11705 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/11708/task/11711/stat : 11711 (toysat) S 11705 11708 6232 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 5498061 1337528320 267271 33554432000 4194304 16246674 140733615161376 140371102256304 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 1306180

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

[startup+179.2 s]
/proc/loadavg: 2.24 2.23 2.20 3/185 11717
/proc/meminfo: memFree=28229324/32872528 swapFree=1481856/1661728
[pid=11708] ppid=11705 vsize=1306180 CPUtime=179.16 cores=1,3,5,7
/proc/11708/stat : 11708 (toysat) R 11705 11708 6232 0 -1 4202496 267452 0 0 0 17874 42 0 0 20 0 4 0 5498061 1337528320 267271 33554432000 4194304 16246674 140733615161376 140733615143296 12875392 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11708/statm: 326545 267271 794 2943 0 323439 0
[pid=11708/tid=11709] ppid=11705 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/11708/task/11709/stat : 11709 (toysat) S 11705 11708 6232 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 5498061 1337528320 267271 33554432000 4194304 16246674 140733615161376 140371123219696 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=11708/tid=11710] ppid=11705 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/11708/task/11710/stat : 11710 (toysat) S 11705 11708 6232 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 5498061 1337528320 267271 33554432000 4194304 16246674 140733615161376 140371112729840 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=11708/tid=11711] ppid=11705 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/11708/task/11711/stat : 11711 (toysat) S 11705 11708 6232 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 5498061 1337528320 267271 33554432000 4194304 16246674 140733615161376 140371102256304 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 179.16
Current children cumulated vsize (KiB) 1306180

[startup+192 s]
/proc/loadavg: 2.27 2.24 2.20 3/185 11718
/proc/meminfo: memFree=28229404/32872528 swapFree=1481856/1661728
[pid=11708] ppid=11705 vsize=1306180 CPUtime=191.96 cores=1,3,5,7
/proc/11708/stat : 11708 (toysat) R 11705 11708 6232 0 -1 4202496 267452 0 0 0 19154 42 0 0 20 0 4 0 5498061 1337528320 267271 33554432000 4194304 16246674 140733615161376 140733615143296 5754660 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11708/statm: 326545 267271 794 2943 0 323439 0
[pid=11708/tid=11709] ppid=11705 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/11708/task/11709/stat : 11709 (toysat) S 11705 11708 6232 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 5498061 1337528320 267271 33554432000 4194304 16246674 140733615161376 140371123219696 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=11708/tid=11710] ppid=11705 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/11708/task/11710/stat : 11710 (toysat) S 11705 11708 6232 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 5498061 1337528320 267271 33554432000 4194304 16246674 140733615161376 140371112729840 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=11708/tid=11711] ppid=11705 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/11708/task/11711/stat : 11711 (toysat) S 11705 11708 6232 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 5498061 1337528320 267271 33554432000 4194304 16246674 140733615161376 140371102256304 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 191.96
Current children cumulated vsize (KiB) 1306180

[startup+198.4 s]
/proc/loadavg: 2.25 2.23 2.20 3/185 11718
/proc/meminfo: memFree=28229408/32872528 swapFree=1481856/1661728
[pid=11708] ppid=11705 vsize=1306180 CPUtime=198.36 cores=1,3,5,7
/proc/11708/stat : 11708 (toysat) R 11705 11708 6232 0 -1 4202496 267452 0 0 0 19793 43 0 0 20 0 4 0 5498061 1337528320 267271 33554432000 4194304 16246674 140733615161376 140733615143296 5670317 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11708/statm: 326545 267271 794 2943 0 323439 0
[pid=11708/tid=11709] ppid=11705 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/11708/task/11709/stat : 11709 (toysat) S 11705 11708 6232 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 5498061 1337528320 267271 33554432000 4194304 16246674 140733615161376 140371123219696 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=11708/tid=11710] ppid=11705 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/11708/task/11710/stat : 11710 (toysat) S 11705 11708 6232 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 5498061 1337528320 267271 33554432000 4194304 16246674 140733615161376 140371112729840 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=11708/tid=11711] ppid=11705 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/11708/task/11711/stat : 11711 (toysat) S 11705 11708 6232 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 5498061 1337528320 267271 33554432000 4194304 16246674 140733615161376 140371102256304 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 198.36
Current children cumulated vsize (KiB) 1306180

[startup+204.8 s]
/proc/loadavg: 2.23 2.23 2.20 3/185 11718
/proc/meminfo: memFree=28229408/32872528 swapFree=1481856/1661728
[pid=11708] ppid=11705 vsize=1306180 CPUtime=204.76 cores=1,3,5,7
/proc/11708/stat : 11708 (toysat) R 11705 11708 6232 0 -1 4202496 267452 0 0 0 20433 43 0 0 20 0 4 0 5498061 1337528320 267271 33554432000 4194304 16246674 140733615161376 140733615143296 13943600 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11708/statm: 326545 267271 794 2943 0 323439 0
[pid=11708/tid=11709] ppid=11705 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/11708/task/11709/stat : 11709 (toysat) S 11705 11708 6232 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 5498061 1337528320 267271 33554432000 4194304 16246674 140733615161376 140371123219696 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=11708/tid=11710] ppid=11705 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/11708/task/11710/stat : 11710 (toysat) S 11705 11708 6232 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 5498061 1337528320 267271 33554432000 4194304 16246674 140733615161376 140371112729840 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=11708/tid=11711] ppid=11705 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/11708/task/11711/stat : 11711 (toysat) S 11705 11708 6232 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 5498061 1337528320 267271 33554432000 4194304 16246674 140733615161376 140371102256304 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 204.76
Current children cumulated vsize (KiB) 1306180

[startup+206.4 s]
/proc/loadavg: 2.21 2.22 2.20 3/185 11718
/proc/meminfo: memFree=28229408/32872528 swapFree=1481856/1661728
[pid=11708] ppid=11705 vsize=1306180 CPUtime=206.36 cores=1,3,5,7
/proc/11708/stat : 11708 (toysat) R 11705 11708 6232 0 -1 4202496 267452 0 0 0 20593 43 0 0 20 0 4 0 5498061 1337528320 267271 33554432000 4194304 16246674 140733615161376 140733615143296 5822252 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11708/statm: 326545 267271 794 2943 0 323439 0
[pid=11708/tid=11709] ppid=11705 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/11708/task/11709/stat : 11709 (toysat) S 11705 11708 6232 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 5498061 1337528320 267271 33554432000 4194304 16246674 140733615161376 140371123219696 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=11708/tid=11710] ppid=11705 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/11708/task/11710/stat : 11710 (toysat) S 11705 11708 6232 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 5498061 1337528320 267271 33554432000 4194304 16246674 140733615161376 140371112729840 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=11708/tid=11711] ppid=11705 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/11708/task/11711/stat : 11711 (toysat) S 11705 11708 6232 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 5498061 1337528320 267271 33554432000 4194304 16246674 140733615161376 140371102256304 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 206.36
Current children cumulated vsize (KiB) 1306180

[startup+207.2 s]
/proc/loadavg: 2.21 2.22 2.20 3/185 11718
/proc/meminfo: memFree=28229408/32872528 swapFree=1481856/1661728
[pid=11708] ppid=11705 vsize=1306180 CPUtime=207.16 cores=1,3,5,7
/proc/11708/stat : 11708 (toysat) R 11705 11708 6232 0 -1 4202496 267452 0 0 0 20673 43 0 0 20 0 4 0 5498061 1337528320 267271 33554432000 4194304 16246674 140733615161376 140733615143296 12467372 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11708/statm: 326545 267271 794 2943 0 323439 0
[pid=11708/tid=11709] ppid=11705 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/11708/task/11709/stat : 11709 (toysat) S 11705 11708 6232 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 5498061 1337528320 267271 33554432000 4194304 16246674 140733615161376 140371123219696 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=11708/tid=11710] ppid=11705 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/11708/task/11710/stat : 11710 (toysat) S 11705 11708 6232 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 5498061 1337528320 267271 33554432000 4194304 16246674 140733615161376 140371112729840 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=11708/tid=11711] ppid=11705 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/11708/task/11711/stat : 11711 (toysat) S 11705 11708 6232 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 5498061 1337528320 267271 33554432000 4194304 16246674 140733615161376 140371102256304 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 207.16
Current children cumulated vsize (KiB) 1306180

[startup+207.6 s]
/proc/loadavg: 2.21 2.22 2.20 3/185 11718
/proc/meminfo: memFree=28229408/32872528 swapFree=1481856/1661728
[pid=11708] ppid=11705 vsize=1306180 CPUtime=207.56 cores=1,3,5,7
/proc/11708/stat : 11708 (toysat) R 11705 11708 6232 0 -1 4202496 267452 0 0 0 20713 43 0 0 20 0 4 0 5498061 1337528320 267271 33554432000 4194304 16246674 140733615161376 140733615143296 6012041 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11708/statm: 326545 267271 794 2943 0 323439 0
[pid=11708/tid=11709] ppid=11705 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/11708/task/11709/stat : 11709 (toysat) S 11705 11708 6232 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 5498061 1337528320 267271 33554432000 4194304 16246674 140733615161376 140371123219696 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=11708/tid=11710] ppid=11705 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/11708/task/11710/stat : 11710 (toysat) S 11705 11708 6232 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 5498061 1337528320 267271 33554432000 4194304 16246674 140733615161376 140371112729840 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=11708/tid=11711] ppid=11705 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/11708/task/11711/stat : 11711 (toysat) S 11705 11708 6232 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 5498061 1337528320 267271 33554432000 4194304 16246674 140733615161376 140371102256304 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 207.56
Current children cumulated vsize (KiB) 1306180

[startup+207.8 s]
/proc/loadavg: 2.21 2.22 2.20 3/185 11718
/proc/meminfo: memFree=28229408/32872528 swapFree=1481856/1661728
[pid=11708] ppid=11705 vsize=1306180 CPUtime=207.76 cores=1,3,5,7
/proc/11708/stat : 11708 (toysat) R 11705 11708 6232 0 -1 4202496 267452 0 0 0 20733 43 0 0 20 0 4 0 5498061 1337528320 267271 33554432000 4194304 16246674 140733615161376 140733615143296 13808416 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11708/statm: 326545 267271 794 2943 0 323439 0
[pid=11708/tid=11709] ppid=11705 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/11708/task/11709/stat : 11709 (toysat) S 11705 11708 6232 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 5498061 1337528320 267271 33554432000 4194304 16246674 140733615161376 140371123219696 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=11708/tid=11710] ppid=11705 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/11708/task/11710/stat : 11710 (toysat) S 11705 11708 6232 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 5498061 1337528320 267271 33554432000 4194304 16246674 140733615161376 140371112729840 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=11708/tid=11711] ppid=11705 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/11708/task/11711/stat : 11711 (toysat) S 11705 11708 6232 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 5498061 1337528320 267271 33554432000 4194304 16246674 140733615161376 140371102256304 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 207.76
Current children cumulated vsize (KiB) 1306180

Child status: 0
Real time (s): 207.891
CPU time (s): 207.859
CPU user time (s): 207.366
CPU system time (s): 0.492925
CPU usage (%): 99.985
Max. virtual memory (cumulated for all children) (KiB): 1306180

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 207.366
system time used= 0.492925
maximum resident set size= 1069100
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 267457
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= 22
involuntary context switches= 215

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.579911 second user time and 0.752885 second system time

The end

Launcher Data

Begin job on node134 at 2016-06-16 01:48:36
IDJOB=4089834
IDBENCH=107463
IDSOLVER=2542
FILE ID=node134/4089834-1466034516
RUNJOBID= node134-1466019588-9689
PBS_JOBID= 19902814
Free space on /tmp= 71720 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB16/normalized-PB16/DEC-SMALLINT-LIN/pb16-16-elffers/EC_RANDOM_GRAPHS/normalized-ECrand4regsplit-v040-n1.opb
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --pb --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4089834-1466034516/watcher-4089834-1466034516 -o /tmp/evaluation-result-4089834-1466034516/solver-4089834-1466034516 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node134-1466019588-9689 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4089834-1466034516.opb

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

MD5SUM BENCH= d72740f2fe9e5337a1160a6ecf15c5eb
RANDOM SEED=984525094

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.020
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		: 2667.020
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.54
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		: 2667.020
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		: 2667.020
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:        29299056 kB
Buffers:           36548 kB
Cached:            82556 kB
SwapCached:        17352 kB
Active:          1142200 kB
Inactive:          68236 kB
Active(anon):    1075556 kB
Inactive(anon):    18004 kB
Active(file):      66644 kB
Inactive(file):    50232 kB
Unevictable:     1661728 kB
Mlocked:         1481856 kB
SwapTotal:      67108856 kB
SwapFree:       67083704 kB
Dirty:             16376 kB
Writeback:             0 kB
AnonPages:       2735948 kB
Mapped:            10480 kB
Shmem:                 0 kB
Slab:             567372 kB
SReclaimable:      11380 kB
SUnreclaim:       555992 kB
KernelStack:        1472 kB
PageTables:         9156 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2878028 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987908 kB
HardwareCorrupted:     0 kB
AnonHugePages:    184320 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= 71704 MiB
End job on node134 at 2016-06-16 01:52:04