Trace number 4093348

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-02OPTIMUM 389.024 389.084

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900571132--soft-33-100-0.wbo
MD5SUM87777454fd73e41b31dd9b36586c9c7c
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark23.8904
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables231
Total number of constraints2707
Number of soft constraints1863
Number of constraints which are clauses2684
Number of constraints which are cardinality constraints (but not clauses)22
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint110
Top cost 94064
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 94063
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 761
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.00	c 2016-06-16T16:27:16+0200
0.00/0.00	c version = 0.5.0
0.00/0.00	c githash = 1a49202
0.00/0.00	c compilationtime = 2016-05-02 00:19:28.990761 UTC
0.00/0.00	c arch = x86_64
0.00/0.00	c os = linux
0.00/0.00	c compiler = ghc 7.10
0.00/0.00	c packages:
0.00/0.00	c   OptDir-0.0.3
0.00/0.00	c   array-0.5.1.0
0.00/0.00	c   base-4.8.2.0
0.00/0.00	c   bytestring-0.10.6.0
0.00/0.00	c   bytestring-builder-0.10.6.0.0
0.00/0.00	c   clock-0.7.2
0.00/0.00	c   containers-0.5.6.2
0.00/0.00	c   data-default-0.5.3
0.00/0.00	c   data-default-class-0.0.1
0.00/0.00	c   data-interval-1.2.0
0.00/0.00	c   deepseq-1.4.1.1
0.00/0.00	c   directory-1.2.2.0
0.00/0.00	c   exceptions-0.8.2.1
0.00/0.00	c   extended-reals-0.2.1.0
0.00/0.00	c   filepath-1.4.0.0
0.00/0.00	c   finite-field-0.8.0
0.00/0.00	c   hashable-1.2.4.0
0.00/0.00	c   heaps-0.3.3
0.00/0.00	c   intern-0.9.1.4
0.00/0.00	c   loop-0.3.0
0.00/0.00	c   mtl-2.2.1
0.00/0.00	c   multiset-0.3.2
0.00/0.00	c   mwc-random-0.13.3.2
0.00/0.00	c   parse_dimacs-1.3
0.00/0.00	c   parsec-3.1.9
0.00/0.00	c   prettyclass-1.0.0.0
0.00/0.00	c   primes-0.2.1.0
0.00/0.00	c   primitive-0.6.1.0
0.00/0.00	c   process-1.2.3.0
0.00/0.00	c   pseudo-boolean-0.1.3.0
0.00/0.01	c   queue-0.1.2
0.00/0.01	c   semigroups-0.18.1
0.00/0.01	c   sign-0.4.3
0.00/0.01	c   stm-2.4.4.1
0.00/0.01	c   template-haskell-2.10.0.0
0.00/0.01	c   temporary-1.2.0.4
0.00/0.01	c   time-1.5.0.1
0.00/0.01	c   transformers-0.4.2.0
0.00/0.01	c   transformers-compat-0.5.1.4
0.00/0.01	c   type-level-numbers-0.1.1.1
0.00/0.01	c   unbounded-delays-0.1.0.9
0.00/0.01	c   unordered-containers-0.2.6.0
0.00/0.01	c   vector-0.11.0.0
0.00/0.01	c   vector-space-0.10.3
0.00/0.01	c command line = ["+RTS","-H1G","-M15500m","-K1G","-RTS","--wbo","--search=bcd2","HOME/instance-4093348-1466087236.wbo"]
0.00/0.01	c use --random-gen="4259612408 1473820494 3323662565 3269949845 485996374 637409512 3233820075 3695386825 53888451 429517499 1576081932 1557738146 87418693 817872183 2170610545 3987026448 142277306 2986148874 864612049 2269599421 3835422271 1216893169 4071452905 1006787979 2719695963 3129900178 4150455336 2557291966 2866984209 1749619477 1302744498 1591937609 3743198050 3536097180 1291556683 3592719357 4039304386 375180657 1378102730 3610298478 1305297384 1511222933 1363198051 4078360494 1759267846 3471781472 1232038539 905677188 1038694163 965480621 2752266952 1375988280 2031091304 1991998190 3156656505 3769906443 4273057810 132369696 316255438 3821436471 657668369 1785468942 3726082841 3200209816 3458213344 3182744219 1721395995 85755424 1908500106 42928017 1940108990 2859888273 438987496 1776632204 2625932547 2022809688 751466983 1010544376 3685887061 1301897906 39388011 4161851867 147967428 1511616729 4287642448 2140671635 2506334818 2468291514 57704977 2985105484 185174407 541717782 1681434074 1784965802 3181272551 1503037055 4032819651 3241849886 417576155 2662643510 2331519569 646083479 989199365 646912409 3027846236 787042661 907606048 3343379412 385981256 2311150048 2517528 2094461708 2097127980 695617721 1806665527 3258668445 4244148588 1439343705 1346725108 442102415 2272216321 495199709 1239980236 4193108029 3570842945 2924120349 415443176 17110791 1864547319 2128823215 2137138977 560762139 3435068172 1078654134 237996074 2756062719 902869604 3461096608 1012073333 1699018609 2087711878 2665622686 3008232578 427233043 3024269970 3818562212 2525100312 2562661795 2092273502 4232149382 1925630145 2560602692 3188194109 320934127 2384145946 1858183481 784279145 1118907718 2377641457 1752543480 2828619669 354933907 398717241 1808715595 1585200918 417103193 499204991 3156038284 548752567 3805719743 725370514 3480838160 4021216724 1900447502 38419363 678492660 2220700268 734483341 1582977509 3476274056 1928311620 978650245 2365903308 652908384 4167590316 1247704648 1974330255 3209746157 3987464620 1969981050 1887941050 2915999433 3215382563 1279123806 3784882599 3723111201 1888327666 958818025 990715461 2031595294 2751584228 1591793563 1354363244 4082261761 1710276905 2213960566 4101694625 1326854440 2843942495 2346009127 695653819 1099479469 1373310937 3876371924 3808227863 423684620 3010425011 3028983715 2214506680 3713283179 2029125867 941004682 1837288728 3026488371 757836603 3641517937 315349011 1968964668 1093535232 3004434630 575501942 4223699642 2408990842 1755661840 2867060971 1341877115 4063641539 1321729994 1326640569 1915629131 429798618 3883934597 4013625828 888290290 422338226 3951348504 10250431 1987922244 681356242 1216125914 1170463708 1861880995 3217700775 297833614 2122157719 3574894205 255 362436" option to reproduce the execution
0.09/0.13	c #vars 231
0.09/0.13	c #constraints 2707
0.09/0.18	c BCD2: Hardening is enabled.
0.09/0.18	c BCD2: BiasedSearch is enabled.
0.09/0.18	c Solving starts ...
0.09/0.18	c ============================[ Search Statistics ]============================
0.09/0.18	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.09/0.18	c       |         |          |          |    Limit     GC | Var      | Constra 
0.09/0.18	c =============================================================================
0.09/0.18	c  0.0s |       0 |        0 |        0 |     1600      0 |        0 |        0
0.09/0.19	c  0.0s |       0 |     1872 |        0 |     1600      0 |        0 |        0
0.09/0.19	c #cpu_time = 0.005s
0.09/0.19	c #wall_clock_time = 0.005s
0.09/0.19	c #decision = 1872
0.09/0.19	c #random_decision = 8
0.09/0.19	c #conflict = 0
0.09/0.19	c #restart = 0
0.09/0.19	o 512
0.09/0.19	c BCD2: updating upper bound: 94063 -> 511
0.19/0.21	c BCD2: 0 <= obj <= 511
0.19/0.21	c BCD2: #cores=0, #unrelaxed=1863, #relaxed=0, #hardened=0
0.19/0.21	c BCD2: #sat=1 #unsat=1 bias=1/2
0.19/0.21	c Solving starts ...
0.19/0.21	c ============================[ Search Statistics ]============================
0.19/0.21	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.19/0.21	c       |         |          |          |    Limit     GC | Var      | Constra 
0.19/0.21	c =============================================================================
0.19/0.21	c  0.0s |       0 |        0 |        0 |     1600      0 |        0 |        0
0.19/0.23	c  0.0s |       1 |     2047 |      100 |     1600      0 |        0 |        0
0.19/0.27	c  0.1s |       2 |     4179 |      250 |     1761      0 |        0 |        0
0.29/0.33	c  0.1s |       3 |     6398 |      475 |     1938      0 |        0 |        0
0.38/0.41	c  0.2s |       4 |     8781 |      813 |     2132      0 |        0 |        0
0.59/0.60	c  0.4s |       5 |    11472 |     1320 |     2346      0 |        0 |        0
0.89/0.97	c  0.8s |       6 |    14413 |     2081 |     2840      0 |        0 |        0
1.29/1.38	c  1.2s |       7 |    18091 |     3223 |     3125      0 |        0 |        0
1.89/1.96	c  1.8s |       8 |    22556 |     4936 |     3438      1 |        0 |        0
3.40/3.45	c  3.2s |       9 |    28070 |     7506 |     3782      2 |        0 |        0
4.99/5.08	c  4.9s |      10 |    35346 |    11361 |     4161      3 |        0 |        0
7.09/7.12	c  6.9s |      10 |    42445 |    15161 |     4161      4 |        0 |        0
8.59/8.64	c  8.4s |      11 |    44952 |    17144 |     4578      5 |        0 |        0
10.58/10.64	c 10.4s |      11 |    49628 |    19244 |     4578      6 |        0 |        0
12.58/12.66	c 12.5s |      11 |    53174 |    21944 |     4578      7 |        0 |        0
14.68/14.74	c 14.5s |      11 |    57323 |    24944 |     4578      8 |        0 |        0
15.68/15.70	c 15.5s |      12 |    58450 |    25819 |     5036      8 |        0 |        0
17.69/17.72	c 17.5s |      12 |    63426 |    28219 |     5036      8 |        0 |        0
19.68/19.72	c 19.5s |      12 |    66885 |    30819 |     5036      9 |        0 |        0
21.68/21.72	c 21.5s |      12 |    70142 |    33119 |     5036     10 |        0 |        0
23.68/23.77	c 23.6s |      12 |    72307 |    34819 |     5036     10 |        0 |        0
25.69/25.78	c 25.6s |      12 |    74935 |    36819 |     5036     11 |        0 |        0
27.39/27.49	c 27.3s |      13 |    77590 |    38832 |     5540     11 |        0 |        0
29.48/29.52	c 29.3s |      13 |    83584 |    42032 |     5540     12 |        0 |        0
31.48/31.54	c 31.3s |      13 |    87774 |    45132 |     5540     13 |        0 |        0
33.58/33.62	c 33.4s |      13 |    90706 |    47332 |     5540     14 |        0 |        0
35.68/35.73	c 35.5s |      13 |    93581 |    49432 |     5540     14 |        0 |        0
37.78/37.81	c 37.6s |      13 |    95834 |    51032 |     5540     15 |        0 |        0
39.88/39.97	c 39.8s |      13 |    98257 |    52832 |     5540     15 |        0 |        0
41.99/42.07	c 41.9s |      13 |   100101 |    54232 |     5540     16 |        0 |        0
44.09/44.12	c 43.9s |      13 |   101906 |    55632 |     5540     16 |        0 |        0
46.08/46.19	c 46.0s |      13 |   103578 |    56932 |     5540     16 |        0 |        0
48.08/48.16	c 48.0s |      14 |   105432 |    58352 |     6095     17 |        0 |        0
50.08/50.16	c 50.0s |      14 |   108993 |    59552 |     6095     17 |        0 |        0
52.08/52.17	c 52.0s |      14 |   110864 |    60952 |     6095     17 |        0 |        0
54.08/54.18	c 54.0s |      14 |   115643 |    64552 |     6095     18 |        0 |        0
56.09/56.19	c 56.0s |      14 |   119690 |    67452 |     6095     19 |        0 |        0
58.29/58.36	c 58.2s |      14 |   122994 |    70052 |     6095     20 |        0 |        0
60.28/60.38	c 60.2s |      14 |   126876 |    72952 |     6095     20 |        0 |        0
62.28/62.39	c 62.2s |      14 |   131122 |    76052 |     6095     21 |        0 |        0
64.38/64.40	c 64.2s |      14 |   134960 |    78952 |     6095     22 |        0 |        0
66.38/66.45	c 66.2s |      14 |   139081 |    82052 |     6095     23 |        0 |        0
68.38/68.49	c 68.3s |      14 |   142652 |    84752 |     6095     23 |        0 |        0
70.48/70.54	c 70.3s |      14 |   145718 |    86952 |     6095     24 |        0 |        0
70.98/71.00	c 70.8s |      15 |   146753 |    87632 |     6705     24 |        0 |        0
72.97/73.02	c 72.8s |      15 |   151614 |    89932 |     6705     24 |        0 |        0
74.97/75.08	c 74.9s |      15 |   154097 |    91832 |     6705     25 |        0 |        0
76.98/77.10	c 76.9s |      15 |   156533 |    93732 |     6705     25 |        0 |        0
79.08/79.13	c 78.9s |      15 |   158243 |    95032 |     6705     26 |        0 |        0
81.08/81.16	c 80.9s |      15 |   160583 |    96832 |     6705     26 |        0 |        0
83.18/83.22	c 83.0s |      15 |   163375 |    98932 |     6705     26 |        0 |        0
85.18/85.29	c 85.1s |      15 |   165554 |   100632 |     6705     27 |        0 |        0
87.28/87.39	c 87.2s |      15 |   167840 |   102432 |     6705     27 |        0 |        0
89.38/89.42	c 89.2s |      15 |   170012 |   104032 |     6705     28 |        0 |        0
91.38/91.43	c 91.2s |      15 |   171811 |   105532 |     6705     28 |        0 |        0
93.38/93.47	c 93.3s |      15 |   173406 |   106832 |     6705     28 |        0 |        0
95.57/95.61	c 95.4s |      15 |   174667 |   107932 |     6705     28 |        0 |        0
97.57/97.63	c 97.4s |      15 |   176091 |   109132 |     6705     29 |        0 |        0
99.77/99.83	c 99.6s |      15 |   177817 |   110532 |     6705     29 |        0 |        0
101.77/101.87	c  101s |      15 |   179657 |   111932 |     6705     29 |        0 |        0
103.87/103.94	c  103s |      15 |   181460 |   113332 |     6705     30 |        0 |        0
105.88/105.95	c  105s |      15 |   183415 |   114732 |     6705     30 |        0 |        0
107.98/108.02	c  107s |      15 |   184973 |   115832 |     6705     30 |        0 |        0
109.98/110.04	c  109s |      15 |   186048 |   116732 |     6705     31 |        0 |        0
111.98/112.07	c  111s |      15 |   190608 |   119932 |     6705     31 |        0 |        0
114.07/114.13	c  113s |      15 |   194796 |   122932 |     6705     32 |        0 |        0
116.17/116.25	c  116s |      15 |   197601 |   125232 |     6705     33 |        0 |        0
118.27/118.30	c  118s |      15 |   200094 |   127332 |     6705     33 |        0 |        0
120.27/120.31	c  120s |      15 |   202241 |   129132 |     6705     33 |        0 |        0
122.27/122.37	c  122s |      15 |   204688 |   131132 |     7376     34 |        0 |        0
122.67/122.77	c  122s |      16 |   205227 |   131552 |     7376     34 |        0 |        0
124.77/124.88	c  124s |      16 |   209088 |   133152 |     7376     34 |        0 |        0
126.97/127.03	c  126s |      16 |   210882 |   134652 |     7376     35 |        0 |        0
128.97/129.08	c  128s |      16 |   213459 |   136652 |     7376     35 |        0 |        0
131.07/131.13	c  130s |      16 |   218207 |   140252 |     7376     36 |        0 |        0
133.08/133.19	c  132s |      16 |   223202 |   143952 |     7376     37 |        0 |        0
135.17/135.20	c  134s |      16 |   227573 |   147352 |     7376     37 |        0 |        0
137.17/137.20	c  136s |      16 |   231641 |   150452 |     7376     38 |        0 |        0
139.16/139.22	c  139s |      16 |   235303 |   153352 |     7376     39 |        0 |        0
141.16/141.24	c  141s |      16 |   238457 |   155952 |     7376     39 |        0 |        0
143.16/143.28	c  143s |      16 |   241384 |   158352 |     7376     40 |        0 |        0
145.27/145.31	c  145s |      16 |   244378 |   160852 |     7376     40 |        0 |        0
147.26/147.35	c  147s |      16 |   246919 |   162952 |     7376     41 |        0 |        0
149.26/149.37	c  149s |      16 |   249153 |   164852 |     7376     41 |        0 |        0
151.37/151.45	c  151s |      16 |   251504 |   166752 |     7376     41 |        0 |        0
153.47/153.52	c  153s |      16 |   254496 |   168952 |     7376     42 |        0 |        0
155.57/155.60	c  155s |      16 |   257774 |   171552 |     7376     42 |        0 |        0
157.57/157.63	c  157s |      16 |   260530 |   173752 |     7376     43 |        0 |        0
159.57/159.69	c  159s |      16 |   263798 |   176352 |     7376     43 |        0 |        0
161.67/161.75	c  161s |      16 |   267228 |   178952 |     7376     44 |        0 |        0
163.66/163.78	c  163s |      16 |   270368 |   181452 |     7376     45 |        0 |        0
165.76/165.88	c  165s |      16 |   273747 |   184052 |     7376     45 |        0 |        0
167.87/167.92	c  167s |      16 |   276176 |   185952 |     7376     46 |        0 |        0
169.86/169.96	c  169s |      16 |   278356 |   187752 |     7376     46 |        0 |        0
171.96/172.03	c  171s |      16 |   280654 |   189652 |     7376     46 |        0 |        0
173.96/174.09	c  173s |      16 |   282616 |   191252 |     7376     47 |        0 |        0
175.97/176.09	c  175s |      16 |   284866 |   193052 |     7376     47 |        0 |        0
178.06/178.19	c  177s |      16 |   286991 |   194752 |     7376     47 |        0 |        0
180.16/180.29	c  180s |      16 |   289067 |   196452 |     8114     48 |        0 |        0
181.36/181.43	c  181s |      17 |   290259 |   197432 |     8114     48 |        0 |        0
183.46/183.58	c  183s |      17 |   293864 |   198832 |     8114     48 |        0 |        0
185.56/185.68	c  185s |      17 |   295821 |   200432 |     8114     48 |        0 |        0
187.66/187.72	c  187s |      17 |   297772 |   202032 |     8114     49 |        0 |        0
189.66/189.77	c  189s |      17 |   299169 |   203132 |     8114     49 |        0 |        0
191.66/191.79	c  191s |      17 |   300398 |   204132 |     8114     49 |        0 |        0
193.76/193.88	c  193s |      17 |   301876 |   205332 |     8114     49 |        0 |        0
195.86/195.95	c  195s |      17 |   303347 |   206532 |     8114     50 |        0 |        0
197.86/198.00	c  197s |      17 |   304842 |   207732 |     8114     50 |        0 |        0
199.96/200.01	c  199s |      17 |   306606 |   209032 |     8114     50 |        0 |        0
201.95/202.02	c  201s |      17 |   310021 |   211532 |     8114     51 |        0 |        0
203.95/204.03	c  203s |      17 |   313767 |   214232 |     8114     51 |        0 |        0
206.06/206.17	c  205s |      17 |   316058 |   215932 |     8114     52 |        0 |        0
208.16/208.26	c  208s |      17 |   318354 |   217732 |     8114     52 |        0 |        0
210.36/210.41	c  210s |      17 |   320816 |   219532 |     8114     52 |        0 |        0
212.36/212.43	c  212s |      17 |   322586 |   220832 |     8114     53 |        0 |        0
214.47/214.58	c  214s |      17 |   324566 |   222332 |     8114     53 |        0 |        0
216.56/216.62	c  216s |      17 |   326288 |   223632 |     8114     53 |        0 |        0
218.56/218.62	c  218s |      17 |   328097 |   224932 |     8114     53 |        0 |        0
220.55/220.66	c  220s |      17 |   332986 |   227932 |     8114     54 |        0 |        0
222.65/222.70	c  222s |      17 |   336638 |   230532 |     8114     54 |        0 |        0
224.65/224.74	c  224s |      17 |   340241 |   233132 |     8114     55 |        0 |        0
226.66/226.78	c  226s |      17 |   343478 |   235532 |     8114     55 |        0 |        0
228.77/228.87	c  228s |      17 |   346383 |   237832 |     8114     56 |        0 |        0
230.86/230.91	c  230s |      17 |   349302 |   240032 |     8114     56 |        0 |        0
232.96/233.02	c  232s |      17 |   351564 |   241832 |     8114     57 |        0 |        0
234.96/235.08	c  234s |      17 |   354138 |   244032 |     8114     57 |        0 |        0
237.06/237.12	c  236s |      17 |   356823 |   246232 |     8114     58 |        0 |        0
239.05/239.13	c  238s |      17 |   358913 |   248032 |     8114     58 |        0 |        0
241.15/241.23	c  241s |      17 |   361580 |   250132 |     8114     58 |        0 |        0
243.16/243.26	c  243s |      17 |   364203 |   252332 |     8114     59 |        0 |        0
245.25/245.31	c  245s |      17 |   366424 |   254232 |     8114     59 |        0 |        0
247.26/247.33	c  247s |      17 |   368992 |   256132 |     8114     60 |        0 |        0
249.25/249.36	c  249s |      17 |   372481 |   258332 |     8114     60 |        0 |        0
251.35/251.45	c  251s |      17 |   375241 |   260432 |     8114     60 |        0 |        0
253.35/253.49	c  253s |      17 |   377546 |   262132 |     8114     61 |        0 |        0
255.45/255.59	c  255s |      17 |   379955 |   263832 |     8114     61 |        0 |        0
257.54/257.66	c  257s |      17 |   382347 |   265432 |     8114     61 |        0 |        0
259.66/259.73	c  259s |      17 |   384566 |   267032 |     8114     62 |        0 |        0
261.65/261.75	c  261s |      17 |   387412 |   268932 |     8114     62 |        0 |        0
263.75/263.81	c  263s |      17 |   390407 |   271132 |     8114     63 |        0 |        0
265.75/265.82	c  265s |      17 |   393852 |   273532 |     8114     63 |        0 |        0
267.75/267.86	c  267s |      17 |   396629 |   275532 |     8114     63 |        0 |        0
269.84/269.91	c  269s |      17 |   399365 |   277532 |     8114     64 |        0 |        0
271.85/271.94	c  271s |      17 |   401543 |   279232 |     8114     64 |        0 |        0
273.96/274.08	c  273s |      17 |   403867 |   280932 |     8114     64 |        0 |        0
276.06/276.17	c  275s |      17 |   406569 |   282732 |     8114     65 |        0 |        0
278.15/278.26	c  278s |      17 |   409093 |   284432 |     8114     65 |        0 |        0
280.24/280.31	c  280s |      17 |   411083 |   285832 |     8114     65 |        0 |        0
282.25/282.35	c  282s |      17 |   413399 |   287432 |     8114     66 |        0 |        0
284.44/284.50	c  284s |      17 |   415523 |   288932 |     8114     66 |        0 |        0
286.44/286.51	c  286s |      17 |   417178 |   290132 |     8114     66 |        0 |        0
288.55/288.60	c  288s |      17 |   418732 |   291232 |     8114     67 |        0 |        0
290.54/290.61	c  290s |      17 |   420417 |   292432 |     8114     67 |        0 |        0
292.65/292.76	c  292s |      17 |   421982 |   293632 |     8114     67 |        0 |        0
294.75/294.85	c  294s |      17 |   423869 |   294932 |     8926     67 |        0 |        0
296.75/296.88	c  296s |      17 |   425793 |   296232 |     8926     67 |        0 |        0
296.85/296.90	c  296s |      18 |   425816 |   296252 |     8926     67 |        0 |        0
298.84/298.94	c  298s |      18 |   430357 |   298152 |     8926     68 |        0 |        0
300.94/301.06	c  300s |      18 |   432576 |   299752 |     8926     68 |        0 |        0
302.94/303.09	c  302s |      18 |   435407 |   301552 |     8926     68 |        0 |        0
305.04/305.15	c  304s |      18 |   438442 |   303652 |     8926     69 |        0 |        0
307.04/307.16	c  306s |      18 |   440942 |   305352 |     8926     69 |        0 |        0
309.05/309.18	c  308s |      18 |   442743 |   306652 |     8926     69 |        0 |        0
311.14/311.26	c  311s |      18 |   444920 |   308052 |     8926     70 |        0 |        0
313.24/313.32	c  313s |      18 |   447710 |   309852 |     8926     70 |        0 |        0
315.34/315.44	c  315s |      18 |   449816 |   311352 |     8926     70 |        0 |        0
317.44/317.58	c  317s |      18 |   451996 |   312852 |     8926     71 |        0 |        0
319.54/319.65	c  319s |      18 |   454525 |   314552 |     8926     71 |        0 |        0
321.54/321.67	c  321s |      18 |   457103 |   316252 |     8926     71 |        0 |        0
323.64/323.73	c  323s |      18 |   459030 |   317552 |     8926     71 |        0 |        0
325.64/325.78	c  325s |      18 |   461083 |   318952 |     8926     72 |        0 |        0
327.64/327.80	c  327s |      18 |   464139 |   321052 |     8926     72 |        0 |        0
329.74/329.82	c  329s |      18 |   467378 |   323252 |     8926     72 |        0 |        0
331.74/331.82	c  331s |      18 |   470055 |   325052 |     8926     73 |        0 |        0
333.84/333.92	c  333s |      18 |   472454 |   326652 |     8926     73 |        0 |        0
335.94/336.04	c  335s |      18 |   475221 |   328452 |     8926     73 |        0 |        0
338.04/338.11	c  337s |      18 |   478056 |   330252 |     8926     74 |        0 |        0
340.04/340.16	c  339s |      18 |   480353 |   331752 |     8926     74 |        0 |        0
342.14/342.28	c  342s |      18 |   483638 |   333852 |     8926     74 |        0 |        0
344.24/344.34	c  344s |      18 |   485968 |   335452 |     8926     75 |        0 |        0
346.34/346.41	c  346s |      18 |   488384 |   337052 |     8926     75 |        0 |        0
348.34/348.47	c  348s |      18 |   492455 |   339452 |     8926     75 |        0 |        0
350.43/350.54	c  350s |      18 |   495201 |   341252 |     8926     76 |        0 |        0
352.53/352.60	c  352s |      18 |   498160 |   343152 |     8926     76 |        0 |        0
354.54/354.60	c  354s |      18 |   500763 |   344752 |     8926     76 |        0 |        0
356.54/356.62	c  356s |      18 |   503730 |   346452 |     8926     77 |        0 |        0
358.64/358.79	c  358s |      18 |   506515 |   348152 |     8926     77 |        0 |        0
360.74/360.89	c  360s |      18 |   509140 |   349852 |     8926     77 |        0 |        0
362.84/362.98	c  362s |      18 |   510866 |   351052 |     8926     78 |        0 |        0
364.93/365.02	c  364s |      18 |   513312 |   352652 |     8926     78 |        0 |        0
367.03/367.19	c  366s |      18 |   515756 |   354352 |     8926     78 |        0 |        0
369.23/369.30	c  369s |      18 |   518221 |   355952 |     8926     78 |        0 |        0
371.34/371.43	c  371s |      18 |   520732 |   357452 |     8926     79 |        0 |        0
373.53/373.60	c  373s |      18 |   522446 |   358652 |     8926     79 |        0 |        0
375.53/375.65	c  375s |      18 |   524432 |   359852 |     8926     79 |        0 |        0
377.43/377.60	c  377s |      18 |   526579 |   361150 |     8926     79 |        0 |        0
377.43/377.60	c #cpu_time = 376.418s
377.43/377.60	c #wall_clock_time = 377.387s
377.43/377.60	c #decision = 526579
377.43/377.60	c #random_decision = 556
377.43/377.60	c #conflict = 361150
377.43/377.60	c #restart = 18
377.53/377.60	c BCD2: found a new core of size 1852: cost of the new core is >=1
377.53/377.60	c lower bound updated to 1
377.53/377.60	c BCD2: 1 <= obj <= 511
377.53/377.60	c BCD2: #cores=1, #unrelaxed=11, #relaxed=1852, #hardened=0
377.53/377.60	c BCD2: #sat=1 #unsat=2 bias=2/3
377.53/377.61	c Solving starts ...
377.53/377.61	c ============================[ Search Statistics ]============================
377.53/377.61	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
377.53/377.61	c       |         |          |          |    Limit     GC | Var      | Constra 
377.53/377.61	c =============================================================================
377.53/377.61	c  0.0s |       0 |        0 |        0 |     8926      0 |        0 |        0
377.73/377.88	c  0.3s |       0 |     1917 |        0 |     8926      1 |        0 |        0
377.73/377.88	c #cpu_time = 0.272s
377.73/377.88	c #wall_clock_time = 0.273s
377.73/377.88	c #decision = 1917
377.73/377.88	c #random_decision = 7
377.73/377.88	c #conflict = 0
377.73/377.88	c #restart = 0
377.73/377.88	o 48
377.73/377.88	c BCD2: hardening fixes 986 literals
377.73/377.88	c BCD2: updating upper bound: 511 -> 47
377.73/377.89	c BCD2: 1 <= obj <= 47
377.73/377.89	c BCD2: #cores=1, #unrelaxed=5, #relaxed=872, #hardened=986
377.73/377.89	c BCD2: #sat=2 #unsat=2 bias=2/4
377.73/377.89	c Solving starts ...
377.73/377.89	c ============================[ Search Statistics ]============================
377.73/377.89	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
377.73/377.89	c       |         |          |          |    Limit     GC | Var      | Constra 
377.73/377.89	c =============================================================================
377.73/377.89	c  0.0s |       0 |        0 |        0 |     8926      0 |      986 |        1
377.93/378.09	c  0.2s |       1 |      343 |      100 |     8926      0 |      986 |        1
378.13/378.29	c  0.4s |       2 |      630 |      250 |     8926      0 |      986 |        1
378.43/378.55	c  0.7s |       2 |      922 |      443 |     8926      0 |      986 |        1
378.43/378.55	c #cpu_time = 0.648s
378.43/378.55	c #wall_clock_time = 0.650s
378.43/378.55	c #decision = 922
378.43/378.55	c #random_decision = 0
378.43/378.55	c #conflict = 443
378.43/378.55	c #restart = 2
378.43/378.55	o 23
378.43/378.55	c BCD2: hardening fixes 470 literals
378.43/378.55	c BCD2: updating upper bound: 47 -> 22
378.43/378.55	c BCD2: 1 <= obj <= 22
378.43/378.55	c BCD2: #cores=1, #unrelaxed=3, #relaxed=404, #hardened=1456
378.43/378.55	c BCD2: #sat=3 #unsat=2 bias=2/5
378.43/378.55	c Solving starts ...
378.43/378.55	c ============================[ Search Statistics ]============================
378.43/378.55	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
378.43/378.55	c       |         |          |          |    Limit     GC | Var      | Constra 
378.43/378.55	c =============================================================================
378.43/378.55	c  0.0s |       0 |        0 |        0 |     8926      0 |     1456 |        2
378.53/378.67	c  0.1s |       1 |      126 |      100 |     8926      0 |     1456 |        2
378.73/378.82	c  0.3s |       2 |      391 |      250 |     8926      0 |     1456 |        2
378.83/378.99	c  0.4s |       3 |      695 |      475 |     8926      0 |     1456 |        2
379.23/379.31	c  0.8s |       4 |     1218 |      813 |     8926      0 |     1456 |        2
379.54/379.60	c  1.1s |       5 |     2009 |     1320 |     8926      0 |     1456 |        2
379.93/380.02	c  1.5s |       6 |     3163 |     2081 |     8926      0 |     1456 |        2
380.54/380.69	c  2.1s |       7 |     4858 |     3223 |     8926      0 |     1456 |        2
381.53/381.70	c  3.1s |       8 |     7239 |     4936 |     8926      0 |     1456 |        2
382.53/382.61	c  4.1s |       8 |     9318 |     6306 |     8926      1 |     1456 |        2
382.53/382.61	c #cpu_time = 4.044s
382.53/382.61	c #wall_clock_time = 4.055s
382.53/382.61	c #decision = 9318
382.53/382.61	c #random_decision = 13
382.53/382.61	c #conflict = 6306
382.53/382.61	c #restart = 8
382.53/382.61	o 9
382.53/382.61	c BCD2: hardening fixes 276 literals
382.53/382.61	c BCD2: updating upper bound: 22 -> 8
382.53/382.61	c BCD2: 1 <= obj <= 8
382.53/382.61	c BCD2: #cores=1, #unrelaxed=1, #relaxed=130, #hardened=1732
382.53/382.61	c BCD2: #sat=4 #unsat=2 bias=2/6
382.53/382.61	c Solving starts ...
382.53/382.61	c ============================[ Search Statistics ]============================
382.53/382.61	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
382.53/382.61	c       |         |          |          |    Limit     GC | Var      | Constra 
382.53/382.61	c =============================================================================
382.53/382.61	c  0.0s |       0 |        0 |        0 |     8926      0 |     1732 |        3
382.53/382.68	c  0.1s |       1 |      185 |      100 |     8926      0 |     1732 |        3
382.63/382.75	c  0.1s |       2 |      446 |      250 |     8926      0 |     1732 |        3
382.73/382.87	c  0.3s |       3 |      837 |      475 |     8926      0 |     1732 |        3
382.93/383.06	c  0.4s |       4 |     1354 |      813 |     8926      0 |     1732 |        3
383.23/383.32	c  0.7s |       5 |     2123 |     1320 |     8926      0 |     1732 |        3
383.63/383.74	c  1.1s |       6 |     3318 |     2081 |     8926      0 |     1732 |        3
384.33/384.43	c  1.8s |       7 |     4901 |     3223 |     8926      0 |     1732 |        3
384.43/384.54	c  1.9s |       7 |     5133 |     3367 |     8926      0 |     1732 |        3
384.43/384.54	c #cpu_time = 1.926s
384.43/384.54	c #wall_clock_time = 1.931s
384.43/384.54	c #decision = 5133
384.43/384.54	c #random_decision = 9
384.43/384.54	c #conflict = 3367
384.43/384.54	c #restart = 7
384.43/384.54	o 3
384.43/384.54	c BCD2: hardening fixes 105 literals
384.43/384.54	c BCD2: updating upper bound: 8 -> 2
384.43/384.54	c BCD2: 1 <= obj <= 2
384.43/384.54	c BCD2: #cores=1, #unrelaxed=0, #relaxed=26, #hardened=1837
384.43/384.54	c BCD2: #sat=5 #unsat=2 bias=2/7
384.43/384.54	c Solving starts ...
384.43/384.54	c ============================[ Search Statistics ]============================
384.43/384.54	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
384.43/384.54	c       |         |          |          |    Limit     GC | Var      | Constra 
384.43/384.54	c =============================================================================
384.43/384.54	c  0.0s |       0 |        0 |        0 |     8926      0 |     1837 |        8
384.53/384.62	c  0.1s |       1 |      145 |      100 |     8926      0 |     1837 |        8
384.63/384.73	c  0.2s |       2 |      401 |      250 |     8926      0 |     1837 |        8
384.73/384.86	c  0.3s |       3 |      705 |      475 |     8926      0 |     1837 |        8
384.93/385.09	c  0.5s |       4 |     1223 |      813 |     8926      0 |     1837 |        8
385.23/385.38	c  0.8s |       5 |     2060 |     1320 |     8926      1 |     1837 |        8
385.63/385.75	c  1.2s |       6 |     3205 |     2081 |     8926      1 |     1837 |        8
386.13/386.21	c  1.7s |       7 |     4970 |     3223 |     8926      1 |     1837 |        8
386.93/387.04	c  2.5s |       8 |     7717 |     4936 |     8926      1 |     1837 |        8
388.23/388.36	c  3.8s |       9 |    11588 |     7506 |     8926      2 |     1837 |        8
388.93/389.02	c  4.5s |       9 |    13855 |     8952 |     8926      2 |     1837 |        8
388.93/389.02	c #cpu_time = 4.467s
388.93/389.02	c #wall_clock_time = 4.478s
388.93/389.02	c #decision = 13855
388.93/389.02	c #random_decision = 20
388.93/389.02	c #conflict = 8952
388.93/389.02	c #restart = 9
388.93/389.02	o 1
388.93/389.02	s OPTIMUM FOUND
388.93/389.02	v -x1 -x2 -x3 -x4 -x5 -x6 x7 -x8 -x9 x10
388.93/389.02	v -x11 -x12 -x13 -x14 -x15 -x16 -x17 -x18 -x19 -x20
388.93/389.02	v -x21 -x22 -x23 -x24 -x25 -x26 -x27 -x28 -x29 x30
388.93/389.02	v -x31 -x32 -x33 -x34 -x35 -x36 -x37 -x38 -x39 -x40
388.93/389.02	v -x41 -x42 x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50
388.93/389.02	v -x51 -x52 x53 -x54 -x55 -x56 -x57 -x58 -x59 -x60
388.93/389.02	v x61 -x62 -x63 -x64 -x65 -x66 x67 -x68 -x69 -x70
388.93/389.02	v -x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80
388.93/389.02	v -x81 -x82 -x83 -x84 -x85 -x86 -x87 x88 -x89 -x90
388.93/389.02	v x91 -x92 -x93 -x94 -x95 -x96 -x97 -x98 -x99 -x100
388.93/389.02	v -x101 -x102 -x103 -x104 -x105 x106 -x107 -x108 -x109 -x110
388.93/389.02	v -x111 x112 -x113 -x114 -x115 -x116 -x117 -x118 -x119 -x120
388.93/389.02	v -x121 -x122 -x123 -x124 -x125 x126 -x127 -x128 -x129 -x130
388.93/389.02	v -x131 -x132 -x133 -x134 -x135 -x136 x137 -x138 -x139 -x140
388.93/389.02	v -x141 -x142 -x143 -x144 -x145 -x146 -x147 -x148 -x149 -x150
388.93/389.02	v x151 -x152 x153 -x154 -x155 -x156 -x157 -x158 -x159 -x160
388.93/389.02	v -x161 -x162 -x163 -x164 -x165 -x166 -x167 -x168 -x169 -x170
388.93/389.02	v -x171 -x172 -x173 -x174 -x175 -x176 -x177 -x178 x179 -x180
388.93/389.02	v -x181 -x182 -x183 x184 -x185 -x186 -x187 -x188 -x189 -x190
388.93/389.02	v -x191 -x192 -x193 -x194 -x195 x196 -x197 -x198 -x199 -x200
388.93/389.02	v -x201 -x202 -x203 -x204 -x205 -x206 -x207 -x208 -x209 x210
388.93/389.02	v -x211 -x212 -x213 -x214 -x215 -x216 -x217 -x218 x219 -x220
388.93/389.02	v -x221 x222 -x223 -x224 -x225 -x226 -x227 -x228 -x229 -x230
388.93/389.02	v -x231
388.93/389.02	c total CPU time = 388.027s
388.93/389.02	c total wall clock time = 389.026s

