Trace number 4097303

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 220.877 220.917

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/quimper/
SyncCodes/d_n_k/normalized-7_6_20.opb
MD5SUMc2d3205eb2890bd7f758c0aea5ccd35a
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.78288
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables756
Total number of constraints3542
Number of constraints which are clauses3537
Number of constraints which are cardinality constraints (but not clauses)5
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint27
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 20
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 47
Number of bits of the biggest sum of numbers6
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-17T00:43:33+0200
0.00/0.00	c version = 0.5.0
0.00/0.00	c githash = 1a49202
0.00/0.00	c compilationtime = 2016-05-02 00:19:28.990761 UTC
0.00/0.00	c arch = x86_64
0.00/0.00	c os = linux
0.00/0.00	c compiler = ghc 7.10
0.00/0.00	c packages:
0.00/0.00	c   OptDir-0.0.3
0.00/0.00	c   array-0.5.1.0
0.00/0.00	c   base-4.8.2.0
0.00/0.00	c   bytestring-0.10.6.0
0.00/0.00	c   bytestring-builder-0.10.6.0.0
0.00/0.00	c   clock-0.7.2
0.00/0.00	c   containers-0.5.6.2
0.00/0.00	c   data-default-0.5.3
0.00/0.00	c   data-default-class-0.0.1
0.00/0.00	c   data-interval-1.2.0
0.00/0.00	c   deepseq-1.4.1.1
0.00/0.00	c   directory-1.2.2.0
0.00/0.00	c   exceptions-0.8.2.1
0.00/0.00	c   extended-reals-0.2.1.0
0.00/0.00	c   filepath-1.4.0.0
0.00/0.00	c   finite-field-0.8.0
0.00/0.00	c   hashable-1.2.4.0
0.00/0.00	c   heaps-0.3.3
0.00/0.00	c   intern-0.9.1.4
0.00/0.00	c   loop-0.3.0
0.00/0.00	c   mtl-2.2.1
0.00/0.00	c   multiset-0.3.2
0.00/0.00	c   mwc-random-0.13.3.2
0.00/0.00	c   parse_dimacs-1.3
0.00/0.00	c   parsec-3.1.9
0.00/0.00	c   prettyclass-1.0.0.0
0.00/0.00	c   primes-0.2.1.0
0.00/0.00	c   primitive-0.6.1.0
0.00/0.00	c   process-1.2.3.0
0.00/0.00	c   pseudo-boolean-0.1.3.0
0.00/0.01	c   queue-0.1.2
0.00/0.01	c   semigroups-0.18.1
0.00/0.01	c   sign-0.4.3
0.00/0.01	c   stm-2.4.4.1
0.00/0.01	c   template-haskell-2.10.0.0
0.00/0.01	c   temporary-1.2.0.4
0.00/0.01	c   time-1.5.0.1
0.00/0.01	c   transformers-0.4.2.0
0.00/0.01	c   transformers-compat-0.5.1.4
0.00/0.01	c   type-level-numbers-0.1.1.1
0.00/0.01	c   unbounded-delays-0.1.0.9
0.00/0.01	c   unordered-containers-0.2.6.0
0.00/0.01	c   vector-0.11.0.0
0.00/0.01	c   vector-space-0.10.3
0.00/0.01	c command line = ["+RTS","-H1G","-M15500m","-K1G","-RTS","--pb","--search=bcd2","HOME/instance-4097303-1466117013.opb"]
0.00/0.01	c use --random-gen="1855815520 2879481673 69842849 3488077572 2830986301 3790483317 2413253968 746887397 944107667 315396583 3598676212 1348962167 1885043877 4133029456 3096585197 3968330119 3734726174 3471878118 1372632992 247706687 1147071800 2565233525 3824547400 2651003815 857591553 1016624521 3487043972 12629347 334172566 945210759 2689550687 2337739960 4120392916 4240235997 3125306399 401366873 1962674863 2854888834 3896814203 2754146897 3870112623 2960437994 2868579042 1024677460 896519443 4179792255 551185096 1890199839 1872500233 1691946802 1708843207 152241690 3197137008 544545620 437806264 2651016013 1732555352 1255998216 3517743494 2034706839 2182179711 2820922142 3310899026 4065601851 1453548271 4120620862 3806976773 3992464903 3194956249 658144852 726392612 3256269126 751185252 2355511531 3145235455 1859795351 2220344742 2693479563 2556485459 690434351 1532206711 3152823007 4055363235 2944130237 368217730 1489484435 2337212346 1434144423 3276013242 58571312 2839170146 237623610 3393045731 2681810564 1707123935 1327597223 1312896386 1449464930 1204194881 3306792054 874468143 1997368462 1280555825 1547569017 2596258495 2972809002 617601621 1648335942 2093385423 2869471152 3939812470 115875003 3845761557 900844972 3949670639 1533135255 2493199744 818144654 3964901832 812603080 1618333867 33772611 382343921 1401718894 444837141 524252949 1644966930 1823520361 205407055 1974728390 3002047434 2554267931 1781149815 601090787 3107633135 2523476018 1704671861 707179518 2112889017 239604361 2373154216 821318586 2234071464 400771898 2838086552 1066247360 2467442027 4133638717 421232052 1935490780 2572704704 1103644326 1958854588 688415741 1111352068 1888709041 318868330 884111967 2395022377 4267921589 2346303183 4268030410 1505384276 2862299516 4243269783 2849318370 422264398 1498077295 3454105382 1967574217 2360587479 2042976255 1796149950 3061736998 3636551992 2019878458 4264385815 2349367920 3714239920 775604301 895748751 1794005957 3462170030 3753619513 2189887222 1239933840 1295896012 26644004 808343932 777542974 52286897 900046322 616266072 16849535 3312538600 4111358406 2002993316 3538935068 385843756 766334992 2637110293 2255519514 3111742988 2021376688 14402948 893031706 4285347911 3872407391 884293592 3778913107 2514893749 1366459360 823680690 1278827643 766275394 390304418 2550120681 1654154825 2662912599 2640059090 2636316635 4155931794 4084898913 4068051465 786263276 3083706545 505160892 172219821 706022202 2051143880 1811051394 2813494637 3391999724 2074821875 1480404862 1038149710 904818692 3033816207 1759794942 4179928937 2642658665 3559862415 2135056968 3277853770 215068779 1388713290 4244330341 645977604 660033022 1112974230 1992558215 3413412876 2584409248 3825379964 3577976399 1300165400 255 362436" option to reproduce the execution
0.00/0.05	c #vars 756
0.00/0.05	c #constraints 3542
0.09/0.11	c Solving starts ...
0.09/0.11	c ============================[ Search Statistics ]============================
0.09/0.11	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.09/0.11	c       |         |          |          |    Limit     GC | Var      | Constra 
0.09/0.11	c =============================================================================
0.09/0.11	c  0.0s |       0 |        0 |        0 |     1431      0 |        5 |        0
0.09/0.14	c  0.0s |       1 |      123 |      100 |     1431      0 |        5 |      214
0.09/0.19	c  0.1s |       2 |      309 |      250 |     1575      0 |        5 |      214
0.19/0.27	c  0.2s |       3 |      568 |      475 |     1733      0 |        5 |      214
0.39/0.41	c  0.3s |       4 |      954 |      813 |     1907      0 |        5 |      214
0.58/0.63	c  0.5s |       5 |     1684 |     1320 |     2098      0 |        5 |      214
0.99/1.00	c  0.9s |       6 |     2613 |     2081 |     2539      0 |        5 |      214
1.49/1.52	c  1.4s |       7 |     3932 |     3223 |     2793      1 |        5 |      214
2.09/2.20	c  2.1s |       8 |     5965 |     4936 |     3073      2 |        5 |      214
2.98/3.09	c  3.0s |       9 |     9031 |     7506 |     3381      3 |        5 |      214
4.49/4.59	c  4.5s |      10 |    13477 |    11361 |     3720      5 |        5 |      214
6.59/6.61	c  6.5s |      10 |    19559 |    16461 |     3720      8 |        5 |      214
6.88/6.90	c  6.8s |      11 |    20393 |    17144 |     4093      8 |        5 |      214
8.90/8.92	c  8.8s |      11 |    26139 |    21844 |     4093     10 |        5 |      214
10.49/10.59	c 10.5s |      12 |    30722 |    25819 |     4503     12 |        5 |      214
12.59/12.60	c 12.5s |      12 |    36285 |    30619 |     4503     14 |        5 |      214
14.59/14.63	c 14.5s |      12 |    41575 |    35119 |     4503     16 |        5 |      214
16.50/16.55	c 16.4s |      13 |    46045 |    38832 |     4954     17 |        5 |      214
18.49/18.56	c 18.5s |      13 |    51112 |    43132 |     4954     19 |        5 |      214
20.49/20.58	c 20.5s |      13 |    56193 |    47432 |     4954     21 |        5 |      214
22.49/22.59	c 22.5s |      13 |    61106 |    51832 |     4954     23 |        5 |      214
24.59/24.60	c 24.5s |      13 |    66730 |    56732 |     4954     24 |        5 |      214
25.29/25.34	c 25.2s |      14 |    68848 |    58352 |     5450     25 |        5 |      214
27.29/27.37	c 27.3s |      14 |    73842 |    62552 |     5450     26 |        5 |      214
29.29/29.39	c 29.3s |      14 |    78658 |    66652 |     5450     28 |        5 |      214
31.38/31.42	c 31.3s |      14 |    83544 |    70952 |     5450     29 |        5 |      214
33.38/33.44	c 33.3s |      14 |    89033 |    75552 |     5450     31 |        5 |      214
35.38/35.44	c 35.3s |      14 |    94339 |    80052 |     5450     33 |        5 |      214
37.39/37.48	c 37.4s |      14 |   100042 |    84652 |     5450     34 |        5 |      214
38.68/38.73	c 38.6s |      15 |   103540 |    87632 |     5996     35 |        5 |      214
40.69/40.74	c 40.6s |      15 |   109079 |    92332 |     5996     37 |        5 |      214
42.68/42.76	c 42.7s |      15 |   114433 |    96932 |     5996     38 |        5 |      214
44.68/44.78	c 44.7s |      15 |   119474 |   101332 |     5996     40 |        5 |      214
46.78/46.83	c 46.7s |      15 |   124564 |   105732 |     5996     41 |        5 |      214
48.78/48.86	c 48.7s |      15 |   129581 |   110132 |     5996     42 |        5 |      214
50.78/50.86	c 50.8s |      15 |   135052 |   114632 |     5996     44 |        5 |      214
52.78/52.86	c 52.8s |      15 |   140153 |   118932 |     5996     45 |        5 |      214
54.88/54.90	c 54.8s |      15 |   145088 |   123132 |     5996     47 |        5 |      214
56.88/56.92	c 56.8s |      15 |   149999 |   127332 |     5996     48 |        5 |      214
58.88/58.91	c 58.8s |      16 |   155191 |   131552 |     6596     49 |        5 |      214
60.88/60.98	c 60.9s |      16 |   160306 |   135752 |     6596     51 |        5 |      214
62.98/63.00	c 62.9s |      16 |   164989 |   139752 |     6596     52 |        5 |      214
64.98/65.03	c 64.9s |      16 |   169894 |   144052 |     6596     53 |        5 |      214
66.97/67.09	c 67.0s |      16 |   174830 |   148252 |     6596     54 |        5 |      214
68.97/69.10	c 69.0s |      16 |   179848 |   152452 |     6596     55 |        5 |      214
71.07/71.11	c 71.0s |      16 |   185292 |   157052 |     6596     57 |        5 |      214
73.07/73.13	c 73.0s |      16 |   190293 |   161152 |     6596     58 |        5 |      214
75.07/75.14	c 75.0s |      16 |   195434 |   165152 |     6596     59 |        5 |      214
77.08/77.14	c 77.0s |      16 |   199684 |   169052 |     6596     60 |        5 |      214
79.07/79.17	c 79.1s |      16 |   204992 |   173552 |     6596     62 |        5 |      214
81.07/81.18	c 81.1s |      16 |   209561 |   177552 |     6596     63 |        5 |      214
83.17/83.22	c 83.1s |      16 |   214213 |   181552 |     6596     64 |        5 |      214
85.17/85.25	c 85.1s |      16 |   219346 |   185952 |     6596     65 |        5 |      214
87.17/87.27	c 87.2s |      16 |   224589 |   190452 |     6596     67 |        5 |      214
89.17/89.29	c 89.2s |      16 |   229944 |   194852 |     6596     68 |        5 |      214
90.58/90.69	c 90.6s |      17 |   232952 |   197432 |     7256     69 |        5 |      214
92.67/92.73	c 92.6s |      17 |   237681 |   201432 |     7256     70 |        5 |      214
94.68/94.73	c 94.6s |      17 |   242490 |   205632 |     7256     71 |        5 |      214
96.67/96.78	c 96.7s |      17 |   247317 |   209732 |     7256     72 |        5 |      214
98.77/98.83	c 98.7s |      17 |   252128 |   213632 |     7256     73 |        5 |      214
100.77/100.84	c  100s |      17 |   256079 |   217032 |     7256     74 |        5 |      214
102.77/102.87	c  102s |      17 |   260331 |   220532 |     7256     75 |        5 |      214
104.87/104.91	c  104s |      17 |   264930 |   224132 |     7256     76 |        5 |      214
106.87/106.93	c  106s |      17 |   269198 |   227532 |     7256     77 |        5 |      214
108.88/108.96	c  108s |      17 |   274105 |   231332 |     7256     78 |        5 |      214
110.87/110.97	c  110s |      17 |   278794 |   235132 |     7256     79 |        5 |      214
112.87/112.98	c  112s |      17 |   283366 |   238932 |     7256     80 |        5 |      214
114.87/114.99	c  114s |      17 |   287947 |   242832 |     7256     81 |        6 |      267
116.97/117.00	c  116s |      17 |   292416 |   246732 |     7256     82 |        6 |      267
118.97/119.04	c  118s |      17 |   296880 |   250632 |     7256     83 |        6 |      267
120.97/121.07	c  120s |      17 |   301192 |   254432 |     7256     84 |        6 |      267
123.07/123.10	c  122s |      17 |   306153 |   258832 |     7256     85 |        6 |      267
125.07/125.13	c  125s |      17 |   310925 |   262932 |     7256     86 |        6 |      267
127.07/127.14	c  127s |      17 |   315846 |   267232 |     7256     87 |        6 |      267
129.07/129.16	c  129s |      17 |   320933 |   271432 |     7256     88 |        6 |      267
131.17/131.24	c  131s |      17 |   325665 |   275432 |     7256     90 |        6 |      267
133.17/133.28	c  133s |      17 |   330326 |   279432 |     7256     91 |        6 |      267
135.27/135.32	c  135s |      17 |   335168 |   283632 |     7256     92 |        6 |      267
137.27/137.33	c  137s |      17 |   340139 |   288032 |     7256     93 |        6 |      267
139.27/139.34	c  139s |      17 |   344499 |   291932 |     7256     94 |        6 |      267
141.27/141.38	c  141s |      17 |   349021 |   296032 |     7982     95 |        6 |      267
141.37/141.48	c  141s |      18 |   349266 |   296252 |     7982     95 |        6 |      267
143.47/143.52	c  143s |      18 |   353406 |   299952 |     7982     96 |        6 |      267
145.46/145.57	c  145s |      18 |   358393 |   304152 |     7982     97 |        6 |      267
147.56/147.61	c  147s |      18 |   362552 |   307752 |     7982     98 |        6 |      267
149.57/149.64	c  149s |      18 |   367109 |   311552 |     7982     99 |        6 |      267
151.56/151.67	c  151s |      18 |   371747 |   315552 |     7982    100 |        6 |      267
153.66/153.70	c  153s |      18 |   376714 |   319752 |     7982    101 |        6 |      267
155.66/155.73	c  155s |      18 |   381206 |   323652 |     7982    102 |        6 |      267
157.66/157.77	c  157s |      18 |   385970 |   327452 |     7982    103 |        6 |      267
159.66/159.78	c  159s |      18 |   390483 |   331352 |     7982    104 |        6 |      267
161.67/161.79	c  161s |      18 |   395052 |   335152 |     7982    105 |        6 |      267
163.76/163.89	c  163s |      18 |   399562 |   339052 |     7982    106 |        6 |      267
165.86/165.93	c  165s |      18 |   404291 |   343152 |     7982    107 |        6 |      267
167.86/167.95	c  167s |      18 |   409530 |   347652 |     7982    108 |        6 |      267
169.86/169.99	c  169s |      18 |   414376 |   351852 |     7982    109 |        6 |      267
171.96/172.02	c  171s |      18 |   419065 |   355952 |     7982    110 |        6 |      267
173.96/174.04	c  173s |      18 |   423784 |   360152 |     7982    111 |        6 |      267
175.97/176.05	c  175s |      18 |   428406 |   364052 |     7982    112 |        6 |      267
177.96/178.05	c  177s |      18 |   432935 |   368052 |     7982    113 |        6 |      267
179.96/180.08	c  179s |      18 |   438166 |   372252 |     7982    114 |        6 |      267
182.06/182.12	c  182s |      18 |   442991 |   376452 |     7982    115 |        6 |      267
184.06/184.12	c  184s |      18 |   447779 |   380552 |     7982    116 |        6 |      267
186.06/186.13	c  186s |      18 |   452529 |   384552 |     7982    117 |        6 |      267
188.06/188.14	c  188s |      18 |   457327 |   388652 |     7982    118 |        6 |      267
190.06/190.18	c  190s |      18 |   462504 |   393252 |     7982    119 |        6 |      267
192.06/192.18	c  192s |      18 |   467411 |   397752 |     7982    120 |        6 |      267
194.16/194.21	c  194s |      18 |   472263 |   401952 |     7982    121 |        6 |      267
196.16/196.25	c  196s |      18 |   476491 |   405552 |     7982    122 |        6 |      267
198.16/198.29	c  198s |      18 |   480852 |   409252 |     7982    123 |        6 |      267
200.26/200.31	c  200s |      18 |   485307 |   413152 |     7982    124 |        6 |      267
202.26/202.34	c  202s |      18 |   490454 |   417752 |     7982    124 |       60 |      466
204.26/204.37	c  204s |      18 |   495455 |   422252 |     7982    125 |       60 |      466
206.35/206.41	c  206s |      18 |   500253 |   426652 |     7982    126 |       60 |      466
208.35/208.45	c  208s |      18 |   505073 |   431152 |     7982    127 |       60 |      466
210.35/210.49	c  210s |      18 |   509864 |   435552 |     7982    127 |       63 |      519
212.45/212.51	c  212s |      18 |   514502 |   439652 |     7982    128 |       68 |      576
214.35/214.49	c  214s |      19 |   520266 |   444482 |     8781    128 |       68 |      576
216.45/216.53	c  216s |      19 |   524679 |   448082 |     8781    129 |       68 |      576
218.45/218.54	c  218s |      19 |   528973 |   451682 |     8781    129 |       75 |      637
220.45/220.59	c  220s |      19 |   534287 |   455782 |     8781    129 |       85 |      744
220.75/220.85	c  220s |      19 |   534828 |   456196 |     8781    129 |      328 |     2103
220.75/220.85	c #cpu_time = 220.159s
220.75/220.85	c #wall_clock_time = 220.742s
220.75/220.85	c #decision = 534828
220.75/220.85	c #random_decision = 1937
220.75/220.85	c #conflict = 456196
220.75/220.85	c #restart = 19
220.75/220.85	s UNSATISFIABLE
220.75/220.85	c total CPU time = 220.266s
220.75/220.85	c total wall clock time = 220.849s

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

