Trace number 4090093

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 237.838 237.925

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/pb16-16-elffers/
Instances3col_OPB/normalized-3col-left3reg-l100-r099-n1.opb
MD5SUMc13e28e9d3b561ce0bb99561598faec1
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.84441
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables8160
Total number of constraints17645
Number of constraints which are clauses14925
Number of constraints which are cardinality constraints (but not clauses)2720
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
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 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 4
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-16T02:48:56+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-4090093-1466038136.opb"]
0.00/0.01	c use --random-gen="245681125 1344020509 4156880147 4210311408 4293461986 392998597 1649947266 3477452854 2374152370 1539525210 4021924446 2368184964 2027355250 2271646975 1575243127 1529988657 3863711741 86271200 1762312293 1257757186 3269999859 1782152294 1000887492 3126839585 4178048367 2252909912 1970392541 3470161165 1401522184 3454260925 3388892560 350501342 920868543 1603260861 2930586848 2262920326 240896824 1410742671 2249024563 976710619 388240118 1058846232 1417131991 311423956 3568663951 13843425 4163246238 2638480612 3609280373 1374405795 1105782799 741603670 1427314197 586673296 200298338 1577457562 2330652426 215541583 3658028675 4044165414 1246280118 2302253961 3111709733 3068802902 1360498238 3597093177 3701787756 2157850189 558185620 906553386 3203854962 447088542 2384888895 255336300 3818777759 3330354803 679364205 956490265 1657980733 1865859144 3869269937 3572402337 1979119423 1973771498 2178745002 1985515101 2338023929 1814352098 1890902663 706948800 2936333733 3774430781 905392234 862672498 938839155 2480035140 19041782 2164845135 431933281 2725468453 2076170565 1819058301 2001617756 3453883023 2627059971 1740636395 1252093976 4276042663 4276273250 4219300840 2181407008 1575856435 520946188 2109048701 2519712314 3588490012 3520194624 797738419 1793024834 1141523545 3941281017 3305205584 3562599888 3524192497 4243911833 3321822646 1189908008 1498240126 741523534 1639864041 2244414074 3011270871 2942301465 459163827 3953384415 132384060 2266918329 529202902 3643013499 2418490221 1531974766 261765708 3965937252 43194135 4265557704 4213042162 3018031045 1061025970 515637292 2019691863 3672847428 3124729053 3050419044 2002283457 3643988720 3311468653 1458457841 1903631850 330326925 2242875652 2513543605 4148106721 2779082373 3458498525 2669665124 636984724 983777060 3867839995 2126403007 3230777873 330623006 967983689 2847166559 1629520869 25066936 2988824208 306923345 1959804154 1266158983 1608015435 1988934556 2169699095 3698314186 1198190704 2135483196 2434226384 1412366192 2966668412 2592151682 3910353576 3413504418 875886636 2275148894 1349594939 2054194187 3682778649 2684943224 4213210876 1554544305 2026080623 1241236814 3511582593 1851006864 778311949 675909676 1273223317 3442404591 3825124480 188277073 2476209769 360382580 339225663 3432668345 3143913104 2846350929 3086744169 3622052044 3066087307 1508960859 4044042851 2130729192 433562690 1222871104 3352431840 2271906871 1517217609 1752356518 1723902730 1100721506 691439291 1486805442 2929436316 3747164614 795654765 872709313 536936251 2997759680 3884388720 2273437538 831845053 2489401325 3808180437 228430166 844647030 2674995488 3998904577 1266842990 2160577177 3932700170 1616624404 3527909511 2308791456 3748134916 3509426081 1335733452 61216888 255 362436" option to reproduce the execution
0.09/0.13	c #vars 8160
0.09/0.13	c #constraints 17645
0.29/0.36	c Solving starts ...
0.29/0.36	c ============================[ Search Statistics ]============================
0.29/0.36	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.29/0.36	c       |         |          |          |    Limit     GC | Var      | Constra 
0.29/0.36	c =============================================================================
0.29/0.36	c  0.0s |       0 |        0 |        0 |     9508      0 |        0 |        0
0.49/0.56	c  0.2s |       1 |    12261 |      100 |     9508      0 |        0 |        0
0.99/1.00	c  0.6s |       2 |    40849 |      250 |    10459      0 |        0 |        0
1.98/2.09	c  1.7s |       3 |   100921 |      475 |    11505      0 |        0 |        0
3.50/3.52	c  3.2s |       4 |   183073 |      813 |    12656      0 |        0 |        0
5.49/5.57	c  5.2s |       4 |   280818 |     1213 |    13922      0 |        0 |        0
5.89/5.97	c  5.6s |       5 |   296358 |     1320 |    13922      0 |        0 |        0
8.19/8.21	c  7.9s |       5 |   383559 |     2020 |    15315      0 |        0 |        0
8.49/8.51	c  8.1s |       6 |   394984 |     2081 |    16847      0 |        0 |        0
10.59/10.64	c 10.3s |       6 |   473725 |     2781 |    16847      0 |        0 |        0
11.29/11.38	c 11.0s |       7 |   488283 |     3223 |    18532      0 |        0 |        0
13.30/13.40	c 13.0s |       7 |   554740 |     4123 |    18532      0 |        0 |        0
14.69/14.78	c 14.4s |       8 |   572449 |     4936 |    20386      0 |        0 |        0
16.99/17.00	c 16.6s |       8 |   585983 |     6236 |    20386      0 |        0 |        0
18.99/19.09	c 18.7s |       8 |   605555 |     7236 |    20386      0 |        0 |        0
19.59/19.60	c 19.2s |       9 |   606326 |     7506 |    22425      0 |        0 |        0
21.59/21.63	c 21.3s |       9 |   611270 |     8606 |    22425      0 |        0 |        0
23.69/23.78	c 23.4s |       9 |   622132 |     9606 |    22425      0 |        0 |        0
25.79/25.88	c 25.5s |       9 |   626240 |    10506 |    22425      0 |        0 |        0
27.60/27.70	c 27.3s |      10 |   628704 |    11361 |    24668      0 |        0 |        0
29.80/29.81	c 29.5s |      10 |   633240 |    11961 |    24668      0 |        0 |        0
31.79/31.85	c 31.5s |      10 |   641929 |    12661 |    24668      0 |        0 |        0
33.99/34.07	c 33.7s |      10 |   644374 |    13461 |    24668      0 |        0 |        0
36.19/36.21	c 35.8s |      10 |   645953 |    14061 |    24668      0 |        0 |        0
38.19/38.25	c 37.9s |      10 |   647480 |    14761 |    24668      0 |        0 |        0
40.29/40.39	c 40.0s |      10 |   648464 |    15561 |    24668      0 |        0 |        0
42.49/42.59	c 42.2s |      10 |   649804 |    16461 |    24668      0 |        0 |        0
44.59/44.67	c 44.3s |      11 |   651514 |    17144 |    27135      0 |        0 |        0
46.79/46.81	c 46.4s |      11 |   653603 |    17844 |    27135      0 |        0 |        0
48.79/48.84	c 48.5s |      11 |   655406 |    18544 |    27135      0 |        0 |        0
50.89/50.92	c 50.6s |      11 |   658711 |    19244 |    27135      0 |        0 |        0
52.99/53.00	c 52.6s |      11 |   659953 |    19944 |    27135      0 |        0 |        0
55.09/55.16	c 54.8s |      11 |   668558 |    20644 |    27135      0 |        0 |        0
57.18/57.23	c 56.9s |      11 |   669914 |    21344 |    27135      0 |        0 |        0
59.28/59.33	c 59.0s |      11 |   670747 |    22044 |    27135      0 |        0 |        0
61.38/61.46	c 61.1s |      11 |   671638 |    22744 |    27135      0 |        0 |        0
63.48/63.54	c 63.2s |      11 |   673069 |    23444 |    27135      0 |        0 |        0
65.48/65.55	c 65.2s |      11 |   674434 |    24044 |    27135      0 |        0 |        0
67.58/67.63	c 67.3s |      11 |   675212 |    24744 |    27135      0 |        0 |        0
69.58/69.66	c 69.3s |      11 |   676132 |    25444 |    27135      0 |        0 |        0
70.68/70.72	c 70.4s |      12 |   676555 |    25819 |    29849      0 |        0 |        0
72.98/73.00	c 72.6s |      12 |   677997 |    26519 |    29849      0 |        0 |        0
75.08/75.17	c 74.8s |      12 |   679184 |    27319 |    29849      0 |        0 |        0
77.28/77.35	c 77.0s |      12 |   680078 |    28119 |    29849      0 |        0 |        0
79.48/79.50	c 79.1s |      12 |   681247 |    28919 |    29849      0 |        0 |        0
81.49/81.54	c 81.2s |      12 |   682487 |    29619 |    29849      0 |        0 |        0
83.69/83.74	c 83.4s |      12 |   683840 |    30319 |    29849      1 |        0 |        0
85.78/85.81	c 85.4s |      12 |   684987 |    31119 |    29849      1 |        0 |        0
87.78/87.84	c 87.5s |      12 |   688164 |    32019 |    29849      1 |        0 |        0
89.88/89.92	c 89.6s |      12 |   690296 |    33019 |    29849      1 |        0 |        0
91.88/91.96	c 91.6s |      12 |   691290 |    33819 |    29849      1 |        0 |        0
93.98/94.09	c 93.7s |      12 |   692602 |    34719 |    29849      1 |        0 |        0
96.18/96.22	c 95.9s |      12 |   694722 |    35619 |    29849      1 |        0 |        0
98.28/98.39	c 98.0s |      12 |   695907 |    36519 |    29849      1 |        0 |        0
100.68/100.74	c  100s |      12 |   700153 |    37419 |    29849      1 |        0 |        0
102.77/102.89	c  102s |      12 |   701770 |    38119 |    29849      1 |        0 |        0
104.87/104.90	c  104s |      13 |   704572 |    38832 |    32834      1 |        0 |        0
107.07/107.10	c  106s |      13 |   705936 |    39432 |    32834      1 |        0 |        0
109.17/109.29	c  108s |      13 |   707130 |    39932 |    32834      1 |        0 |        0
111.37/111.40	c  111s |      13 |   708532 |    40632 |    32834      1 |        0 |        0
113.48/113.50	c  113s |      13 |   709737 |    41332 |    32834      1 |        0 |        0
115.68/115.79	c  115s |      13 |   711196 |    42132 |    32834      1 |        0 |        0
117.87/117.99	c  117s |      13 |   712684 |    42832 |    32834      1 |        0 |        0
120.17/120.29	c  119s |      13 |   713899 |    43532 |    32834      1 |        0 |        0
122.27/122.38	c  122s |      13 |   714797 |    44132 |    32834      1 |        0 |        0
124.37/124.50	c  124s |      13 |   716013 |    44832 |    32834      1 |        0 |        0
126.57/126.64	c  126s |      13 |   717253 |    45632 |    32834      1 |        0 |        0
128.87/128.94	c  128s |      13 |   718164 |    46332 |    32834      1 |        0 |        0
130.97/131.09	c  130s |      13 |   719035 |    47032 |    32834      1 |        0 |        0
133.06/133.16	c  132s |      13 |   719794 |    47632 |    32834      1 |        0 |        0
135.36/135.45	c  135s |      13 |   721265 |    48032 |    32834      1 |        0 |        0
137.66/137.75	c  137s |      13 |   726412 |    48532 |    32834      2 |        0 |        0
139.66/139.75	c  139s |      13 |   727821 |    49232 |    32834      2 |        0 |        0
141.85/142.00	c  141s |      13 |   733151 |    50032 |    32834      2 |        0 |        0
144.05/144.15	c  143s |      13 |   735287 |    50832 |    32834      2 |        0 |        0
146.15/146.27	c  145s |      13 |   737962 |    51632 |    32834      2 |        0 |        0
148.35/148.41	c  148s |      13 |   739626 |    52532 |    32834      2 |        0 |        0
150.45/150.50	c  150s |      13 |   740874 |    53332 |    32834      2 |        0 |        0
152.74/152.87	c  152s |      13 |   742533 |    54232 |    32834      2 |        0 |        0
154.94/155.03	c  154s |      13 |   746498 |    55132 |    32834      2 |        0 |        0
157.04/157.17	c  156s |      13 |   747858 |    56032 |    32834      2 |        0 |        0
159.24/159.32	c  158s |      13 |   749050 |    56932 |    32834      2 |        0 |        0
161.24/161.39	c  161s |      13 |   750075 |    57732 |    32834      2 |        0 |        0
162.74/162.83	c  162s |      14 |   751235 |    58352 |    36118      2 |        0 |        0
164.94/165.05	c  164s |      14 |   754595 |    58952 |    36118      2 |        0 |        0
167.14/167.20	c  166s |      14 |   755681 |    59652 |    36118      2 |        0 |        0
169.24/169.35	c  168s |      14 |   757661 |    60252 |    36118      2 |        0 |        0
171.34/171.43	c  171s |      14 |   759787 |    60852 |    36118      2 |        0 |        0
173.34/173.43	c  173s |      14 |   761125 |    61352 |    36118      2 |        0 |        0
175.64/175.72	c  175s |      14 |   762066 |    62052 |    36118      2 |        0 |        0
177.84/177.94	c  177s |      14 |   762810 |    62652 |    36118      2 |        0 |        0
179.94/180.04	c  179s |      14 |   763518 |    63252 |    36118      2 |        0 |        0
182.23/182.35	c  181s |      14 |   764601 |    63852 |    36118      2 |        0 |        0
184.33/184.41	c  184s |      14 |   765772 |    64452 |    36118      2 |        0 |        0
186.43/186.59	c  186s |      14 |   766642 |    65052 |    36118      2 |        0 |        0
188.53/188.65	c  188s |      14 |   767709 |    65652 |    36118      2 |        0 |        0
190.53/190.67	c  190s |      14 |   768694 |    66252 |    36118      2 |        0 |        0
192.73/192.87	c  192s |      14 |   769573 |    66852 |    36118      2 |        0 |        0
194.93/195.03	c  194s |      14 |   770255 |    67452 |    36118      2 |        0 |        0
197.03/197.15	c  196s |      14 |   771414 |    67952 |    36118      3 |        0 |        0
199.73/199.84	c  199s |      14 |   772305 |    68652 |    36118      3 |        0 |        0
201.82/201.97	c  201s |      14 |   774910 |    69452 |    36118      3 |        0 |        0
203.82/203.97	c  203s |      14 |   776990 |    70252 |    36118      3 |        0 |        0
205.92/206.05	c  205s |      14 |   777750 |    70952 |    36118      3 |        0 |        0
208.12/208.25	c  207s |      14 |   779058 |    71852 |    36118      3 |        0 |        0
210.32/210.46	c  210s |      14 |   780115 |    72752 |    36118      3 |        0 |        0
212.32/212.49	c  212s |      14 |   781704 |    73552 |    36118      3 |        0 |        0
214.62/214.74	c  214s |      14 |   783208 |    74352 |    36118      3 |        0 |        0
216.72/216.89	c  216s |      14 |   784239 |    75152 |    36118      3 |        0 |        0
219.02/219.11	c  218s |      14 |   785218 |    75952 |    36118      3 |        0 |        0
221.12/221.23	c  220s |      14 |   786212 |    76652 |    36118      3 |        0 |        0
223.81/223.91	c  223s |      14 |   788483 |    77352 |    36118      3 |       15 |       62
225.81/225.96	c  225s |      14 |   789985 |    78252 |    36118      3 |       15 |       62
227.91/228.04	c  227s |      14 |   791593 |    79252 |    36118      3 |       15 |       62
230.02/230.11	c  229s |      14 |   795019 |    80252 |    36118      3 |       15 |       62
232.00/232.19	c  231s |      14 |   796122 |    81152 |    36118      3 |       29 |      119
234.10/234.30	c  233s |      14 |   798007 |    82052 |    36118      3 |       29 |      119
236.30/236.41	c  236s |      14 |   799307 |    82852 |    36118      3 |      345 |     2330
237.71/237.87	c  237s |      14 |   800136 |    83527 |    36118      3 |     1769 |     5556
237.71/237.87	c #cpu_time = 237.441s
237.71/237.87	c #wall_clock_time = 237.509s
237.71/237.87	c #decision = 800136
237.71/237.87	c #random_decision = 2882
237.71/237.87	c #conflict = 83527
237.71/237.87	c #restart = 14
237.71/237.87	s UNSATISFIABLE
237.71/237.87	c total CPU time = 237.804s
237.71/237.87	c total wall clock time = 237.872s

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

