Trace number 4109902

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 297.855 297.906

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900550720--soft-33-100-0.wbo
MD5SUMf2c87e7318987ff21f5979e3cf339f19
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 benchmark47.7967
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 constraints1783
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 90636
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 90635
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 687
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-19T15:52:49+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-4109902-1466344369.wbo"]
0.00/0.01	c use --random-gen="3884265024 708261347 1448172622 3971453594 566824885 4047910478 2648741506 1394237570 3882720406 764713171 3462603642 1433405803 4195696317 4158243593 3141656556 3187520441 2562025771 2975222166 2651466581 4156515000 901787873 683019678 1160888571 194347812 2959219298 1455521877 2064611891 1233803326 2705380227 3622859140 1572497780 2532290494 396993289 1583854595 1410349427 4099975002 4260177281 568349877 3506039984 392238268 487068644 3038110879 415637511 2692664751 4166960802 2148163119 3066270599 293010150 1979769815 137947495 3000715673 2363320380 1299993276 493363475 3054664055 2808156706 851334213 697717432 2130450511 999182091 1751325136 605688448 3138518372 2720281238 1599553012 2546959136 2480464185 3280687551 893969826 2722752817 1696636985 4064556349 1922575033 2561433272 1701367341 2417687137 77686533 4275201609 1808953997 4172127036 287462648 2251357419 2965769387 3632659963 1203738470 3168444062 1661865741 4076696106 3475310286 3727222659 716903139 515009768 3962961577 3897856235 3636319810 3967756975 4195523272 1733361861 781548968 4158430183 3922292284 855405200 831112954 3424921106 2529647866 3035497996 2456408066 82691042 3717885146 1729638283 3920395029 3787226952 2907324474 2949001054 2030148056 3340606905 1065366907 2089611160 1798669003 3016603584 1647147182 949189589 348862612 2774414213 2331669192 431872640 1986433564 45158662 3579763010 3284788072 369885396 1271780978 2394237118 260074295 507887285 2968319914 3346468016 1712732092 2463902817 526437574 4020533821 789745299 971632220 2218269205 1767180492 3841878458 3108063817 4277588634 3368332887 3131658313 1210776023 1341512879 83050074 1753788188 1045607329 1193061016 399424358 2674305160 3210216308 3664255880 1403432588 2540922867 3468258616 3440314270 1591490206 4288456854 826229390 596393814 3281742153 3474927897 4064809017 353182702 698812986 1480405045 316202975 669969941 1555402499 3992863349 3941862761 2314148466 855007251 2077726733 4229423913 2465857208 2271317915 2674349299 1178230141 3791032694 2085692322 3364554915 2019119775 657691971 405705836 2804791375 4095785997 2394474781 1300675189 1411783088 1903374287 3058482022 921493392 2399805502 826291201 2295042036 1583973787 2514394373 1751299042 2791957109 1856707500 3666756954 1303667325 3554982999 3646039316 4259949466 4132699987 3626666345 1922400311 1155502059 3848559964 1226897531 2005512795 1379748454 3802563794 1024928008 3067847520 89089937 2617364790 289422574 2794598181 275620770 2801493075 2045731963 2818521785 226966615 3442890115 3385638048 419474324 2646453301 126628880 1261745577 3444922546 3287092577 3819136123 2319422548 3592444324 361997592 3275838994 269694212 2736779927 658954411 216256017 153497429 68789170 1651004208 1756065259 2542983329 255 362436" option to reproduce the execution
0.09/0.14	c #vars 231
0.09/0.14	c #constraints 2707
0.09/0.19	c BCD2: Hardening is enabled.
0.09/0.19	c BCD2: BiasedSearch is enabled.
0.09/0.19	c Solving starts ...
0.09/0.19	c ============================[ Search Statistics ]============================
0.09/0.19	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.09/0.19	c       |         |          |          |    Limit     GC | Var      | Constra 
0.09/0.19	c =============================================================================
0.09/0.19	c  0.0s |       0 |        0 |        0 |     1573      0 |        0 |        0
0.19/0.20	c  0.0s |       0 |     1796 |        2 |     1573      0 |        0 |        0
0.19/0.20	c #cpu_time = 0.005s
0.19/0.20	c #wall_clock_time = 0.005s
0.19/0.20	c #decision = 1796
0.19/0.20	c #random_decision = 7
0.19/0.20	c #conflict = 2
0.19/0.20	c #restart = 0
0.19/0.20	o 312
0.19/0.20	c BCD2: updating upper bound: 90635 -> 311
0.19/0.22	c BCD2: 0 <= obj <= 311
0.19/0.22	c BCD2: #cores=0, #unrelaxed=1783, #relaxed=0, #hardened=0
0.19/0.22	c BCD2: #sat=1 #unsat=1 bias=1/2
0.19/0.22	c Solving starts ...
0.19/0.22	c ============================[ Search Statistics ]============================
0.19/0.22	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.19/0.22	c       |         |          |          |    Limit     GC | Var      | Constra 
0.19/0.22	c =============================================================================
0.19/0.22	c  0.0s |       0 |        0 |        0 |     1573      0 |        0 |        0
0.19/0.24	c  0.0s |       1 |     1959 |      100 |     1731      0 |        0 |        0
0.19/0.28	c  0.1s |       2 |     3995 |      250 |     1905      0 |        0 |        0
0.29/0.34	c  0.1s |       3 |     6125 |      475 |     1905      0 |        0 |        0
0.39/0.43	c  0.2s |       4 |     8469 |      813 |     2096      0 |        0 |        0
0.59/0.61	c  0.4s |       5 |    11143 |     1320 |     2537      0 |        0 |        0
0.89/0.96	c  0.7s |       6 |    14096 |     2081 |     2791      0 |        0 |        0
1.29/1.39	c  1.2s |       7 |    17608 |     3223 |     3071      0 |        0 |        0
2.09/2.18	c  2.0s |       8 |    21836 |     4936 |     3379      1 |        0 |        0
4.19/4.21	c  4.0s |       8 |    27089 |     7436 |     3379      2 |        0 |        0
4.19/4.27	c  4.1s |       9 |    27191 |     7506 |     3717      2 |        0 |        0
6.19/6.28	c  6.1s |       9 |    33636 |    10606 |     3717      3 |        0 |        0
6.70/6.78	c  6.6s |      10 |    34850 |    11361 |     4089      3 |        0 |        0
8.68/8.80	c  8.6s |      10 |    41432 |    14161 |     4089      4 |        0 |        0
10.78/10.89	c 10.7s |      10 |    44816 |    16161 |     4089      5 |        0 |        0
11.38/11.42	c 11.2s |      11 |    46180 |    17144 |     4498      5 |        0 |        0
13.39/13.46	c 13.2s |      11 |    51805 |    19844 |     4498      6 |        0 |        0
15.39/15.48	c 15.3s |      11 |    56038 |    22644 |     4498      7 |        0 |        0
17.48/17.58	c 17.4s |      11 |    59755 |    25144 |     4498      8 |        0 |        0
18.08/18.18	c 18.0s |      12 |    60938 |    25819 |     4948      8 |        0 |        0
20.19/20.27	c 20.1s |      12 |    65879 |    27719 |     4948      8 |        0 |        0
22.19/22.28	c 22.1s |      12 |    70153 |    30319 |     4948      9 |        0 |        0
24.29/24.38	c 24.2s |      12 |    73713 |    32619 |     4948     10 |        0 |        0
26.39/26.47	c 26.3s |      12 |    76682 |    34619 |     4948     11 |        0 |        0
28.38/28.48	c 28.3s |      12 |    79752 |    36619 |     4948     11 |        0 |        0
30.59/30.60	c 30.4s |      12 |    82104 |    38119 |     4948     12 |        0 |        0
31.09/31.11	c 30.9s |      13 |    83192 |    38832 |     5443     12 |        0 |        0
33.09/33.15	c 32.9s |      13 |    88194 |    40932 |     5443     12 |        0 |        0
35.19/35.23	c 35.0s |      13 |    91405 |    42932 |     5443     13 |        0 |        0
37.18/37.23	c 37.0s |      13 |    96865 |    46432 |     5443     14 |        0 |        0
39.19/39.26	c 39.0s |      13 |   100964 |    49032 |     5443     15 |        0 |        0
41.28/41.31	c 41.1s |      13 |   104324 |    50932 |     5443     15 |        0 |        0
43.38/43.40	c 43.2s |      13 |   106958 |    52632 |     5443     15 |        0 |        0
45.38/45.42	c 45.2s |      13 |   109834 |    54332 |     5443     16 |        0 |        0
47.39/47.42	c 47.2s |      13 |   114035 |    56732 |     5443     17 |        0 |        0
48.39/48.49	c 48.3s |      14 |   116911 |    58352 |     5988     17 |        0 |        0
50.48/50.57	c 50.4s |      14 |   121547 |    60152 |     5988     17 |        0 |        0
52.58/52.60	c 52.4s |      14 |   124671 |    62052 |     5988     18 |        0 |        0
54.58/54.69	c 54.5s |      14 |   127224 |    63452 |     5988     18 |        0 |        0
56.78/56.82	c 56.6s |      14 |   129794 |    64952 |     5988     19 |        0 |        0
58.78/58.84	c 58.6s |      14 |   132770 |    66652 |     5988     19 |        0 |        0
60.87/60.91	c 60.7s |      14 |   135405 |    68252 |     5988     19 |        0 |        0
62.98/63.01	c 62.8s |      14 |   137633 |    69652 |     5988     20 |        0 |        0
64.98/65.09	c 64.9s |      14 |   140412 |    71152 |     5988     20 |        0 |        0
66.98/67.10	c 66.9s |      14 |   143977 |    73152 |     5988     21 |        0 |        0
69.08/69.15	c 68.9s |      14 |   148300 |    75952 |     5988     21 |        0 |        0
71.17/71.22	c 71.0s |      14 |   151573 |    77952 |     5988     22 |        0 |        0
73.38/73.40	c 73.2s |      14 |   155568 |    80152 |     5988     23 |        0 |        0
75.48/75.53	c 75.3s |      14 |   158959 |    82252 |     5988     23 |        0 |        0
77.48/77.59	c 77.4s |      14 |   161694 |    83952 |     5988     23 |        0 |        0
79.58/79.61	c 79.4s |      14 |   164381 |    85552 |     5988     24 |        0 |        0
81.48/81.53	c 81.3s |      15 |   167937 |    87632 |     6587     24 |        0 |        0
83.47/83.54	c 83.3s |      15 |   174045 |    90132 |     6587     25 |        0 |        0
85.48/85.55	c 85.3s |      15 |   178544 |    92732 |     6587     26 |        0 |        0
87.48/87.57	c 87.4s |      15 |   182650 |    95232 |     6587     26 |        0 |        0
89.57/89.66	c 89.4s |      15 |   186040 |    97432 |     6587     27 |        0 |        0
91.68/91.71	c 91.5s |      15 |   189692 |    99532 |     6587     27 |        0 |        0
93.77/93.81	c 93.6s |      15 |   191959 |   100932 |     6587     28 |        0 |        0
95.78/95.84	c 95.6s |      15 |   194551 |   102432 |     6587     28 |        0 |        0
97.77/97.85	c 97.6s |      15 |   198162 |   104832 |     6587     28 |        0 |        0
99.87/99.90	c 99.7s |      15 |   201389 |   106932 |     6587     29 |        0 |        0
101.87/101.94	c  101s |      15 |   204189 |   108732 |     6587     29 |        0 |        0
103.87/103.97	c  103s |      15 |   206929 |   110532 |     6587     30 |        0 |        0
105.88/105.99	c  105s |      15 |   209951 |   112532 |     6587     30 |        0 |        0
107.97/108.00	c  107s |      15 |   213498 |   114732 |     6587     31 |        0 |        0
109.98/110.07	c  109s |      15 |   216825 |   116932 |     6587     31 |        0 |        0
111.97/112.09	c  111s |      15 |   220184 |   118932 |     6587     32 |        0 |        0
114.08/114.13	c  113s |      15 |   222837 |   120532 |     6587     32 |        0 |        0
116.07/116.15	c  115s |      15 |   226028 |   122332 |     6587     33 |        0 |        0
118.17/118.23	c  118s |      15 |   230143 |   124932 |     6587     33 |        0 |        0
120.17/120.24	c  120s |      15 |   234041 |   127232 |     6587     34 |        0 |        0
122.27/122.33	c  122s |      15 |   238144 |   129732 |     6587     34 |        0 |        0
124.07/124.18	c  123s |      16 |   241357 |   131552 |     7246     35 |        0 |        0
126.17/126.23	c  126s |      16 |   246368 |   133752 |     7246     35 |        0 |        0
128.17/128.28	c  128s |      16 |   249758 |   135752 |     7246     36 |        0 |        0
130.17/130.28	c  130s |      16 |   252440 |   137552 |     7246     36 |        0 |        0
132.27/132.30	c  132s |      16 |   255095 |   139152 |     7246     36 |        0 |        0
134.37/134.43	c  134s |      16 |   258189 |   141052 |     7246     37 |        0 |        0
136.48/136.57	c  136s |      16 |   260809 |   142652 |     7246     37 |        0 |        0
138.58/138.62	c  138s |      16 |   263053 |   144052 |     7246     37 |        0 |        0
140.57/140.68	c  140s |      16 |   266572 |   146152 |     7246     38 |        0 |        0
142.57/142.68	c  142s |      16 |   269978 |   148252 |     7246     38 |        0 |        0
144.57/144.68	c  144s |      16 |   272622 |   149752 |     7246     39 |        0 |        0
146.66/146.76	c  146s |      16 |   275690 |   151752 |     7246     39 |        0 |        0
148.77/148.81	c  148s |      16 |   279185 |   153852 |     7246     40 |        0 |        0
150.78/150.89	c  150s |      16 |   282639 |   155952 |     7246     40 |        0 |        0
152.87/152.98	c  152s |      16 |   286191 |   157952 |     7246     41 |        0 |        0
154.96/155.07	c  154s |      16 |   289650 |   159952 |     7246     41 |        0 |        0
157.07/157.17	c  156s |      16 |   292095 |   161452 |     7246     41 |        0 |        0
159.06/159.17	c  158s |      16 |   295025 |   163252 |     7246     42 |        0 |        0
161.07/161.18	c  160s |      16 |   298025 |   165052 |     7246     42 |        0 |        0
163.17/163.22	c  163s |      16 |   300805 |   166652 |     7246     42 |        0 |        0
165.16/165.24	c  165s |      16 |   303352 |   168252 |     7246     43 |        0 |        0
167.17/167.25	c  167s |      16 |   306669 |   170252 |     7246     43 |        0 |        0
169.16/169.26	c  169s |      16 |   308989 |   171752 |     7246     44 |        0 |        0
171.46/171.56	c  171s |      16 |   310471 |   172652 |     7246     44 |        0 |        0
173.56/173.60	c  173s |      16 |   315087 |   175452 |     7246     44 |        0 |        0
175.57/175.66	c  175s |      16 |   319146 |   177952 |     7246     45 |        0 |        0
177.66/177.74	c  177s |      16 |   323315 |   180352 |     7246     45 |        0 |        0
179.66/179.75	c  179s |      16 |   326685 |   182352 |     7246     46 |        0 |        0
181.76/181.85	c  181s |      16 |   329638 |   184152 |     7246     46 |        0 |        0
183.77/183.88	c  183s |      16 |   333827 |   186652 |     7246     47 |        0 |        0
185.86/185.98	c  185s |      16 |   337584 |   188952 |     7246     47 |        0 |        0
187.96/188.01	c  187s |      16 |   340986 |   191052 |     7246     48 |        0 |        0
189.96/190.08	c  189s |      16 |   343774 |   192852 |     7246     48 |        0 |        0
192.05/192.12	c  191s |      16 |   346974 |   194652 |     7246     49 |        0 |        0
193.96/194.09	c  193s |      17 |   351293 |   197432 |     7971     49 |        0 |        0
196.06/196.15	c  195s |      17 |   356350 |   199532 |     7971     50 |        0 |        0
198.16/198.24	c  198s |      17 |   359258 |   201432 |     7971     50 |        0 |        0
200.17/200.24	c  200s |      17 |   362526 |   203332 |     7971     50 |        0 |        0
202.16/202.26	c  202s |      17 |   365338 |   204932 |     7971     51 |        0 |        0
204.26/204.35	c  204s |      17 |   368556 |   206932 |     7971     51 |        0 |        0
206.26/206.35	c  206s |      17 |   371720 |   208832 |     7971     51 |        0 |        0
208.26/208.37	c  208s |      17 |   374335 |   210332 |     7971     52 |        0 |        0
210.36/210.44	c  210s |      17 |   377280 |   211932 |     7971     52 |        0 |        0
212.36/212.47	c  212s |      17 |   380220 |   213732 |     7971     52 |        0 |        0
214.36/214.48	c  214s |      17 |   382656 |   215232 |     7971     53 |        0 |        0
216.46/216.56	c  216s |      17 |   384782 |   216532 |     7971     53 |        0 |        0
218.56/218.60	c  218s |      17 |   388377 |   218632 |     7971     53 |        0 |        0
220.55/220.62	c  220s |      17 |   391675 |   220532 |     7971     54 |        0 |        0
222.56/222.69	c  222s |      17 |   394563 |   222332 |     7971     54 |        0 |        0
224.66/224.76	c  224s |      17 |   397197 |   223932 |     7971     55 |        0 |        0
226.76/226.84	c  226s |      17 |   400560 |   225832 |     7971     55 |        0 |        0
228.76/228.89	c  228s |      17 |   403225 |   227532 |     7971     55 |        0 |        0
230.86/230.95	c  230s |      17 |   405968 |   229032 |     7971     56 |        0 |        0
232.95/233.09	c  232s |      17 |   409135 |   230832 |     7971     56 |        0 |        0
235.16/235.20	c  234s |      17 |   411515 |   232332 |     7971     56 |        0 |        0
237.25/237.37	c  237s |      17 |   413897 |   233732 |     7971     57 |        0 |        0
239.45/239.50	c  239s |      17 |   416671 |   235432 |     7971     57 |        0 |        0
241.45/241.55	c  241s |      17 |   419315 |   236932 |     7971     57 |        0 |        0
243.45/243.58	c  243s |      17 |   421578 |   238332 |     7971     57 |        0 |        0
245.55/245.63	c  245s |      17 |   423898 |   239832 |     7971     58 |        0 |        0
247.65/247.74	c  247s |      17 |   426313 |   241432 |     7971     58 |        0 |        0
249.65/249.75	c  249s |      17 |   428401 |   242732 |     7971     58 |        0 |        0
251.75/251.80	c  251s |      17 |   430433 |   243932 |     7971     59 |        0 |        0
253.75/253.87	c  253s |      17 |   432410 |   245132 |     7971     59 |        0 |        0
255.95/256.01	c  255s |      17 |   435013 |   246532 |     7971     59 |        0 |        0
255.95/256.08	c  255s |      17 |   435051 |   246556 |     7971     59 |        0 |        0
255.95/256.08	c #cpu_time = 255.194s
255.95/256.08	c #wall_clock_time = 255.865s
255.95/256.08	c #decision = 435051
255.95/256.08	c #random_decision = 701
255.95/256.08	c #conflict = 246556
255.95/256.08	c #restart = 17
255.95/256.09	c BCD2: found a new core of size 1765: cost of the new core is >=1
255.95/256.09	c lower bound updated to 1
255.95/256.09	c BCD2: 1 <= obj <= 311
255.95/256.09	c BCD2: #cores=1, #unrelaxed=18, #relaxed=1765, #hardened=0
255.95/256.09	c BCD2: #sat=1 #unsat=2 bias=2/3
255.95/256.09	c Solving starts ...
255.95/256.09	c ============================[ Search Statistics ]============================
255.95/256.09	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
255.95/256.09	c       |         |          |          |    Limit     GC | Var      | Constra 
255.95/256.09	c =============================================================================
255.95/256.09	c  0.0s |       0 |        0 |        0 |     7971      0 |        0 |        0
256.15/256.30	c  0.2s |       0 |     2009 |        1 |     7971      1 |        0 |        0
256.15/256.30	c #cpu_time = 0.199s
256.15/256.30	c #wall_clock_time = 0.199s
256.15/256.30	c #decision = 2009
256.15/256.30	c #random_decision = 7
256.15/256.30	c #conflict = 1
256.15/256.30	c #restart = 0
256.15/256.30	o 60
256.15/256.30	c BCD2: hardening fixes 766 literals
256.15/256.30	c BCD2: updating upper bound: 311 -> 59
256.26/256.31	c BCD2: 1 <= obj <= 59
256.26/256.31	c BCD2: #cores=1, #unrelaxed=9, #relaxed=1008, #hardened=766
256.26/256.31	c BCD2: #sat=2 #unsat=2 bias=2/4
256.26/256.31	c Solving starts ...
256.26/256.31	c ============================[ Search Statistics ]============================
256.26/256.31	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
256.26/256.31	c       |         |          |          |    Limit     GC | Var      | Constra 
256.26/256.31	c =============================================================================
256.26/256.31	c  0.0s |       0 |        0 |        0 |     7971      0 |      766 |        1
256.45/256.50	c  0.2s |       1 |      458 |      100 |     7971      0 |      766 |        1
256.55/256.62	c  0.3s |       2 |      830 |      250 |     7971      0 |      766 |        1
256.75/256.81	c  0.5s |       3 |     1255 |      475 |     7971      0 |      766 |        1
256.95/257.03	c  0.7s |       4 |     1832 |      813 |     7971      0 |      766 |        1
257.25/257.40	c  1.1s |       5 |     2683 |     1320 |     7971      0 |      766 |        1
257.75/257.86	c  1.6s |       6 |     3824 |     2081 |     7971      0 |      766 |        1
258.55/258.69	c  2.4s |       7 |     5458 |     3223 |     7971      0 |      766 |        1
259.66/259.78	c  3.5s |       8 |     8035 |     4936 |     7971      0 |      766 |        1
261.25/261.37	c  5.1s |       9 |    11757 |     7506 |     7971      1 |      766 |        1
261.76/261.83	c  5.5s |       9 |    12852 |     8254 |     7971      1 |      766 |        1
261.76/261.83	c #cpu_time = 5.505s
261.76/261.83	c #wall_clock_time = 5.520s
261.76/261.83	c #decision = 12852
261.76/261.83	c #random_decision = 19
261.76/261.83	c #conflict = 8254
261.76/261.83	c #restart = 9
261.76/261.83	o 29
261.76/261.83	c BCD2: hardening fixes 524 literals
261.76/261.83	c BCD2: updating upper bound: 59 -> 28
261.76/261.83	c BCD2: 1 <= obj <= 28
261.76/261.83	c BCD2: #cores=1, #unrelaxed=5, #relaxed=488, #hardened=1290
261.76/261.83	c BCD2: #sat=3 #unsat=2 bias=2/5
261.76/261.83	c Solving starts ...
261.76/261.83	c ============================[ Search Statistics ]============================
261.76/261.83	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
261.76/261.83	c       |         |          |          |    Limit     GC | Var      | Constra 
261.76/261.83	c =============================================================================
261.76/261.83	c  0.0s |       0 |        0 |        0 |     7971      0 |     1290 |        2
261.86/261.92	c  0.1s |       1 |      154 |      100 |     7971      0 |     1290 |        2
261.95/262.02	c  0.2s |       2 |      422 |      250 |     7971      0 |     1290 |        2
262.05/262.19	c  0.4s |       3 |      747 |      475 |     7971      0 |     1290 |        2
262.35/262.44	c  0.6s |       4 |     1265 |      813 |     7971      0 |     1290 |        2
262.65/262.76	c  0.9s |       5 |     2101 |     1320 |     7971      0 |     1290 |        2
263.15/263.25	c  1.4s |       6 |     3218 |     2081 |     7971      1 |     1290 |        2
263.75/263.83	c  2.0s |       7 |     4934 |     3223 |     7971      1 |     1290 |        2
264.65/264.75	c  2.9s |       8 |     7540 |     4936 |     7971      1 |     1290 |        2
266.16/266.28	c  4.4s |       9 |    11236 |     7506 |     7971      2 |     1290 |        2
268.25/268.30	c  6.5s |       9 |    15800 |    10906 |     7971      2 |     1290 |        2
268.46/268.58	c  6.7s |      10 |    16472 |    11361 |     7971      2 |     1290 |        2
270.56/270.62	c  8.8s |      10 |    20985 |    14661 |     7971      3 |     1290 |        2
271.95/272.09	c 10.3s |      11 |    24431 |    17144 |     7971      4 |     1290 |        2
274.05/274.11	c 12.3s |      11 |    29501 |    20644 |     7971      4 |     1290 |        2
276.05/276.17	c 14.3s |      11 |    34340 |    24244 |     7971      5 |     1290 |        2
277.05/277.12	c 15.3s |      12 |    36522 |    25819 |     7971      5 |     1290 |        2
279.05/279.13	c 17.3s |      12 |    41428 |    29219 |     7971      6 |     1290 |        2
281.05/281.19	c 19.4s |      12 |    46394 |    32619 |     7971      7 |     1290 |        2
283.15/283.22	c 21.4s |      12 |    50774 |    35919 |     7971      8 |     1290 |        2
283.35/283.48	c 21.6s |      12 |    51375 |    36381 |     7971      8 |     1290 |        2
283.35/283.48	c #cpu_time = 21.589s
283.35/283.48	c #wall_clock_time = 21.647s
283.35/283.48	c #decision = 51375
283.35/283.48	c #random_decision = 63
283.35/283.48	c #conflict = 36381
283.35/283.48	c #restart = 12
283.35/283.48	o 9
283.35/283.48	c BCD2: hardening fixes 353 literals
283.35/283.48	c BCD2: updating upper bound: 28 -> 8
283.35/283.49	c BCD2: 1 <= obj <= 8
283.35/283.49	c BCD2: #cores=1, #unrelaxed=2, #relaxed=138, #hardened=1643
283.35/283.49	c BCD2: #sat=4 #unsat=2 bias=2/6
283.35/283.49	c Solving starts ...
283.35/283.49	c ============================[ Search Statistics ]============================
283.35/283.49	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
283.35/283.49	c       |         |          |          |    Limit     GC | Var      | Constra 
283.35/283.49	c =============================================================================
283.35/283.49	c  0.0s |       0 |        0 |        0 |     7971      0 |     1643 |        3
283.45/283.56	c  0.1s |       1 |      176 |      100 |     7971      0 |     1643 |        3
283.54/283.66	c  0.2s |       2 |      397 |      250 |     7971      0 |     1643 |        3
283.64/283.79	c  0.3s |       3 |      728 |      475 |     7971      0 |     1643 |        3
283.85/283.97	c  0.5s |       4 |     1239 |      813 |     7971      0 |     1643 |        3
284.14/284.25	c  0.8s |       5 |     1926 |     1320 |     7971      0 |     1643 |        3
284.54/284.62	c  1.1s |       6 |     3076 |     2081 |     7971      0 |     1643 |        3
285.14/285.24	c  1.8s |       7 |     4713 |     3223 |     8769      0 |     1643 |        3
286.14/286.24	c  2.8s |       8 |     7234 |     4936 |     8769      1 |     1643 |        3
287.34/287.46	c  4.0s |       9 |    10986 |     7506 |     8769      1 |     1643 |        3
289.35/289.43	c  5.9s |      10 |    16865 |    11361 |     8769      2 |     1643 |        3
289.54/289.68	c  6.2s |      10 |    17616 |    11808 |     8769      2 |     1643 |        3
289.54/289.68	c #cpu_time = 6.177s
289.54/289.68	c #wall_clock_time = 6.193s
289.54/289.68	c #decision = 17616
289.54/289.68	c #random_decision = 16
289.54/289.68	c #conflict = 11808
289.54/289.68	c #restart = 10
289.54/289.68	o 4
289.54/289.68	c BCD2: hardening fixes 79 literals
289.54/289.68	c BCD2: updating upper bound: 8 -> 3
289.54/289.68	c BCD2: 1 <= obj <= 3
289.54/289.68	c BCD2: #cores=1, #unrelaxed=0, #relaxed=61, #hardened=1722
289.54/289.68	c BCD2: #sat=5 #unsat=2 bias=2/7
289.54/289.68	c Solving starts ...
289.54/289.68	c ============================[ Search Statistics ]============================
289.54/289.68	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
289.54/289.68	c       |         |          |          |    Limit     GC | Var      | Constra 
289.54/289.68	c =============================================================================
289.54/289.68	c  0.0s |       0 |        0 |        0 |     8769      0 |     1722 |        8
289.64/289.75	c  0.1s |       1 |      128 |      100 |     8769      0 |     1722 |        8
289.74/289.82	c  0.1s |       2 |      368 |      250 |     8769      0 |     1722 |        8
289.84/289.92	c  0.2s |       3 |      765 |      475 |     8769      0 |     1722 |        8
289.94/290.06	c  0.4s |       4 |     1353 |      813 |     8769      0 |     1722 |        8
290.14/290.25	c  0.6s |       5 |     2262 |     1320 |     8769      0 |     1722 |        8
290.45/290.56	c  0.9s |       6 |     3550 |     2081 |     8769      0 |     1722 |        8
290.94/291.03	c  1.3s |       7 |     5478 |     3223 |     8769      0 |     1722 |        8
291.64/291.71	c  2.0s |       8 |     8171 |     4936 |     8769      1 |     1722 |        8
292.55/292.65	c  3.0s |       9 |    12209 |     7506 |     8769      1 |     1722 |        8
293.94/294.00	c  4.3s |      10 |    18689 |    11361 |     8769      2 |     1722 |        8
295.95/296.00	c  6.3s |      10 |    28004 |    16961 |     8769      3 |     1722 |        8
295.95/296.07	c  6.4s |      11 |    28319 |    17144 |     8769      3 |     1722 |        8
297.74/297.86	c  8.2s |      11 |    36997 |    22354 |     8769      4 |     1722 |        8
297.74/297.86	c #cpu_time = 8.153s
297.74/297.86	c #wall_clock_time = 8.174s
297.74/297.86	c #decision = 36997
297.74/297.86	c #random_decision = 91
297.74/297.86	c #conflict = 22354
297.74/297.86	c #restart = 11
297.74/297.86	o 1
297.74/297.86	s OPTIMUM FOUND
297.74/297.86	v -x1 -x2 x3 -x4 -x5 -x6 -x7 x8 -x9 -x10
297.74/297.86	v -x11 -x12 -x13 -x14 -x15 -x16 -x17 -x18 -x19 -x20
297.74/297.86	v -x21 -x22 -x23 -x24 x25 -x26 -x27 -x28 -x29 -x30
297.74/297.86	v -x31 -x32 -x33 -x34 -x35 -x36 -x37 -x38 -x39 x40
297.74/297.86	v -x41 -x42 -x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50
297.74/297.86	v -x51 -x52 -x53 x54 -x55 -x56 -x57 -x58 -x59 -x60
297.74/297.86	v x61 -x62 -x63 -x64 -x65 -x66 x67 -x68 -x69 -x70
297.74/297.86	v -x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80
297.74/297.86	v -x81 x82 -x83 -x84 -x85 -x86 -x87 -x88 -x89 -x90
297.74/297.86	v -x91 -x92 -x93 -x94 -x95 -x96 -x97 -x98 x99 -x100
297.74/297.86	v -x101 -x102 -x103 -x104 -x105 -x106 x107 -x108 -x109 -x110
297.74/297.86	v -x111 -x112 -x113 -x114 -x115 -x116 -x117 -x118 x119 -x120
297.74/297.86	v -x121 -x122 -x123 -x124 -x125 x126 -x127 -x128 -x129 -x130
297.74/297.86	v -x131 -x132 -x133 -x134 -x135 -x136 -x137 -x138 x139 -x140
297.74/297.86	v -x141 -x142 -x143 -x144 -x145 -x146 -x147 -x148 -x149 -x150
297.74/297.86	v -x151 -x152 x153 -x154 -x155 -x156 -x157 -x158 -x159 -x160
297.74/297.86	v -x161 x162 -x163 -x164 -x165 -x166 -x167 -x168 -x169 -x170
297.74/297.86	v -x171 -x172 -x173 -x174 -x175 -x176 -x177 -x178 -x179 x180
297.74/297.86	v -x181 -x182 -x183 x184 -x185 -x186 -x187 -x188 -x189 -x190
297.74/297.86	v -x191 -x192 -x193 -x194 -x195 -x196 -x197 -x198 -x199 -x200
297.74/297.86	v x201 -x202 -x203 -x204 -x205 -x206 -x207 -x208 x209 -x210
297.74/297.86	v -x211 -x212 -x213 -x214 -x215 -x216 -x217 x218 -x219 -x220
297.74/297.86	v -x221 -x222 -x223 -x224 -x225 x226 -x227 -x228 -x229 -x230
297.74/297.86	v -x231
297.74/297.86	c total CPU time = 297.077s
297.74/297.86	c total wall clock time = 297.860s

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