pid=2839
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.21 2.21 2.18 3/179 2842
/proc/meminfo: memFree=29089732/32872528 swapFree=1541688/1694988
[pid=2842] ppid=2839 vsize=432572 CPUtime=0 cores=0,2,4,6
/proc/2842/stat : 2842 (toysat) R 2839 2842 31715 0 -1 4202496 1557 0 0 0 0 0 0 0 20 0 4 0 13747949 442953728 2430 33554432000 4194304 16246674 140735635038832 140735635038256 13880264 0 2 0 34082818 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2842/statm: 108655 2439 441 2943 0 105549 0
[pid=2842/tid=2843] ppid=2839 vsize=464316 CPUtime=0 cores=0,2,4,6
/proc/2842/task/2843/stat : 2843 (toysat) S 2839 2842 31715 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 13747949 475459584 2557 33554432000 4194304 16246674 140735635038832 139654632287472 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=2842/tid=2844] ppid=2839 vsize=469436 CPUtime=0 cores=0,2,4,6
/proc/2842/task/2844/stat : 2844 (toysat) S 2839 2842 31715 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 13747949 480702464 2574 33554432000 4194304 16246674 140735635038832 139654552595696 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=2842/tid=2845] ppid=2839 vsize=473532 CPUtime=0 cores=0,2,4,6
/proc/2842/task/2845/stat : 2845 (toysat) S 2839 2842 31715 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 13747949 484896768 2592 33554432000 4194304 16246674 140735635038832 139654542122160 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0

