Trace number 4120594

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 202.829 202.861

General information on the benchmark

NamePB15eval/normalized-PB15eval/DEC-SMALLINT-LIN/ProofComplexity-Extracted-Cardinality-Constraints/
ProofComplexity/normalized-tseitin-regular-n78-d3-i2-r2.cnf.gz-plain.pb.metafix.opb
MD5SUMd5e00f402b653584b2ccddff1c269fee
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 benchmark3.32149
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables117
Total number of constraints312
Number of constraints which are clauses312
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:34:39+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-4120594-1467311679.opb"]
0.00/0.01	c use --random-gen="2813762831 2307984216 1539080790 429425110 787414465 4073318090 1929471953 4197284159 1961236886 3152029267 201180213 3939062401 3484600995 2016385189 3261377658 3113282870 3631460945 681200324 3512784043 4121088850 3140783546 955761999 2947204691 2046837150 3587010707 847447216 1130868174 1662961033 99737845 4216449055 4037642948 1256159075 1200880204 4072573308 99993390 221260545 432226992 2111995266 1807478951 2235340059 3735583899 857654384 289684509 1584300430 13674642 2168015873 2866083749 2231807596 169430160 612838034 2901260991 451091186 1404685537 1076921701 3037579889 1713940619 647995982 995712001 1956166314 3616593454 1881907264 3790932073 1072356791 382637300 1019124898 292897803 4169369644 690790992 507526156 101199836 2890623126 1486848924 3463292752 1914482395 2115787963 3754282001 3979602120 561127963 879905435 3093747962 3015986952 272490347 2603732454 855291621 1617635051 3855272667 282071938 1838790644 3850589151 3753489729 566636361 2807392921 1124561051 1663338559 4097133615 847297557 4092169029 4106510498 1118656600 3518995909 2417936109 3992728588 257156686 2367769655 3412299768 4257524975 3615109051 1896578752 1985718082 922921859 3892798712 2416427870 2296002707 1851765015 1766730664 3512450615 3804033685 2500377580 4038808662 3804713988 2247472754 2410489430 323553927 116042376 310874702 2638502791 1757407583 3247732987 2243006527 1436630715 1635929113 4134201674 3490622669 698541478 1780731833 1348222456 119499714 1131298332 1305321172 3795212873 1772942506 3715428388 1115857007 451302336 2329138409 3181573693 3056426439 31276307 3033146622 4041634008 2209883351 1433518770 1551443802 1458664430 2755016466 2001254367 923971156 3565207826 3426311145 1231732936 2512218646 2279328040 4192435938 3878190280 1420930752 3298306447 4081982290 803618363 1459588737 3447987415 2232576245 148363142 2430558312 3793164518 2112597897 923006742 490709666 1557507174 557836070 263277160 3117535068 4002968895 3155404141 3166554839 1634715238 3439813085 4013985797 3378903983 856223461 4159913475 1514182662 2857618670 1172151894 237512313 930743635 2684515695 707584619 36336983 579855302 3239857808 3582404051 108814889 3001094265 1759002981 2459972864 3731985664 189907215 826780312 634872760 720219475 3070880743 3782532847 2337834754 3923389890 2828975882 3454682040 4128789186 1393390371 1546121515 1676321160 308062037 4199364042 694532519 533464380 1514592021 1939441042 2578366292 2534933393 1802269584 1366169741 215708586 905657414 2862274535 3052248869 2073687760 302094351 1388650891 1314207221 1571295323 648651876 2285580987 749353350 3117960038 4131542765 2179241332 1020427213 624659519 1996714873 2183726320 3111768971 1745315951 2767728089 4280633644 1716168020 692378449 3065308439 255 362436" option to reproduce the execution
0.00/0.01	c #vars 117
0.00/0.01	c #constraints 312
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 |      143      0 |        0 |        0
0.00/0.03	c  0.0s |       1 |      139 |      100 |      143      0 |        0 |        0
0.00/0.04	c  0.0s |       2 |      357 |      250 |      158      1 |        0 |        0
0.00/0.06	c  0.0s |       3 |      717 |      475 |      174      3 |        0 |        0
0.09/0.10	c  0.1s |       4 |     1119 |      813 |      192      5 |        0 |        0
0.09/0.15	c  0.1s |       5 |     1765 |     1320 |      212      9 |        0 |        0
0.19/0.22	c  0.2s |       6 |     2661 |     2081 |      258     15 |        0 |        0
0.29/0.48	c  0.3s |       7 |     4077 |     3223 |      284     22 |        0 |        0
0.29/0.51	c  0.5s |       8 |     5891 |     4936 |      313     33 |        0 |        0
0.69/0.78	c  0.8s |       9 |     8867 |     7506 |      345     47 |        0 |        0
1.09/1.12	c  1.1s |      10 |    13566 |    11361 |      380     68 |        0 |        0
1.49/1.52	c  1.5s |      11 |    20419 |    17144 |      419     97 |        0 |        0
2.09/2.10	c  2.1s |      12 |    32407 |    25819 |      461    137 |        0 |        0
2.79/2.88	c  2.9s |      13 |    49791 |    38832 |      508    191 |        0 |        0
3.99/4.03	c  4.0s |      14 |    76290 |    58352 |      559    266 |        0 |        0
5.89/5.95	c  5.9s |      15 |   116853 |    87632 |      615    369 |        0 |        0
7.89/7.96	c  7.9s |      15 |   160351 |   120032 |      615    472 |        0 |        0
8.59/8.68	c  8.7s |      16 |   176105 |   131552 |      677    509 |        0 |        0
10.59/10.69	c 10.7s |      16 |   210485 |   158952 |      677    587 |        0 |        0
12.59/12.69	c 12.7s |      16 |   242463 |   185352 |      677    663 |        0 |        0
13.58/13.62	c 13.6s |      17 |   258971 |   197432 |      745    698 |        0 |        0
15.59/15.63	c 15.6s |      17 |   298686 |   226832 |      745    776 |        0 |        0
17.58/17.63	c 17.6s |      17 |   343190 |   256832 |      745    855 |        0 |        0
19.58/19.64	c 19.6s |      17 |   389224 |   288632 |      745    940 |        0 |        0
20.09/20.10	c 20.1s |      18 |   400429 |   296252 |      820    959 |        0 |        0
21.99/22.10	c 22.1s |      18 |   440556 |   326452 |      820   1032 |        0 |        0
24.09/24.10	c 24.1s |      18 |   485103 |   357852 |      820   1108 |        0 |        0
26.09/26.10	c 26.1s |      18 |   526851 |   388452 |      820   1182 |        0 |        0
28.09/28.11	c 28.1s |      18 |   566076 |   417552 |      820   1252 |        0 |        0
29.98/30.00	c 30.0s |      19 |   602162 |   444482 |      903   1317 |        0 |        0
31.88/32.00	c 32.0s |      19 |   641550 |   473082 |      903   1379 |        0 |        0
33.99/34.01	c 34.0s |      19 |   679684 |   501782 |      903   1442 |        0 |        0
35.99/36.01	c 36.0s |      19 |   716887 |   530082 |      903   1504 |        0 |        0
37.99/38.02	c 38.0s |      19 |   755546 |   559382 |      903   1568 |        0 |        0
39.99/40.02	c 40.0s |      19 |   794169 |   588382 |      903   1632 |        0 |        0
41.99/42.02	c 42.0s |      19 |   835181 |   618182 |      903   1698 |        0 |        0
43.98/44.02	c 44.0s |      19 |   875972 |   648082 |      903   1763 |        0 |        0
45.19/45.26	c 45.2s |      20 |   901355 |   666827 |      994   1803 |        0 |        0
47.18/47.26	c 47.2s |      20 |   944130 |   696627 |      994   1863 |        0 |        0
49.18/49.26	c 49.2s |      20 |   983497 |   724927 |      994   1919 |        0 |        0
51.19/51.27	c 51.3s |      20 |  1026415 |   754927 |      994   1979 |        0 |        0
53.19/53.27	c 53.3s |      20 |  1066428 |   784427 |      994   2038 |        0 |        0
55.19/55.28	c 55.3s |      20 |  1104937 |   813827 |      994   2097 |        0 |        0
57.18/57.28	c 57.3s |      20 |  1145568 |   843327 |      994   2156 |        0 |        0
59.18/59.28	c 59.3s |      20 |  1187279 |   873627 |      994   2217 |        0 |        0
61.18/61.28	c 61.3s |      20 |  1229093 |   904427 |      994   2278 |        0 |        0
63.18/63.28	c 63.3s |      20 |  1270666 |   934427 |      994   2338 |        0 |        0
65.18/65.29	c 65.3s |      20 |  1312103 |   964227 |      994   2398 |        0 |        0
67.19/67.29	c 67.3s |      20 |  1348044 |   992227 |      994   2454 |        0 |        0
67.78/67.85	c 67.8s |      21 |  1359376 |  1000345 |     1094   2468 |        0 |        0
69.78/69.86	c 69.8s |      21 |  1398318 |  1028445 |     1094   2519 |        0 |        0
71.78/71.87	c 71.9s |      21 |  1429882 |  1053445 |     1094   2565 |        0 |        0
73.78/73.87	c 73.9s |      21 |  1466018 |  1080645 |     1094   2614 |        0 |        0
75.78/75.87	c 75.9s |      21 |  1501175 |  1107245 |     1094   2662 |        0 |        0
77.77/77.87	c 77.9s |      21 |  1536343 |  1134245 |     1094   2711 |        0 |        0
79.77/79.88	c 79.9s |      21 |  1566762 |  1159445 |     1094   2757 |        0 |        0
81.77/81.88	c 81.9s |      21 |  1597748 |  1184145 |     1094   2802 |        0 |        0
83.78/83.89	c 83.9s |      21 |  1631666 |  1210145 |     1094   2849 |        0 |        0
85.77/85.89	c 85.9s |      21 |  1667448 |  1236945 |     1094   2898 |        0 |        0
87.88/87.90	c 87.9s |      21 |  1703123 |  1263545 |     1094   2946 |        0 |        0
89.88/89.90	c 89.9s |      21 |  1734546 |  1288745 |     1094   2992 |        0 |        0
91.88/91.90	c 91.9s |      21 |  1770042 |  1316245 |     1094   3042 |        0 |        0
93.88/93.90	c 93.9s |      21 |  1807146 |  1342745 |     1094   3091 |        0 |        0
95.89/95.90	c 95.9s |      21 |  1837924 |  1367245 |     1094   3135 |        0 |        0
97.88/97.91	c 97.9s |      21 |  1871271 |  1393145 |     1094   3182 |        0 |        0
99.88/99.91	c 99.9s |      21 |  1904684 |  1419245 |     1094   3229 |        0 |        0
101.88/101.92	c  101s |      21 |  1938506 |  1444745 |     1094   3275 |        0 |        0
103.88/103.92	c  103s |      21 |  1974144 |  1470845 |     1094   3323 |        0 |        0
105.88/105.92	c  105s |      21 |  2006836 |  1496245 |     1204   3368 |        0 |        0
106.28/106.30	c  106s |      22 |  2012312 |  1500622 |     1204   3375 |        0 |        0
108.28/108.30	c  108s |      22 |  2048306 |  1526722 |     1204   3418 |        0 |        0
110.28/110.31	c  110s |      22 |  2083587 |  1552522 |     1204   3461 |        0 |        0
112.28/112.31	c  112s |      22 |  2120066 |  1579522 |     1204   3505 |        0 |        0
114.28/114.32	c  114s |      22 |  2155219 |  1606622 |     1204   3550 |        0 |        0
116.28/116.32	c  116s |      22 |  2189386 |  1632622 |     1204   3593 |        0 |        0
118.27/118.32	c  118s |      22 |  2222788 |  1658422 |     1204   3635 |        0 |        0
120.27/120.32	c  120s |      22 |  2257368 |  1684422 |     1204   3678 |        0 |        0
122.28/122.33	c  122s |      22 |  2290685 |  1710622 |     1204   3721 |        0 |        0
124.27/124.33	c  124s |      22 |  2330697 |  1738822 |     1204   3768 |        0 |        0
126.27/126.34	c  126s |      22 |  2366489 |  1765522 |     1204   3812 |        0 |        0
128.27/128.34	c  128s |      22 |  2402286 |  1792222 |     1204   3856 |        0 |        0
130.27/130.34	c  130s |      22 |  2437789 |  1819022 |     1204   3900 |        0 |        0
132.27/132.35	c  132s |      22 |  2472568 |  1845622 |     1204   3944 |        0 |        0
134.27/134.35	c  134s |      22 |  2511087 |  1873722 |     1204   3989 |        1 |        4
136.27/136.36	c  136s |      22 |  2542568 |  1897222 |     1204   4028 |        1 |        4
138.27/138.37	c  138s |      22 |  2573886 |  1921522 |     1204   4068 |        1 |        4
140.27/140.37	c  140s |      22 |  2607373 |  1947022 |     1204   4110 |        1 |        4
142.27/142.38	c  142s |      22 |  2642570 |  1972822 |     1204   4152 |        1 |        4
144.28/144.38	c  144s |      22 |  2677921 |  1998722 |     1204   4195 |        1 |        4
146.27/146.38	c  146s |      22 |  2713639 |  2025222 |     1204   4239 |        1 |        4
148.27/148.38	c  148s |      22 |  2748709 |  2051422 |     1204   4282 |        1 |        4
150.27/150.38	c  150s |      22 |  2783151 |  2077522 |     1204   4325 |        1 |        4
152.27/152.39	c  152s |      22 |  2817552 |  2103022 |     1204   4367 |        1 |        4
154.27/154.39	c  154s |      22 |  2850915 |  2127822 |     1204   4408 |        1 |        4
156.27/156.40	c  156s |      22 |  2887182 |  2152122 |     1204   4448 |        1 |        4
158.37/158.40	c  158s |      22 |  2920996 |  2177822 |     1204   4491 |        1 |        4
160.36/160.41	c  160s |      22 |  2954494 |  2202222 |     1204   4531 |        1 |        4
162.36/162.41	c  162s |      22 |  2990074 |  2227822 |     1204   4573 |        1 |        4
164.26/164.35	c  164s |      23 |  3018958 |  2251038 |     1325   4609 |        1 |        4
166.27/166.35	c  166s |      23 |  3049032 |  2274838 |     1325   4645 |        1 |        4
168.26/168.36	c  168s |      23 |  3081998 |  2299538 |     1325   4682 |        1 |        4
170.26/170.36	c  170s |      23 |  3114786 |  2324938 |     1325   4720 |        1 |        4
172.26/172.36	c  172s |      23 |  3148832 |  2350338 |     1325   4758 |        1 |        4
174.26/174.37	c  174s |      23 |  3179152 |  2374338 |     1325   4794 |        1 |        4
176.26/176.37	c  176s |      23 |  3210892 |  2399238 |     1325   4831 |        1 |        4
178.27/178.37	c  178s |      23 |  3245328 |  2425038 |     1325   4870 |        1 |        4
180.26/180.38	c  180s |      23 |  3276747 |  2449238 |     1325   4906 |        1 |        4
182.26/182.39	c  182s |      23 |  3307993 |  2473438 |     1325   4943 |        1 |        4
184.26/184.39	c  184s |      23 |  3339478 |  2497538 |     1325   4979 |        1 |        4
186.26/186.40	c  186s |      23 |  3371612 |  2522138 |     1325   5015 |        1 |        4
188.36/188.40	c  188s |      23 |  3401959 |  2546438 |     1325   5052 |        1 |        4
190.37/190.41	c  190s |      23 |  3438435 |  2573138 |     1325   5091 |        2 |        8
192.36/192.42	c  192s |      23 |  3473482 |  2599338 |     1325   5131 |        2 |        8
194.36/194.42	c  194s |      23 |  3510735 |  2626638 |     1325   5172 |        2 |        8
196.36/196.43	c  196s |      23 |  3544467 |  2652638 |     1325   5209 |        3 |       12
198.36/198.43	c  198s |      23 |  3578494 |  2678838 |     1325   5249 |        3 |       12
200.37/200.44	c  200s |      23 |  3616197 |  2707638 |     1325   5291 |        4 |       16
202.36/202.44	c  202s |      23 |  3652076 |  2734638 |     1325   5329 |        8 |       32
202.76/202.80	c  202s |      23 |  3658856 |  2739859 |     1325   5336 |       21 |       74
202.76/202.80	c #cpu_time = 202.790s
202.76/202.80	c #wall_clock_time = 202.782s
202.76/202.80	c #decision = 3658856
202.76/202.80	c #random_decision = 17598
202.76/202.80	c #conflict = 2739859
202.76/202.80	c #restart = 23
202.76/202.80	s UNSATISFIABLE
202.76/202.80	c total CPU time = 202.808s
202.76/202.80	c total wall clock time = 202.801s

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