pid=9107
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.48 2.33 2.24 4/179 9110
/proc/meminfo: memFree=29436312/32872528 swapFree=1369816/1516984
[pid=9110] ppid=9107 vsize=759228 CPUtime=0 cores=0,2,4,6
/proc/9110/stat : 9110 (toysat) R 9107 9110 5822 0 -1 4202496 2836 0 0 0 0 0 0 0 20 0 4 0 5860090 777449472 3197 33554432000 4194304 16246674 140737130523152 140737130522576 13880264 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/9110/statm: 190319 3206 441 2943 0 187213 0
[pid=9110/tid=9111] ppid=9107 vsize=775612 CPUtime=0 cores=0,2,4,6
/proc/9110/task/9111/stat : 9111 (toysat) S 9107 9110 5822 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 5860090 794226688 3264 33554432000 4194304 16246674 140737130523152 140564939910384 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=9110/tid=9112] ppid=9107 vsize=780732 CPUtime=0 cores=0,2,4,6
/proc/9110/task/9112/stat : 9112 (toysat) S 9107 9110 5822 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 5860090 799469568 3281 33554432000 4194304 16246674 140737130523152 140564929420528 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=9110/tid=9113] ppid=9107 vsize=784828 CPUtime=0 cores=0,2,4,6
/proc/9110/task/9113/stat : 9113 (toysat) S 9107 9110 5822 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 5860090 803663872 3297 33554432000 4194304 16246674 140737130523152 140564817243312 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0