pid=8514
running on 4 cores: 1,3,5,7

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.26 2.26 2.10 3/179 8517
/proc/meminfo: memFree=29060668/32872528 swapFree=1431120/1543540
[pid=8517] ppid=8514 vsize=624060 CPUtime=0 cores=1,3,5,7
/proc/8517/stat : 8517 (toysat) R 8514 8517 7726 0 -1 4202496 2311 0 0 0 0 0 0 0 20 0 4 0 36485596 639037440 2672 33554432000 4194304 16246674 140734104670912 140734104670336 13880264 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/8517/statm: 156783 2682 441 2943 0 153677 0
[pid=8517/tid=8518] ppid=8514 vsize=642492 CPUtime=0 cores=1,3,5,7
/proc/8517/task/8518/stat : 8518 (toysat) S 8514 8517 7726 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36485597 657911808 2743 33554432000 4194304 16246674 140734104670912 140679506275568 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=8517/tid=8519] ppid=8514 vsize=646588 CPUtime=0 cores=1,3,5,7
/proc/8517/task/8519/stat : 8519 (toysat) S 8514 8517 7726 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36485597 662106112 2760 33554432000 4194304 16246674 140734104670912 140679495785712 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=8517/tid=8520] ppid=8514 vsize=651708 CPUtime=0 cores=1,3,5,7
/proc/8517/task/8520/stat : 8520 (toysat) S 8514 8517 7726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36485597 667348992 2777 33554432000 4194304 16246674 140734104670912 140679485312176 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0