pid=23539
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.34 2.28 2.17 3/179 23542
/proc/meminfo: memFree=27245364/32872528 swapFree=1459604/1655828
[pid=23542] ppid=23539 vsize=716220 CPUtime=0 cores=0,2,4,6
/proc/23542/stat : 23542 (toysat) R 23539 23542 22681 0 -1 4202496 2666 0 0 0 0 0 0 0 20 0 4 0 12119118 733409280 3537 33554432000 4194304 16246674 140733881105552 140733881104976 13880264 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23542/statm: 179823 3548 441 2943 0 176717 0
[pid=23542/tid=23543] ppid=23539 vsize=734652 CPUtime=0 cores=0,2,4,6
/proc/23542/task/23543/stat : 23543 (toysat) S 23539 23542 22681 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12119118 752283648 3608 33554432000 4194304 16246674 140733881105552 140134666185968 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=23542/tid=23544] ppid=23539 vsize=738748 CPUtime=0 cores=0,2,4,6
/proc/23542/task/23544/stat : 23544 (toysat) S 23539 23542 22681 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 12119118 756477952 3625 33554432000 4194304 16246674 140733881105552 140134582299888 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=23542/tid=23545] ppid=23539 vsize=742844 CPUtime=0 cores=0,2,4,6
/proc/23542/task/23545/stat : 23545 (toysat) S 23539 23542 22681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12119118 760672256 3644 33554432000 4194304 16246674 140733881105552 140134571826352 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0

