Trace number 4120490

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 195.228 195.267

General information on the benchmark

NamePB15eval/normalized-PB15eval/DEC-SMALLINT-LIN/ProofComplexity-Extracted-Cardinality-Constraints/
ProofComplexity/normalized-tseitin-regular-n76-d3-i3-r2.cnf.gz-plain.pb.metafix.opb
MD5SUM0fb471e53b93c70519badc6e0abd1fdf
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 benchmark2.51362
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables114
Total number of constraints304
Number of constraints which are clauses304
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:29:16+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-4120490-1467311356.opb"]
0.00/0.01	c use --random-gen="4247864210 340309277 1576890384 2365484886 2512115136 1572849107 244221744 1400193666 2933044372 3159371505 2062347966 3499374953 3830549193 1947653243 92849355 2013437429 2408008660 3461860861 3563456433 212374439 3298292436 1009249606 3046004101 16378853 509250836 3068528634 2448111268 1406435354 1662203374 4270512563 2824877204 1979407201 1964782388 2339787521 2478022373 1448491750 1541920502 2198672070 2210292746 558540646 1880343873 3843587365 422043486 3517856410 2454838081 1652050017 518945872 3646710847 891535721 4232019337 1887679854 4176745646 4069042687 85723639 883707662 3125283636 2611615904 971275084 3236970748 3075666332 4156000483 696212461 555506209 2759197396 1274949753 4186662480 204380146 1825338324 1741128685 1475988257 2378425004 1641544000 2360012046 2931295081 2539371889 3497250150 1595543676 3879372940 3788215669 770805377 2168749930 3717144543 3415383340 2550416539 1014381129 4046140493 3807843709 2656283155 841748670 2282362111 3095062885 940312313 2418970555 312907644 2119958248 1820058478 4136114632 3388522079 1256809802 3543699819 2001492783 490064075 1777137471 3301845193 467251724 1490675544 2564213590 1815344599 1000941140 4078048939 2337333761 634145272 2077144498 579059739 3404384012 805449988 3754083979 2529900307 406012557 2961644377 4129696803 3287966212 3808987009 2608826053 3672726304 2561781621 983195445 2580051745 422965256 3807631797 306383112 1472365664 3577555871 3557492237 1750800498 1332369751 3071252441 1653146956 1938700118 723242188 1889848695 670133692 3731720592 3200268192 3776636644 3378068110 1217784864 3899258242 3509071045 4148182579 1389685665 715209074 403583718 775498691 1739218981 3513097700 1402406033 1434007233 3565553784 1164072942 1199177314 2565979950 1241721681 59202327 3131169309 1858449282 193791398 1078351531 2012512346 587437837 2266584060 1656863604 2645542264 648059376 2661125855 1379609251 2001389399 2056650001 3477662576 1305352269 1488259608 3302519752 2855869206 1840672313 2841612066 3303363585 1445421761 1824175595 1389467158 3171397410 2546177676 2767670552 3006235263 1671636949 2316635246 1178159260 2951097068 2024083099 4119498880 2704858844 2906212220 760527582 3813212243 3828096135 3782950246 265333385 3443676671 653543669 2704652352 956056806 1100213629 2620073659 3403017125 977194061 3429218941 1321297945 3172895662 1740277830 3031458228 3195874279 2565972138 4126971568 3991592338 2665371237 2694475632 391615035 2603883201 1079849438 1515259343 851297628 3500250913 3228333719 3253915119 391324099 2927995488 2787553219 1938026443 1534301851 2753352084 307224177 336257297 554355185 3131911558 191079901 2031260904 3701665090 2005943824 3338215523 1778647070 572718999 656472269 3631347724 473155467 4057700953 1537565750 2869903114 255 362436" option to reproduce the execution
0.00/0.01	c #vars 114
0.00/0.01	c #constraints 304
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 |      139      0 |        0 |        0
0.00/0.03	c  0.0s |       1 |      170 |      100 |      139      0 |        0 |        0
0.00/0.04	c  0.0s |       2 |      461 |      250 |      153      1 |        0 |        0
0.00/0.06	c  0.0s |       3 |      733 |      475 |      169      3 |        0 |        0
0.00/0.08	c  0.1s |       4 |     1296 |      813 |      186      5 |        0 |        0
0.09/0.13	c  0.1s |       5 |     2053 |     1320 |      205      9 |        0 |        0
0.09/0.19	c  0.2s |       6 |     3179 |     2081 |      249     15 |        0 |        0
0.19/0.29	c  0.3s |       7 |     4902 |     3223 |      274     24 |        0 |        0
0.39/0.43	c  0.4s |       8 |     7259 |     4936 |      302     35 |        0 |        0
0.59/0.65	c  0.6s |       9 |    11110 |     7506 |      333     51 |        0 |        0
0.89/0.97	c  1.0s |      10 |    15932 |    11361 |      367     73 |        0 |        0
1.29/1.37	c  1.4s |      11 |    23326 |    17144 |      404    102 |        0 |        0
1.89/1.95	c  1.9s |      12 |    35200 |    25819 |      445    143 |        0 |        0
2.69/2.75	c  2.7s |      13 |    55186 |    38832 |      490    200 |        0 |        0
3.99/4.00	c  4.0s |      14 |    80962 |    58352 |      539    277 |        0 |        0
5.69/5.79	c  5.8s |      15 |   121056 |    87632 |      593    383 |        0 |        0
7.70/7.79	c  7.8s |      15 |   165447 |   120332 |      593    491 |        0 |        0
8.49/8.55	c  8.5s |      16 |   178913 |   131552 |      653    528 |        0 |        0
10.49/10.55	c 10.5s |      16 |   217430 |   161552 |      653    619 |        0 |        0
12.49/12.56	c 12.5s |      16 |   252415 |   189752 |      653    703 |        0 |        0
13.09/13.17	c 13.1s |      17 |   261372 |   197432 |      719    726 |        0 |        0
15.09/15.17	c 15.2s |      17 |   302229 |   227332 |      719    808 |        0 |        0
17.09/17.18	c 17.2s |      17 |   336583 |   254932 |      719    884 |        0 |        0
19.09/19.18	c 19.2s |      17 |   371226 |   283332 |      719    961 |        0 |        0
20.09/20.11	c 20.1s |      18 |   386821 |   296252 |      791    996 |        0 |        0
22.10/22.11	c 22.1s |      18 |   427218 |   326152 |      791   1071 |        0 |        0
24.09/24.12	c 24.1s |      18 |   465200 |   354252 |      791   1141 |        0 |        0
26.09/26.12	c 26.1s |      18 |   507645 |   383852 |      791   1215 |        0 |        0
28.09/28.12	c 28.1s |      18 |   550152 |   413952 |      791   1290 |        0 |        0
30.09/30.13	c 30.1s |      18 |   589349 |   442952 |      871   1363 |        0 |        0
30.18/30.24	c 30.2s |      19 |   591419 |   444482 |      871   1366 |        0 |        0
32.18/32.24	c 32.2s |      19 |   628008 |   471982 |      871   1428 |        0 |        0
34.19/34.24	c 34.2s |      19 |   667195 |   500282 |      871   1493 |        0 |        0
36.18/36.24	c 36.2s |      19 |   703365 |   527482 |      871   1555 |        0 |        0
38.18/38.24	c 38.2s |      19 |   734023 |   551782 |      871   1610 |        0 |        0
40.18/40.25	c 40.2s |      19 |   769573 |   578582 |      871   1671 |        0 |        0
42.18/42.25	c 42.2s |      19 |   806986 |   606282 |      871   1734 |        0 |        0
44.18/44.25	c 44.2s |      19 |   842822 |   633382 |      871   1796 |        0 |        0
46.20/46.26	c 46.2s |      19 |   878443 |   660682 |      871   1858 |        0 |        0
46.69/46.70	c 46.7s |      20 |   886698 |   666827 |      959   1871 |        0 |        0
48.69/48.71	c 48.7s |      20 |   921499 |   693327 |      959   1925 |        0 |        0
50.69/50.71	c 50.7s |      20 |   959255 |   719527 |      959   1979 |        0 |        0
52.69/52.71	c 52.7s |      20 |   999981 |   747427 |      959   2037 |        0 |        0
54.68/54.71	c 54.7s |      20 |  1038304 |   775227 |      959   2094 |        0 |        0
56.68/56.72	c 56.7s |      20 |  1076373 |   803227 |      959   2152 |        0 |        0
58.68/58.72	c 58.7s |      20 |  1114704 |   830927 |      959   2210 |        0 |        0
60.68/60.73	c 60.7s |      20 |  1150004 |   858127 |      959   2266 |        0 |        0
62.69/62.73	c 62.7s |      20 |  1183060 |   884527 |      959   2321 |        0 |        0
64.68/64.74	c 64.7s |      20 |  1221266 |   912027 |      959   2378 |        0 |        0
66.68/66.74	c 66.7s |      20 |  1263379 |   941027 |      959   2438 |        0 |        0
68.68/68.74	c 68.7s |      20 |  1303394 |   969727 |      959   2497 |        0 |        0
70.68/70.74	c 70.7s |      20 |  1342594 |   998327 |     1055   2556 |        0 |        0
70.78/70.88	c 70.9s |      21 |  1345138 |  1000345 |     1055   2559 |        0 |        0
72.78/72.89	c 72.9s |      21 |  1383632 |  1028045 |     1055   2611 |        0 |        0
74.79/74.90	c 74.9s |      21 |  1420855 |  1055245 |     1055   2662 |        0 |        0
76.88/76.90	c 76.9s |      21 |  1462903 |  1084045 |     1055   2717 |        0 |        0
78.88/78.90	c 78.9s |      21 |  1501518 |  1112045 |     1055   2769 |        0 |        0
80.87/80.91	c 80.9s |      21 |  1535733 |  1138045 |     1055   2818 |        0 |        0
82.88/82.91	c 82.9s |      21 |  1576432 |  1166745 |     1055   2872 |        0 |        0
84.88/84.91	c 84.9s |      21 |  1619674 |  1196445 |     1055   2928 |        0 |        0
86.89/86.92	c 86.9s |      21 |  1661088 |  1224945 |     1055   2982 |        0 |        0
88.88/88.92	c 88.9s |      21 |  1702043 |  1254245 |     1055   3037 |        0 |        0
90.88/90.92	c 90.9s |      21 |  1741669 |  1282245 |     1055   3090 |        0 |        0
92.88/92.93	c 92.9s |      21 |  1781167 |  1310445 |     1055   3143 |        0 |        0
94.88/94.93	c 94.9s |      21 |  1819812 |  1338945 |     1055   3197 |        0 |        0
96.89/96.93	c 96.9s |      21 |  1858722 |  1366745 |     1055   3249 |        0 |        0
98.88/98.93	c 98.9s |      21 |  1898940 |  1395245 |     1055   3303 |        0 |        0
100.88/100.93	c  100s |      21 |  1938479 |  1424145 |     1055   3358 |        0 |        0
102.88/102.93	c  102s |      21 |  1977674 |  1453045 |     1055   3412 |        0 |        0
104.87/104.94	c  104s |      21 |  2012948 |  1479545 |     1055   3462 |        0 |        0
106.37/106.42	c  106s |      22 |  2042385 |  1500622 |     1161   3500 |        0 |        0
108.37/108.43	c  108s |      22 |  2079167 |  1527122 |     1161   3545 |        0 |        0
110.37/110.43	c  110s |      22 |  2115127 |  1553922 |     1161   3591 |        0 |        0
112.37/112.43	c  112s |      22 |  2149466 |  1579822 |     1161   3635 |        0 |        0
114.37/114.44	c  114s |      22 |  2184851 |  1605022 |     1161   3678 |        0 |        0
116.37/116.45	c  116s |      22 |  2218038 |  1629622 |     1161   3721 |        0 |        0
118.38/118.45	c  118s |      22 |  2254489 |  1655622 |     1161   3765 |        0 |        0
120.38/120.46	c  120s |      22 |  2289104 |  1681322 |     1161   3809 |        0 |        0
122.37/122.46	c  122s |      22 |  2327587 |  1708922 |     1161   3856 |        0 |        0
124.38/124.46	c  124s |      22 |  2367396 |  1737322 |     1161   3905 |        0 |        0
126.37/126.46	c  126s |      22 |  2406126 |  1765022 |     1161   3952 |        0 |        0
128.37/128.47	c  128s |      22 |  2443071 |  1792422 |     1161   3999 |        0 |        0
130.37/130.47	c  130s |      22 |  2483297 |  1820922 |     1161   4048 |        0 |        0
132.37/132.48	c  132s |      22 |  2521721 |  1849222 |     1161   4097 |        0 |        0
134.37/134.48	c  134s |      22 |  2558221 |  1877322 |     1161   4145 |        0 |        0
136.37/136.49	c  136s |      22 |  2596152 |  1905022 |     1161   4193 |        0 |        0
138.37/138.49	c  138s |      22 |  2634046 |  1932522 |     1161   4240 |        0 |        0
140.37/140.49	c  140s |      22 |  2669681 |  1959022 |     1161   4285 |        0 |        0
142.47/142.50	c  142s |      22 |  2704588 |  1985622 |     1161   4331 |        0 |        0
144.47/144.50	c  144s |      22 |  2740311 |  2012522 |     1161   4377 |        0 |        0
146.47/146.50	c  146s |      22 |  2778812 |  2039922 |     1161   4424 |        0 |        0
148.47/148.50	c  148s |      22 |  2814242 |  2066822 |     1161   4470 |        0 |        0
150.46/150.51	c  150s |      22 |  2853107 |  2095722 |     1161   4519 |        0 |        0
152.46/152.51	c  152s |      22 |  2893718 |  2125222 |     1161   4569 |        1 |        4
154.46/154.51	c  154s |      22 |  2926307 |  2150322 |     1161   4612 |        1 |        4
156.46/156.51	c  156s |      22 |  2959825 |  2175922 |     1161   4655 |        1 |        4
158.47/158.51	c  158s |      22 |  2997683 |  2203322 |     1161   4702 |        1 |        4
160.46/160.52	c  160s |      22 |  3032167 |  2230422 |     1161   4748 |        1 |        4
162.07/162.14	c  162s |      23 |  3059054 |  2251038 |     1278   4781 |        1 |        4
164.07/164.15	c  164s |      23 |  3090527 |  2276038 |     1278   4820 |        1 |        4
166.07/166.15	c  166s |      23 |  3124679 |  2302238 |     1278   4861 |        1 |        4
168.07/168.15	c  168s |      23 |  3157308 |  2328138 |     1278   4901 |        1 |        4
170.07/170.16	c  170s |      23 |  3193699 |  2355238 |     1278   4943 |        1 |        4
172.06/172.17	c  172s |      23 |  3231082 |  2383038 |     1278   4986 |        1 |        4
174.06/174.17	c  174s |      23 |  3268921 |  2410538 |     1278   5029 |        1 |        4
176.07/176.17	c  176s |      23 |  3306126 |  2438438 |     1278   5072 |        1 |        4
178.06/178.18	c  178s |      23 |  3343062 |  2466038 |     1278   5114 |        2 |        8
180.06/180.18	c  180s |      23 |  3382035 |  2494338 |     1278   5158 |        2 |        8
182.06/182.19	c  182s |      23 |  3420899 |  2522438 |     1278   5202 |        2 |        8
184.06/184.19	c  184s |      23 |  3455745 |  2549038 |     1278   5242 |        3 |       12
186.06/186.19	c  186s |      23 |  3492058 |  2576138 |     1278   5284 |        3 |       12
188.06/188.20	c  188s |      23 |  3524674 |  2601738 |     1278   5324 |        3 |       12
190.15/190.20	c  190s |      23 |  3560032 |  2629238 |     1278   5366 |        4 |       16
192.15/192.20	c  192s |      23 |  3597379 |  2657338 |     1278   5410 |        4 |       16
194.15/194.21	c  194s |      23 |  3635846 |  2685838 |     1278   5452 |        6 |       24
195.15/195.21	c  195s |      23 |  3655849 |  2700500 |     1278   5471 |       21 |       64
195.15/195.21	c #cpu_time = 195.192s
195.15/195.21	c #wall_clock_time = 195.193s
195.15/195.21	c #decision = 3655849
195.15/195.21	c #random_decision = 17710
195.15/195.21	c #conflict = 2700500
195.15/195.21	c #restart = 23
195.15/195.21	s UNSATISFIABLE
195.15/195.21	c total CPU time = 195.211s
195.15/195.21	c total wall clock time = 195.212s

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