Verifier Data

OK	1

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-4093348-1466087236/watcher-4093348-1466087236 -o /tmp/evaluation-result-4093348-1466087236/solver-4093348-1466087236 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node112-1466075445-11100 --watchdog 1960 toysat +RTS -H1G -M15500m -K1G -RTS --wbo --search=bcd2 HOME/instance-4093348-1466087236.wbo 

pid=13822
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.01 2.05 2.07 2/179 13825
/proc/meminfo: memFree=30242272/32872528 swapFree=681192/736380
[pid=13825] ppid=13822 vsize=746940 CPUtime=0 cores=0,2,4,6
/proc/13825/stat : 13825 (toysat) R 13822 13825 7985 0 -1 4202496 2790 0 0 0 0 0 0 0 20 0 4 0 10772818 764866560 2640 33554432000 4194304 16246674 140735268019744 140735268019168 13880264 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/13825/statm: 187247 2650 441 2943 0 184141 0
[pid=13825/tid=13826] ppid=13822 vsize=764348 CPUtime=0 cores=0,2,4,6
/proc/13825/task/13826/stat : 13826 (toysat) S 13822 13825 7985 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 10772818 782692352 2707 33554432000 4194304 16246674 140735268019744 140155353541872 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=13825/tid=13827] ppid=13822 vsize=768444 CPUtime=0 cores=0,2,4,6
/proc/13825/task/13827/stat : 13827 (toysat) S 13822 13825 7985 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10772818 786886656 2726 33554432000 4194304 16246674 140735268019744 140155343052016 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=13825/tid=13828] ppid=13822 vsize=772540 CPUtime=0 cores=0,2,4,6
/proc/13825/task/13828/stat : 13828 (toysat) S 13822 13825 7985 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 10772818 791080960 2741 33554432000 4194304 16246674 140735268019744 140155332578480 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0