[startup+0.100123 s]
/proc/loadavg: 2.21 2.21 2.18 3/179 2842
/proc/meminfo: memFree=29089732/32872528 swapFree=1541688/1694988
[pid=2842] ppid=2839 vsize=1218116 CPUtime=0.09 cores=0,2,4,6
/proc/2842/stat : 2842 (toysat) R 2839 2842 31715 0 -1 4202496 25461 0 0 0 5 4 0 0 20 0 4 0 13747949 1247350784 26324 33554432000 4194304 16246674 140735635038832 140735635038256 6155377 0 0 0 34082818 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2842/statm: 304529 26324 635 2943 0 301423 0
[pid=2842/tid=2843] ppid=2839 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/2842/task/2843/stat : 2843 (toysat) S 2839 2842 31715 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 13747949 1247350784 26329 33554432000 4194304 16246674 140735635038832 139654632287472 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=2842/tid=2844] ppid=2839 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/2842/task/2844/stat : 2844 (toysat) S 2839 2842 31715 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 13747949 1247350784 26334 33554432000 4194304 16246674 140735635038832 139654552595696 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=2842/tid=2845] ppid=2839 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/2842/task/2845/stat : 2845 (toysat) S 2839 2842 31715 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 13747949 1247350784 26341 33554432000 4194304 16246674 140735635038832 139654542122160 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.200459 s]
/proc/loadavg: 2.21 2.21 2.18 3/179 2842
/proc/meminfo: memFree=29089732/32872528 swapFree=1541688/1694988
[pid=2842] ppid=2839 vsize=1218116 CPUtime=0.19 cores=0,2,4,6
/proc/2842/stat : 2842 (toysat) R 2839 2842 31715 0 -1 4202496 45223 0 0 0 11 8 0 0 20 0 4 0 13747949 1247350784 46084 33554432000 4194304 16246674 140735635038832 140735635038256 5661217 0 0 0 34082818 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2842/statm: 304529 46089 719 2943 0 301423 0
[pid=2842/tid=2843] ppid=2839 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/2842/task/2843/stat : 2843 (toysat) S 2839 2842 31715 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 13747949 1247350784 46094 33554432000 4194304 16246674 140735635038832 139654632287472 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=2842/tid=2844] ppid=2839 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/2842/task/2844/stat : 2844 (toysat) S 2839 2842 31715 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 13747949 1247350784 46100 33554432000 4194304 16246674 140735635038832 139654552595696 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=2842/tid=2845] ppid=2839 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/2842/task/2845/stat : 2845 (toysat) S 2839 2842 31715 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 13747949 1247350784 46106 33554432000 4194304 16246674 140735635038832 139654542122160 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.300415 s]
/proc/loadavg: 2.21 2.21 2.18 3/179 2842
/proc/meminfo: memFree=29089732/32872528 swapFree=1541688/1694988
[pid=2842] ppid=2839 vsize=1218116 CPUtime=0.29 cores=0,2,4,6
/proc/2842/stat : 2842 (toysat) R 2839 2842 31715 0 -1 4202496 65132 0 0 0 19 10 0 0 20 0 4 0 13747949 1247350784 65993 33554432000 4194304 16246674 140735635038832 140735635020736 13954518 0 0 0 34082818 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2842/statm: 304529 66003 719 2943 0 301423 0
[pid=2842/tid=2843] ppid=2839 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/2842/task/2843/stat : 2843 (toysat) S 2839 2842 31715 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 13747949 1247350784 66008 33554432000 4194304 16246674 140735635038832 139654632287472 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=2842/tid=2844] ppid=2839 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/2842/task/2844/stat : 2844 (toysat) S 2839 2842 31715 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 13747949 1247350784 66013 33554432000 4194304 16246674 140735635038832 139654552595696 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=2842/tid=2845] ppid=2839 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/2842/task/2845/stat : 2845 (toysat) S 2839 2842 31715 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 13747949 1247350784 66020 33554432000 4194304 16246674 140735635038832 139654542122160 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.700348 s]
/proc/loadavg: 2.21 2.21 2.18 3/179 2842
/proc/meminfo: memFree=29089732/32872528 swapFree=1541688/1694988
[pid=2842] ppid=2839 vsize=1218116 CPUtime=0.68 cores=0,2,4,6
/proc/2842/stat : 2842 (toysat) R 2839 2842 31715 0 -1 4202496 143877 0 0 0 46 22 0 0 20 0 4 0 13747949 1247350784 144738 33554432000 4194304 16246674 140735635038832 140735635020736 5677541 0 0 0 34082818 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2842/statm: 304529 144745 719 2943 0 301423 0
[pid=2842/tid=2843] ppid=2839 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/2842/task/2843/stat : 2843 (toysat) S 2839 2842 31715 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 13747949 1247350784 144749 33554432000 4194304 16246674 140735635038832 139654632287472 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=2842/tid=2844] ppid=2839 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/2842/task/2844/stat : 2844 (toysat) S 2839 2842 31715 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 13747949 1247350784 144755 33554432000 4194304 16246674 140735635038832 139654552595696 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=2842/tid=2845] ppid=2839 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/2842/task/2845/stat : 2845 (toysat) S 2839 2842 31715 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 13747949 1247350784 144759 33554432000 4194304 16246674 140735635038832 139654542122160 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 1218116