pid=23189
running on 4 cores: 0,2,4,6

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.27 2.26 2.12 4/179 23192
/proc/meminfo: memFree=27246872/32872528 swapFree=1459604/1655828
[pid=23192] ppid=23189 vsize=677308 CPUtime=0 cores=0,2,4,6
/proc/23192/stat : 23192 (toysat) R 23189 23192 22681 0 -1 4202496 2517 0 0 0 0 0 0 0 20 0 4 0 12086768 693563392 3388 33554432000 4194304 16246674 140736752408080 140736752407504 13880264 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23192/statm: 169839 3398 441 2943 0 166733 0
[pid=23192/tid=23193] ppid=23189 vsize=689596 CPUtime=0 cores=0,2,4,6
/proc/23192/task/23193/stat : 23193 (toysat) S 23189 23192 22681 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12086768 706146304 3436 33554432000 4194304 16246674 140736752408080 140400683625712 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=23192/tid=23194] ppid=23189 vsize=693692 CPUtime=0 cores=0,2,4,6
/proc/23192/task/23194/stat : 23194 (toysat) S 23189 23192 22681 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 12086768 710340608 3453 33554432000 4194304 16246674 140736752408080 140400601836784 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=23192/tid=23195] ppid=23189 vsize=697788 CPUtime=0 cores=0,2,4,6
/proc/23192/task/23195/stat : 23195 (toysat) S 23189 23192 22681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12086768 714534912 3470 33554432000 4194304 16246674 140736752408080 140400591363248 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0