[startup+0.100172 s]
/proc/loadavg: 2.01 2.05 2.07 2/179 13825
/proc/meminfo: memFree=30242272/32872528 swapFree=681192/736380
[pid=13825] ppid=13822 vsize=1218116 CPUtime=0.09 cores=0,2,4,6
/proc/13825/stat : 13825 (toysat) R 13822 13825 7985 0 -1 4202496 24805 0 0 0 6 3 0 0 20 0 4 0 10772818 1247350784 24648 33554432000 4194304 16246674 140735268019744 140735268019168 12459048 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/13825/statm: 304529 24653 618 2943 0 301423 0
[pid=13825/tid=13826] ppid=13822 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/13825/task/13826/stat : 13826 (toysat) S 13822 13825 7985 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 10772818 1247350784 24657 33554432000 4194304 16246674 140735268019744 140155353541872 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=13825/tid=13827] ppid=13822 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/13825/task/13827/stat : 13827 (toysat) S 13822 13825 7985 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10772818 1247350784 24663 33554432000 4194304 16246674 140735268019744 140155343052016 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=13825/tid=13828] ppid=13822 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/13825/task/13828/stat : 13828 (toysat) S 13822 13825 7985 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 10772818 1247350784 24670 33554432000 4194304 16246674 140735268019744 140155332578480 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) 1218116