[startup+0.100172 s]
/proc/loadavg: 2.48 2.33 2.24 4/179 9110
/proc/meminfo: memFree=29436312/32872528 swapFree=1369816/1516984
[pid=9110] ppid=9107 vsize=1220164 CPUtime=0.09 cores=0,2,4,6
/proc/9110/stat : 9110 (toysat) R 9107 9110 5822 0 -1 4202496 28098 0 0 0 5 4 0 0 20 0 4 0 5860090 1249447936 28397 33554432000 4194304 16246674 140737130523152 140737130522464 4220982 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/9110/statm: 305041 28397 802 2943 0 301935 0
[pid=9110/tid=9111] ppid=9107 vsize=1220164 CPUtime=0 cores=0,2,4,6
/proc/9110/task/9111/stat : 9111 (toysat) S 9107 9110 5822 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 5860090 1249447936 28397 33554432000 4194304 16246674 140737130523152 140564939910384 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=9110/tid=9112] ppid=9107 vsize=1220164 CPUtime=0 cores=0,2,4,6
/proc/9110/task/9112/stat : 9112 (toysat) S 9107 9110 5822 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 5860090 1249447936 28397 33554432000 4194304 16246674 140737130523152 140564929420528 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=9110/tid=9113] ppid=9107 vsize=1220164 CPUtime=0 cores=0,2,4,6
/proc/9110/task/9113/stat : 9113 (toysat) S 9107 9110 5822 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 5860090 1249447936 28397 33554432000 4194304 16246674 140737130523152 140564817243312 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1220164