[startup+0.100126 s]
/proc/loadavg: 2.27 2.26 2.12 4/179 23192
/proc/meminfo: memFree=27246872/32872528 swapFree=1459604/1655828
[pid=23192] ppid=23189 vsize=1218116 CPUtime=0.09 cores=0,2,4,6
/proc/23192/stat : 23192 (toysat) R 23189 23192 22681 0 -1 4202496 25108 0 0 0 5 4 0 0 20 0 4 0 12086768 1247350784 25968 33554432000 4194304 16246674 140736752408080 140736752407016 5589685 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23192/statm: 304529 25980 708 2943 0 301423 0
[pid=23192/tid=23193] ppid=23189 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/23192/task/23193/stat : 23193 (toysat) S 23189 23192 22681 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12086768 1247350784 25989 33554432000 4194304 16246674 140736752408080 140400683625712 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=23192/tid=23194] ppid=23189 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/23192/task/23194/stat : 23194 (toysat) S 23189 23192 22681 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 12086768 1247350784 25996 33554432000 4194304 16246674 140736752408080 140400601836784 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=23192/tid=23195] ppid=23189 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/23192/task/23195/stat : 23195 (toysat) S 23189 23192 22681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12086768 1247350784 26008 33554432000 4194304 16246674 140736752408080 140400591363248 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1218116