[startup+0.100172 s]
/proc/loadavg: 2.26 2.26 2.10 3/179 8517
/proc/meminfo: memFree=29060668/32872528 swapFree=1431120/1543540
[pid=8517] ppid=8514 vsize=1218116 CPUtime=0.09 cores=1,3,5,7
/proc/8517/stat : 8517 (toysat) R 8514 8517 7726 0 -1 4202496 24743 0 0 0 5 4 0 0 20 0 4 0 36485596 1247350784 25097 33554432000 4194304 16246674 140734104670912 140734104670336 6197796 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/8517/statm: 304529 25104 620 2943 0 301423 0
[pid=8517/tid=8518] ppid=8514 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/8517/task/8518/stat : 8518 (toysat) S 8514 8517 7726 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36485597 1247350784 25107 33554432000 4194304 16246674 140734104670912 140679506275568 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=8517/tid=8519] ppid=8514 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/8517/task/8519/stat : 8519 (toysat) S 8514 8517 7726 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36485597 1247350784 25109 33554432000 4194304 16246674 140734104670912 140679495785712 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=8517/tid=8520] ppid=8514 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/8517/task/8520/stat : 8520 (toysat) S 8514 8517 7726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36485597 1247350784 25116 33554432000 4194304 16246674 140734104670912 140679485312176 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1218116