[startup+0.200525 s]
/proc/loadavg: 2.48 2.33 2.24 4/179 9110
/proc/meminfo: memFree=29436312/32872528 swapFree=1369816/1516984
[pid=9110] ppid=9107 vsize=1301060 CPUtime=0.19 cores=0,2,4,6
/proc/9110/stat : 9110 (toysat) R 9107 9110 5822 0 -1 4202496 48275 0 0 0 12 7 0 0 20 0 4 0 5860090 1332285440 48574 33554432000 4194304 16246674 140737130523152 140737130522464 12368950 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/9110/statm: 325265 48574 834 2943 0 322159 0
[pid=9110/tid=9111] ppid=9107 vsize=1301060 CPUtime=0 cores=0,2,4,6
/proc/9110/task/9111/stat : 9111 (toysat) S 9107 9110 5822 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 5860090 1332285440 48574 33554432000 4194304 16246674 140737130523152 140564939910384 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=9110/tid=9112] ppid=9107 vsize=1301060 CPUtime=0 cores=0,2,4,6
/proc/9110/task/9112/stat : 9112 (toysat) S 9107 9110 5822 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 5860090 1332285440 48574 33554432000 4194304 16246674 140737130523152 140564929420528 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=9110/tid=9113] ppid=9107 vsize=1301060 CPUtime=0 cores=0,2,4,6
/proc/9110/task/9113/stat : 9113 (toysat) S 9107 9110 5822 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 5860090 1332285440 48574 33554432000 4194304 16246674 140737130523152 140564817243312 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1301060

[startup+0.300483 s]
/proc/loadavg: 2.48 2.33 2.24 4/179 9110
/proc/meminfo: memFree=29436312/32872528 swapFree=1369816/1516984
[pid=9110] ppid=9107 vsize=1301060 CPUtime=0.29 cores=0,2,4,6
/proc/9110/stat : 9110 (toysat) R 9107 9110 5822 0 -1 4202496 55577 0 0 0 21 8 0 0 20 0 4 0 5860090 1332285440 55876 33554432000 4194304 16246674 140737130523152 140737130522464 13954914 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/9110/statm: 325265 55883 836 2943 0 322159 0
[pid=9110/tid=9111] ppid=9107 vsize=1301060 CPUtime=0 cores=0,2,4,6
/proc/9110/task/9111/stat : 9111 (toysat) S 9107 9110 5822 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 5860090 1332285440 55888 33554432000 4194304 16246674 140737130523152 140564939910384 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=9110/tid=9112] ppid=9107 vsize=1301060 CPUtime=0 cores=0,2,4,6
/proc/9110/task/9112/stat : 9112 (toysat) S 9107 9110 5822 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 5860090 1332285440 55893 33554432000 4194304 16246674 140737130523152 140564929420528 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=9110/tid=9113] ppid=9107 vsize=1301060 CPUtime=0 cores=0,2,4,6
/proc/9110/task/9113/stat : 9113 (toysat) S 9107 9110 5822 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 5860090 1332285440 55899 33554432000 4194304 16246674 140737130523152 140564817243312 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1301060

[startup+0.700414 s]
/proc/loadavg: 2.48 2.33 2.24 4/179 9110
/proc/meminfo: memFree=29436312/32872528 swapFree=1369816/1516984
[pid=9110] ppid=9107 vsize=1301060 CPUtime=0.69 cores=0,2,4,6
/proc/9110/stat : 9110 (toysat) R 9107 9110 5822 0 -1 4202496 119223 0 0 0 51 18 0 0 20 0 4 0 5860090 1332285440 119522 33554432000 4194304 16246674 140737130523152 140737130522464 5675357 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/9110/statm: 325265 119528 874 2943 0 322159 0
[pid=9110/tid=9111] ppid=9107 vsize=1301060 CPUtime=0 cores=0,2,4,6
/proc/9110/task/9111/stat : 9111 (toysat) S 9107 9110 5822 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 5860090 1332285440 119532 33554432000 4194304 16246674 140737130523152 140564939910384 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=9110/tid=9112] ppid=9107 vsize=1301060 CPUtime=0 cores=0,2,4,6
/proc/9110/task/9112/stat : 9112 (toysat) S 9107 9110 5822 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 5860090 1332285440 119537 33554432000 4194304 16246674 140737130523152 140564929420528 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=9110/tid=9113] ppid=9107 vsize=1301060 CPUtime=0 cores=0,2,4,6
/proc/9110/task/9113/stat : 9113 (toysat) S 9107 9110 5822 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 5860090 1332285440 119540 33554432000 4194304 16246674 140737130523152 140564817243312 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1301060