[startup+0.200457 s]
/proc/loadavg: 2.27 2.26 2.12 4/179 23192
/proc/meminfo: memFree=27246872/32872528 swapFree=1459604/1655828
[pid=23192] ppid=23189 vsize=1218116 CPUtime=0.19 cores=0,2,4,6
/proc/23192/stat : 23192 (toysat) R 23189 23192 22681 0 -1 4202496 48146 0 0 0 13 6 0 0 20 0 4 0 12086768 1247350784 49007 33554432000 4194304 16246674 140736752408080 140736752407016 12874965 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23192/statm: 304529 49015 708 2943 0 301423 0
[pid=23192/tid=23193] ppid=23189 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/23192/task/23193/stat : 23193 (toysat) S 23189 23192 22681 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12086768 1247350784 49023 33554432000 4194304 16246674 140736752408080 140400683625712 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=23192/tid=23194] ppid=23189 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/23192/task/23194/stat : 23194 (toysat) S 23189 23192 22681 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 12086768 1247350784 49031 33554432000 4194304 16246674 140736752408080 140400601836784 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=23192/tid=23195] ppid=23189 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/23192/task/23195/stat : 23195 (toysat) S 23189 23192 22681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12086768 1247350784 49036 33554432000 4194304 16246674 140736752408080 140400591363248 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1218116

[startup+0.300407 s]
/proc/loadavg: 2.27 2.26 2.12 4/179 23192
/proc/meminfo: memFree=27246872/32872528 swapFree=1459604/1655828
[pid=23192] ppid=23189 vsize=1218116 CPUtime=0.29 cores=0,2,4,6
/proc/23192/stat : 23192 (toysat) R 23189 23192 22681 0 -1 4202496 71288 0 0 0 19 10 0 0 20 0 4 0 12086768 1247350784 72149 33554432000 4194304 16246674 140736752408080 140736752407016 5675357 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23192/statm: 304529 72158 708 2943 0 301423 0
[pid=23192/tid=23193] ppid=23189 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/23192/task/23193/stat : 23193 (toysat) S 23189 23192 22681 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12086768 1247350784 72164 33554432000 4194304 16246674 140736752408080 140400683625712 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=23192/tid=23194] ppid=23189 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/23192/task/23194/stat : 23194 (toysat) S 23189 23192 22681 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 12086768 1247350784 72171 33554432000 4194304 16246674 140736752408080 140400601836784 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=23192/tid=23195] ppid=23189 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/23192/task/23195/stat : 23195 (toysat) S 23189 23192 22681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12086768 1247350784 72178 33554432000 4194304 16246674 140736752408080 140400591363248 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1218116