[startup+0.200527 s]
/proc/loadavg: 2.26 2.26 2.10 3/179 8517
/proc/meminfo: memFree=29060668/32872528 swapFree=1431120/1543540
[pid=8517] ppid=8514 vsize=1221188 CPUtime=0.19 cores=1,3,5,7
/proc/8517/stat : 8517 (toysat) R 8514 8517 7726 0 -1 4202496 33182 0 0 0 14 5 0 0 20 0 4 0 36485596 1250496512 33490 33554432000 4194304 16246674 140734104670912 140734104670224 5991592 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/8517/statm: 305297 33490 894 2943 0 302191 0
[pid=8517/tid=8518] ppid=8514 vsize=1221188 CPUtime=0 cores=1,3,5,7
/proc/8517/task/8518/stat : 8518 (toysat) S 8514 8517 7726 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36485597 1250496512 33490 33554432000 4194304 16246674 140734104670912 140679506275568 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=8517/tid=8519] ppid=8514 vsize=1221188 CPUtime=0 cores=1,3,5,7
/proc/8517/task/8519/stat : 8519 (toysat) S 8514 8517 7726 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36485597 1250496512 33490 33554432000 4194304 16246674 140734104670912 140679495785712 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=8517/tid=8520] ppid=8514 vsize=1221188 CPUtime=0 cores=1,3,5,7
/proc/8517/task/8520/stat : 8520 (toysat) S 8514 8517 7726 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36485597 1250496512 33490 33554432000 4194304 16246674 140734104670912 140679485312176 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1221188