[startup+0.200506 s]
/proc/loadavg: 2.01 2.05 2.07 2/179 13825
/proc/meminfo: memFree=30242272/32872528 swapFree=681192/736380
[pid=13825] ppid=13822 vsize=1221188 CPUtime=0.19 cores=0,2,4,6
/proc/13825/stat : 13825 (toysat) R 13822 13825 7985 0 -1 4202496 32362 0 0 0 15 4 0 0 20 0 4 0 10772818 1250496512 32159 33554432000 4194304 16246674 140735268019744 140735268019056 4225154 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/13825/statm: 305297 32159 905 2943 0 302191 0
[pid=13825/tid=13826] ppid=13822 vsize=1221188 CPUtime=0 cores=0,2,4,6
/proc/13825/task/13826/stat : 13826 (toysat) S 13822 13825 7985 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 10772818 1250496512 32159 33554432000 4194304 16246674 140735268019744 140155353541872 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=13825/tid=13827] ppid=13822 vsize=1221188 CPUtime=0 cores=0,2,4,6
/proc/13825/task/13827/stat : 13827 (toysat) S 13822 13825 7985 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10772818 1250496512 32161 33554432000 4194304 16246674 140735268019744 140155343052016 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=13825/tid=13828] ppid=13822 vsize=1221188 CPUtime=0 cores=0,2,4,6
/proc/13825/task/13828/stat : 13828 (toysat) S 13822 13825 7985 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 10772818 1250496512 32164 33554432000 4194304 16246674 140735268019744 140155332578480 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) 1221188