[startup+0.100177 s]
/proc/loadavg: 2.34 2.28 2.17 3/179 23542
/proc/meminfo: memFree=27245364/32872528 swapFree=1459604/1655828
[pid=23542] ppid=23539 vsize=1218116 CPUtime=0.09 cores=0,2,4,6
/proc/23542/stat : 23542 (toysat) R 23539 23542 22681 0 -1 4202496 26096 0 0 0 6 3 0 0 20 0 4 0 12119118 1247350784 26956 33554432000 4194304 16246674 140733881105552 140733881104976 5677541 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23542/statm: 304529 26964 707 2943 0 301423 0
[pid=23542/tid=23543] ppid=23539 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/23542/task/23543/stat : 23543 (toysat) S 23539 23542 22681 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12119118 1247350784 26973 33554432000 4194304 16246674 140733881105552 140134666185968 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=23542/tid=23544] ppid=23539 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/23542/task/23544/stat : 23544 (toysat) S 23539 23542 22681 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 12119118 1247350784 26978 33554432000 4194304 16246674 140733881105552 140134582299888 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=23542/tid=23545] ppid=23539 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/23542/task/23545/stat : 23545 (toysat) S 23539 23542 22681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12119118 1247350784 26985 33554432000 4194304 16246674 140733881105552 140134571826352 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1218116