[startup+0.700344 s]
/proc/loadavg: 2.27 2.26 2.12 4/179 23192
/proc/meminfo: memFree=27246872/32872528 swapFree=1459604/1655828
[pid=23192] ppid=23189 vsize=1218116 CPUtime=0.69 cores=0,2,4,6
/proc/23192/stat : 23192 (toysat) R 23189 23192 22681 0 -1 4202496 163862 0 0 0 47 22 0 0 20 0 4 0 12086768 1247350784 164722 33554432000 4194304 16246674 140736752408080 140736752407016 5675357 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23192/statm: 304529 164731 709 2943 0 301423 0
[pid=23192/tid=23193] ppid=23189 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/23192/task/23193/stat : 23193 (toysat) S 23189 23192 22681 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12086768 1247350784 164735 33554432000 4194304 16246674 140736752408080 140400683625712 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=23192/tid=23194] ppid=23189 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/23192/task/23194/stat : 23194 (toysat) S 23189 23192 22681 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 12086768 1247350784 164741 33554432000 4194304 16246674 140736752408080 140400601836784 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=23192/tid=23195] ppid=23189 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/23192/task/23195/stat : 23195 (toysat) S 23189 23192 22681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12086768 1247350784 164748 33554432000 4194304 16246674 140736752408080 140400591363248 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1218116

[startup+1.50035 s]
/proc/loadavg: 2.27 2.26 2.12 4/183 23196
/proc/meminfo: memFree=26262284/32872528 swapFree=1459604/1655828
[pid=23192] ppid=23189 vsize=1219140 CPUtime=1.49 cores=0,2,4,6
/proc/23192/stat : 23192 (toysat) R 23189 23192 22681 0 -1 4202496 245555 0 0 0 117 32 0 0 20 0 4 0 12086768 1248399360 246395 33554432000 4194304 16246674 140736752408080 140736752407392 5808388 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23192/statm: 304785 246395 787 2943 0 301679 0
[pid=23192/tid=23193] ppid=23189 vsize=1219140 CPUtime=0 cores=0,2,4,6
/proc/23192/task/23193/stat : 23193 (toysat) S 23189 23192 22681 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12086768 1248399360 246395 33554432000 4194304 16246674 140736752408080 140400683625712 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=23192/tid=23194] ppid=23189 vsize=1219140 CPUtime=0 cores=0,2,4,6
/proc/23192/task/23194/stat : 23194 (toysat) S 23189 23192 22681 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 12086768 1248399360 246395 33554432000 4194304 16246674 140736752408080 140400601836784 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=23192/tid=23195] ppid=23189 vsize=1219140 CPUtime=0 cores=0,2,4,6
/proc/23192/task/23195/stat : 23195 (toysat) S 23189 23192 22681 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12086768 1248399360 246395 33554432000 4194304 16246674 140736752408080 140400591363248 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 1219140

[startup+3.10035 s]
/proc/loadavg: 2.33 2.27 2.13 4/183 23196
/proc/meminfo: memFree=26174368/32872528 swapFree=1459604/1655828
[pid=23192] ppid=23189 vsize=1306180 CPUtime=3.09 cores=0,2,4,6
/proc/23192/stat : 23192 (toysat) R 23189 23192 22681 0 -1 4202496 267407 0 0 0 275 34 0 0 20 0 4 0 12086768 1337528320 268247 33554432000 4194304 16246674 140736752408080 140736752391080 5677116 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23192/statm: 326545 268247 787 2943 0 323439 0
[pid=23192/tid=23193] ppid=23189 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/23192/task/23193/stat : 23193 (toysat) S 23189 23192 22681 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12086768 1337528320 268247 33554432000 4194304 16246674 140736752408080 140400683625712 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=23192/tid=23194] ppid=23189 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/23192/task/23194/stat : 23194 (toysat) S 23189 23192 22681 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 12086768 1337528320 268247 33554432000 4194304 16246674 140736752408080 140400601836784 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=23192/tid=23195] ppid=23189 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/23192/task/23195/stat : 23195 (toysat) S 23189 23192 22681 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12086768 1337528320 268247 33554432000 4194304 16246674 140736752408080 140400591363248 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 1306180

[startup+6.30036 s]
/proc/loadavg: 2.33 2.27 2.13 3/183 23196
/proc/meminfo: memFree=26173756/32872528 swapFree=1459604/1655828
[pid=23192] ppid=23189 vsize=1306180 CPUtime=6.29 cores=0,2,4,6
/proc/23192/stat : 23192 (toysat) R 23189 23192 22681 0 -1 4202496 267410 0 0 0 594 35 0 0 20 0 4 0 12086768 1337528320 268250 33554432000 4194304 16246674 140736752408080 140736752391080 5808184 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23192/statm: 326545 268250 787 2943 0 323439 0
[pid=23192/tid=23193] ppid=23189 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/23192/task/23193/stat : 23193 (toysat) S 23189 23192 22681 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12086768 1337528320 268250 33554432000 4194304 16246674 140736752408080 140400683625712 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=23192/tid=23194] ppid=23189 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/23192/task/23194/stat : 23194 (toysat) S 23189 23192 22681 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 12086768 1337528320 268250 33554432000 4194304 16246674 140736752408080 140400601836784 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=23192/tid=23195] ppid=23189 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/23192/task/23195/stat : 23195 (toysat) S 23189 23192 22681 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12086768 1337528320 268250 33554432000 4194304 16246674 140736752408080 140400591363248 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 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.36 2.28 2.13 3/183 23196
/proc/meminfo: memFree=26173480/32872528 swapFree=1459604/1655828
[pid=23192] ppid=23189 vsize=1306180 CPUtime=12.69 cores=0,2,4,6
/proc/23192/stat : 23192 (toysat) R 23189 23192 22681 0 -1 4202496 267442 0 0 0 1234 35 0 0 20 0 4 0 12086768 1337528320 268282 33554432000 4194304 16246674 140736752408080 140736752389952 5822648 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23192/statm: 326545 268282 787 2943 0 323439 0
[pid=23192/tid=23193] ppid=23189 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/23192/task/23193/stat : 23193 (toysat) S 23189 23192 22681 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12086768 1337528320 268282 33554432000 4194304 16246674 140736752408080 140400683625712 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=23192/tid=23194] ppid=23189 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/23192/task/23194/stat : 23194 (toysat) S 23189 23192 22681 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 12086768 1337528320 268282 33554432000 4194304 16246674 140736752408080 140400601836784 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=23192/tid=23195] ppid=23189 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/23192/task/23195/stat : 23195 (toysat) S 23189 23192 22681 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12086768 1337528320 268282 33554432000 4194304 16246674 140736752408080 140400591363248 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 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.38 2.29 2.13 3/183 23196
/proc/meminfo: memFree=26172984/32872528 swapFree=1459604/1655828
[pid=23192] ppid=23189 vsize=1306180 CPUtime=25.49 cores=0,2,4,6
/proc/23192/stat : 23192 (toysat) R 23189 23192 22681 0 -1 4202496 267570 0 0 0 2514 35 0 0 20 0 4 0 12086768 1337528320 268410 33554432000 4194304 16246674 140736752408080 140736752391080 5823690 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23192/statm: 326545 268410 789 2943 0 323439 0
[pid=23192/tid=23193] ppid=23189 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/23192/task/23193/stat : 23193 (toysat) S 23189 23192 22681 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12086768 1337528320 268410 33554432000 4194304 16246674 140736752408080 140400683625712 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=23192/tid=23194] ppid=23189 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/23192/task/23194/stat : 23194 (toysat) S 23189 23192 22681 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 12086768 1337528320 268410 33554432000 4194304 16246674 140736752408080 140400601836784 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=23192/tid=23195] ppid=23189 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/23192/task/23195/stat : 23195 (toysat) S 23189 23192 22681 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12086768 1337528320 268410 33554432000 4194304 16246674 140736752408080 140400591363248 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 1306180