[startup+0.300472 s]
/proc/loadavg: 2.01 2.05 2.07 2/179 13825
/proc/meminfo: memFree=30242272/32872528 swapFree=681192/736380
[pid=13825] ppid=13822 vsize=1303108 CPUtime=0.29 cores=0,2,4,6
/proc/13825/stat : 13825 (toysat) R 13822 13825 7985 0 -1 4202496 52159 0 0 0 22 7 0 0 20 0 4 0 10772818 1334382592 51956 33554432000 4194304 16246674 140735268019744 140735268019056 13954518 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/13825/statm: 325777 51961 920 2943 0 322671 0
[pid=13825/tid=13826] ppid=13822 vsize=1303108 CPUtime=0 cores=0,2,4,6
/proc/13825/task/13826/stat : 13826 (toysat) S 13822 13825 7985 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 10772818 1334382592 51964 33554432000 4194304 16246674 140735268019744 140155353541872 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=13825/tid=13827] ppid=13822 vsize=1303108 CPUtime=0 cores=0,2,4,6
/proc/13825/task/13827/stat : 13827 (toysat) S 13822 13825 7985 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10772818 1334382592 51976 33554432000 4194304 16246674 140735268019744 140155343052016 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=13825/tid=13828] ppid=13822 vsize=1303108 CPUtime=0 cores=0,2,4,6
/proc/13825/task/13828/stat : 13828 (toysat) S 13822 13825 7985 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 10772818 1334382592 51981 33554432000 4194304 16246674 140735268019744 140155332578480 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) 1303108

[startup+0.700407 s]
/proc/loadavg: 2.01 2.05 2.07 2/179 13825
/proc/meminfo: memFree=30242272/32872528 swapFree=681192/736380
[pid=13825] ppid=13822 vsize=1303108 CPUtime=0.69 cores=0,2,4,6
/proc/13825/stat : 13825 (toysat) R 13822 13825 7985 0 -1 4202496 123735 0 0 0 52 17 0 0 20 0 4 0 10772818 1334382592 123533 33554432000 4194304 16246674 140735268019744 140735268001664 5545885 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/13825/statm: 325777 123538 920 2943 0 322671 0
[pid=13825/tid=13826] ppid=13822 vsize=1303108 CPUtime=0 cores=0,2,4,6
/proc/13825/task/13826/stat : 13826 (toysat) S 13822 13825 7985 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 10772818 1334382592 123543 33554432000 4194304 16246674 140735268019744 140155353541872 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=13825/tid=13827] ppid=13822 vsize=1303108 CPUtime=0 cores=0,2,4,6
/proc/13825/task/13827/stat : 13827 (toysat) S 13822 13825 7985 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10772818 1334382592 123550 33554432000 4194304 16246674 140735268019744 140155343052016 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=13825/tid=13828] ppid=13822 vsize=1303108 CPUtime=0 cores=0,2,4,6
/proc/13825/task/13828/stat : 13828 (toysat) S 13822 13825 7985 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 10772818 1334382592 123553 33554432000 4194304 16246674 140735268019744 140155332578480 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) 1303108