[startup+1.50043 s]
/proc/loadavg: 2.60 2.36 2.25 3/183 9114
/proc/meminfo: memFree=28670476/32872528 swapFree=1369816/1516984
[pid=9110] ppid=9107 vsize=1301060 CPUtime=1.49 cores=0,2,4,6
/proc/9110/stat : 9110 (toysat) R 9107 9110 5822 0 -1 4202496 233222 0 0 0 116 33 0 0 20 0 4 0 5860090 1332285440 233521 33554432000 4194304 16246674 140737130523152 140737130505024 13954410 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/9110/statm: 325265 233527 874 2943 0 322159 0
[pid=9110/tid=9111] ppid=9107 vsize=1301060 CPUtime=0 cores=0,2,4,6
/proc/9110/task/9111/stat : 9111 (toysat) S 9107 9110 5822 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 5860090 1332285440 233531 33554432000 4194304 16246674 140737130523152 140564939910384 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=9110/tid=9112] ppid=9107 vsize=1301060 CPUtime=0 cores=0,2,4,6
/proc/9110/task/9112/stat : 9112 (toysat) S 9107 9110 5822 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 5860090 1332285440 233535 33554432000 4194304 16246674 140737130523152 140564929420528 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=9110/tid=9113] ppid=9107 vsize=1301060 CPUtime=0 cores=0,2,4,6
/proc/9110/task/9113/stat : 9113 (toysat) S 9107 9110 5822 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 5860090 1332285440 233539 33554432000 4194304 16246674 140737130523152 140564817243312 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 1301060

[startup+3.10039 s]
/proc/loadavg: 2.60 2.36 2.25 4/183 9114
/proc/meminfo: memFree=28357360/32872528 swapFree=1369816/1516984
[pid=9110] ppid=9107 vsize=1314372 CPUtime=3.08 cores=0,2,4,6
/proc/9110/stat : 9110 (toysat) R 9107 9110 5822 0 -1 4202496 269569 0 0 0 270 38 0 0 20 0 4 0 5860090 1345916928 269868 33554432000 4194304 16246674 140737130523152 140737130505024 5666869 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/9110/statm: 328593 269868 880 2943 0 325487 0
[pid=9110/tid=9111] ppid=9107 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/9110/task/9111/stat : 9111 (toysat) S 9107 9110 5822 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 5860090 1345916928 269868 33554432000 4194304 16246674 140737130523152 140564939910384 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=9110/tid=9112] ppid=9107 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/9110/task/9112/stat : 9112 (toysat) S 9107 9110 5822 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 5860090 1345916928 269868 33554432000 4194304 16246674 140737130523152 140564929420528 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=9110/tid=9113] ppid=9107 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/9110/task/9113/stat : 9113 (toysat) S 9107 9110 5822 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 5860090 1345916928 269868 33554432000 4194304 16246674 140737130523152 140564817243312 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 1314372

[startup+6.3004 s]
/proc/loadavg: 2.60 2.36 2.25 4/183 9114
/proc/meminfo: memFree=28356624/32872528 swapFree=1369816/1516984
[pid=9110] ppid=9107 vsize=1314372 CPUtime=6.29 cores=0,2,4,6
/proc/9110/stat : 9110 (toysat) R 9107 9110 5822 0 -1 4202496 269765 0 0 0 590 39 0 0 20 0 4 0 5860090 1345916928 270064 33554432000 4194304 16246674 140737130523152 140737130505024 5829992 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/9110/statm: 328593 270064 880 2943 0 325487 0
[pid=9110/tid=9111] ppid=9107 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/9110/task/9111/stat : 9111 (toysat) S 9107 9110 5822 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 5860090 1345916928 270064 33554432000 4194304 16246674 140737130523152 140564939910384 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=9110/tid=9112] ppid=9107 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/9110/task/9112/stat : 9112 (toysat) S 9107 9110 5822 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 5860090 1345916928 270064 33554432000 4194304 16246674 140737130523152 140564929420528 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=9110/tid=9113] ppid=9107 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/9110/task/9113/stat : 9113 (toysat) S 9107 9110 5822 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 5860090 1345916928 270064 33554432000 4194304 16246674 140737130523152 140564817243312 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1314372

[startup+12.7004 s]
/proc/loadavg: 2.58 2.36 2.25 3/183 9114
/proc/meminfo: memFree=28356500/32872528 swapFree=1369816/1516984
[pid=9110] ppid=9107 vsize=1314372 CPUtime=12.69 cores=0,2,4,6
/proc/9110/stat : 9110 (toysat) R 9107 9110 5822 0 -1 4202496 269769 0 0 0 1230 39 0 0 20 0 4 0 5860090 1345916928 270068 33554432000 4194304 16246674 140737130523152 140737130505024 13820980 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/9110/statm: 328593 270068 880 2943 0 325487 0
[pid=9110/tid=9111] ppid=9107 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/9110/task/9111/stat : 9111 (toysat) S 9107 9110 5822 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 5860090 1345916928 270068 33554432000 4194304 16246674 140737130523152 140564939910384 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=9110/tid=9112] ppid=9107 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/9110/task/9112/stat : 9112 (toysat) S 9107 9110 5822 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 5860090 1345916928 270068 33554432000 4194304 16246674 140737130523152 140564929420528 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=9110/tid=9113] ppid=9107 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/9110/task/9113/stat : 9113 (toysat) S 9107 9110 5822 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 5860090 1345916928 270068 33554432000 4194304 16246674 140737130523152 140564817243312 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1314372