[startup+51.1004 s]
/proc/loadavg: 2.40 2.30 2.14 3/184 23199
/proc/meminfo: memFree=26172032/32872528 swapFree=1459604/1655828
[pid=23192] ppid=23189 vsize=1307204 CPUtime=51.09 cores=0,2,4,6
/proc/23192/stat : 23192 (toysat) R 23189 23192 22681 0 -1 4202496 267691 0 0 0 5073 36 0 0 20 0 4 0 12086768 1338576896 268531 33554432000 4194304 16246674 140736752408080 140736752391080 13923787 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23192/statm: 326801 268531 789 2943 0 323695 0
[pid=23192/tid=23193] ppid=23189 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/23192/task/23193/stat : 23193 (toysat) S 23189 23192 22681 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12086768 1338576896 268531 33554432000 4194304 16246674 140736752408080 140400683625712 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=23192/tid=23194] ppid=23189 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/23192/task/23194/stat : 23194 (toysat) S 23189 23192 22681 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 12086768 1338576896 268531 33554432000 4194304 16246674 140736752408080 140400601836784 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=23192/tid=23195] ppid=23189 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/23192/task/23195/stat : 23195 (toysat) S 23189 23192 22681 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12086768 1338576896 268531 33554432000 4194304 16246674 140736752408080 140400591363248 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 1307204

[startup+102.3 s]
/proc/loadavg: 2.36 2.29 2.14 4/184 23249
/proc/meminfo: memFree=26171500/32872528 swapFree=1459604/1655828
[pid=23192] ppid=23189 vsize=1307204 CPUtime=102.28 cores=0,2,4,6
/proc/23192/stat : 23192 (toysat) R 23189 23192 22681 0 -1 4202496 267826 0 0 0 10191 37 0 0 20 0 4 0 12086768 1338576896 268666 33554432000 4194304 16246674 140736752408080 140736752389952 5522913 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23192/statm: 326801 268666 789 2943 0 323695 0
[pid=23192/tid=23193] ppid=23189 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/23192/task/23193/stat : 23193 (toysat) S 23189 23192 22681 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12086768 1338576896 268666 33554432000 4194304 16246674 140736752408080 140400683625712 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=23192/tid=23194] ppid=23189 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/23192/task/23194/stat : 23194 (toysat) S 23189 23192 22681 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 12086768 1338576896 268666 33554432000 4194304 16246674 140736752408080 140400601836784 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=23192/tid=23195] ppid=23189 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/23192/task/23195/stat : 23195 (toysat) S 23189 23192 22681 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12086768 1338576896 268666 33554432000 4194304 16246674 140736752408080 140400591363248 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 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.30 2.28 2.15 4/183 23250
/proc/meminfo: memFree=26172480/32872528 swapFree=1459604/1655828
[pid=23192] ppid=23189 vsize=1307204 CPUtime=162.27 cores=0,2,4,6
/proc/23192/stat : 23192 (toysat) R 23189 23192 22681 0 -1 4202496 267834 0 0 0 16188 39 0 0 20 0 4 0 12086768 1338576896 268670 33554432000 4194304 16246674 140736752408080 140736752391080 5516342 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23192/statm: 326801 268670 790 2943 0 323695 0
[pid=23192/tid=23193] ppid=23189 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/23192/task/23193/stat : 23193 (toysat) S 23189 23192 22681 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12086768 1338576896 268670 33554432000 4194304 16246674 140736752408080 140400683625712 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=23192/tid=23194] ppid=23189 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/23192/task/23194/stat : 23194 (toysat) S 23189 23192 22681 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 12086768 1338576896 268670 33554432000 4194304 16246674 140736752408080 140400601836784 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=23192/tid=23195] ppid=23189 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/23192/task/23195/stat : 23195 (toysat) S 23189 23192 22681 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12086768 1338576896 268670 33554432000 4194304 16246674 140736752408080 140400591363248 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 1307204

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