[startup+0.200509 s]
/proc/loadavg: 2.34 2.28 2.17 3/179 23542
/proc/meminfo: memFree=27245364/32872528 swapFree=1459604/1655828
[pid=23542] ppid=23539 vsize=1218116 CPUtime=0.19 cores=0,2,4,6
/proc/23542/stat : 23542 (toysat) R 23539 23542 22681 0 -1 4202496 50012 0 0 0 12 7 0 0 20 0 4 0 12119118 1247350784 50873 33554432000 4194304 16246674 140733881105552 140733881104976 13191638 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23542/statm: 304529 50882 707 2943 0 301423 0
[pid=23542/tid=23543] ppid=23539 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/23542/task/23543/stat : 23543 (toysat) S 23539 23542 22681 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12119118 1247350784 50887 33554432000 4194304 16246674 140733881105552 140134666185968 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=23542/tid=23544] ppid=23539 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/23542/task/23544/stat : 23544 (toysat) S 23539 23542 22681 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 12119118 1247350784 50895 33554432000 4194304 16246674 140733881105552 140134582299888 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=23542/tid=23545] ppid=23539 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/23542/task/23545/stat : 23545 (toysat) S 23539 23542 22681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12119118 1247350784 50903 33554432000 4194304 16246674 140733881105552 140134571826352 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1218116

[startup+0.300475 s]
/proc/loadavg: 2.34 2.28 2.17 3/179 23542
/proc/meminfo: memFree=27245364/32872528 swapFree=1459604/1655828
[pid=23542] ppid=23539 vsize=1218116 CPUtime=0.29 cores=0,2,4,6
/proc/23542/stat : 23542 (toysat) R 23539 23542 22681 0 -1 4202496 73821 0 0 0 19 10 0 0 20 0 4 0 12119118 1247350784 74681 33554432000 4194304 16246674 140733881105552 140733881104976 13191869 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23542/statm: 304529 74689 707 2943 0 301423 0
[pid=23542/tid=23543] ppid=23539 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/23542/task/23543/stat : 23543 (toysat) S 23539 23542 22681 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12119118 1247350784 74698 33554432000 4194304 16246674 140733881105552 140134666185968 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=23542/tid=23544] ppid=23539 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/23542/task/23544/stat : 23544 (toysat) S 23539 23542 22681 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 12119118 1247350784 74704 33554432000 4194304 16246674 140733881105552 140134582299888 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=23542/tid=23545] ppid=23539 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/23542/task/23545/stat : 23545 (toysat) S 23539 23542 22681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12119118 1247350784 74712 33554432000 4194304 16246674 140733881105552 140134571826352 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1218116

[startup+0.700315 s]
/proc/loadavg: 2.34 2.28 2.17 3/179 23542
/proc/meminfo: memFree=27245364/32872528 swapFree=1459604/1655828
[pid=23542] ppid=23539 vsize=1218116 CPUtime=0.69 cores=0,2,4,6
/proc/23542/stat : 23542 (toysat) R 23539 23542 22681 0 -1 4202496 170281 0 0 0 47 22 0 0 20 0 4 0 12119118 1247350784 171141 33554432000 4194304 16246674 140733881105552 140733881087424 12474613 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23542/statm: 304529 171150 708 2943 0 301423 0
[pid=23542/tid=23543] ppid=23539 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/23542/task/23543/stat : 23543 (toysat) S 23539 23542 22681 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12119118 1247350784 171157 33554432000 4194304 16246674 140733881105552 140134666185968 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=23542/tid=23544] ppid=23539 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/23542/task/23544/stat : 23544 (toysat) S 23539 23542 22681 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 12119118 1247350784 171168 33554432000 4194304 16246674 140733881105552 140134582299888 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=23542/tid=23545] ppid=23539 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/23542/task/23545/stat : 23545 (toysat) S 23539 23542 22681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 12119118 1247350784 171174 33554432000 4194304 16246674 140733881105552 140134571826352 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1218116