[startup+0.300466 s]
/proc/loadavg: 2.26 2.26 2.10 3/179 8517
/proc/meminfo: memFree=29060668/32872528 swapFree=1431120/1543540
[pid=8517] ppid=8514 vsize=1303108 CPUtime=0.29 cores=1,3,5,7
/proc/8517/stat : 8517 (toysat) R 8514 8517 7726 0 -1 4202496 51140 0 0 0 22 7 0 0 20 0 4 0 36485596 1334382592 51448 33554432000 4194304 16246674 140734104670912 140734104670224 5675357 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/8517/statm: 325777 51458 922 2943 0 322671 0
[pid=8517/tid=8518] ppid=8514 vsize=1303108 CPUtime=0 cores=1,3,5,7
/proc/8517/task/8518/stat : 8518 (toysat) S 8514 8517 7726 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36485597 1334382592 51462 33554432000 4194304 16246674 140734104670912 140679506275568 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=8517/tid=8519] ppid=8514 vsize=1303108 CPUtime=0 cores=1,3,5,7
/proc/8517/task/8519/stat : 8519 (toysat) S 8514 8517 7726 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36485597 1334382592 51467 33554432000 4194304 16246674 140734104670912 140679495785712 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=8517/tid=8520] ppid=8514 vsize=1303108 CPUtime=0 cores=1,3,5,7
/proc/8517/task/8520/stat : 8520 (toysat) S 8514 8517 7726 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36485597 1334382592 51471 33554432000 4194304 16246674 140734104670912 140679485312176 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1303108

[startup+0.700413 s]
/proc/loadavg: 2.26 2.26 2.10 3/179 8517
/proc/meminfo: memFree=29060668/32872528 swapFree=1431120/1543540
[pid=8517] ppid=8514 vsize=1303108 CPUtime=0.68 cores=1,3,5,7
/proc/8517/stat : 8517 (toysat) R 8514 8517 7726 0 -1 4202496 120873 0 0 0 51 17 0 0 20 0 4 0 36485596 1334382592 121182 33554432000 4194304 16246674 140734104670912 140734104670224 5675357 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/8517/statm: 325777 121190 922 2943 0 322671 0
[pid=8517/tid=8518] ppid=8514 vsize=1303108 CPUtime=0 cores=1,3,5,7
/proc/8517/task/8518/stat : 8518 (toysat) S 8514 8517 7726 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36485597 1334382592 121194 33554432000 4194304 16246674 140734104670912 140679506275568 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=8517/tid=8519] ppid=8514 vsize=1303108 CPUtime=0 cores=1,3,5,7
/proc/8517/task/8519/stat : 8519 (toysat) S 8514 8517 7726 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36485597 1334382592 121200 33554432000 4194304 16246674 140734104670912 140679495785712 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=8517/tid=8520] ppid=8514 vsize=1303108 CPUtime=0 cores=1,3,5,7
/proc/8517/task/8520/stat : 8520 (toysat) S 8514 8517 7726 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36485597 1334382592 121205 33554432000 4194304 16246674 140734104670912 140679485312176 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 1303108

[startup+1.50043 s]
/proc/loadavg: 2.26 2.26 2.10 3/183 8521
/proc/meminfo: memFree=28434876/32872528 swapFree=1431120/1543540
[pid=8517] ppid=8514 vsize=1308228 CPUtime=1.49 cores=1,3,5,7
/proc/8517/stat : 8517 (toysat) R 8514 8517 7726 0 -1 4202496 156703 0 0 0 127 22 0 0 20 0 4 0 36485596 1339625472 157011 33554432000 4194304 16246674 140734104670912 140734104652800 5523464 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/8517/statm: 327057 157011 931 2943 0 323951 0
[pid=8517/tid=8518] ppid=8514 vsize=1308228 CPUtime=0 cores=1,3,5,7
/proc/8517/task/8518/stat : 8518 (toysat) S 8514 8517 7726 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36485597 1339625472 157011 33554432000 4194304 16246674 140734104670912 140679506275568 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=8517/tid=8519] ppid=8514 vsize=1308228 CPUtime=0 cores=1,3,5,7
/proc/8517/task/8519/stat : 8519 (toysat) S 8514 8517 7726 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36485597 1339625472 157011 33554432000 4194304 16246674 140734104670912 140679495785712 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=8517/tid=8520] ppid=8514 vsize=1308228 CPUtime=0 cores=1,3,5,7
/proc/8517/task/8520/stat : 8520 (toysat) S 8514 8517 7726 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36485597 1339625472 157011 33554432000 4194304 16246674 140734104670912 140679485312176 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 1308228