[startup+179.2 s]
/proc/loadavg: 2.30 2.28 2.15 4/183 23250
/proc/meminfo: memFree=26172120/32872528 swapFree=1459608/1655832
[pid=23192] ppid=23189 vsize=1307204 CPUtime=179.16 cores=0,2,4,6
/proc/23192/stat : 23192 (toysat) R 23189 23192 22681 0 -1 4202496 267835 0 0 0 17877 39 0 0 20 0 4 0 12086768 1338576896 268670 33554432000 4194304 16246674 140736752408080 140736752391080 13193512 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23192/statm: 326801 268670 790 2943 0 323695 0
[pid=23192/tid=23193] ppid=23189 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/23192/task/23193/stat : 23193 (toysat) S 23189 23192 22681 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12086768 1338576896 268670 33554432000 4194304 16246674 140736752408080 140400683625712 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=23192/tid=23194] ppid=23189 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/23192/task/23194/stat : 23194 (toysat) S 23189 23192 22681 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 12086768 1338576896 268670 33554432000 4194304 16246674 140736752408080 140400601836784 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=23192/tid=23195] ppid=23189 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/23192/task/23195/stat : 23195 (toysat) S 23189 23192 22681 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12086768 1338576896 268670 33554432000 4194304 16246674 140736752408080 140400591363248 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 179.16
Current children cumulated vsize (KiB) 1307204

[startup+185.6 s]
/proc/loadavg: 2.36 2.30 2.16 3/183 23250
/proc/meminfo: memFree=26172368/32872528 swapFree=1459604/1655828
[pid=23192] ppid=23189 vsize=1307204 CPUtime=185.56 cores=0,2,4,6
/proc/23192/stat : 23192 (toysat) R 23189 23192 22681 0 -1 4202496 267835 0 0 0 18517 39 0 0 20 0 4 0 12086768 1338576896 268670 33554432000 4194304 16246674 140736752408080 140736752391080 13193280 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23192/statm: 326801 268670 790 2943 0 323695 0
[pid=23192/tid=23193] ppid=23189 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/23192/task/23193/stat : 23193 (toysat) S 23189 23192 22681 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12086768 1338576896 268670 33554432000 4194304 16246674 140736752408080 140400683625712 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=23192/tid=23194] ppid=23189 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/23192/task/23194/stat : 23194 (toysat) S 23189 23192 22681 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 12086768 1338576896 268670 33554432000 4194304 16246674 140736752408080 140400601836784 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=23192/tid=23195] ppid=23189 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/23192/task/23195/stat : 23195 (toysat) S 23189 23192 22681 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12086768 1338576896 268670 33554432000 4194304 16246674 140736752408080 140400591363248 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 185.56
Current children cumulated vsize (KiB) 1307204

[startup+192 s]
/proc/loadavg: 2.33 2.29 2.15 3/183 23250
/proc/meminfo: memFree=26172352/32872528 swapFree=1459604/1655828
[pid=23192] ppid=23189 vsize=1307204 CPUtime=191.95 cores=0,2,4,6
/proc/23192/stat : 23192 (toysat) R 23189 23192 22681 0 -1 4202496 267842 0 0 0 19156 39 0 0 20 0 4 0 12086768 1338576896 268670 33554432000 4194304 16246674 140736752408080 140736752391080 6843428 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23192/statm: 326801 268670 790 2943 0 323695 0
[pid=23192/tid=23193] ppid=23189 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/23192/task/23193/stat : 23193 (toysat) S 23189 23192 22681 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12086768 1338576896 268670 33554432000 4194304 16246674 140736752408080 140400683625712 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=23192/tid=23194] ppid=23189 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/23192/task/23194/stat : 23194 (toysat) S 23189 23192 22681 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 12086768 1338576896 268670 33554432000 4194304 16246674 140736752408080 140400601836784 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=23192/tid=23195] ppid=23189 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/23192/task/23195/stat : 23195 (toysat) S 23189 23192 22681 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12086768 1338576896 268670 33554432000 4194304 16246674 140736752408080 140400591363248 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 191.95
Current children cumulated vsize (KiB) 1307204

[startup+193.6 s]
/proc/loadavg: 2.30 2.29 2.15 3/183 23250
/proc/meminfo: memFree=26172352/32872528 swapFree=1459604/1655828
[pid=23192] ppid=23189 vsize=1307204 CPUtime=193.56 cores=0,2,4,6
/proc/23192/stat : 23192 (toysat) R 23189 23192 22681 0 -1 4202496 267842 0 0 0 19317 39 0 0 20 0 4 0 12086768 1338576896 268670 33554432000 4194304 16246674 140736752408080 140736752391080 5754983 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23192/statm: 326801 268670 790 2943 0 323695 0
[pid=23192/tid=23193] ppid=23189 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/23192/task/23193/stat : 23193 (toysat) S 23189 23192 22681 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12086768 1338576896 268670 33554432000 4194304 16246674 140736752408080 140400683625712 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=23192/tid=23194] ppid=23189 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/23192/task/23194/stat : 23194 (toysat) S 23189 23192 22681 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 12086768 1338576896 268670 33554432000 4194304 16246674 140736752408080 140400601836784 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=23192/tid=23195] ppid=23189 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/23192/task/23195/stat : 23195 (toysat) S 23189 23192 22681 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12086768 1338576896 268670 33554432000 4194304 16246674 140736752408080 140400591363248 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 193.56
Current children cumulated vsize (KiB) 1307204