[startup+1.50041 s]
/proc/loadavg: 2.34 2.28 2.17 3/183 23546
/proc/meminfo: memFree=26260380/32872528 swapFree=1459604/1655828
[pid=23542] ppid=23539 vsize=1219140 CPUtime=1.49 cores=0,2,4,6
/proc/23542/stat : 23542 (toysat) R 23539 23542 22681 0 -1 4202496 245563 0 0 0 117 32 0 0 20 0 4 0 12119118 1248399360 246403 33554432000 4194304 16246674 140733881105552 140733881104864 6042384 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23542/statm: 304785 246403 785 2943 0 301679 0
[pid=23542/tid=23543] ppid=23539 vsize=1219140 CPUtime=0 cores=0,2,4,6
/proc/23542/task/23543/stat : 23543 (toysat) S 23539 23542 22681 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12119118 1248399360 246403 33554432000 4194304 16246674 140733881105552 140134666185968 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=23542/tid=23544] ppid=23539 vsize=1219140 CPUtime=0 cores=0,2,4,6
/proc/23542/task/23544/stat : 23544 (toysat) S 23539 23542 22681 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 12119118 1248399360 246403 33554432000 4194304 16246674 140733881105552 140134582299888 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=23542/tid=23545] ppid=23539 vsize=1219140 CPUtime=0 cores=0,2,4,6
/proc/23542/task/23545/stat : 23545 (toysat) S 23539 23542 22681 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12119118 1248399360 246403 33554432000 4194304 16246674 140733881105552 140134571826352 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 1219140

[startup+3.10039 s]
/proc/loadavg: 2.34 2.28 2.17 3/183 23546
/proc/meminfo: memFree=26173208/32872528 swapFree=1459604/1655828
[pid=23542] ppid=23539 vsize=1306180 CPUtime=3.09 cores=0,2,4,6
/proc/23542/stat : 23542 (toysat) R 23539 23542 22681 0 -1 4202496 267402 0 0 0 274 35 0 0 20 0 4 0 12119118 1337528320 268242 33554432000 4194304 16246674 140733881105552 140733881088552 13950218 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23542/statm: 326545 268242 785 2943 0 323439 0
[pid=23542/tid=23543] ppid=23539 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/23542/task/23543/stat : 23543 (toysat) S 23539 23542 22681 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12119118 1337528320 268242 33554432000 4194304 16246674 140733881105552 140134666185968 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=23542/tid=23544] ppid=23539 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/23542/task/23544/stat : 23544 (toysat) S 23539 23542 22681 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 12119118 1337528320 268242 33554432000 4194304 16246674 140733881105552 140134582299888 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=23542/tid=23545] ppid=23539 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/23542/task/23545/stat : 23545 (toysat) S 23539 23542 22681 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12119118 1337528320 268242 33554432000 4194304 16246674 140733881105552 140134571826352 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 1306180

[startup+6.30039 s]
/proc/loadavg: 2.31 2.28 2.16 4/183 23546
/proc/meminfo: memFree=26172348/32872528 swapFree=1459604/1655828
[pid=23542] ppid=23539 vsize=1306180 CPUtime=6.29 cores=0,2,4,6
/proc/23542/stat : 23542 (toysat) R 23539 23542 22681 0 -1 4202496 267425 0 0 0 594 35 0 0 20 0 4 0 12119118 1337528320 268265 33554432000 4194304 16246674 140733881105552 140733881088552 5672188 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23542/statm: 326545 268265 785 2943 0 323439 0
[pid=23542/tid=23543] ppid=23539 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/23542/task/23543/stat : 23543 (toysat) S 23539 23542 22681 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12119118 1337528320 268265 33554432000 4194304 16246674 140733881105552 140134666185968 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=23542/tid=23544] ppid=23539 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/23542/task/23544/stat : 23544 (toysat) S 23539 23542 22681 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 12119118 1337528320 268265 33554432000 4194304 16246674 140733881105552 140134582299888 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=23542/tid=23545] ppid=23539 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/23542/task/23545/stat : 23545 (toysat) S 23539 23542 22681 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12119118 1337528320 268265 33554432000 4194304 16246674 140733881105552 140134571826352 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 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.28 2.27 2.16 3/183 23546
/proc/meminfo: memFree=26172640/32872528 swapFree=1459604/1655828
[pid=23542] ppid=23539 vsize=1306180 CPUtime=12.69 cores=0,2,4,6
/proc/23542/stat : 23542 (toysat) R 23539 23542 22681 0 -1 4202496 267430 0 0 0 1234 35 0 0 20 0 4 0 12119118 1337528320 268270 33554432000 4194304 16246674 140733881105552 140733881088552 5545984 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23542/statm: 326545 268270 788 2943 0 323439 0
[pid=23542/tid=23543] ppid=23539 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/23542/task/23543/stat : 23543 (toysat) S 23539 23542 22681 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12119118 1337528320 268270 33554432000 4194304 16246674 140733881105552 140134666185968 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=23542/tid=23544] ppid=23539 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/23542/task/23544/stat : 23544 (toysat) S 23539 23542 22681 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 12119118 1337528320 268270 33554432000 4194304 16246674 140733881105552 140134582299888 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=23542/tid=23545] ppid=23539 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/23542/task/23545/stat : 23545 (toysat) S 23539 23542 22681 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12119118 1337528320 268270 33554432000 4194304 16246674 140733881105552 140134571826352 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1306180