[startup+3.10044 s]
/proc/loadavg: 2.24 2.26 2.10 3/183 8521
/proc/meminfo: memFree=28434380/32872528 swapFree=1431120/1543540
[pid=8517] ppid=8514 vsize=1308228 CPUtime=3.09 cores=1,3,5,7
/proc/8517/stat : 8517 (toysat) R 8514 8517 7726 0 -1 4202496 156704 0 0 0 287 22 0 0 20 0 4 0 36485596 1339625472 157012 33554432000 4194304 16246674 140734104670912 140734104652800 5546177 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/8517/statm: 327057 157012 932 2943 0 323951 0
[pid=8517/tid=8518] ppid=8514 vsize=1308228 CPUtime=0 cores=1,3,5,7
/proc/8517/task/8518/stat : 8518 (toysat) S 8514 8517 7726 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36485597 1339625472 157012 33554432000 4194304 16246674 140734104670912 140679506275568 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=8517/tid=8519] ppid=8514 vsize=1308228 CPUtime=0 cores=1,3,5,7
/proc/8517/task/8519/stat : 8519 (toysat) S 8514 8517 7726 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36485597 1339625472 157012 33554432000 4194304 16246674 140734104670912 140679495785712 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=8517/tid=8520] ppid=8514 vsize=1308228 CPUtime=0 cores=1,3,5,7
/proc/8517/task/8520/stat : 8520 (toysat) S 8514 8517 7726 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36485597 1339625472 157012 33554432000 4194304 16246674 140734104670912 140679485312176 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 1308228

[startup+6.3004 s]
/proc/loadavg: 2.24 2.26 2.10 3/183 8521
/proc/meminfo: memFree=28434320/32872528 swapFree=1431120/1543540
[pid=8517] ppid=8514 vsize=1308228 CPUtime=6.29 cores=1,3,5,7
/proc/8517/stat : 8517 (toysat) R 8514 8517 7726 0 -1 4202496 156704 0 0 0 607 22 0 0 20 0 4 0 36485596 1339625472 157012 33554432000 4194304 16246674 140734104670912 140734104652800 13962576 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/8517/statm: 327057 157012 932 2943 0 323951 0
[pid=8517/tid=8518] ppid=8514 vsize=1308228 CPUtime=0 cores=1,3,5,7
/proc/8517/task/8518/stat : 8518 (toysat) S 8514 8517 7726 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36485597 1339625472 157012 33554432000 4194304 16246674 140734104670912 140679506275568 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=8517/tid=8519] ppid=8514 vsize=1308228 CPUtime=0 cores=1,3,5,7
/proc/8517/task/8519/stat : 8519 (toysat) S 8514 8517 7726 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36485597 1339625472 157012 33554432000 4194304 16246674 140734104670912 140679495785712 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=8517/tid=8520] ppid=8514 vsize=1308228 CPUtime=0 cores=1,3,5,7
/proc/8517/task/8520/stat : 8520 (toysat) S 8514 8517 7726 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36485597 1339625472 157012 33554432000 4194304 16246674 140734104670912 140679485312176 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1308228

[startup+12.7004 s]
/proc/loadavg: 2.21 2.25 2.10 4/183 8521
/proc/meminfo: memFree=28432732/32872528 swapFree=1431120/1543540
[pid=8517] ppid=8514 vsize=1309252 CPUtime=12.69 cores=1,3,5,7
/proc/8517/stat : 8517 (toysat) R 8514 8517 7726 0 -1 4202496 156960 0 0 0 1246 23 0 0 20 0 4 0 36485596 1340674048 157268 33554432000 4194304 16246674 140734104670912 140734104670088 12483348 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/8517/statm: 327313 157268 932 2943 0 324207 0
[pid=8517/tid=8518] ppid=8514 vsize=1309252 CPUtime=0 cores=1,3,5,7
/proc/8517/task/8518/stat : 8518 (toysat) S 8514 8517 7726 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36485597 1340674048 157268 33554432000 4194304 16246674 140734104670912 140679506275568 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=8517/tid=8519] ppid=8514 vsize=1309252 CPUtime=0 cores=1,3,5,7
/proc/8517/task/8519/stat : 8519 (toysat) S 8514 8517 7726 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36485597 1340674048 157268 33554432000 4194304 16246674 140734104670912 140679495785712 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=8517/tid=8520] ppid=8514 vsize=1309252 CPUtime=0 cores=1,3,5,7
/proc/8517/task/8520/stat : 8520 (toysat) S 8514 8517 7726 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36485597 1340674048 157268 33554432000 4194304 16246674 140734104670912 140679485312176 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1309252

[startup+25.5005 s]
/proc/loadavg: 2.25 2.25 2.10 3/183 8521
/proc/meminfo: memFree=28432988/32872528 swapFree=1431120/1543540
[pid=8517] ppid=8514 vsize=1309252 CPUtime=25.49 cores=1,3,5,7
/proc/8517/stat : 8517 (toysat) R 8514 8517 7726 0 -1 4202496 156960 0 0 0 2524 25 0 0 20 0 4 0 36485596 1340674048 157268 33554432000 4194304 16246674 140734104670912 140734104670088 5546214 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/8517/statm: 327313 157268 932 2943 0 324207 0
[pid=8517/tid=8518] ppid=8514 vsize=1309252 CPUtime=0 cores=1,3,5,7
/proc/8517/task/8518/stat : 8518 (toysat) S 8514 8517 7726 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36485597 1340674048 157268 33554432000 4194304 16246674 140734104670912 140679506275568 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=8517/tid=8519] ppid=8514 vsize=1309252 CPUtime=0 cores=1,3,5,7
/proc/8517/task/8519/stat : 8519 (toysat) S 8514 8517 7726 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36485597 1340674048 157268 33554432000 4194304 16246674 140734104670912 140679495785712 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=8517/tid=8520] ppid=8514 vsize=1309252 CPUtime=0 cores=1,3,5,7
/proc/8517/task/8520/stat : 8520 (toysat) S 8514 8517 7726 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36485597 1340674048 157268 33554432000 4194304 16246674 140734104670912 140679485312176 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 1309252

[startup+51.1005 s]
/proc/loadavg: 2.23 2.25 2.10 4/183 8570
/proc/meminfo: memFree=28437144/32872528 swapFree=1431120/1543540
[pid=8517] ppid=8514 vsize=1313348 CPUtime=51.08 cores=1,3,5,7
/proc/8517/stat : 8517 (toysat) R 8514 8517 7726 0 -1 4202496 157842 0 0 0 5080 28 0 0 20 0 4 0 36485596 1344868352 158150 33554432000 4194304 16246674 140734104670912 140734104670008 5546098 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/8517/statm: 328337 158150 932 2943 0 325231 0
[pid=8517/tid=8518] ppid=8514 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/8517/task/8518/stat : 8518 (toysat) S 8514 8517 7726 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36485597 1344868352 158150 33554432000 4194304 16246674 140734104670912 140679506275568 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=8517/tid=8519] ppid=8514 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/8517/task/8519/stat : 8519 (toysat) S 8514 8517 7726 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36485597 1344868352 158150 33554432000 4194304 16246674 140734104670912 140679495785712 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=8517/tid=8520] ppid=8514 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/8517/task/8520/stat : 8520 (toysat) S 8514 8517 7726 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36485597 1344868352 158150 33554432000 4194304 16246674 140734104670912 140679485312176 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 1313348

[startup+102.301 s]
/proc/loadavg: 2.19 2.23 2.10 3/183 8570
/proc/meminfo: memFree=28368708/32872528 swapFree=1431120/1543540
[pid=8517] ppid=8514 vsize=1314372 CPUtime=102.28 cores=1,3,5,7
/proc/8517/stat : 8517 (toysat) R 8514 8517 7726 0 -1 4202496 158088 0 0 0 10192 36 0 0 20 0 4 0 36485596 1345916928 171846 33554432000 4194304 16246674 140734104670912 140734104653912 5822428 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/8517/statm: 328593 171846 932 2943 0 325487 0
[pid=8517/tid=8518] ppid=8514 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/8517/task/8518/stat : 8518 (toysat) S 8514 8517 7726 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36485597 1345916928 171846 33554432000 4194304 16246674 140734104670912 140679506275568 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=8517/tid=8519] ppid=8514 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/8517/task/8519/stat : 8519 (toysat) S 8514 8517 7726 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36485597 1345916928 171846 33554432000 4194304 16246674 140734104670912 140679495785712 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=8517/tid=8520] ppid=8514 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/8517/task/8520/stat : 8520 (toysat) S 8514 8517 7726 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36485597 1345916928 171846 33554432000 4194304 16246674 140734104670912 140679485312176 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 1314372