[startup+1.50041 s]
/proc/loadavg: 2.01 2.05 2.07 3/183 13829
/proc/meminfo: memFree=29557140/32872528 swapFree=681192/736380
[pid=13825] ppid=13822 vsize=1308228 CPUtime=1.49 cores=0,2,4,6
/proc/13825/stat : 13825 (toysat) R 13822 13825 7985 0 -1 4202496 172058 0 0 0 125 24 0 0 20 0 4 0 10772818 1339625472 171855 33554432000 4194304 16246674 140735268019744 140735268001664 5659368 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/13825/statm: 327057 171855 928 2943 0 323951 0
[pid=13825/tid=13826] ppid=13822 vsize=1308228 CPUtime=0 cores=0,2,4,6
/proc/13825/task/13826/stat : 13826 (toysat) S 13822 13825 7985 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 10772818 1339625472 171855 33554432000 4194304 16246674 140735268019744 140155353541872 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=13825/tid=13827] ppid=13822 vsize=1308228 CPUtime=0 cores=0,2,4,6
/proc/13825/task/13827/stat : 13827 (toysat) S 13822 13825 7985 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10772818 1339625472 171855 33554432000 4194304 16246674 140735268019744 140155343052016 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=13825/tid=13828] ppid=13822 vsize=1308228 CPUtime=0 cores=0,2,4,6
/proc/13825/task/13828/stat : 13828 (toysat) S 13822 13825 7985 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 10772818 1339625472 171855 33554432000 4194304 16246674 140735268019744 140155332578480 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) 1308228

[startup+3.10041 s]
/proc/loadavg: 2.01 2.05 2.07 3/183 13829
/proc/meminfo: memFree=29555404/32872528 swapFree=681192/736380
[pid=13825] ppid=13822 vsize=1308228 CPUtime=3.09 cores=0,2,4,6
/proc/13825/stat : 13825 (toysat) R 13822 13825 7985 0 -1 4202496 172059 0 0 0 285 24 0 0 20 0 4 0 10772818 1339625472 171856 33554432000 4194304 16246674 140735268019744 140735268001664 5822484 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/13825/statm: 327057 171856 929 2943 0 323951 0
[pid=13825/tid=13826] ppid=13822 vsize=1308228 CPUtime=0 cores=0,2,4,6
/proc/13825/task/13826/stat : 13826 (toysat) S 13822 13825 7985 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 10772818 1339625472 171856 33554432000 4194304 16246674 140735268019744 140155353541872 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=13825/tid=13827] ppid=13822 vsize=1308228 CPUtime=0 cores=0,2,4,6
/proc/13825/task/13827/stat : 13827 (toysat) S 13822 13825 7985 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10772818 1339625472 171856 33554432000 4194304 16246674 140735268019744 140155343052016 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=13825/tid=13828] ppid=13822 vsize=1308228 CPUtime=0 cores=0,2,4,6
/proc/13825/task/13828/stat : 13828 (toysat) S 13822 13825 7985 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 10772818 1339625472 171856 33554432000 4194304 16246674 140735268019744 140155332578480 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 1308228

[startup+6.30042 s]
/proc/loadavg: 2.09 2.06 2.07 3/183 13829
/proc/meminfo: memFree=29536972/32872528 swapFree=681192/736380
[pid=13825] ppid=13822 vsize=1310276 CPUtime=6.29 cores=0,2,4,6
/proc/13825/stat : 13825 (toysat) R 13822 13825 7985 0 -1 4202496 172548 0 0 0 605 24 0 0 20 0 4 0 10772818 1341722624 172345 33554432000 4194304 16246674 140735268019744 140735268001664 5823037 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/13825/statm: 327569 172345 931 2943 0 324463 0
[pid=13825/tid=13826] ppid=13822 vsize=1310276 CPUtime=0 cores=0,2,4,6
/proc/13825/task/13826/stat : 13826 (toysat) S 13822 13825 7985 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 10772818 1341722624 172345 33554432000 4194304 16246674 140735268019744 140155353541872 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=13825/tid=13827] ppid=13822 vsize=1310276 CPUtime=0 cores=0,2,4,6
/proc/13825/task/13827/stat : 13827 (toysat) S 13822 13825 7985 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10772818 1341722624 172345 33554432000 4194304 16246674 140735268019744 140155343052016 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=13825/tid=13828] ppid=13822 vsize=1310276 CPUtime=0 cores=0,2,4,6
/proc/13825/task/13828/stat : 13828 (toysat) S 13822 13825 7985 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 10772818 1341722624 172345 33554432000 4194304 16246674 140735268019744 140155332578480 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) 1310276

[startup+12.7004 s]
/proc/loadavg: 2.08 2.06 2.07 3/183 13829
/proc/meminfo: memFree=29536884/32872528 swapFree=681192/736380
[pid=13825] ppid=13822 vsize=1310276 CPUtime=12.68 cores=0,2,4,6
/proc/13825/stat : 13825 (toysat) R 13822 13825 7985 0 -1 4202496 172574 0 0 0 1244 24 0 0 20 0 4 0 10772818 1341722624 172371 33554432000 4194304 16246674 140735268019744 140735268001664 5545784 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/13825/statm: 327569 172371 932 2943 0 324463 0
[pid=13825/tid=13826] ppid=13822 vsize=1310276 CPUtime=0 cores=0,2,4,6
/proc/13825/task/13826/stat : 13826 (toysat) S 13822 13825 7985 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 10772818 1341722624 172371 33554432000 4194304 16246674 140735268019744 140155353541872 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=13825/tid=13827] ppid=13822 vsize=1310276 CPUtime=0 cores=0,2,4,6
/proc/13825/task/13827/stat : 13827 (toysat) S 13822 13825 7985 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10772818 1341722624 172371 33554432000 4194304 16246674 140735268019744 140155343052016 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=13825/tid=13828] ppid=13822 vsize=1310276 CPUtime=0 cores=0,2,4,6
/proc/13825/task/13828/stat : 13828 (toysat) S 13822 13825 7985 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 10772818 1341722624 172371 33554432000 4194304 16246674 140735268019744 140155332578480 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 1310276

[startup+25.5005 s]
/proc/loadavg: 2.06 2.06 2.07 4/183 13829
/proc/meminfo: memFree=29521868/32872528 swapFree=681192/736380
[pid=13825] ppid=13822 vsize=1314372 CPUtime=25.49 cores=0,2,4,6
/proc/13825/stat : 13825 (toysat) R 13822 13825 7985 0 -1 4202496 173525 0 0 0 2524 25 0 0 20 0 4 0 10772818 1345916928 173322 33554432000 4194304 16246674 140735268019744 140735268018920 5546005 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/13825/statm: 328593 173322 932 2943 0 325487 0
[pid=13825/tid=13826] ppid=13822 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/13825/task/13826/stat : 13826 (toysat) S 13822 13825 7985 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 10772818 1345916928 173322 33554432000 4194304 16246674 140735268019744 140155353541872 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=13825/tid=13827] ppid=13822 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/13825/task/13827/stat : 13827 (toysat) S 13822 13825 7985 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10772818 1345916928 173322 33554432000 4194304 16246674 140735268019744 140155343052016 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=13825/tid=13828] ppid=13822 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/13825/task/13828/stat : 13828 (toysat) S 13822 13825 7985 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 10772818 1345916928 173322 33554432000 4194304 16246674 140735268019744 140155332578480 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 1314372

[startup+51.1005 s]
/proc/loadavg: 2.10 2.07 2.07 3/183 13829
/proc/meminfo: memFree=29521844/32872528 swapFree=681192/736380
[pid=13825] ppid=13822 vsize=1314372 CPUtime=51.08 cores=0,2,4,6
/proc/13825/stat : 13825 (toysat) R 13822 13825 7985 0 -1 4202496 173525 0 0 0 5082 26 0 0 20 0 4 0 10772818 1345916928 173322 33554432000 4194304 16246674 140735268019744 140735268001664 13950230 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/13825/statm: 328593 173322 932 2943 0 325487 0
[pid=13825/tid=13826] ppid=13822 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/13825/task/13826/stat : 13826 (toysat) S 13822 13825 7985 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 10772818 1345916928 173322 33554432000 4194304 16246674 140735268019744 140155353541872 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=13825/tid=13827] ppid=13822 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/13825/task/13827/stat : 13827 (toysat) S 13822 13825 7985 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10772818 1345916928 173322 33554432000 4194304 16246674 140735268019744 140155343052016 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=13825/tid=13828] ppid=13822 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/13825/task/13828/stat : 13828 (toysat) S 13822 13825 7985 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 10772818 1345916928 173322 33554432000 4194304 16246674 140735268019744 140155332578480 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 1314372

[startup+102.301 s]
/proc/loadavg: 2.12 2.07 2.07 3/183 13830
/proc/meminfo: memFree=29521288/32872528 swapFree=681192/736380
[pid=13825] ppid=13822 vsize=1314372 CPUtime=102.28 cores=0,2,4,6
/proc/13825/stat : 13825 (toysat) R 13822 13825 7985 0 -1 4202496 173598 0 0 0 10200 28 0 0 20 0 4 0 10772818 1345916928 173395 33554432000 4194304 16246674 140735268019744 140735268001664 5546177 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/13825/statm: 328593 173395 932 2943 0 325487 0
[pid=13825/tid=13826] ppid=13822 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/13825/task/13826/stat : 13826 (toysat) S 13822 13825 7985 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 10772818 1345916928 173395 33554432000 4194304 16246674 140735268019744 140155353541872 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=13825/tid=13827] ppid=13822 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/13825/task/13827/stat : 13827 (toysat) S 13822 13825 7985 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10772818 1345916928 173395 33554432000 4194304 16246674 140735268019744 140155343052016 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=13825/tid=13828] ppid=13822 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/13825/task/13828/stat : 13828 (toysat) S 13822 13825 7985 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 10772818 1345916928 173395 33554432000 4194304 16246674 140735268019744 140155332578480 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 1314372