[startup+25.5073 s]
/proc/loadavg: 2.29 2.27 2.17 3/183 23546
/proc/meminfo: memFree=26172788/32872528 swapFree=1459604/1655828
[pid=23542] ppid=23539 vsize=1306180 CPUtime=25.5 cores=0,2,4,6
/proc/23542/stat : 23542 (toysat) R 23539 23542 22681 0 -1 4202496 267467 0 0 0 2514 36 0 0 20 0 4 0 12119118 1337528320 268307 33554432000 4194304 16246674 140733881105552 140733881088552 5829309 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23542/statm: 326545 268307 788 2943 0 323439 0
[pid=23542/tid=23543] ppid=23539 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/23542/task/23543/stat : 23543 (toysat) S 23539 23542 22681 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12119118 1337528320 268307 33554432000 4194304 16246674 140733881105552 140134666185968 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=23542/tid=23544] ppid=23539 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/23542/task/23544/stat : 23544 (toysat) S 23539 23542 22681 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 12119118 1337528320 268307 33554432000 4194304 16246674 140733881105552 140134582299888 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=23542/tid=23545] ppid=23539 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/23542/task/23545/stat : 23545 (toysat) S 23539 23542 22681 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12119118 1337528320 268307 33554432000 4194304 16246674 140733881105552 140134571826352 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 1306180

[startup+51.1004 s]
/proc/loadavg: 2.33 2.28 2.17 3/183 23546
/proc/meminfo: memFree=26172764/32872528 swapFree=1459604/1655828
[pid=23542] ppid=23539 vsize=1307204 CPUtime=51.09 cores=0,2,4,6
/proc/23542/stat : 23542 (toysat) R 23539 23542 22681 0 -1 4202496 267596 0 0 0 5071 38 0 0 20 0 4 0 12119118 1338576896 268436 33554432000 4194304 16246674 140733881105552 140733881088552 5823989 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23542/statm: 326801 268436 788 2943 0 323695 0
[pid=23542/tid=23543] ppid=23539 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/23542/task/23543/stat : 23543 (toysat) S 23539 23542 22681 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12119118 1338576896 268436 33554432000 4194304 16246674 140733881105552 140134666185968 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=23542/tid=23544] ppid=23539 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/23542/task/23544/stat : 23544 (toysat) S 23539 23542 22681 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 12119118 1338576896 268436 33554432000 4194304 16246674 140733881105552 140134582299888 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=23542/tid=23545] ppid=23539 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/23542/task/23545/stat : 23545 (toysat) S 23539 23542 22681 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12119118 1338576896 268436 33554432000 4194304 16246674 140733881105552 140134571826352 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 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.35 2.28 2.18 3/183 23547
/proc/meminfo: memFree=26172144/32872528 swapFree=1459604/1655828
[pid=23542] ppid=23539 vsize=1307204 CPUtime=102.28 cores=0,2,4,6
/proc/23542/stat : 23542 (toysat) R 23539 23542 22681 0 -1 4202496 267668 0 0 0 10189 39 0 0 20 0 4 0 12119118 1338576896 268508 33554432000 4194304 16246674 140733881105552 140733881088552 13927398 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23542/statm: 326801 268508 788 2943 0 323695 0
[pid=23542/tid=23543] ppid=23539 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/23542/task/23543/stat : 23543 (toysat) S 23539 23542 22681 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12119118 1338576896 268508 33554432000 4194304 16246674 140733881105552 140134666185968 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=23542/tid=23544] ppid=23539 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/23542/task/23544/stat : 23544 (toysat) S 23539 23542 22681 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 12119118 1338576896 268508 33554432000 4194304 16246674 140733881105552 140134582299888 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=23542/tid=23545] ppid=23539 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/23542/task/23545/stat : 23545 (toysat) S 23539 23542 22681 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12119118 1338576896 268508 33554432000 4194304 16246674 140733881105552 140134571826352 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 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.31 2.29 2.18 3/183 23548
/proc/meminfo: memFree=26172192/32872528 swapFree=1459604/1655828
[pid=23542] ppid=23539 vsize=1307204 CPUtime=162.26 cores=0,2,4,6
/proc/23542/stat : 23542 (toysat) R 23539 23542 22681 0 -1 4202496 267723 0 0 0 16186 40 0 0 20 0 4 0 12119118 1338576896 268563 33554432000 4194304 16246674 140733881105552 140733881088552 13927454 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23542/statm: 326801 268563 788 2943 0 323695 0
[pid=23542/tid=23543] ppid=23539 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/23542/task/23543/stat : 23543 (toysat) S 23539 23542 22681 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12119118 1338576896 268563 33554432000 4194304 16246674 140733881105552 140134666185968 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=23542/tid=23544] ppid=23539 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/23542/task/23544/stat : 23544 (toysat) S 23539 23542 22681 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 12119118 1338576896 268563 33554432000 4194304 16246674 140733881105552 140134582299888 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=23542/tid=23545] ppid=23539 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/23542/task/23545/stat : 23545 (toysat) S 23539 23542 22681 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12119118 1338576896 268563 33554432000 4194304 16246674 140733881105552 140134571826352 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 1307204

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

[startup+179.3 s]
/proc/loadavg: 2.29 2.29 2.18 3/183 23548
/proc/meminfo: memFree=26171668/32872528 swapFree=1459604/1655828
[pid=23542] ppid=23539 vsize=1307204 CPUtime=179.26 cores=0,2,4,6
/proc/23542/stat : 23542 (toysat) R 23539 23542 22681 0 -1 4202496 267723 0 0 0 17886 40 0 0 20 0 4 0 12119118 1338576896 268563 33554432000 4194304 16246674 140733881105552 140733881088552 5823428 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23542/statm: 326801 268563 788 2943 0 323695 0
[pid=23542/tid=23543] ppid=23539 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/23542/task/23543/stat : 23543 (toysat) S 23539 23542 22681 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12119118 1338576896 268563 33554432000 4194304 16246674 140733881105552 140134666185968 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=23542/tid=23544] ppid=23539 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/23542/task/23544/stat : 23544 (toysat) S 23539 23542 22681 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 12119118 1338576896 268563 33554432000 4194304 16246674 140733881105552 140134582299888 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=23542/tid=23545] ppid=23539 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/23542/task/23545/stat : 23545 (toysat) S 23539 23542 22681 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12119118 1338576896 268563 33554432000 4194304 16246674 140733881105552 140134571826352 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 179.26
Current children cumulated vsize (KiB) 1307204