[startup+1.50036 s]
/proc/loadavg: 2.21 2.21 2.18 3/183 2846
/proc/meminfo: memFree=28209280/32872528 swapFree=1541688/1694988
[pid=2842] ppid=2839 vsize=1222212 CPUtime=1.49 cores=0,2,4,6
/proc/2842/stat : 2842 (toysat) R 2839 2842 31715 0 -1 4202496 246347 0 0 0 111 38 0 0 20 0 4 0 13747949 1251545088 247188 33554432000 4194304 16246674 140735635038832 140735635038144 5830049 0 0 0 34082818 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2842/statm: 305553 247188 795 2943 0 302447 0
[pid=2842/tid=2843] ppid=2839 vsize=1222212 CPUtime=0 cores=0,2,4,6
/proc/2842/task/2843/stat : 2843 (toysat) S 2839 2842 31715 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 13747949 1251545088 247188 33554432000 4194304 16246674 140735635038832 139654632287472 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=2842/tid=2844] ppid=2839 vsize=1222212 CPUtime=0 cores=0,2,4,6
/proc/2842/task/2844/stat : 2844 (toysat) S 2839 2842 31715 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 13747949 1251545088 247188 33554432000 4194304 16246674 140735635038832 139654552595696 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=2842/tid=2845] ppid=2839 vsize=1222212 CPUtime=0 cores=0,2,4,6
/proc/2842/task/2845/stat : 2845 (toysat) S 2839 2842 31715 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 13747949 1251545088 247188 33554432000 4194304 16246674 140735635038832 139654542122160 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) 1222212