################
# More data... #
################

/proc/13825/stat : 13825 (toysat) R 13822 13825 7985 0 -1 4202496 173598 0 0 0 22191 35 0 0 20 0 4 0 10772818 1345916928 173395 33554432000 4194304 16246674 140735268019744 140735268018840 5822548 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/13825/statm: 328593 173395 932 2943 0 325487 0
[pid=13825/tid=13826] ppid=13822 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/13825/task/13826/stat : 13826 (toysat) S 13822 13825 7985 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 10772818 1345916928 173395 33554432000 4194304 16246674 140735268019744 140155353541872 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=13825/tid=13827] ppid=13822 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/13825/task/13827/stat : 13827 (toysat) S 13822 13825 7985 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10772818 1345916928 173395 33554432000 4194304 16246674 140735268019744 140155343052016 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=13825/tid=13828] ppid=13822 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/13825/task/13828/stat : 13828 (toysat) S 13822 13825 7985 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 10772818 1345916928 173395 33554432000 4194304 16246674 140735268019744 140155332578480 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 1314372

[startup+282.3 s]
/proc/loadavg: 2.04 2.05 2.06 3/182 13837
/proc/meminfo: memFree=29516160/32872528 swapFree=681192/736380
[pid=13825] ppid=13822 vsize=1316420 CPUtime=282.25 cores=0,2,4,6
/proc/13825/stat : 13825 (toysat) R 13822 13825 7985 0 -1 4202496 174110 0 0 0 28185 40 0 0 20 0 4 0 10772818 1348014080 173907 33554432000 4194304 16246674 140735268019744 140735268001664 6020690 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/13825/statm: 329105 173907 932 2943 0 325999 0
[pid=13825/tid=13826] ppid=13822 vsize=1316420 CPUtime=0 cores=0,2,4,6
/proc/13825/task/13826/stat : 13826 (toysat) S 13822 13825 7985 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 10772818 1348014080 173907 33554432000 4194304 16246674 140735268019744 140155353541872 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=13825/tid=13827] ppid=13822 vsize=1316420 CPUtime=0 cores=0,2,4,6
/proc/13825/task/13827/stat : 13827 (toysat) S 13822 13825 7985 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10772818 1348014080 173907 33554432000 4194304 16246674 140735268019744 140155343052016 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=13825/tid=13828] ppid=13822 vsize=1316420 CPUtime=0 cores=0,2,4,6
/proc/13825/task/13828/stat : 13828 (toysat) S 13822 13825 7985 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 10772818 1348014080 173907 33554432000 4194304 16246674 140735268019744 140155332578480 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 282.25
Current children cumulated vsize (KiB) 1316420

[startup+342.3 s]
/proc/loadavg: 1.96 2.02 2.05 4/183 13986
/proc/meminfo: memFree=29631488/32872528 swapFree=681192/736380
[pid=13825] ppid=13822 vsize=1316420 CPUtime=342.23 cores=0,2,4,6
/proc/13825/stat : 13825 (toysat) R 13822 13825 7985 0 -1 4202496 174112 0 0 0 34177 46 0 0 20 0 4 0 10772818 1348014080 175768 33554432000 4194304 16246674 140735268019744 140735268018920 15015658 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/13825/statm: 329105 175768 933 2943 0 325999 0
[pid=13825/tid=13826] ppid=13822 vsize=1316420 CPUtime=0 cores=0,2,4,6
/proc/13825/task/13826/stat : 13826 (toysat) S 13822 13825 7985 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 10772818 1348014080 175768 33554432000 4194304 16246674 140735268019744 140155353541872 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=13825/tid=13827] ppid=13822 vsize=1316420 CPUtime=0 cores=0,2,4,6
/proc/13825/task/13827/stat : 13827 (toysat) S 13822 13825 7985 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10772818 1348014080 175768 33554432000 4194304 16246674 140735268019744 140155343052016 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=13825/tid=13828] ppid=13822 vsize=1316420 CPUtime=0 cores=0,2,4,6
/proc/13825/task/13828/stat : 13828 (toysat) S 13822 13825 7985 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 10772818 1348014080 175768 33554432000 4194304 16246674 140735268019744 140155332578480 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 1316420

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

[startup+358.4 s]
/proc/loadavg: 1.97 2.02 2.05 3/183 13986
/proc/meminfo: memFree=29599340/32872528 swapFree=681192/736380
[pid=13825] ppid=13822 vsize=1316420 CPUtime=358.33 cores=0,2,4,6
/proc/13825/stat : 13825 (toysat) R 13822 13825 7985 0 -1 4202496 174112 0 0 0 35785 48 0 0 20 0 4 0 10772818 1348014080 183832 33554432000 4194304 16246674 140735268019744 140735268018920 14628944 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/13825/statm: 329105 183832 933 2943 0 325999 0
[pid=13825/tid=13826] ppid=13822 vsize=1316420 CPUtime=0 cores=0,2,4,6
/proc/13825/task/13826/stat : 13826 (toysat) S 13822 13825 7985 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 10772818 1348014080 183832 33554432000 4194304 16246674 140735268019744 140155353541872 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=13825/tid=13827] ppid=13822 vsize=1316420 CPUtime=0 cores=0,2,4,6
/proc/13825/task/13827/stat : 13827 (toysat) S 13822 13825 7985 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10772818 1348014080 183832 33554432000 4194304 16246674 140735268019744 140155343052016 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=13825/tid=13828] ppid=13822 vsize=1316420 CPUtime=0 cores=0,2,4,6
/proc/13825/task/13828/stat : 13828 (toysat) S 13822 13825 7985 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 10772818 1348014080 183832 33554432000 4194304 16246674 140735268019744 140155332578480 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 358.33
Current children cumulated vsize (KiB) 1316420

[startup+371.2 s]
/proc/loadavg: 1.98 2.02 2.05 3/183 13986
/proc/meminfo: memFree=29583452/32872528 swapFree=681192/736380
[pid=13825] ppid=13822 vsize=1316420 CPUtime=371.14 cores=0,2,4,6
/proc/13825/stat : 13825 (toysat) R 13822 13825 7985 0 -1 4202496 174112 0 0 0 37064 50 0 0 20 0 4 0 10772818 1348014080 187864 33554432000 4194304 16246674 140735268019744 140735268018920 5677520 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/13825/statm: 329105 187864 933 2943 0 325999 0
[pid=13825/tid=13826] ppid=13822 vsize=1316420 CPUtime=0 cores=0,2,4,6
/proc/13825/task/13826/stat : 13826 (toysat) S 13822 13825 7985 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 10772818 1348014080 187864 33554432000 4194304 16246674 140735268019744 140155353541872 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=13825/tid=13827] ppid=13822 vsize=1316420 CPUtime=0 cores=0,2,4,6
/proc/13825/task/13827/stat : 13827 (toysat) S 13822 13825 7985 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10772818 1348014080 187864 33554432000 4194304 16246674 140735268019744 140155343052016 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=13825/tid=13828] ppid=13822 vsize=1316420 CPUtime=0 cores=0,2,4,6
/proc/13825/task/13828/stat : 13828 (toysat) S 13822 13825 7985 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 10772818 1348014080 187864 33554432000 4194304 16246674 140735268019744 140155332578480 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 371.14
Current children cumulated vsize (KiB) 1316420

[startup+377.6 s]
/proc/loadavg: 1.98 2.02 2.05 3/183 13986
/proc/meminfo: memFree=29567316/32872528 swapFree=681192/736380
[pid=13825] ppid=13822 vsize=1316420 CPUtime=377.53 cores=0,2,4,6
/proc/13825/stat : 13825 (toysat) R 13822 13825 7985 0 -1 4202496 174114 0 0 0 37703 50 0 0 20 0 4 0 10772818 1348014080 191898 33554432000 4194304 16246674 140735268019744 140735268018920 6607216 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/13825/statm: 329105 191898 935 2943 0 325999 0
[pid=13825/tid=13826] ppid=13822 vsize=1316420 CPUtime=0 cores=0,2,4,6
/proc/13825/task/13826/stat : 13826 (toysat) S 13822 13825 7985 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 10772818 1348014080 191899 33554432000 4194304 16246674 140735268019744 140155353541872 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=13825/tid=13827] ppid=13822 vsize=1316420 CPUtime=0 cores=0,2,4,6
/proc/13825/task/13827/stat : 13827 (toysat) S 13822 13825 7985 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10772818 1348014080 191899 33554432000 4194304 16246674 140735268019744 140155343052016 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=13825/tid=13828] ppid=13822 vsize=1316420 CPUtime=0 cores=0,2,4,6
/proc/13825/task/13828/stat : 13828 (toysat) S 13822 13825 7985 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 10772818 1348014080 191899 33554432000 4194304 16246674 140735268019744 140155332578480 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 377.53
Current children cumulated vsize (KiB) 1316420