[startup+192.1 s]
/proc/loadavg: 2.33 2.29 2.19 4/183 23549
/proc/meminfo: memFree=26171776/32872528 swapFree=1459604/1655828
[pid=23542] ppid=23539 vsize=1307204 CPUtime=192.06 cores=0,2,4,6
/proc/23542/stat : 23542 (toysat) R 23539 23542 22681 0 -1 4202496 267723 0 0 0 19165 41 0 0 20 0 4 0 12119118 1338576896 268563 33554432000 4194304 16246674 140733881105552 140733881088552 15015658 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23542/statm: 326801 268563 788 2943 0 323695 0
[pid=23542/tid=23543] ppid=23539 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/23542/task/23543/stat : 23543 (toysat) S 23539 23542 22681 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12119118 1338576896 268563 33554432000 4194304 16246674 140733881105552 140134666185968 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=23542/tid=23544] ppid=23539 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/23542/task/23544/stat : 23544 (toysat) S 23539 23542 22681 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 12119118 1338576896 268563 33554432000 4194304 16246674 140733881105552 140134582299888 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=23542/tid=23545] ppid=23539 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/23542/task/23545/stat : 23545 (toysat) S 23539 23542 22681 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12119118 1338576896 268563 33554432000 4194304 16246674 140733881105552 140134571826352 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 192.06
Current children cumulated vsize (KiB) 1307204

[startup+198.5 s]
/proc/loadavg: 2.28 2.28 2.18 3/183 23549
/proc/meminfo: memFree=26171840/32872528 swapFree=1459604/1655828
[pid=23542] ppid=23539 vsize=1307204 CPUtime=198.46 cores=0,2,4,6
/proc/23542/stat : 23542 (toysat) R 23539 23542 22681 0 -1 4202496 267723 0 0 0 19805 41 0 0 20 0 4 0 12119118 1338576896 268563 33554432000 4194304 16246674 140733881105552 140733881088552 5522898 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23542/statm: 326801 268563 788 2943 0 323695 0
[pid=23542/tid=23543] ppid=23539 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/23542/task/23543/stat : 23543 (toysat) S 23539 23542 22681 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12119118 1338576896 268563 33554432000 4194304 16246674 140733881105552 140134666185968 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=23542/tid=23544] ppid=23539 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/23542/task/23544/stat : 23544 (toysat) S 23539 23542 22681 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 12119118 1338576896 268563 33554432000 4194304 16246674 140733881105552 140134582299888 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=23542/tid=23545] ppid=23539 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/23542/task/23545/stat : 23545 (toysat) S 23539 23542 22681 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12119118 1338576896 268563 33554432000 4194304 16246674 140733881105552 140134571826352 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 198.46
Current children cumulated vsize (KiB) 1307204

[startup+200.1 s]
/proc/loadavg: 2.28 2.28 2.18 3/183 23549
/proc/meminfo: memFree=26172024/32872528 swapFree=1459604/1655828
[pid=23542] ppid=23539 vsize=1307204 CPUtime=200.06 cores=0,2,4,6
/proc/23542/stat : 23542 (toysat) R 23539 23542 22681 0 -1 4202496 267723 0 0 0 19965 41 0 0 20 0 4 0 12119118 1338576896 268563 33554432000 4194304 16246674 140733881105552 140733881088552 5993729 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23542/statm: 326801 268563 788 2943 0 323695 0
[pid=23542/tid=23543] ppid=23539 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/23542/task/23543/stat : 23543 (toysat) S 23539 23542 22681 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12119118 1338576896 268563 33554432000 4194304 16246674 140733881105552 140134666185968 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=23542/tid=23544] ppid=23539 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/23542/task/23544/stat : 23544 (toysat) S 23539 23542 22681 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 12119118 1338576896 268563 33554432000 4194304 16246674 140733881105552 140134582299888 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=23542/tid=23545] ppid=23539 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/23542/task/23545/stat : 23545 (toysat) S 23539 23542 22681 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12119118 1338576896 268563 33554432000 4194304 16246674 140733881105552 140134571826352 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 200.06
Current children cumulated vsize (KiB) 1307204

[startup+201.7 s]
/proc/loadavg: 2.28 2.28 2.18 3/183 23549
/proc/meminfo: memFree=26172024/32872528 swapFree=1459604/1655828
[pid=23542] ppid=23539 vsize=1307204 CPUtime=201.66 cores=0,2,4,6
/proc/23542/stat : 23542 (toysat) R 23539 23542 22681 0 -1 4202496 267723 0 0 0 20125 41 0 0 20 0 4 0 12119118 1338576896 268563 33554432000 4194304 16246674 140733881105552 140733881088552 5808578 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23542/statm: 326801 268563 788 2943 0 323695 0
[pid=23542/tid=23543] ppid=23539 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/23542/task/23543/stat : 23543 (toysat) S 23539 23542 22681 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12119118 1338576896 268563 33554432000 4194304 16246674 140733881105552 140134666185968 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=23542/tid=23544] ppid=23539 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/23542/task/23544/stat : 23544 (toysat) S 23539 23542 22681 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 12119118 1338576896 268563 33554432000 4194304 16246674 140733881105552 140134582299888 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=23542/tid=23545] ppid=23539 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/23542/task/23545/stat : 23545 (toysat) S 23539 23542 22681 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12119118 1338576896 268563 33554432000 4194304 16246674 140733881105552 140134571826352 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 201.66
Current children cumulated vsize (KiB) 1307204