[startup+25.5074 s]
/proc/loadavg: 2.49 2.35 2.24 4/183 9114
/proc/meminfo: memFree=28356728/32872528 swapFree=1369816/1516984
[pid=9110] ppid=9107 vsize=1314372 CPUtime=25.5 cores=0,2,4,6
/proc/9110/stat : 9110 (toysat) R 9107 9110 5822 0 -1 4202496 269770 0 0 0 2511 39 0 0 20 0 4 0 5860090 1345916928 270069 33554432000 4194304 16246674 140737130523152 140737130505024 5822252 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/9110/statm: 328593 270069 880 2943 0 325487 0
[pid=9110/tid=9111] ppid=9107 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/9110/task/9111/stat : 9111 (toysat) S 9107 9110 5822 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 5860090 1345916928 270069 33554432000 4194304 16246674 140737130523152 140564939910384 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=9110/tid=9112] ppid=9107 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/9110/task/9112/stat : 9112 (toysat) S 9107 9110 5822 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 5860090 1345916928 270069 33554432000 4194304 16246674 140737130523152 140564929420528 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=9110/tid=9113] ppid=9107 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/9110/task/9113/stat : 9113 (toysat) S 9107 9110 5822 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 5860090 1345916928 270069 33554432000 4194304 16246674 140737130523152 140564817243312 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 1314372

[startup+51.1004 s]
/proc/loadavg: 2.38 2.34 2.24 3/183 9114
/proc/meminfo: memFree=28356700/32872528 swapFree=1369816/1516984
[pid=9110] ppid=9107 vsize=1314372 CPUtime=51.09 cores=0,2,4,6
/proc/9110/stat : 9110 (toysat) R 9107 9110 5822 0 -1 4202496 269770 0 0 0 5070 39 0 0 20 0 4 0 5860090 1345916928 270069 33554432000 4194304 16246674 140737130523152 140737130505024 5545872 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/9110/statm: 328593 270069 880 2943 0 325487 0
[pid=9110/tid=9111] ppid=9107 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/9110/task/9111/stat : 9111 (toysat) S 9107 9110 5822 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 5860090 1345916928 270069 33554432000 4194304 16246674 140737130523152 140564939910384 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=9110/tid=9112] ppid=9107 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/9110/task/9112/stat : 9112 (toysat) S 9107 9110 5822 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 5860090 1345916928 270069 33554432000 4194304 16246674 140737130523152 140564929420528 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=9110/tid=9113] ppid=9107 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/9110/task/9113/stat : 9113 (toysat) S 9107 9110 5822 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 5860090 1345916928 270069 33554432000 4194304 16246674 140737130523152 140564817243312 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 1314372

[startup+102.3 s]
/proc/loadavg: 2.45 2.37 2.26 3/184 9167
/proc/meminfo: memFree=28352072/32872528 swapFree=1369816/1516984
[pid=9110] ppid=9107 vsize=1314372 CPUtime=102.27 cores=0,2,4,6
/proc/9110/stat : 9110 (toysat) R 9107 9110 5822 0 -1 4202496 269784 0 0 0 10188 39 0 0 20 0 4 0 5860090 1345916928 270075 33554432000 4194304 16246674 140737130523152 140737130505024 5754961 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/9110/statm: 328593 270075 886 2943 0 325487 0
[pid=9110/tid=9111] ppid=9107 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/9110/task/9111/stat : 9111 (toysat) S 9107 9110 5822 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 5860090 1345916928 270075 33554432000 4194304 16246674 140737130523152 140564939910384 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=9110/tid=9112] ppid=9107 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/9110/task/9112/stat : 9112 (toysat) S 9107 9110 5822 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 5860090 1345916928 270075 33554432000 4194304 16246674 140737130523152 140564929420528 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=9110/tid=9113] ppid=9107 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/9110/task/9113/stat : 9113 (toysat) S 9107 9110 5822 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 5860090 1345916928 270075 33554432000 4194304 16246674 140737130523152 140564817243312 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 1314372

[startup+162.3 s]
/proc/loadavg: 2.38 2.36 2.26 3/183 9168
/proc/meminfo: memFree=28319952/32872528 swapFree=1369816/1516984
[pid=9110] ppid=9107 vsize=1339972 CPUtime=162.24 cores=0,2,4,6
/proc/9110/stat : 9110 (toysat) R 9107 9110 5822 0 -1 4202496 276223 0 0 0 16184 40 0 0 20 0 4 0 5860090 1372131328 276477 33554432000 4194304 16246674 140737130523152 140737130505024 5822604 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/9110/statm: 334993 276477 888 2943 0 331887 0
[pid=9110/tid=9111] ppid=9107 vsize=1339972 CPUtime=0 cores=0,2,4,6
/proc/9110/task/9111/stat : 9111 (toysat) S 9107 9110 5822 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 5860090 1372131328 276477 33554432000 4194304 16246674 140737130523152 140564939910384 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=9110/tid=9112] ppid=9107 vsize=1339972 CPUtime=0 cores=0,2,4,6
/proc/9110/task/9112/stat : 9112 (toysat) S 9107 9110 5822 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 5860090 1372131328 276477 33554432000 4194304 16246674 140737130523152 140564929420528 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=9110/tid=9113] ppid=9107 vsize=1339972 CPUtime=0 cores=0,2,4,6
/proc/9110/task/9113/stat : 9113 (toysat) S 9107 9110 5822 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 5860090 1372131328 276477 33554432000 4194304 16246674 140737130523152 140564817243312 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 1339972