[startup+384.007 s]
/proc/loadavg: 1.98 2.02 2.05 3/183 13987
/proc/meminfo: memFree=29248108/32872528 swapFree=681192/736380
[pid=13825] ppid=13822 vsize=1321540 CPUtime=383.93 cores=0,2,4,6
/proc/13825/stat : 13825 (toysat) R 13822 13825 7985 0 -1 4202496 253728 0 0 0 38333 60 0 0 20 0 4 0 10772818 1353256960 271512 33554432000 4194304 16246674 140735268019744 140735268001664 5601643 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/13825/statm: 330385 271512 941 2943 0 327279 0
[pid=13825/tid=13826] ppid=13822 vsize=1321540 CPUtime=0 cores=0,2,4,6
/proc/13825/task/13826/stat : 13826 (toysat) S 13822 13825 7985 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 10772818 1353256960 271512 33554432000 4194304 16246674 140735268019744 140155353541872 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=13825/tid=13827] ppid=13822 vsize=1321540 CPUtime=0 cores=0,2,4,6
/proc/13825/task/13827/stat : 13827 (toysat) S 13822 13825 7985 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10772818 1353256960 271512 33554432000 4194304 16246674 140735268019744 140155343052016 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=13825/tid=13828] ppid=13822 vsize=1321540 CPUtime=0 cores=0,2,4,6
/proc/13825/task/13828/stat : 13828 (toysat) S 13822 13825 7985 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 10772818 1353256960 271512 33554432000 4194304 16246674 140735268019744 140155332578480 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 383.93
Current children cumulated vsize (KiB) 1321540

[startup+387.2 s]
/proc/loadavg: 1.98 2.02 2.05 4/183 13987
/proc/meminfo: memFree=29248236/32872528 swapFree=681192/736380
[pid=13825] ppid=13822 vsize=1321540 CPUtime=387.13 cores=0,2,4,6
/proc/13825/stat : 13825 (toysat) R 13822 13825 7985 0 -1 4202496 253728 0 0 0 38653 60 0 0 20 0 4 0 10772818 1353256960 271512 33554432000 4194304 16246674 140735268019744 140735268001664 5672188 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/13825/statm: 330385 271512 941 2943 0 327279 0
[pid=13825/tid=13826] ppid=13822 vsize=1321540 CPUtime=0 cores=0,2,4,6
/proc/13825/task/13826/stat : 13826 (toysat) S 13822 13825 7985 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 10772818 1353256960 271512 33554432000 4194304 16246674 140735268019744 140155353541872 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=13825/tid=13827] ppid=13822 vsize=1321540 CPUtime=0 cores=0,2,4,6
/proc/13825/task/13827/stat : 13827 (toysat) S 13822 13825 7985 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10772818 1353256960 271512 33554432000 4194304 16246674 140735268019744 140155343052016 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=13825/tid=13828] ppid=13822 vsize=1321540 CPUtime=0 cores=0,2,4,6
/proc/13825/task/13828/stat : 13828 (toysat) S 13822 13825 7985 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 10772818 1353256960 271512 33554432000 4194304 16246674 140735268019744 140155332578480 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 387.13
Current children cumulated vsize (KiB) 1321540

[startup+388 s]
/proc/loadavg: 1.98 2.02 2.05 4/183 13987
/proc/meminfo: memFree=29248236/32872528 swapFree=681192/736380
[pid=13825] ppid=13822 vsize=1321540 CPUtime=387.93 cores=0,2,4,6
/proc/13825/stat : 13825 (toysat) R 13822 13825 7985 0 -1 4202496 253728 0 0 0 38733 60 0 0 20 0 4 0 10772818 1353256960 271512 33554432000 4194304 16246674 140735268019744 140735268001664 6020494 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/13825/statm: 330385 271512 941 2943 0 327279 0
[pid=13825/tid=13826] ppid=13822 vsize=1321540 CPUtime=0 cores=0,2,4,6
/proc/13825/task/13826/stat : 13826 (toysat) S 13822 13825 7985 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 10772818 1353256960 271512 33554432000 4194304 16246674 140735268019744 140155353541872 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=13825/tid=13827] ppid=13822 vsize=1321540 CPUtime=0 cores=0,2,4,6
/proc/13825/task/13827/stat : 13827 (toysat) S 13822 13825 7985 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10772818 1353256960 271512 33554432000 4194304 16246674 140735268019744 140155343052016 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=13825/tid=13828] ppid=13822 vsize=1321540 CPUtime=0 cores=0,2,4,6
/proc/13825/task/13828/stat : 13828 (toysat) S 13822 13825 7985 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 10772818 1353256960 271512 33554432000 4194304 16246674 140735268019744 140155332578480 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 387.93
Current children cumulated vsize (KiB) 1321540

[startup+388.8 s]
/proc/loadavg: 1.98 2.02 2.05 4/183 13987
/proc/meminfo: memFree=29248360/32872528 swapFree=681192/736380
[pid=13825] ppid=13822 vsize=1321540 CPUtime=388.73 cores=0,2,4,6
/proc/13825/stat : 13825 (toysat) R 13822 13825 7985 0 -1 4202496 253728 0 0 0 38813 60 0 0 20 0 4 0 10772818 1353256960 271512 33554432000 4194304 16246674 140735268019744 140735268001664 5674760 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/13825/statm: 330385 271512 941 2943 0 327279 0
[pid=13825/tid=13826] ppid=13822 vsize=1321540 CPUtime=0 cores=0,2,4,6
/proc/13825/task/13826/stat : 13826 (toysat) S 13822 13825 7985 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 10772818 1353256960 271512 33554432000 4194304 16246674 140735268019744 140155353541872 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=13825/tid=13827] ppid=13822 vsize=1321540 CPUtime=0 cores=0,2,4,6
/proc/13825/task/13827/stat : 13827 (toysat) S 13822 13825 7985 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10772818 1353256960 271512 33554432000 4194304 16246674 140735268019744 140155343052016 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=13825/tid=13828] ppid=13822 vsize=1321540 CPUtime=0 cores=0,2,4,6
/proc/13825/task/13828/stat : 13828 (toysat) S 13822 13825 7985 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 10772818 1353256960 271512 33554432000 4194304 16246674 140735268019744 140155332578480 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 388.73
Current children cumulated vsize (KiB) 1321540

[startup+389 s]
/proc/loadavg: 1.98 2.02 2.05 4/183 13987
/proc/meminfo: memFree=29248360/32872528 swapFree=681192/736380
[pid=13825] ppid=13822 vsize=1321540 CPUtime=388.93 cores=0,2,4,6
/proc/13825/stat : 13825 (toysat) R 13822 13825 7985 0 -1 4202496 253728 0 0 0 38833 60 0 0 20 0 4 0 10772818 1353256960 271512 33554432000 4194304 16246674 140735268019744 140735268001664 5823989 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/13825/statm: 330385 271512 941 2943 0 327279 0
[pid=13825/tid=13826] ppid=13822 vsize=1321540 CPUtime=0 cores=0,2,4,6
/proc/13825/task/13826/stat : 13826 (toysat) S 13822 13825 7985 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 10772818 1353256960 271512 33554432000 4194304 16246674 140735268019744 140155353541872 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=13825/tid=13827] ppid=13822 vsize=1321540 CPUtime=0 cores=0,2,4,6
/proc/13825/task/13827/stat : 13827 (toysat) S 13822 13825 7985 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10772818 1353256960 271512 33554432000 4194304 16246674 140735268019744 140155343052016 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=13825/tid=13828] ppid=13822 vsize=1321540 CPUtime=0 cores=0,2,4,6
/proc/13825/task/13828/stat : 13828 (toysat) S 13822 13825 7985 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 10772818 1353256960 271512 33554432000 4194304 16246674 140735268019744 140155332578480 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 388.93
Current children cumulated vsize (KiB) 1321540

Child status: 0
Real time (s): 389.084
CPU time (s): 389.024
CPU user time (s): 388.36
CPU system time (s): 0.663899
CPU usage (%): 99.9845
Max. virtual memory (cumulated for all children) (KiB): 1321540

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 388.36
system time used= 0.663899
maximum resident set size= 1086052
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 253730
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= 21
involuntary context switches= 401

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.3048 second user time and 1.70374 second system time

The end

Launcher Data

Begin job on node112 at 2016-06-16 16:27:16
IDJOB=4093348
IDBENCH=78964
IDSOLVER=2553
FILE ID=node112/4093348-1466087236
RUNJOBID= node112-1466075445-11100
PBS_JOBID= 19904024
Free space on /tmp= 71732 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900571132--soft-33-100-0.wbo
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --wbo --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4093348-1466087236/watcher-4093348-1466087236 -o /tmp/evaluation-result-4093348-1466087236/solver-4093348-1466087236 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node112-1466075445-11100 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --wbo --search=bcd2 HOME/instance-4093348-1466087236.wbo

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

MD5SUM BENCH= 87777454fd73e41b31dd9b36586c9c7c
RANDOM SEED=277915087

node112.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.734
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.46
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.734
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.734
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	: 5321.48
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.734
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.734
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.734
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.734
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.734
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:        30242428 kB
Buffers:           37356 kB
Cached:            99348 kB
SwapCached:          696 kB
Active:          1134752 kB
Inactive:          58840 kB
Active(anon):    1058132 kB
Inactive(anon):      740 kB
Active(file):      76620 kB
Inactive(file):    58100 kB
Unevictable:      736380 kB
Mlocked:          681192 kB
SwapTotal:      67108856 kB
SwapFree:       67098028 kB
Dirty:             16332 kB
Writeback:             0 kB
AnonPages:       1796060 kB
Mapped:            10692 kB
Shmem:                 0 kB
Slab:             567224 kB
SReclaimable:      11316 kB
SUnreclaim:       555908 kB
KernelStack:        1520 kB
PageTables:         8012 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1964780 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    559104 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= 71716 MiB
End job on node112 at 2016-06-16 16:33:45