[startup+202.5 s]
/proc/loadavg: 2.28 2.28 2.18 3/183 23549
/proc/meminfo: memFree=26172024/32872528 swapFree=1459604/1655828
[pid=23542] ppid=23539 vsize=1307204 CPUtime=202.46 cores=0,2,4,6
/proc/23542/stat : 23542 (toysat) R 23539 23542 22681 0 -1 4202496 267723 0 0 0 20205 41 0 0 20 0 4 0 12119118 1338576896 268563 33554432000 4194304 16246674 140733881105552 140733881088552 5808492 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23542/statm: 326801 268563 788 2943 0 323695 0
[pid=23542/tid=23543] ppid=23539 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/23542/task/23543/stat : 23543 (toysat) S 23539 23542 22681 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12119118 1338576896 268563 33554432000 4194304 16246674 140733881105552 140134666185968 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=23542/tid=23544] ppid=23539 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/23542/task/23544/stat : 23544 (toysat) S 23539 23542 22681 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 12119118 1338576896 268563 33554432000 4194304 16246674 140733881105552 140134582299888 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=23542/tid=23545] ppid=23539 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/23542/task/23545/stat : 23545 (toysat) S 23539 23542 22681 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12119118 1338576896 268563 33554432000 4194304 16246674 140733881105552 140134571826352 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 202.46
Current children cumulated vsize (KiB) 1307204

[startup+202.7 s]
/proc/loadavg: 2.28 2.28 2.18 3/183 23549
/proc/meminfo: memFree=26172024/32872528 swapFree=1459604/1655828
[pid=23542] ppid=23539 vsize=1307204 CPUtime=202.66 cores=0,2,4,6
/proc/23542/stat : 23542 (toysat) R 23539 23542 22681 0 -1 4202496 267723 0 0 0 20225 41 0 0 20 0 4 0 12119118 1338576896 268563 33554432000 4194304 16246674 140733881105552 140733881088552 5822548 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23542/statm: 326801 268563 788 2943 0 323695 0
[pid=23542/tid=23543] ppid=23539 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/23542/task/23543/stat : 23543 (toysat) S 23539 23542 22681 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12119118 1338576896 268563 33554432000 4194304 16246674 140733881105552 140134666185968 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=23542/tid=23544] ppid=23539 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/23542/task/23544/stat : 23544 (toysat) S 23539 23542 22681 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 12119118 1338576896 268563 33554432000 4194304 16246674 140733881105552 140134582299888 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=23542/tid=23545] ppid=23539 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/23542/task/23545/stat : 23545 (toysat) S 23539 23542 22681 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12119118 1338576896 268563 33554432000 4194304 16246674 140733881105552 140134571826352 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 202.66
Current children cumulated vsize (KiB) 1307204

[startup+202.8 s]
/proc/loadavg: 2.28 2.28 2.18 3/183 23549
/proc/meminfo: memFree=26172024/32872528 swapFree=1459604/1655828
[pid=23542] ppid=23539 vsize=1307204 CPUtime=202.76 cores=0,2,4,6
/proc/23542/stat : 23542 (toysat) R 23539 23542 22681 0 -1 4202496 267723 0 0 0 20235 41 0 0 20 0 4 0 12119118 1338576896 268563 33554432000 4194304 16246674 140733881105552 140733881088552 12477688 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23542/statm: 326801 268563 788 2943 0 323695 0
[pid=23542/tid=23543] ppid=23539 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/23542/task/23543/stat : 23543 (toysat) S 23539 23542 22681 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 12119118 1338576896 268563 33554432000 4194304 16246674 140733881105552 140134666185968 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=23542/tid=23544] ppid=23539 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/23542/task/23544/stat : 23544 (toysat) S 23539 23542 22681 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 12119118 1338576896 268563 33554432000 4194304 16246674 140733881105552 140134582299888 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=23542/tid=23545] ppid=23539 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/23542/task/23545/stat : 23545 (toysat) S 23539 23542 22681 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 12119118 1338576896 268563 33554432000 4194304 16246674 140733881105552 140134571826352 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 202.76
Current children cumulated vsize (KiB) 1307204

Child status: 0
Real time (s): 202.861
CPU time (s): 202.829
CPU user time (s): 202.355
CPU system time (s): 0.473927
CPU usage (%): 99.9842
Max. virtual memory (cumulated for all children) (KiB): 1307204

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 202.355
system time used= 0.473927
maximum resident set size= 1074264
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 267728
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 19
involuntary context switches= 211

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.52292 second user time and 0.774882 second system time

The end

Launcher Data

Begin job on node136 at 2016-06-30 20:34:39
IDJOB=4120594
IDBENCH=110032
IDSOLVER=2542
FILE ID=node136/4120594-1467311679
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-n78-d3-i2-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-4120594-1467311679/watcher-4120594-1467311679 -o /tmp/evaluation-result-4120594-1467311679/solver-4120594-1467311679 -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-4120594-1467311679.opb

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

MD5SUM BENCH= d5e00f402b653584b2ccddff1c269fee
RANDOM SEED=335684703

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:        27246108 kB
Buffers:          192592 kB
Cached:          1930480 kB
SwapCached:            0 kB
Active:          1482652 kB
Inactive:        1738272 kB
Active(anon):    1100408 kB
Inactive(anon):        0 kB
Active(file):     382244 kB
Inactive(file):  1738272 kB
Unevictable:     1655828 kB
Mlocked:         1459604 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             16640 kB
Writeback:             0 kB
AnonPages:       2753936 kB
Mapped:            17080 kB
Shmem:               204 kB
Slab:             615456 kB
SReclaimable:      59200 kB
SUnreclaim:       556256 kB
KernelStack:        1528 kB
PageTables:         9160 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2889712 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    382976 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:38:02