[startup+222.3 s]
/proc/loadavg: 2.31 2.34 2.26 3/183 9169
/proc/meminfo: memFree=28302696/32872528 swapFree=1369816/1516984
[pid=9110] ppid=9107 vsize=1339972 CPUtime=222.21 cores=0,2,4,6
/proc/9110/stat : 9110 (toysat) R 9107 9110 5822 0 -1 4202496 276261 0 0 0 22181 40 0 0 20 0 4 0 5860090 1372131328 276477 33554432000 4194304 16246674 140737130523152 140737130505024 5523660 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/9110/statm: 334993 276477 888 2943 0 331887 0
[pid=9110/tid=9111] ppid=9107 vsize=1339972 CPUtime=0 cores=0,2,4,6
/proc/9110/task/9111/stat : 9111 (toysat) S 9107 9110 5822 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 5860090 1372131328 276477 33554432000 4194304 16246674 140737130523152 140564939910384 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=9110/tid=9112] ppid=9107 vsize=1339972 CPUtime=0 cores=0,2,4,6
/proc/9110/task/9112/stat : 9112 (toysat) S 9107 9110 5822 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 5860090 1372131328 276477 33554432000 4194304 16246674 140737130523152 140564929420528 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=9110/tid=9113] ppid=9107 vsize=1339972 CPUtime=0 cores=0,2,4,6
/proc/9110/task/9113/stat : 9113 (toysat) S 9107 9110 5822 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 5860090 1372131328 276477 33554432000 4194304 16246674 140737130523152 140564817243312 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 1339972

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

[startup+230.5 s]
/proc/loadavg: 2.28 2.33 2.26 4/183 9169
/proc/meminfo: memFree=28293904/32872528 swapFree=1369816/1516984
[pid=9110] ppid=9107 vsize=1349188 CPUtime=230.41 cores=0,2,4,6
/proc/9110/stat : 9110 (toysat) R 9107 9110 5822 0 -1 4202496 278565 0 0 0 23000 41 0 0 20 0 4 0 5860090 1381568512 278781 33554432000 4194304 16246674 140737130523152 140737130505024 5672077 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/9110/statm: 337297 278781 888 2943 0 334191 0
[pid=9110/tid=9111] ppid=9107 vsize=1349188 CPUtime=0 cores=0,2,4,6
/proc/9110/task/9111/stat : 9111 (toysat) S 9107 9110 5822 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 5860090 1381568512 278781 33554432000 4194304 16246674 140737130523152 140564939910384 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=9110/tid=9112] ppid=9107 vsize=1349188 CPUtime=0 cores=0,2,4,6
/proc/9110/task/9112/stat : 9112 (toysat) S 9107 9110 5822 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 5860090 1381568512 278781 33554432000 4194304 16246674 140737130523152 140564929420528 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=9110/tid=9113] ppid=9107 vsize=1349188 CPUtime=0 cores=0,2,4,6
/proc/9110/task/9113/stat : 9113 (toysat) S 9107 9110 5822 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 5860090 1381568512 278781 33554432000 4194304 16246674 140737130523152 140564817243312 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 230.41
Current children cumulated vsize (KiB) 1349188

[startup+233.7 s]
/proc/loadavg: 2.26 2.33 2.26 4/183 9169
/proc/meminfo: memFree=28293640/32872528 swapFree=1369816/1516984
[pid=9110] ppid=9107 vsize=1349188 CPUtime=233.6 cores=0,2,4,6
/proc/9110/stat : 9110 (toysat) R 9107 9110 5822 0 -1 4202496 278573 0 0 0 23319 41 0 0 20 0 4 0 5860090 1381568512 278781 33554432000 4194304 16246674 140737130523152 140737130505024 13943664 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/9110/statm: 337297 278781 888 2943 0 334191 0
[pid=9110/tid=9111] ppid=9107 vsize=1349188 CPUtime=0 cores=0,2,4,6
/proc/9110/task/9111/stat : 9111 (toysat) S 9107 9110 5822 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 5860090 1381568512 278781 33554432000 4194304 16246674 140737130523152 140564939910384 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=9110/tid=9112] ppid=9107 vsize=1349188 CPUtime=0 cores=0,2,4,6
/proc/9110/task/9112/stat : 9112 (toysat) S 9107 9110 5822 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 5860090 1381568512 278781 33554432000 4194304 16246674 140737130523152 140564929420528 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=9110/tid=9113] ppid=9107 vsize=1349188 CPUtime=0 cores=0,2,4,6
/proc/9110/task/9113/stat : 9113 (toysat) S 9107 9110 5822 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 5860090 1381568512 278781 33554432000 4194304 16246674 140737130523152 140564817243312 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 233.6
Current children cumulated vsize (KiB) 1349188

[startup+235.3 s]
/proc/loadavg: 2.26 2.33 2.26 3/183 9169
/proc/meminfo: memFree=28293640/32872528 swapFree=1369816/1516984
[pid=9110] ppid=9107 vsize=1349188 CPUtime=235.2 cores=0,2,4,6
/proc/9110/stat : 9110 (toysat) R 9107 9110 5822 0 -1 4202496 278573 0 0 0 23479 41 0 0 20 0 4 0 5860090 1381568512 278781 33554432000 4194304 16246674 140737130523152 140737130505024 5662174 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/9110/statm: 337297 278781 888 2943 0 334191 0
[pid=9110/tid=9111] ppid=9107 vsize=1349188 CPUtime=0 cores=0,2,4,6
/proc/9110/task/9111/stat : 9111 (toysat) S 9107 9110 5822 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 5860090 1381568512 278781 33554432000 4194304 16246674 140737130523152 140564939910384 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=9110/tid=9112] ppid=9107 vsize=1349188 CPUtime=0 cores=0,2,4,6
/proc/9110/task/9112/stat : 9112 (toysat) S 9107 9110 5822 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 5860090 1381568512 278781 33554432000 4194304 16246674 140737130523152 140564929420528 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=9110/tid=9113] ppid=9107 vsize=1349188 CPUtime=0 cores=0,2,4,6
/proc/9110/task/9113/stat : 9113 (toysat) S 9107 9110 5822 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 5860090 1381568512 278781 33554432000 4194304 16246674 140737130523152 140564817243312 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 235.2
Current children cumulated vsize (KiB) 1349188