[startup+162.3 s]
/proc/loadavg: 2.12 2.21 2.10 3/183 8669
/proc/meminfo: memFree=28281432/32872528 swapFree=1431120/1543540
[pid=8517] ppid=8514 vsize=1314372 CPUtime=162.26 cores=1,3,5,7
/proc/8517/stat : 8517 (toysat) R 8514 8517 7726 0 -1 4202496 158241 0 0 0 16182 44 0 0 20 0 4 0 36485596 1345916928 196191 33554432000 4194304 16246674 140734104670912 140734104670088 14628944 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/8517/statm: 328593 196191 932 2943 0 325487 0
[pid=8517/tid=8518] ppid=8514 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/8517/task/8518/stat : 8518 (toysat) S 8514 8517 7726 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36485597 1345916928 196191 33554432000 4194304 16246674 140734104670912 140679506275568 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=8517/tid=8519] ppid=8514 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/8517/task/8519/stat : 8519 (toysat) S 8514 8517 7726 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36485597 1345916928 196191 33554432000 4194304 16246674 140734104670912 140679495785712 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=8517/tid=8520] ppid=8514 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/8517/task/8520/stat : 8520 (toysat) S 8514 8517 7726 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36485597 1345916928 196191 33554432000 4194304 16246674 140734104670912 140679485312176 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 1314372

[startup+222.308 s]
/proc/loadavg: 2.15 2.19 2.09 3/183 8670
/proc/meminfo: memFree=28183280/32872528 swapFree=1431120/1543540
[pid=8517] ppid=8514 vsize=1314372 CPUtime=222.26 cores=1,3,5,7
/proc/8517/stat : 8517 (toysat) R 8514 8517 7726 0 -1 4202496 158241 0 0 0 22172 54 0 0 20 0 4 0 36485596 1345916928 220383 33554432000 4194304 16246674 140734104670912 140734104670088 5546200 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/8517/statm: 328593 220383 932 2943 0 325487 0
[pid=8517/tid=8518] ppid=8514 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/8517/task/8518/stat : 8518 (toysat) S 8514 8517 7726 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36485597 1345916928 220383 33554432000 4194304 16246674 140734104670912 140679506275568 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=8517/tid=8519] ppid=8514 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/8517/task/8519/stat : 8519 (toysat) S 8514 8517 7726 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36485597 1345916928 220383 33554432000 4194304 16246674 140734104670912 140679495785712 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=8517/tid=8520] ppid=8514 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/8517/task/8520/stat : 8520 (toysat) S 8514 8517 7726 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36485597 1345916928 220383 33554432000 4194304 16246674 140734104670912 140679485312176 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 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.29 2.22 2.10 4/183 8672
/proc/meminfo: memFree=27976428/32872528 swapFree=1431120/1543540
[pid=8517] ppid=8514 vsize=1322564 CPUtime=282.25 cores=1,3,5,7
/proc/8517/stat : 8517 (toysat) R 8514 8517 7726 0 -1 4202496 193903 0 0 0 28159 66 0 0 20 0 4 0 36485596 1354305536 272171 33554432000 4194304 16246674 140734104670912 140734104653912 6022432 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/8517/statm: 330641 272171 940 2943 0 327535 0
[pid=8517/tid=8518] ppid=8514 vsize=1322564 CPUtime=0 cores=1,3,5,7
/proc/8517/task/8518/stat : 8518 (toysat) S 8514 8517 7726 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36485597 1354305536 272171 33554432000 4194304 16246674 140734104670912 140679506275568 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=8517/tid=8519] ppid=8514 vsize=1322564 CPUtime=0 cores=1,3,5,7
/proc/8517/task/8519/stat : 8519 (toysat) S 8514 8517 7726 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36485597 1354305536 272171 33554432000 4194304 16246674 140734104670912 140679495785712 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=8517/tid=8520] ppid=8514 vsize=1322564 CPUtime=0 cores=1,3,5,7
/proc/8517/task/8520/stat : 8520 (toysat) S 8514 8517 7726 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36485597 1354305536 272171 33554432000 4194304 16246674 140734104670912 140679485312176 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 282.25
Current children cumulated vsize (KiB) 1322564

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

[startup+288 s]
/proc/loadavg: 2.25 2.21 2.10 3/183 8672
/proc/meminfo: memFree=27976304/32872528 swapFree=1431120/1543540
[pid=8517] ppid=8514 vsize=1322564 CPUtime=287.94 cores=1,3,5,7
/proc/8517/stat : 8517 (toysat) R 8514 8517 7726 0 -1 4202496 193903 0 0 0 28728 66 0 0 20 0 4 0 36485596 1354305536 272171 33554432000 4194304 16246674 140734104670912 140734104652800 14628944 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/8517/statm: 330641 272171 940 2943 0 327535 0
[pid=8517/tid=8518] ppid=8514 vsize=1322564 CPUtime=0 cores=1,3,5,7
/proc/8517/task/8518/stat : 8518 (toysat) S 8514 8517 7726 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36485597 1354305536 272171 33554432000 4194304 16246674 140734104670912 140679506275568 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=8517/tid=8519] ppid=8514 vsize=1322564 CPUtime=0 cores=1,3,5,7
/proc/8517/task/8519/stat : 8519 (toysat) S 8514 8517 7726 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36485597 1354305536 272171 33554432000 4194304 16246674 140734104670912 140679495785712 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=8517/tid=8520] ppid=8514 vsize=1322564 CPUtime=0 cores=1,3,5,7
/proc/8517/task/8520/stat : 8520 (toysat) S 8514 8517 7726 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36485597 1354305536 272171 33554432000 4194304 16246674 140734104670912 140679485312176 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 287.94
Current children cumulated vsize (KiB) 1322564

[startup+294.4 s]
/proc/loadavg: 2.23 2.21 2.10 4/183 8672
/proc/meminfo: memFree=27974180/32872528 swapFree=1431120/1543540
[pid=8517] ppid=8514 vsize=1324612 CPUtime=294.34 cores=1,3,5,7
/proc/8517/stat : 8517 (toysat) R 8514 8517 7726 0 -1 4202496 194391 0 0 0 29368 66 0 0 20 0 4 0 36485596 1356402688 272659 33554432000 4194304 16246674 140734104670912 140734104652800 5823320 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/8517/statm: 331153 272659 940 2943 0 328047 0
[pid=8517/tid=8518] ppid=8514 vsize=1324612 CPUtime=0 cores=1,3,5,7
/proc/8517/task/8518/stat : 8518 (toysat) S 8514 8517 7726 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36485597 1356402688 272659 33554432000 4194304 16246674 140734104670912 140679506275568 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=8517/tid=8519] ppid=8514 vsize=1324612 CPUtime=0 cores=1,3,5,7
/proc/8517/task/8519/stat : 8519 (toysat) S 8514 8517 7726 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36485597 1356402688 272659 33554432000 4194304 16246674 140734104670912 140679495785712 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=8517/tid=8520] ppid=8514 vsize=1324612 CPUtime=0 cores=1,3,5,7
/proc/8517/task/8520/stat : 8520 (toysat) S 8514 8517 7726 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36485597 1356402688 272659 33554432000 4194304 16246674 140734104670912 140679485312176 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 294.34
Current children cumulated vsize (KiB) 1324612