[startup+3.10035 s]
/proc/loadavg: 2.21 2.21 2.18 3/183 2846
/proc/meminfo: memFree=28064780/32872528 swapFree=1541688/1694988
[pid=2842] ppid=2839 vsize=1302084 CPUtime=3.08 cores=0,2,4,6
/proc/2842/stat : 2842 (toysat) R 2839 2842 31715 0 -1 4202496 266445 0 0 0 268 40 0 0 20 0 4 0 13747949 1333334016 267286 33554432000 4194304 16246674 140735635038832 140735635021824 5531312 0 0 0 34082818 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2842/statm: 325521 267286 795 2943 0 322415 0
[pid=2842/tid=2843] ppid=2839 vsize=1302084 CPUtime=0 cores=0,2,4,6
/proc/2842/task/2843/stat : 2843 (toysat) S 2839 2842 31715 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 13747949 1333334016 267286 33554432000 4194304 16246674 140735635038832 139654632287472 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=2842/tid=2844] ppid=2839 vsize=1302084 CPUtime=0 cores=0,2,4,6
/proc/2842/task/2844/stat : 2844 (toysat) S 2839 2842 31715 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 13747949 1333334016 267286 33554432000 4194304 16246674 140735635038832 139654552595696 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=2842/tid=2845] ppid=2839 vsize=1302084 CPUtime=0 cores=0,2,4,6
/proc/2842/task/2845/stat : 2845 (toysat) S 2839 2842 31715 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 13747949 1333334016 267286 33554432000 4194304 16246674 140735635038832 139654542122160 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 1302084

[startup+6.30036 s]
/proc/loadavg: 2.19 2.21 2.18 3/183 2846
/proc/meminfo: memFree=28015072/32872528 swapFree=1541688/1694988
[pid=2842] ppid=2839 vsize=1307204 CPUtime=6.28 cores=0,2,4,6
/proc/2842/stat : 2842 (toysat) R 2839 2842 31715 0 -1 4202496 267695 0 0 0 588 40 0 0 20 0 4 0 13747949 1338576896 268536 33554432000 4194304 16246674 140735635038832 140735635020736 12459912 0 0 0 34082818 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2842/statm: 326801 268536 797 2943 0 323695 0
[pid=2842/tid=2843] ppid=2839 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/2842/task/2843/stat : 2843 (toysat) S 2839 2842 31715 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 13747949 1338576896 268536 33554432000 4194304 16246674 140735635038832 139654632287472 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=2842/tid=2844] ppid=2839 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/2842/task/2844/stat : 2844 (toysat) S 2839 2842 31715 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 13747949 1338576896 268536 33554432000 4194304 16246674 140735635038832 139654552595696 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=2842/tid=2845] ppid=2839 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/2842/task/2845/stat : 2845 (toysat) S 2839 2842 31715 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 13747949 1338576896 268536 33554432000 4194304 16246674 140735635038832 139654542122160 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 1307204

[startup+12.7004 s]
/proc/loadavg: 2.18 2.20 2.18 4/183 2846
/proc/meminfo: memFree=28011020/32872528 swapFree=1541688/1694988
[pid=2842] ppid=2839 vsize=1312324 CPUtime=12.69 cores=0,2,4,6
/proc/2842/stat : 2842 (toysat) R 2839 2842 31715 0 -1 4202496 269113 0 0 0 1228 41 0 0 20 0 4 0 13747949 1343819776 269954 33554432000 4194304 16246674 140735635038832 140735635037928 5823863 0 0 0 34082818 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2842/statm: 328081 269954 797 2943 0 324975 0
[pid=2842/tid=2843] ppid=2839 vsize=1312324 CPUtime=0 cores=0,2,4,6
/proc/2842/task/2843/stat : 2843 (toysat) S 2839 2842 31715 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 13747949 1343819776 269954 33554432000 4194304 16246674 140735635038832 139654632287472 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=2842/tid=2844] ppid=2839 vsize=1312324 CPUtime=0 cores=0,2,4,6
/proc/2842/task/2844/stat : 2844 (toysat) S 2839 2842 31715 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 13747949 1343819776 269954 33554432000 4194304 16246674 140735635038832 139654552595696 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=2842/tid=2845] ppid=2839 vsize=1312324 CPUtime=0 cores=0,2,4,6
/proc/2842/task/2845/stat : 2845 (toysat) S 2839 2842 31715 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 13747949 1343819776 269954 33554432000 4194304 16246674 140735635038832 139654542122160 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) 1312324

[startup+25.5004 s]
/proc/loadavg: 2.20 2.21 2.18 3/183 2846
/proc/meminfo: memFree=28010568/32872528 swapFree=1541688/1694988
[pid=2842] ppid=2839 vsize=1312324 CPUtime=25.49 cores=0,2,4,6
/proc/2842/stat : 2842 (toysat) R 2839 2842 31715 0 -1 4202496 269113 0 0 0 2508 41 0 0 20 0 4 0 13747949 1343819776 269954 33554432000 4194304 16246674 140735635038832 140735635020736 5822878 0 0 0 34082818 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2842/statm: 328081 269954 797 2943 0 324975 0
[pid=2842/tid=2843] ppid=2839 vsize=1312324 CPUtime=0 cores=0,2,4,6
/proc/2842/task/2843/stat : 2843 (toysat) S 2839 2842 31715 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 13747949 1343819776 269954 33554432000 4194304 16246674 140735635038832 139654632287472 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=2842/tid=2844] ppid=2839 vsize=1312324 CPUtime=0 cores=0,2,4,6
/proc/2842/task/2844/stat : 2844 (toysat) S 2839 2842 31715 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 13747949 1343819776 269954 33554432000 4194304 16246674 140735635038832 139654552595696 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=2842/tid=2845] ppid=2839 vsize=1312324 CPUtime=0 cores=0,2,4,6
/proc/2842/task/2845/stat : 2845 (toysat) S 2839 2842 31715 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 13747949 1343819776 269954 33554432000 4194304 16246674 140735635038832 139654542122160 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) 1312324