[startup+194.4 s]
/proc/loadavg: 2.30 2.29 2.15 3/183 23250
/proc/meminfo: memFree=26172352/32872528 swapFree=1459604/1655828
[pid=23192] ppid=23189 vsize=1307204 CPUtime=194.35 cores=0,2,4,6
/proc/23192/stat : 23192 (toysat) R 23189 23192 22681 0 -1 4202496 267842 0 0 0 19396 39 0 0 20 0 4 0 12086768 1338576896 268670 33554432000 4194304 16246674 140736752408080 140736752391080 13949893 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23192/statm: 326801 268670 790 2943 0 323695 0
[pid=23192/tid=23193] ppid=23189 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/23192/task/23193/stat : 23193 (toysat) S 23189 23192 22681 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12086768 1338576896 268670 33554432000 4194304 16246674 140736752408080 140400683625712 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=23192/tid=23194] ppid=23189 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/23192/task/23194/stat : 23194 (toysat) S 23189 23192 22681 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 12086768 1338576896 268670 33554432000 4194304 16246674 140736752408080 140400601836784 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=23192/tid=23195] ppid=23189 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/23192/task/23195/stat : 23195 (toysat) S 23189 23192 22681 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12086768 1338576896 268670 33554432000 4194304 16246674 140736752408080 140400591363248 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 194.35
Current children cumulated vsize (KiB) 1307204

[startup+194.807 s]
/proc/loadavg: 2.30 2.29 2.15 3/183 23250
/proc/meminfo: memFree=26172352/32872528 swapFree=1459604/1655828
[pid=23192] ppid=23189 vsize=1307204 CPUtime=194.76 cores=0,2,4,6
/proc/23192/stat : 23192 (toysat) R 23189 23192 22681 0 -1 4202496 267842 0 0 0 19437 39 0 0 20 0 4 0 12086768 1338576896 268670 33554432000 4194304 16246674 140736752408080 140736752391080 5523456 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23192/statm: 326801 268670 790 2943 0 323695 0
[pid=23192/tid=23193] ppid=23189 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/23192/task/23193/stat : 23193 (toysat) S 23189 23192 22681 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12086768 1338576896 268670 33554432000 4194304 16246674 140736752408080 140400683625712 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=23192/tid=23194] ppid=23189 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/23192/task/23194/stat : 23194 (toysat) S 23189 23192 22681 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 12086768 1338576896 268670 33554432000 4194304 16246674 140736752408080 140400601836784 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=23192/tid=23195] ppid=23189 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/23192/task/23195/stat : 23195 (toysat) S 23189 23192 22681 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12086768 1338576896 268670 33554432000 4194304 16246674 140736752408080 140400591363248 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 194.76
Current children cumulated vsize (KiB) 1307204

[startup+195.2 s]
/proc/loadavg: 2.30 2.29 2.15 3/183 23250
/proc/meminfo: memFree=26172352/32872528 swapFree=1459604/1655828
[pid=23192] ppid=23189 vsize=1307204 CPUtime=195.15 cores=0,2,4,6
/proc/23192/stat : 23192 (toysat) R 23189 23192 22681 0 -1 4202496 267842 0 0 0 19476 39 0 0 20 0 4 0 12086768 1338576896 268670 33554432000 4194304 16246674 140736752408080 140736752391080 13198546 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23192/statm: 326801 268670 790 2943 0 323695 0
[pid=23192/tid=23193] ppid=23189 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/23192/task/23193/stat : 23193 (toysat) S 23189 23192 22681 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12086768 1338576896 268670 33554432000 4194304 16246674 140736752408080 140400683625712 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=23192/tid=23194] ppid=23189 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/23192/task/23194/stat : 23194 (toysat) S 23189 23192 22681 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 12086768 1338576896 268670 33554432000 4194304 16246674 140736752408080 140400601836784 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=23192/tid=23195] ppid=23189 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/23192/task/23195/stat : 23195 (toysat) S 23189 23192 22681 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12086768 1338576896 268670 33554432000 4194304 16246674 140736752408080 140400591363248 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 195.15
Current children cumulated vsize (KiB) 1307204

Child status: 0
Real time (s): 195.267
CPU time (s): 195.228
CPU user time (s): 194.782
CPU system time (s): 0.445932
CPU usage (%): 99.9802
Max. virtual memory (cumulated for all children) (KiB): 1307204

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 194.782
system time used= 0.445932
maximum resident set size= 1074696
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 267848
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= 39
involuntary context switches= 207

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.543917 second user time and 0.763883 second system time

The end

Launcher Data

Begin job on node136 at 2016-06-30 20:29:16
IDJOB=4120490
IDBENCH=109975
IDSOLVER=2542
FILE ID=node136/4120490-1467311356
RUNJOBID= node136-1467309401-22697
PBS_JOBID= 20005289
Free space on /tmp= 71632 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB15eval/normalized-PB15eval/DEC-SMALLINT-LIN/ProofComplexity-Extracted-Cardinality-Constraints/ProofComplexity/normalized-tseitin-regular-n76-d3-i3-r2.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-4120490-1467311356/watcher-4120490-1467311356 -o /tmp/evaluation-result-4120490-1467311356/solver-4120490-1467311356 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node136-1467309401-22697 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4120490-1467311356.opb

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

MD5SUM BENCH= 0fb471e53b93c70519badc6e0abd1fdf
RANDOM SEED=290161611

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

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.182
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.182
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.182
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        27246780 kB
Buffers:          191784 kB
Cached:          1930284 kB
SwapCached:            0 kB
Active:          1482608 kB
Inactive:        1737596 kB
Active(anon):    1100976 kB
Inactive(anon):        0 kB
Active(file):     381632 kB
Inactive(file):  1737596 kB
Unevictable:     1655828 kB
Mlocked:         1459604 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             16348 kB
Writeback:             0 kB
AnonPages:       2754620 kB
Mapped:            17116 kB
Shmem:               204 kB
Slab:             614864 kB
SReclaimable:      58936 kB
SUnreclaim:       555928 kB
KernelStack:        1520 kB
PageTables:         9428 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2887600 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    708608 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= 71612 MiB
End job on node136 at 2016-06-30 20:32:31