[startup+296.007 s]
/proc/loadavg: 2.23 2.21 2.10 3/183 8672
/proc/meminfo: memFree=27973560/32872528 swapFree=1431120/1543540
[pid=8517] ppid=8514 vsize=1325636 CPUtime=295.95 cores=1,3,5,7
/proc/8517/stat : 8517 (toysat) R 8514 8517 7726 0 -1 4202496 194586 0 0 0 29529 66 0 0 20 0 4 0 36485596 1357451264 272854 33554432000 4194304 16246674 140734104670912 140734104668736 5546214 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/8517/statm: 331409 272854 940 2943 0 328303 0
[pid=8517/tid=8518] ppid=8514 vsize=1325636 CPUtime=0 cores=1,3,5,7
/proc/8517/task/8518/stat : 8518 (toysat) S 8514 8517 7726 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36485597 1357451264 272854 33554432000 4194304 16246674 140734104670912 140679506275568 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=8517/tid=8519] ppid=8514 vsize=1325636 CPUtime=0 cores=1,3,5,7
/proc/8517/task/8519/stat : 8519 (toysat) S 8514 8517 7726 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36485597 1357451264 272854 33554432000 4194304 16246674 140734104670912 140679495785712 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=8517/tid=8520] ppid=8514 vsize=1325636 CPUtime=0 cores=1,3,5,7
/proc/8517/task/8520/stat : 8520 (toysat) S 8514 8517 7726 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36485597 1357451264 272854 33554432000 4194304 16246674 140734104670912 140679485312176 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 295.95
Current children cumulated vsize (KiB) 1325636

[startup+296.8 s]
/proc/loadavg: 2.23 2.21 2.10 3/183 8672
/proc/meminfo: memFree=27973560/32872528 swapFree=1431120/1543540
[pid=8517] ppid=8514 vsize=1325636 CPUtime=296.74 cores=1,3,5,7
/proc/8517/stat : 8517 (toysat) R 8514 8517 7726 0 -1 4202496 194586 0 0 0 29608 66 0 0 20 0 4 0 36485596 1357451264 272854 33554432000 4194304 16246674 140734104670912 140734104652800 5523188 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/8517/statm: 331409 272854 940 2943 0 328303 0
[pid=8517/tid=8518] ppid=8514 vsize=1325636 CPUtime=0 cores=1,3,5,7
/proc/8517/task/8518/stat : 8518 (toysat) S 8514 8517 7726 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36485597 1357451264 272854 33554432000 4194304 16246674 140734104670912 140679506275568 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=8517/tid=8519] ppid=8514 vsize=1325636 CPUtime=0 cores=1,3,5,7
/proc/8517/task/8519/stat : 8519 (toysat) S 8514 8517 7726 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36485597 1357451264 272854 33554432000 4194304 16246674 140734104670912 140679495785712 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=8517/tid=8520] ppid=8514 vsize=1325636 CPUtime=0 cores=1,3,5,7
/proc/8517/task/8520/stat : 8520 (toysat) S 8514 8517 7726 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36485597 1357451264 272854 33554432000 4194304 16246674 140734104670912 140679485312176 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 296.74
Current children cumulated vsize (KiB) 1325636

[startup+297.6 s]
/proc/loadavg: 2.23 2.21 2.10 3/183 8672
/proc/meminfo: memFree=27973684/32872528 swapFree=1431120/1543540
[pid=8517] ppid=8514 vsize=1325636 CPUtime=297.54 cores=1,3,5,7
/proc/8517/stat : 8517 (toysat) R 8514 8517 7726 0 -1 4202496 194587 0 0 0 29688 66 0 0 20 0 4 0 36485596 1357451264 272854 33554432000 4194304 16246674 140734104670912 140734104652800 5823694 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/8517/statm: 331409 272854 940 2943 0 328303 0
[pid=8517/tid=8518] ppid=8514 vsize=1325636 CPUtime=0 cores=1,3,5,7
/proc/8517/task/8518/stat : 8518 (toysat) S 8514 8517 7726 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36485597 1357451264 272854 33554432000 4194304 16246674 140734104670912 140679506275568 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=8517/tid=8519] ppid=8514 vsize=1325636 CPUtime=0 cores=1,3,5,7
/proc/8517/task/8519/stat : 8519 (toysat) S 8514 8517 7726 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36485597 1357451264 272854 33554432000 4194304 16246674 140734104670912 140679495785712 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=8517/tid=8520] ppid=8514 vsize=1325636 CPUtime=0 cores=1,3,5,7
/proc/8517/task/8520/stat : 8520 (toysat) S 8514 8517 7726 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36485597 1357451264 272854 33554432000 4194304 16246674 140734104670912 140679485312176 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 297.54
Current children cumulated vsize (KiB) 1325636

[startup+297.8 s]
/proc/loadavg: 2.23 2.21 2.10 3/183 8672
/proc/meminfo: memFree=27973684/32872528 swapFree=1431120/1543540
[pid=8517] ppid=8514 vsize=1325636 CPUtime=297.74 cores=1,3,5,7
/proc/8517/stat : 8517 (toysat) R 8514 8517 7726 0 -1 4202496 194587 0 0 0 29708 66 0 0 20 0 4 0 36485596 1357451264 272854 33554432000 4194304 16246674 140734104670912 140734104653912 5672188 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/8517/statm: 331409 272854 940 2943 0 328303 0
[pid=8517/tid=8518] ppid=8514 vsize=1325636 CPUtime=0 cores=1,3,5,7
/proc/8517/task/8518/stat : 8518 (toysat) S 8514 8517 7726 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36485597 1357451264 272854 33554432000 4194304 16246674 140734104670912 140679506275568 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=8517/tid=8519] ppid=8514 vsize=1325636 CPUtime=0 cores=1,3,5,7
/proc/8517/task/8519/stat : 8519 (toysat) S 8514 8517 7726 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36485597 1357451264 272854 33554432000 4194304 16246674 140734104670912 140679495785712 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=8517/tid=8520] ppid=8514 vsize=1325636 CPUtime=0 cores=1,3,5,7
/proc/8517/task/8520/stat : 8520 (toysat) S 8514 8517 7726 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36485597 1357451264 272854 33554432000 4194304 16246674 140734104670912 140679485312176 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 297.74
Current children cumulated vsize (KiB) 1325636

[startup+297.9 s]
/proc/loadavg: 2.23 2.21 2.10 3/183 8672
/proc/meminfo: memFree=27973684/32872528 swapFree=1431120/1543540
[pid=8517] ppid=8514 vsize=0 CPUtime=297.84 cores=1,3,5,7
/proc/8517/stat : 8517 (toysat) Z 8514 8517 7726 0 -1 4202508 194589 0 0 0 29714 70 0 0 20 0 2 0 36485596 0 0 33554432000 0 0 0 0 0 0 0 33554432 0 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/8517/statm: 0 0 0 0 0 0 0
[pid=8517/tid=8520] ppid=8514 vsize=0 CPUtime=0.02 cores=1,3,5,7
/proc/8517/task/8520/stat : 8520 (toysat) R 8514 8517 7726 0 -1 4202564 2 0 0 0 0 2 0 0 20 0 2 0 36485597 0 0 33554432000 0 0 0 0 0 256 0 33554432 0 18446744073709551615 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 297.84
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 297.906
CPU time (s): 297.855
CPU user time (s): 297.15
CPU system time (s): 0.704892
CPU usage (%): 99.9828
Max. virtual memory (cumulated for all children) (KiB): 1325636

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 297.15
system time used= 0.704892
maximum resident set size= 1091424
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 194589
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= 24
involuntary context switches= 310

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.9447 second user time and 2.82757 second system time

The end

Launcher Data

Begin job on node116 at 2016-06-19 15:52:49
IDJOB=4109902
IDBENCH=78962
IDSOLVER=2553
FILE ID=node116/4109902-1466344369
RUNJOBID= node116-1466341822-7743
PBS_JOBID= 19922036
Free space on /tmp= 71676 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900550720--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-4109902-1466344369/watcher-4109902-1466344369 -o /tmp/evaluation-result-4109902-1466344369/solver-4109902-1466344369 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node116-1466341822-7743 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --wbo --search=bcd2 HOME/instance-4109902-1466344369.wbo

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

MD5SUM BENCH= f2c87e7318987ff21f5979e3cf339f19
RANDOM SEED=57680886

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        29061468 kB
Buffers:          143468 kB
Cached:           282160 kB
SwapCached:         2316 kB
Active:          1252900 kB
Inactive:         263048 kB
Active(anon):    1088360 kB
Inactive(anon):     3928 kB
Active(file):     164540 kB
Inactive(file):   259120 kB
Unevictable:     1543540 kB
Mlocked:         1431120 kB
SwapTotal:      67108856 kB
SwapFree:       67099856 kB
Dirty:             16380 kB
Writeback:             0 kB
AnonPages:       2632704 kB
Mapped:            12680 kB
Shmem:                 0 kB
Slab:             616428 kB
SReclaimable:      60396 kB
SUnreclaim:       556032 kB
KernelStack:        1488 kB
PageTables:         8940 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2773252 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    546816 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= 71660 MiB
End job on node116 at 2016-06-19 15:57:47