[startup+51.1004 s]
/proc/loadavg: 2.13 2.19 2.18 3/183 2846
/proc/meminfo: memFree=28007688/32872528 swapFree=1541688/1694988
[pid=2842] ppid=2839 vsize=1315396 CPUtime=51.08 cores=0,2,4,6
/proc/2842/stat : 2842 (toysat) R 2839 2842 31715 0 -1 4202496 269881 0 0 0 5067 41 0 0 20 0 4 0 13747949 1346965504 270722 33554432000 4194304 16246674 140735635038832 140735635020736 5822484 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/2842/statm: 328849 270722 797 2943 0 325743 0
[pid=2842/tid=2843] ppid=2839 vsize=1315396 CPUtime=0 cores=0,2,4,6
/proc/2842/task/2843/stat : 2843 (toysat) S 2839 2842 31715 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 13747949 1346965504 270722 33554432000 4194304 16246674 140735635038832 139654632287472 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=2842/tid=2844] ppid=2839 vsize=1315396 CPUtime=0 cores=0,2,4,6
/proc/2842/task/2844/stat : 2844 (toysat) S 2839 2842 31715 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 13747949 1346965504 270722 33554432000 4194304 16246674 140735635038832 139654552595696 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=2842/tid=2845] ppid=2839 vsize=1315396 CPUtime=0 cores=0,2,4,6
/proc/2842/task/2845/stat : 2845 (toysat) S 2839 2842 31715 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 13747949 1346965504 270722 33554432000 4194304 16246674 140735635038832 139654542122160 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 1315396

[startup+102.3 s]
/proc/loadavg: 2.29 2.22 2.19 4/183 2847
/proc/meminfo: memFree=28003444/32872528 swapFree=1541688/1694988
[pid=2842] ppid=2839 vsize=1319492 CPUtime=102.28 cores=0,2,4,6
/proc/2842/stat : 2842 (toysat) R 2839 2842 31715 0 -1 4202496 270905 0 0 0 10186 42 0 0 20 0 4 0 13747949 1351159808 271746 33554432000 4194304 16246674 140735635038832 140735635020736 5808464 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/2842/statm: 329873 271746 797 2943 0 326767 0
[pid=2842/tid=2843] ppid=2839 vsize=1319492 CPUtime=0 cores=0,2,4,6
/proc/2842/task/2843/stat : 2843 (toysat) S 2839 2842 31715 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 13747949 1351159808 271746 33554432000 4194304 16246674 140735635038832 139654632287472 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=2842/tid=2844] ppid=2839 vsize=1319492 CPUtime=0 cores=0,2,4,6
/proc/2842/task/2844/stat : 2844 (toysat) S 2839 2842 31715 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 13747949 1351159808 271746 33554432000 4194304 16246674 140735635038832 139654552595696 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=2842/tid=2845] ppid=2839 vsize=1319492 CPUtime=0 cores=0,2,4,6
/proc/2842/task/2845/stat : 2845 (toysat) S 2839 2842 31715 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 13747949 1351159808 271746 33554432000 4194304 16246674 140735635038832 139654542122160 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) 1319492

[startup+162.3 s]
/proc/loadavg: 2.34 2.25 2.20 3/183 2849
/proc/meminfo: memFree=28003336/32872528 swapFree=1541688/1694988
[pid=2842] ppid=2839 vsize=1319492 CPUtime=162.26 cores=0,2,4,6
/proc/2842/stat : 2842 (toysat) R 2839 2842 31715 0 -1 4202496 270905 0 0 0 16184 42 0 0 20 0 4 0 13747949 1351159808 271746 33554432000 4194304 16246674 140735635038832 140735635020736 5523460 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/2842/statm: 329873 271746 797 2943 0 326767 0
[pid=2842/tid=2843] ppid=2839 vsize=1319492 CPUtime=0 cores=0,2,4,6
/proc/2842/task/2843/stat : 2843 (toysat) S 2839 2842 31715 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 13747949 1351159808 271746 33554432000 4194304 16246674 140735635038832 139654632287472 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=2842/tid=2844] ppid=2839 vsize=1319492 CPUtime=0 cores=0,2,4,6
/proc/2842/task/2844/stat : 2844 (toysat) S 2839 2842 31715 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 13747949 1351159808 271746 33554432000 4194304 16246674 140735635038832 139654552595696 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=2842/tid=2845] ppid=2839 vsize=1319492 CPUtime=0 cores=0,2,4,6
/proc/2842/task/2845/stat : 2845 (toysat) S 2839 2842 31715 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 13747949 1351159808 271746 33554432000 4194304 16246674 140735635038832 139654542122160 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 1319492

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

[startup+179.2 s]
/proc/loadavg: 2.30 2.25 2.19 3/183 2849
/proc/meminfo: memFree=28003432/32872528 swapFree=1541688/1694988
[pid=2842] ppid=2839 vsize=1319492 CPUtime=179.16 cores=0,2,4,6
/proc/2842/stat : 2842 (toysat) R 2839 2842 31715 0 -1 4202496 270905 0 0 0 17874 42 0 0 20 0 4 0 13747949 1351159808 271746 33554432000 4194304 16246674 140735635038832 140735635020736 6010834 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/2842/statm: 329873 271746 797 2943 0 326767 0
[pid=2842/tid=2843] ppid=2839 vsize=1319492 CPUtime=0 cores=0,2,4,6
/proc/2842/task/2843/stat : 2843 (toysat) S 2839 2842 31715 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 13747949 1351159808 271746 33554432000 4194304 16246674 140735635038832 139654632287472 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=2842/tid=2844] ppid=2839 vsize=1319492 CPUtime=0 cores=0,2,4,6
/proc/2842/task/2844/stat : 2844 (toysat) S 2839 2842 31715 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 13747949 1351159808 271746 33554432000 4194304 16246674 140735635038832 139654552595696 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=2842/tid=2845] ppid=2839 vsize=1319492 CPUtime=0 cores=0,2,4,6
/proc/2842/task/2845/stat : 2845 (toysat) S 2839 2842 31715 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 13747949 1351159808 271746 33554432000 4194304 16246674 140735635038832 139654542122160 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) 1319492