[startup+236.9 s]
/proc/loadavg: 2.24 2.32 2.26 3/183 9169
/proc/meminfo: memFree=28293764/32872528 swapFree=1369816/1516984
[pid=9110] ppid=9107 vsize=1349188 CPUtime=236.8 cores=0,2,4,6
/proc/9110/stat : 9110 (toysat) R 9107 9110 5822 0 -1 4202496 278573 0 0 0 23639 41 0 0 20 0 4 0 5860090 1381568512 278781 33554432000 4194304 16246674 140737130523152 140737130505024 5672188 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/9110/statm: 337297 278781 888 2943 0 334191 0
[pid=9110/tid=9111] ppid=9107 vsize=1349188 CPUtime=0 cores=0,2,4,6
/proc/9110/task/9111/stat : 9111 (toysat) S 9107 9110 5822 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 5860090 1381568512 278781 33554432000 4194304 16246674 140737130523152 140564939910384 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=9110/tid=9112] ppid=9107 vsize=1349188 CPUtime=0 cores=0,2,4,6
/proc/9110/task/9112/stat : 9112 (toysat) S 9107 9110 5822 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 5860090 1381568512 278781 33554432000 4194304 16246674 140737130523152 140564929420528 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=9110/tid=9113] ppid=9107 vsize=1349188 CPUtime=0 cores=0,2,4,6
/proc/9110/task/9113/stat : 9113 (toysat) S 9107 9110 5822 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 5860090 1381568512 278781 33554432000 4194304 16246674 140737130523152 140564817243312 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 236.8
Current children cumulated vsize (KiB) 1349188

[startup+237.7 s]
/proc/loadavg: 2.24 2.32 2.26 3/183 9169
/proc/meminfo: memFree=28293764/32872528 swapFree=1369816/1516984
[pid=9110] ppid=9107 vsize=1349188 CPUtime=237.61 cores=0,2,4,6
/proc/9110/stat : 9110 (toysat) R 9107 9110 5822 0 -1 4202496 278573 0 0 0 23720 41 0 0 20 0 4 0 5860090 1381568512 278781 33554432000 4194304 16246674 140737130523152 140737130505024 12997790 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/9110/statm: 337297 278781 888 2943 0 334191 0
[pid=9110/tid=9111] ppid=9107 vsize=1349188 CPUtime=0 cores=0,2,4,6
/proc/9110/task/9111/stat : 9111 (toysat) S 9107 9110 5822 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 5860090 1381568512 278781 33554432000 4194304 16246674 140737130523152 140564939910384 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=9110/tid=9112] ppid=9107 vsize=1349188 CPUtime=0 cores=0,2,4,6
/proc/9110/task/9112/stat : 9112 (toysat) S 9107 9110 5822 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 5860090 1381568512 278781 33554432000 4194304 16246674 140737130523152 140564929420528 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=9110/tid=9113] ppid=9107 vsize=1349188 CPUtime=0 cores=0,2,4,6
/proc/9110/task/9113/stat : 9113 (toysat) S 9107 9110 5822 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 5860090 1381568512 278781 33554432000 4194304 16246674 140737130523152 140564817243312 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 237.61
Current children cumulated vsize (KiB) 1349188

[startup+237.9 s]
/proc/loadavg: 2.24 2.32 2.26 3/183 9169
/proc/meminfo: memFree=28293764/32872528 swapFree=1369816/1516984
[pid=9110] ppid=9107 vsize=0 CPUtime=237.81 cores=0,2,4,6
/proc/9110/stat : 9110 (toysat) Z 9107 9110 5822 0 -1 4202508 278577 0 0 0 23737 44 0 0 20 0 2 0 5860090 0 0 33554432000 0 0 0 0 0 0 0 33554432 0 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/9110/statm: 0 0 0 0 0 0 0
[pid=9110/tid=9113] ppid=9107 vsize=0 CPUtime=0.01 cores=0,2,4,6
/proc/9110/task/9113/stat : 9113 (toysat) R 9107 9110 5822 0 -1 4203588 1 0 0 0 0 1 0 0 20 0 2 0 5860090 0 0 33554432000 0 0 0 0 0 0 0 33554432 0 18446744073709551615 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 237.81
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 237.925
CPU time (s): 237.838
CPU user time (s): 237.372
CPU system time (s): 0.465929
CPU usage (%): 99.9633
Max. virtual memory (cumulated for all children) (KiB): 1349188

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 237.372
system time used= 0.465929
maximum resident set size= 1115136
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 278577
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= 112
involuntary context switches= 248

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.818875 second user time and 1.10083 second system time

The end

Launcher Data

Begin job on node129 at 2016-06-16 02:48:56
IDJOB=4090093
IDBENCH=107500
IDSOLVER=2542
FILE ID=node129/4090093-1466038136
RUNJOBID= node129-1466013843-5838
PBS_JOBID= 19902811
Free space on /tmp= 71720 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB16/normalized-PB16/DEC-SMALLINT-LIN/pb16-16-elffers/Instances3col_OPB/normalized-3col-left3reg-l100-r099-n1.opb
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --pb --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4090093-1466038136/watcher-4090093-1466038136 -o /tmp/evaluation-result-4090093-1466038136/solver-4090093-1466038136 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node129-1466013843-5838 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4090093-1466038136.opb

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

MD5SUM BENCH= c13e28e9d3b561ce0bb99561598faec1
RANDOM SEED=1376169073

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        29436816 kB
Buffers:           41936 kB
Cached:            81316 kB
SwapCached:        20160 kB
Active:          1137696 kB
Inactive:          78972 kB
Active(anon):    1075208 kB
Inactive(anon):    20108 kB
Active(file):      62488 kB
Inactive(file):    58864 kB
Unevictable:     1516984 kB
Mlocked:         1369816 kB
SwapTotal:      67108856 kB
SwapFree:       67081548 kB
Dirty:             16684 kB
Writeback:             0 kB
AnonPages:       2591072 kB
Mapped:            10272 kB
Shmem:                 0 kB
Slab:             567648 kB
SReclaimable:      11760 kB
SUnreclaim:       555888 kB
KernelStack:        1472 kB
PageTables:         9408 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2734096 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1024000 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71704 MiB
End job on node129 at 2016-06-16 02:52:54