[startup+204.8 s]
/proc/loadavg: 2.33 2.26 2.20 3/183 2850
/proc/meminfo: memFree=28003488/32872528 swapFree=1541688/1694988
[pid=2842] ppid=2839 vsize=1319492 CPUtime=204.75 cores=0,2,4,6
/proc/2842/stat : 2842 (toysat) R 2839 2842 31715 0 -1 4202496 270906 0 0 0 20433 42 0 0 20 0 4 0 13747949 1351159808 271747 33554432000 4194304 16246674 140735635038832 140735635020736 5822484 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/2842/statm: 329873 271747 798 2943 0 326767 0
[pid=2842/tid=2843] ppid=2839 vsize=1319492 CPUtime=0 cores=0,2,4,6
/proc/2842/task/2843/stat : 2843 (toysat) S 2839 2842 31715 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 13747949 1351159808 271747 33554432000 4194304 16246674 140735635038832 139654632287472 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=2842/tid=2844] ppid=2839 vsize=1319492 CPUtime=0 cores=0,2,4,6
/proc/2842/task/2844/stat : 2844 (toysat) S 2839 2842 31715 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 13747949 1351159808 271747 33554432000 4194304 16246674 140735635038832 139654552595696 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=2842/tid=2845] ppid=2839 vsize=1319492 CPUtime=0 cores=0,2,4,6
/proc/2842/task/2845/stat : 2845 (toysat) S 2839 2842 31715 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 13747949 1351159808 271747 33554432000 4194304 16246674 140735635038832 139654542122160 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 204.75
Current children cumulated vsize (KiB) 1319492

[startup+211.2 s]
/proc/loadavg: 2.30 2.26 2.20 3/183 2850
/proc/meminfo: memFree=28003492/32872528 swapFree=1541688/1694988
[pid=2842] ppid=2839 vsize=1319492 CPUtime=211.16 cores=0,2,4,6
/proc/2842/stat : 2842 (toysat) R 2839 2842 31715 0 -1 4202496 270906 0 0 0 21074 42 0 0 20 0 4 0 13747949 1351159808 271747 33554432000 4194304 16246674 140735635038832 140735635020736 5672056 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/2842/statm: 329873 271747 798 2943 0 326767 0
[pid=2842/tid=2843] ppid=2839 vsize=1319492 CPUtime=0 cores=0,2,4,6
/proc/2842/task/2843/stat : 2843 (toysat) S 2839 2842 31715 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 13747949 1351159808 271747 33554432000 4194304 16246674 140735635038832 139654632287472 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=2842/tid=2844] ppid=2839 vsize=1319492 CPUtime=0 cores=0,2,4,6
/proc/2842/task/2844/stat : 2844 (toysat) S 2839 2842 31715 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 13747949 1351159808 271747 33554432000 4194304 16246674 140735635038832 139654552595696 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=2842/tid=2845] ppid=2839 vsize=1319492 CPUtime=0 cores=0,2,4,6
/proc/2842/task/2845/stat : 2845 (toysat) S 2839 2842 31715 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 13747949 1351159808 271747 33554432000 4194304 16246674 140735635038832 139654542122160 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 211.16
Current children cumulated vsize (KiB) 1319492

[startup+217.6 s]
/proc/loadavg: 2.28 2.25 2.20 3/183 2850
/proc/meminfo: memFree=28003476/32872528 swapFree=1541688/1694988
[pid=2842] ppid=2839 vsize=1319492 CPUtime=217.55 cores=0,2,4,6
/proc/2842/stat : 2842 (toysat) R 2839 2842 31715 0 -1 4202496 270906 0 0 0 21713 42 0 0 20 0 4 0 13747949 1351159808 271747 33554432000 4194304 16246674 140735635038832 140735635020736 5822488 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/2842/statm: 329873 271747 798 2943 0 326767 0
[pid=2842/tid=2843] ppid=2839 vsize=1319492 CPUtime=0 cores=0,2,4,6
/proc/2842/task/2843/stat : 2843 (toysat) S 2839 2842 31715 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 13747949 1351159808 271747 33554432000 4194304 16246674 140735635038832 139654632287472 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=2842/tid=2844] ppid=2839 vsize=1319492 CPUtime=0 cores=0,2,4,6
/proc/2842/task/2844/stat : 2844 (toysat) S 2839 2842 31715 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 13747949 1351159808 271747 33554432000 4194304 16246674 140735635038832 139654552595696 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=2842/tid=2845] ppid=2839 vsize=1319492 CPUtime=0 cores=0,2,4,6
/proc/2842/task/2845/stat : 2845 (toysat) S 2839 2842 31715 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 13747949 1351159808 271747 33554432000 4194304 16246674 140735635038832 139654542122160 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 217.55
Current children cumulated vsize (KiB) 1319492

[startup+219.2 s]
/proc/loadavg: 2.26 2.25 2.19 4/183 2850
/proc/meminfo: memFree=28003476/32872528 swapFree=1541688/1694988
[pid=2842] ppid=2839 vsize=1324612 CPUtime=219.15 cores=0,2,4,6
/proc/2842/stat : 2842 (toysat) R 2839 2842 31715 0 -1 4202496 272091 0 0 0 21873 42 0 0 20 0 4 0 13747949 1356402688 272932 33554432000 4194304 16246674 140735635038832 140735635020736 5661363 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/2842/statm: 331153 272932 798 2943 0 328047 0
[pid=2842/tid=2843] ppid=2839 vsize=1324612 CPUtime=0 cores=0,2,4,6
/proc/2842/task/2843/stat : 2843 (toysat) S 2839 2842 31715 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 13747949 1356402688 272932 33554432000 4194304 16246674 140735635038832 139654632287472 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=2842/tid=2844] ppid=2839 vsize=1324612 CPUtime=0 cores=0,2,4,6
/proc/2842/task/2844/stat : 2844 (toysat) S 2839 2842 31715 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 13747949 1356402688 272932 33554432000 4194304 16246674 140735635038832 139654552595696 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=2842/tid=2845] ppid=2839 vsize=1324612 CPUtime=0 cores=0,2,4,6
/proc/2842/task/2845/stat : 2845 (toysat) S 2839 2842 31715 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 13747949 1356402688 272932 33554432000 4194304 16246674 140735635038832 139654542122160 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 219.15
Current children cumulated vsize (KiB) 1324612

[startup+220 s]
/proc/loadavg: 2.26 2.25 2.19 4/183 2850
/proc/meminfo: memFree=27998640/32872528 swapFree=1541688/1694988
[pid=2842] ppid=2839 vsize=1324612 CPUtime=219.95 cores=0,2,4,6
/proc/2842/stat : 2842 (toysat) R 2839 2842 31715 0 -1 4202496 272091 0 0 0 21953 42 0 0 20 0 4 0 13747949 1356402688 272932 33554432000 4194304 16246674 140735635038832 140735635020736 5827966 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/2842/statm: 331153 272932 798 2943 0 328047 0
[pid=2842/tid=2843] ppid=2839 vsize=1324612 CPUtime=0 cores=0,2,4,6
/proc/2842/task/2843/stat : 2843 (toysat) S 2839 2842 31715 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 13747949 1356402688 272932 33554432000 4194304 16246674 140735635038832 139654632287472 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=2842/tid=2844] ppid=2839 vsize=1324612 CPUtime=0 cores=0,2,4,6
/proc/2842/task/2844/stat : 2844 (toysat) S 2839 2842 31715 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 13747949 1356402688 272932 33554432000 4194304 16246674 140735635038832 139654552595696 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=2842/tid=2845] ppid=2839 vsize=1324612 CPUtime=0 cores=0,2,4,6
/proc/2842/task/2845/stat : 2845 (toysat) S 2839 2842 31715 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 13747949 1356402688 272932 33554432000 4194304 16246674 140735635038832 139654542122160 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 219.95
Current children cumulated vsize (KiB) 1324612

[startup+220.4 s]
/proc/loadavg: 2.26 2.25 2.19 4/183 2850
/proc/meminfo: memFree=27998640/32872528 swapFree=1541688/1694988
[pid=2842] ppid=2839 vsize=1324612 CPUtime=220.35 cores=0,2,4,6
/proc/2842/stat : 2842 (toysat) R 2839 2842 31715 0 -1 4202496 272186 0 0 0 21993 42 0 0 20 0 4 0 13747949 1356402688 273027 33554432000 4194304 16246674 140735635038832 140735635020736 5822484 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/2842/statm: 331153 273027 798 2943 0 328047 0
[pid=2842/tid=2843] ppid=2839 vsize=1324612 CPUtime=0 cores=0,2,4,6
/proc/2842/task/2843/stat : 2843 (toysat) S 2839 2842 31715 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 13747949 1356402688 273027 33554432000 4194304 16246674 140735635038832 139654632287472 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=2842/tid=2844] ppid=2839 vsize=1324612 CPUtime=0 cores=0,2,4,6
/proc/2842/task/2844/stat : 2844 (toysat) S 2839 2842 31715 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 13747949 1356402688 273027 33554432000 4194304 16246674 140735635038832 139654552595696 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=2842/tid=2845] ppid=2839 vsize=1324612 CPUtime=0 cores=0,2,4,6
/proc/2842/task/2845/stat : 2845 (toysat) S 2839 2842 31715 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 13747949 1356402688 273027 33554432000 4194304 16246674 140735635038832 139654542122160 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 220.35
Current children cumulated vsize (KiB) 1324612

[startup+220.8 s]
/proc/loadavg: 2.26 2.25 2.19 4/183 2850
/proc/meminfo: memFree=27998640/32872528 swapFree=1541688/1694988
[pid=2842] ppid=2839 vsize=1324612 CPUtime=220.75 cores=0,2,4,6
/proc/2842/stat : 2842 (toysat) R 2839 2842 31715 0 -1 4202496 272186 0 0 0 22033 42 0 0 20 0 4 0 13747949 1356402688 273027 33554432000 4194304 16246674 140735635038832 140735635020736 5522977 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/2842/statm: 331153 273027 798 2943 0 328047 0
[pid=2842/tid=2843] ppid=2839 vsize=1324612 CPUtime=0 cores=0,2,4,6
/proc/2842/task/2843/stat : 2843 (toysat) S 2839 2842 31715 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 13747949 1356402688 273027 33554432000 4194304 16246674 140735635038832 139654632287472 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=2842/tid=2844] ppid=2839 vsize=1324612 CPUtime=0 cores=0,2,4,6
/proc/2842/task/2844/stat : 2844 (toysat) S 2839 2842 31715 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 13747949 1356402688 273027 33554432000 4194304 16246674 140735635038832 139654552595696 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=2842/tid=2845] ppid=2839 vsize=1324612 CPUtime=0 cores=0,2,4,6
/proc/2842/task/2845/stat : 2845 (toysat) S 2839 2842 31715 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 13747949 1356402688 273027 33554432000 4194304 16246674 140735635038832 139654542122160 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 220.75
Current children cumulated vsize (KiB) 1324612

[startup+220.9 s]
/proc/loadavg: 2.26 2.25 2.19 4/183 2850
/proc/meminfo: memFree=27998640/32872528 swapFree=1541688/1694988
[pid=2842] ppid=2839 vsize=0 CPUtime=220.85 cores=0,2,4,6
/proc/2842/stat : 2842 (toysat) R 2839 2842 31715 0 -1 4202500 272191 0 0 0 22038 47 0 0 20 0 1 0 13747949 0 0 33554432000 0 0 0 0 0 0 0 33554432 0 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/2842/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 220.85
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 220.917
CPU time (s): 220.877
CPU user time (s): 220.386
CPU system time (s): 0.491925
CPU usage (%): 99.9821
Max. virtual memory (cumulated for all children) (KiB): 1324612

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 220.385
system time used= 0.491925
maximum resident set size= 1092120
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 272191
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= 265

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.573912 second user time and 0.863868 second system time

The end

Launcher Data

Begin job on node125 at 2016-06-17 00:43:33
IDJOB=4097303
IDBENCH=107738
IDSOLVER=2542
FILE ID=node125/4097303-1466117013
RUNJOBID= node125-1466112694-1100
PBS_JOBID= 19904034
Free space on /tmp= 71728 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB16/normalized-PB16/DEC-SMALLINT-LIN/quimper/SyncCodes/d_n_k/normalized-7_6_20.opb
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --pb --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4097303-1466117013/watcher-4097303-1466117013 -o /tmp/evaluation-result-4097303-1466117013/solver-4097303-1466117013 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node125-1466112694-1100 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4097303-1466117013.opb

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

MD5SUM BENCH= c2d3205eb2890bd7f758c0aea5ccd35a
RANDOM SEED=1709456289

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        29090112 kB
Buffers:           66660 kB
Cached:           162352 kB
SwapCached:         2680 kB
Active:          1265640 kB
Inactive:         112500 kB
Active(anon):    1149448 kB
Inactive(anon):     2308 kB
Active(file):     116192 kB
Inactive(file):   110192 kB
Unevictable:     1694988 kB
Mlocked:         1541688 kB
SwapTotal:      67108856 kB
SwapFree:       67097016 kB
Dirty:             16676 kB
Writeback:             4 kB
AnonPages:       2842536 kB
Mapped:            10696 kB
Shmem:                 0 kB
Slab:             572288 kB
SReclaimable:      15772 kB
SUnreclaim:       556516 kB
KernelStack:        1480 kB
PageTables:         9308 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2984028 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    784384 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= 71712 MiB
End job on node125 at 2016-06-17 00:47:14