Trace number 4105497

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 NameAnswerobjective functionCPU timeWall clock time
toysat 2016-05-02OPT8 165.43 165.457

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
logic_synthesis/normalized-m100_50_10_10.r.opb
MD5SUM41d5abe94732aa440d44e4bcd1eb4f30
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark8
Best CPU time to get the best result obtained on this benchmark1.07484
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 8
Optimality of the best value was proved YES
Number of variables50
Total number of constraints100
Number of constraints which are clauses100
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint10
Maximum length of a constraint10
Number of terms in the objective function 50
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 50
Number of bits of the sum of numbers in the objective function 6
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 50
Number of bits of the biggest sum of numbers6
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

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-18T13:12:21+0200
0.00/0.00	c version = 0.5.0
0.00/0.00	c githash = 1a49202
0.00/0.00	c compilationtime = 2016-05-02 00:19:28.990761 UTC
0.00/0.00	c arch = x86_64
0.00/0.00	c os = linux
0.00/0.00	c compiler = ghc 7.10
0.00/0.00	c packages:
0.00/0.00	c   OptDir-0.0.3
0.00/0.00	c   array-0.5.1.0
0.00/0.00	c   base-4.8.2.0
0.00/0.00	c   bytestring-0.10.6.0
0.00/0.00	c   bytestring-builder-0.10.6.0.0
0.00/0.00	c   clock-0.7.2
0.00/0.00	c   containers-0.5.6.2
0.00/0.00	c   data-default-0.5.3
0.00/0.00	c   data-default-class-0.0.1
0.00/0.00	c   data-interval-1.2.0
0.00/0.00	c   deepseq-1.4.1.1
0.00/0.00	c   directory-1.2.2.0
0.00/0.00	c   exceptions-0.8.2.1
0.00/0.00	c   extended-reals-0.2.1.0
0.00/0.00	c   filepath-1.4.0.0
0.00/0.00	c   finite-field-0.8.0
0.00/0.00	c   hashable-1.2.4.0
0.00/0.00	c   heaps-0.3.3
0.00/0.00	c   intern-0.9.1.4
0.00/0.00	c   loop-0.3.0
0.00/0.00	c   mtl-2.2.1
0.00/0.00	c   multiset-0.3.2
0.00/0.00	c   mwc-random-0.13.3.2
0.00/0.00	c   parse_dimacs-1.3
0.00/0.00	c   parsec-3.1.9
0.00/0.00	c   prettyclass-1.0.0.0
0.00/0.00	c   primes-0.2.1.0
0.00/0.00	c   primitive-0.6.1.0
0.00/0.00	c   process-1.2.3.0
0.00/0.00	c   pseudo-boolean-0.1.3.0
0.00/0.01	c   queue-0.1.2
0.00/0.01	c   semigroups-0.18.1
0.00/0.01	c   sign-0.4.3
0.00/0.01	c   stm-2.4.4.1
0.00/0.01	c   template-haskell-2.10.0.0
0.00/0.01	c   temporary-1.2.0.4
0.00/0.01	c   time-1.5.0.1
0.00/0.01	c   transformers-0.4.2.0
0.00/0.01	c   transformers-compat-0.5.1.4
0.00/0.01	c   type-level-numbers-0.1.1.1
0.00/0.01	c   unbounded-delays-0.1.0.9
0.00/0.01	c   unordered-containers-0.2.6.0
0.00/0.01	c   vector-0.11.0.0
0.00/0.01	c   vector-space-0.10.3
0.00/0.01	c command line = ["+RTS","-H1G","-M15500m","-K1G","-RTS","--pb","--search=bcd2","HOME/instance-4105497-1466248341.opb"]
0.00/0.01	c use --random-gen="727936488 1605591730 3578600785 3784125707 4237997675 2950381326 2309005336 3027854134 2974050952 1184270609 59016934 500046923 95431521 1010655778 3031644513 2693944669 1744100004 1320108030 993609898 2123372536 3183874805 4003546697 1980593111 3312679168 1655592907 1082388232 1334334883 3472747682 244346169 2847842544 68236468 916862673 2227270179 1302046317 855919693 1453523333 1300308880 670505592 2076256953 2690756959 2340016969 2996554421 897985877 1424095612 4283267233 970484508 3754118459 739438181 109091845 2407413803 4162014734 614899092 2966988666 3959105737 34886454 4206927945 395994796 487745053 2093183057 1490566188 2982069677 3629396499 2518624787 4117406206 1878880866 69523743 2271094013 809117973 1611870527 2669805003 1053119379 2751288024 3774052102 564858241 3853296039 1449372895 2641278071 448771946 4066877922 1938952585 2525444685 3478494504 3468834341 2901873311 3121748705 1319366091 1520869908 2868074169 1389114663 2300389504 179503185 2807787317 1900107580 1487056731 594904227 3051336098 1071334339 3535148898 1457616667 3916231693 2634386341 2187825169 337999736 1978782816 2817337603 1508153608 3931578953 3283512186 1121785811 1491916471 3917396107 3457751782 2868336521 211992304 3219095491 1793053522 685615849 1526275395 694117229 18004069 626064096 3644922044 1543465971 628513010 1525538633 792652021 2330180093 523224787 3349141576 2721064486 2031014358 3936436073 1998554805 3008125414 1940555135 3885066206 3733790856 3541964390 1150374612 2251739641 3212029937 3219348374 1759323125 444495050 3358941091 1600424201 3941072307 3791478192 742322116 1738653936 1406412407 158464533 2919226372 3198834634 590839611 3063613494 2806884847 2424478532 2975519487 3179922358 572736417 1104002742 587582994 1889363686 724534748 4262385104 3361971738 1126712236 2883743195 1464728596 1546513148 3219868030 1370027808 3671730977 3368867040 2459252870 3475993829 2196232856 2831761470 3392655372 1790343776 3518079392 3099257819 3663060706 849097201 2675590973 3712617375 3900174970 3050228357 528398551 1950685481 3721638059 642483674 1877090547 3695261628 4275290910 3153042927 207693943 1839513188 2083312852 665764860 3901885135 3578390218 2257780683 3558700266 3643307453 1185321832 3628296227 890094009 1857227964 391503410 3402728721 1926916012 1625979166 4077355541 618498752 1892228000 2850767990 3118861122 289323732 4223043403 579739486 719501812 962407587 3604255958 1812089484 4012388871 258834505 2830173805 3991319692 4011146466 4118725655 2385464205 561301007 2446351908 3200496120 3420085584 1347505178 2757968037 2902516678 2738059674 3330692813 949618729 3249102837 3903423868 609765569 2075047793 3372077017 3048697220 3080339655 2722615672 2474706877 3521950747 1814599474 3803015665 2530225194 255 362436" option to reproduce the execution
0.00/0.01	c #vars 50
0.00/0.01	c #constraints 100
0.00/0.01	c BCD2: Hardening is enabled.
0.00/0.01	c BCD2: BiasedSearch is enabled.
0.00/0.01	c Solving starts ...
0.00/0.01	c ============================[ Search Statistics ]============================
0.00/0.01	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.00/0.01	c       |         |          |          |    Limit     GC | Var      | Constra 
0.00/0.01	c =============================================================================
0.00/0.01	c  0.0s |       0 |        0 |        0 |       50      0 |        0 |        0
0.00/0.01	c  0.0s |       0 |       50 |        0 |       50      0 |        0 |        0
0.00/0.01	c #cpu_time = 0.000s
0.00/0.01	c #wall_clock_time = 0.000s
0.00/0.01	c #decision = 50
0.00/0.01	c #random_decision = 1
0.00/0.01	c #conflict = 0
0.00/0.01	c #restart = 0
0.00/0.01	o 50
0.00/0.01	c BCD2: updating upper bound: 50 -> 49
0.00/0.01	c BCD2: 0 <= obj <= 49
0.00/0.01	c BCD2: #cores=0, #unrelaxed=50, #relaxed=0, #hardened=0
0.00/0.01	c BCD2: #sat=1 #unsat=1 bias=1/2
0.00/0.01	c Solving starts ...
0.00/0.01	c ============================[ Search Statistics ]============================
0.00/0.01	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.00/0.01	c       |         |          |          |    Limit     GC | Var      | Constra 
0.00/0.01	c =============================================================================
0.00/0.01	c  0.0s |       0 |        0 |        0 |       50      0 |        0 |        0
0.00/0.02	c  0.0s |       0 |       32 |        0 |       50      0 |        0 |        0
0.00/0.02	c #cpu_time = 0.000s
0.00/0.02	c #wall_clock_time = 0.000s
0.00/0.02	c #decision = 32
0.00/0.02	c #random_decision = 0
0.00/0.02	c #conflict = 0
0.00/0.02	c #restart = 0
0.00/0.02	c BCD2: found a new core of size 10: cost of the new core is >=1
0.00/0.02	c lower bound updated to 1
0.00/0.02	c BCD2: 1 <= obj <= 49
0.00/0.02	c BCD2: #cores=1, #unrelaxed=40, #relaxed=10, #hardened=0
0.00/0.02	c BCD2: #sat=1 #unsat=2 bias=2/3
0.00/0.02	c Solving starts ...
0.00/0.02	c ============================[ Search Statistics ]============================
0.00/0.02	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.00/0.02	c       |         |          |          |    Limit     GC | Var      | Constra 
0.00/0.02	c =============================================================================
0.00/0.02	c  0.0s |       0 |        0 |        0 |       50      0 |        0 |        1
0.00/0.02	c  0.0s |       0 |       29 |        0 |       50      0 |        0 |        1
0.00/0.02	c #cpu_time = 0.000s
0.00/0.02	c #wall_clock_time = 0.000s
0.00/0.02	c #decision = 29
0.00/0.02	c #random_decision = 0
0.00/0.02	c #conflict = 0
0.00/0.02	c #restart = 0
0.00/0.02	c BCD2: found a new core of size 10: cost of the new core is >=1
0.00/0.02	c lower bound updated to 2
0.00/0.02	c BCD2: 2 <= obj <= 49
0.00/0.02	c BCD2: #cores=2, #unrelaxed=30, #relaxed=20, #hardened=0
0.00/0.02	c BCD2: #sat=1 #unsat=3 bias=3/4
0.00/0.02	c Solving starts ...
0.00/0.02	c ============================[ Search Statistics ]============================
0.00/0.02	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.00/0.02	c       |         |          |          |    Limit     GC | Var      | Constra 
0.00/0.02	c =============================================================================
0.00/0.02	c  0.0s |       0 |        0 |        0 |       50      0 |        0 |        2
0.00/0.02	c  0.0s |       0 |       31 |        0 |       50      0 |        0 |        2
0.00/0.02	c #cpu_time = 0.000s
0.00/0.02	c #wall_clock_time = 0.000s
0.00/0.02	c #decision = 31
0.00/0.02	c #random_decision = 0
0.00/0.02	c #conflict = 0
0.00/0.02	c #restart = 0
0.00/0.02	c BCD2: found a new core of size 10: cost of the new core is >=1
0.00/0.02	c lower bound updated to 3
0.00/0.02	c BCD2: 3 <= obj <= 49
0.00/0.02	c BCD2: #cores=3, #unrelaxed=20, #relaxed=30, #hardened=0
0.00/0.02	c BCD2: #sat=1 #unsat=4 bias=4/5
0.00/0.02	c Solving starts ...
0.00/0.02	c ============================[ Search Statistics ]============================
0.00/0.02	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.00/0.02	c       |         |          |          |    Limit     GC | Var      | Constra 
0.00/0.02	c =============================================================================
0.00/0.02	c  0.0s |       0 |        0 |        0 |       50      0 |        0 |        3
0.00/0.02	c  0.0s |       0 |       47 |        0 |       50      0 |        0 |        3
0.00/0.02	c #cpu_time = 0.000s
0.00/0.02	c #wall_clock_time = 0.000s
0.00/0.02	c #decision = 47
0.00/0.02	c #random_decision = 0
0.00/0.02	c #conflict = 0
0.00/0.02	c #restart = 0
0.00/0.02	o 12
0.00/0.02	c BCD2: updating upper bound: 49 -> 11
0.00/0.02	c BCD2: 3 <= obj <= 11
0.00/0.02	c BCD2: #cores=3, #unrelaxed=20, #relaxed=30, #hardened=0
0.00/0.02	c BCD2: #sat=2 #unsat=4 bias=4/6
0.00/0.02	c Solving starts ...
0.00/0.02	c ============================[ Search Statistics ]============================
0.00/0.02	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.00/0.02	c       |         |          |          |    Limit     GC | Var      | Constra 
0.00/0.02	c =============================================================================
0.00/0.02	c  0.0s |       0 |        0 |        0 |       50      0 |        0 |        4
0.00/0.03	c  0.0s |       1 |      140 |      100 |       50      1 |        0 |        4
0.00/0.03	c  0.0s |       1 |      233 |      159 |       56      3 |        0 |        4
0.00/0.03	c #cpu_time = 0.015s
0.00/0.03	c #wall_clock_time = 0.015s
0.00/0.03	c #decision = 233
0.00/0.03	c #random_decision = 0
0.00/0.03	c #conflict = 159
0.00/0.03	c #restart = 1
0.00/0.03	c BCD2: relaxing 20 and merging with 3 cores into a new core of size 50: cost of the new core is >=4
0.00/0.03	c lower bound updated to 4
0.00/0.03	c BCD2: 4 <= obj <= 11
0.00/0.03	c BCD2: #cores=1, #unrelaxed=0, #relaxed=50, #hardened=0
0.00/0.03	c BCD2: #sat=2 #unsat=5 bias=5/7
0.00/0.03	c Solving starts ...
0.00/0.03	c ============================[ Search Statistics ]============================
0.00/0.03	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.00/0.03	c       |         |          |          |    Limit     GC | Var      | Constra 
0.00/0.03	c =============================================================================
0.00/0.03	c  0.0s |       0 |        0 |        0 |       56      0 |        8 |        4
0.00/0.04	c  0.0s |       1 |      171 |      100 |       62      0 |        8 |       17
0.00/0.05	c  0.0s |       2 |      457 |      250 |       62      5 |        8 |       17
0.00/0.07	c  0.0s |       3 |      853 |      475 |       69     10 |        8 |       17
0.09/0.10	c  0.1s |       4 |     1492 |      813 |       76     17 |        8 |       17
0.09/0.14	c  0.1s |       5 |     2400 |     1320 |       84     28 |        8 |       17
0.09/0.19	c  0.2s |       6 |     3749 |     2081 |       93     44 |        8 |       17
0.19/0.24	c  0.2s |       6 |     4792 |     2701 |       93     55 |        8 |       17
0.19/0.24	c #cpu_time = 0.206s
0.19/0.24	c #wall_clock_time = 0.206s
0.19/0.24	c #decision = 4792
0.19/0.24	c #random_decision = 26
0.19/0.24	c #conflict = 2701
0.19/0.24	c #restart = 6
0.19/0.24	o 9
0.19/0.24	c BCD2: updating upper bound: 11 -> 8
0.19/0.24	c BCD2: 4 <= obj <= 8
0.19/0.24	c BCD2: #cores=1, #unrelaxed=0, #relaxed=50, #hardened=0
0.19/0.24	c BCD2: #sat=3 #unsat=5 bias=5/8
0.19/0.24	c Solving starts ...
0.19/0.24	c ============================[ Search Statistics ]============================
0.19/0.24	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.19/0.24	c       |         |          |          |    Limit     GC | Var      | Constra 
0.19/0.24	c =============================================================================
0.19/0.24	c  0.0s |       0 |        0 |        0 |       93      0 |        8 |       19
0.19/0.25	c  0.0s |       1 |      187 |      100 |       93      2 |        8 |       19
0.19/0.26	c  0.0s |       2 |      477 |      250 |       93      5 |        8 |       19
0.19/0.28	c  0.0s |       3 |      939 |      475 |      103      9 |        8 |       19
0.29/0.30	c  0.1s |       4 |     1522 |      813 |      103     14 |        8 |       19
0.29/0.34	c  0.1s |       5 |     2478 |     1320 |      103     23 |        8 |       19
0.29/0.39	c  0.1s |       6 |     3714 |     2081 |      114     36 |        8 |       19
0.39/0.47	c  0.2s |       7 |     5643 |     3223 |      114     54 |        8 |       19
0.49/0.59	c  0.3s |       8 |     8482 |     4936 |      126     80 |        8 |       19
0.69/0.77	c  0.5s |       9 |    12816 |     7506 |      126    117 |        8 |       19
0.99/1.04	c  0.8s |      10 |    19504 |    11361 |      139    169 |        8 |       19
1.28/1.39	c  1.1s |      11 |    29173 |    17144 |      153    242 |        8 |       19
1.78/1.80	c  1.6s |      12 |    43170 |    25819 |      169    346 |        8 |       19
2.39/2.46	c  2.2s |      13 |    64941 |    38832 |      186    488 |        8 |       19
3.40/3.42	c  3.2s |      14 |    97425 |    58352 |      205    684 |        8 |       19
4.79/4.85	c  4.6s |      15 |   146715 |    87632 |      226    955 |        8 |       19
6.79/6.85	c  6.6s |      15 |   213112 |   128032 |      249   1301 |        8 |       19
6.99/7.04	c  6.8s |      16 |   218912 |   131552 |      249   1328 |        8 |       19
8.99/9.04	c  8.8s |      16 |   285528 |   172252 |      249   1645 |        8 |       19
10.29/10.32	c 10.1s |      17 |   326600 |   197432 |      274   1838 |        8 |       19
12.29/12.32	c 12.1s |      17 |   391896 |   237232 |      274   2120 |        8 |       19
14.29/14.32	c 14.1s |      17 |   456556 |   277332 |      274   2405 |        8 |       19
15.28/15.36	c 15.1s |      18 |   486378 |   296252 |      302   2535 |        8 |       19
17.28/17.37	c 17.1s |      18 |   550112 |   335652 |      302   2790 |        8 |       19
19.28/19.37	c 19.1s |      18 |   613043 |   375152 |      302   3046 |        8 |       19
21.29/21.37	c 21.1s |      18 |   676685 |   413952 |      302   3297 |        8 |       19
22.89/22.92	c 22.7s |      19 |   725299 |   444482 |      333   3492 |        8 |       19
24.89/24.92	c 24.7s |      19 |   784453 |   481782 |      333   3710 |        8 |       19
26.89/26.93	c 26.7s |      19 |   843616 |   518482 |      333   3925 |        8 |       19
28.88/28.93	c 28.7s |      19 |   901261 |   555182 |      333   4142 |        8 |       19
30.89/30.93	c 30.7s |      19 |   956945 |   592182 |      333   4361 |        8 |       19
32.88/32.93	c 32.7s |      19 |  1014988 |   629882 |      333   4584 |        8 |       19
34.78/34.85	c 34.6s |      20 |  1074426 |   666827 |      367   4798 |        8 |       19
36.78/36.85	c 36.6s |      20 |  1134829 |   704427 |      367   4998 |        8 |       19
38.78/38.86	c 38.6s |      20 |  1196502 |   742727 |      367   5202 |        8 |       19
40.79/40.86	c 40.6s |      20 |  1256469 |   780927 |      367   5406 |        8 |       19
42.78/42.86	c 42.6s |      20 |  1316670 |   819627 |      367   5613 |        8 |       19
44.78/44.87	c 44.6s |      20 |  1375039 |   858527 |      367   5822 |        8 |       19
46.78/46.87	c 46.6s |      20 |  1430359 |   894027 |      367   6009 |        8 |       19
48.78/48.87	c 48.6s |      20 |  1485261 |   929327 |      367   6195 |        8 |       19
50.79/50.87	c 50.6s |      20 |  1538914 |   964727 |      367   6383 |        8 |       19
52.79/52.84	c 52.6s |      21 |  1594558 |  1000345 |      404   6568 |        8 |       19
54.78/54.84	c 54.6s |      21 |  1655241 |  1038045 |      404   6749 |        8 |       19
56.78/56.85	c 56.6s |      21 |  1713873 |  1075245 |      404   6929 |        8 |       19
58.78/58.85	c 58.6s |      21 |  1773301 |  1113745 |      404   7117 |        8 |       19
60.78/60.85	c 60.6s |      21 |  1834429 |  1152245 |      404   7302 |        8 |       19
62.78/62.85	c 62.6s |      21 |  1894508 |  1190045 |      404   7484 |        8 |       19
64.78/64.86	c 64.6s |      21 |  1954700 |  1228345 |      404   7669 |        8 |       19
66.78/66.86	c 66.6s |      21 |  2012372 |  1266845 |      404   7856 |        8 |       19
68.78/68.86	c 68.6s |      21 |  2073157 |  1304645 |      404   8037 |        8 |       19
70.78/70.87	c 70.6s |      21 |  2131973 |  1342845 |      404   8221 |        8 |       19
72.78/72.87	c 72.6s |      21 |  2191276 |  1381245 |      404   8406 |        8 |       19
74.79/74.87	c 74.6s |      21 |  2250031 |  1419745 |      404   8590 |        8 |       19
76.78/76.87	c 76.6s |      21 |  2309691 |  1457945 |      404   8773 |        8 |       19
78.78/78.87	c 78.6s |      21 |  2366785 |  1495745 |      445   8949 |        8 |       19
79.08/79.12	c 78.9s |      22 |  2374396 |  1500622 |      445   8970 |        8 |       19
81.08/81.12	c 80.9s |      22 |  2431033 |  1537822 |      445   9131 |        8 |       19
83.08/83.13	c 82.9s |      22 |  2489053 |  1576322 |      445   9298 |        8 |       19
85.08/85.13	c 84.9s |      22 |  2546622 |  1615022 |      445   9464 |        8 |       19
85.89/85.97	c 85.7s |      22 |  2569770 |  1631017 |      445   9532 |        9 |       21
85.89/85.97	c #cpu_time = 85.509s
85.89/85.97	c #wall_clock_time = 85.728s
85.89/85.97	c #decision = 2569770
85.89/85.97	c #random_decision = 12149
85.89/85.97	c #conflict = 1631017
85.89/85.97	c #restart = 22
85.89/85.97	c BCD2: updating lower bound of a core
85.89/85.97	c lower bound updated to 8
85.89/85.97	c BCD2: 8 <= obj <= 8
85.89/85.97	c BCD2: #cores=1, #unrelaxed=0, #relaxed=50, #hardened=0
85.89/85.97	c BCD2: #sat=3 #unsat=6 bias=6/9
85.89/85.97	c Solving starts ...
85.89/85.97	c ============================[ Search Statistics ]============================
85.89/85.97	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
85.89/85.97	c       |         |          |          |    Limit     GC | Var      | Constra 
85.89/85.97	c =============================================================================
85.89/85.97	c  0.0s |       0 |        0 |        0 |      445      0 |        9 |       22
85.89/85.98	c  0.0s |       1 |      176 |      100 |      445      0 |        9 |       22
85.89/85.98	c  0.0s |       2 |      456 |      250 |      445      0 |        9 |       22
85.98/86.00	c  0.0s |       3 |      890 |      475 |      445      1 |        9 |       22
85.98/86.02	c  0.0s |       4 |     1506 |      813 |      445      2 |        9 |       22
85.98/86.05	c  0.1s |       5 |     2473 |     1320 |      445      4 |        9 |       22
85.98/86.09	c  0.1s |       6 |     3759 |     2081 |      445      7 |        9 |       22
86.08/86.16	c  0.2s |       7 |     5862 |     3223 |      445     12 |        9 |       22
86.18/86.25	c  0.3s |       8 |     8735 |     4936 |      445     20 |        9 |       22
86.38/86.40	c  0.4s |       9 |    13204 |     7506 |      445     31 |        9 |       22
86.58/86.62	c  0.6s |      10 |    19890 |    11361 |      445     48 |        9 |       22
86.88/86.95	c  1.0s |      11 |    29681 |    17144 |      445     73 |        9 |       22
87.38/87.42	c  1.4s |      12 |    44376 |    25819 |      445    111 |        9 |       22
88.08/88.14	c  2.2s |      13 |    66206 |    38832 |      445    168 |        9 |       22
89.18/89.26	c  3.3s |      14 |    98551 |    58352 |      445    254 |        9 |       22
90.77/90.86	c  4.9s |      15 |   146645 |    87632 |      445    382 |        9 |       22
92.77/92.86	c  6.9s |      15 |   209065 |   124532 |      445    544 |        9 |       22
93.17/93.25	c  7.3s |      16 |   220016 |   131552 |      445    575 |        9 |       22
95.17/95.26	c  9.3s |      16 |   280980 |   168552 |      445    738 |        9 |       22
96.78/96.85	c 10.9s |      17 |   328769 |   197432 |      445    866 |        9 |       22
98.77/98.85	c 12.9s |      17 |   388226 |   233832 |      445   1026 |        9 |       22
100.77/100.85	c 14.9s |      17 |   448111 |   270232 |      445   1187 |        9 |       22
102.17/102.29	c 16.3s |      18 |   490582 |   296252 |      445   1301 |        9 |       22
104.17/104.29	c 18.3s |      18 |   549557 |   332252 |      445   1459 |        9 |       22
106.17/106.29	c 20.3s |      18 |   609660 |   368852 |      445   1620 |        9 |       22
108.17/108.29	c 22.3s |      18 |   667707 |   404952 |      445   1779 |        9 |       22
110.17/110.29	c 24.3s |      18 |   727693 |   441552 |      445   1941 |        9 |       22
110.37/110.46	c 24.5s |      19 |   732626 |   444482 |      445   1954 |        9 |       22
112.37/112.46	c 26.5s |      19 |   793507 |   480982 |      445   2114 |        9 |       22
114.37/114.47	c 28.5s |      19 |   853005 |   517082 |      445   2273 |        9 |       22
116.37/116.47	c 30.5s |      19 |   912549 |   553682 |      445   2435 |        9 |       22
118.37/118.47	c 32.5s |      19 |   971491 |   590182 |      445   2596 |        9 |       22
120.37/120.47	c 34.5s |      19 |  1030318 |   626682 |      490   2747 |        9 |       22
122.37/122.47	c 36.5s |      19 |  1087305 |   662682 |      490   2893 |        9 |       22
122.67/122.70	c 36.7s |      20 |  1093810 |   666827 |      490   2909 |        9 |       22
124.67/124.70	c 38.7s |      20 |  1153333 |   702827 |      490   3053 |        9 |       22
126.67/126.70	c 40.7s |      20 |  1212708 |   738627 |      490   3197 |        9 |       22
128.68/128.71	c 42.7s |      20 |  1269462 |   773627 |      490   3337 |        9 |       22
130.67/130.71	c 44.7s |      20 |  1326724 |   809027 |      490   3479 |        9 |       22
132.67/132.72	c 46.7s |      20 |  1384039 |   845027 |      490   3623 |        9 |       22
134.67/134.72	c 48.8s |      20 |  1440595 |   881127 |      490   3769 |        9 |       22
136.67/136.73	c 50.8s |      20 |  1497300 |   916927 |      490   3913 |        9 |       22
138.67/138.73	c 52.8s |      20 |  1554358 |   952027 |      490   4053 |        9 |       22
140.66/140.73	c 54.8s |      20 |  1612008 |   987627 |      490   4196 |        9 |       22
141.37/141.44	c 55.5s |      21 |  1632390 |  1000345 |      490   4247 |        9 |       22
143.37/143.44	c 57.5s |      21 |  1690803 |  1035745 |      490   4389 |        9 |       22
145.37/145.44	c 59.5s |      21 |  1749167 |  1071245 |      490   4531 |        9 |       22
147.37/147.44	c 61.5s |      21 |  1806528 |  1106745 |      490   4674 |        9 |       22
149.37/149.44	c 63.5s |      21 |  1864876 |  1142245 |      490   4817 |        9 |       22
151.37/151.45	c 65.5s |      21 |  1923031 |  1177845 |      490   4960 |        9 |       22
153.36/153.46	c 67.5s |      21 |  1980146 |  1213745 |      490   5104 |        9 |       22
155.36/155.46	c 69.5s |      21 |  2037293 |  1249445 |      490   5249 |        9 |       22
157.37/157.46	c 71.5s |      21 |  2091809 |  1284745 |      490   5391 |        9 |       22
159.36/159.46	c 73.5s |      21 |  2150783 |  1320445 |      490   5534 |        9 |       22
161.36/161.46	c 75.5s |      21 |  2208949 |  1355945 |      490   5676 |        9 |       22
163.37/163.47	c 77.5s |      21 |  2267205 |  1391745 |      490   5820 |        9 |       22
165.27/165.39	c 79.4s |      21 |  2322181 |  1426305 |      490   5959 |        9 |       22
165.27/165.39	c #cpu_time = 79.219s
165.27/165.39	c #wall_clock_time = 79.422s
165.27/165.39	c #decision = 2322181
165.27/165.39	c #random_decision = 10829
165.27/165.39	c #conflict = 1426305
165.27/165.39	c #restart = 21
165.27/165.39	o 8
165.27/165.39	s OPTIMUM FOUND
165.27/165.39	v -x1 x2 -x3 -x4 -x5 -x6 -x7 -x8 -x9 x10
165.27/165.39	v -x11 -x12 -x13 x14 -x15 -x16 x17 -x18 -x19 -x20
165.27/165.39	v x21 -x22 -x23 -x24 -x25 -x26 -x27 -x28 -x29 -x30
165.27/165.39	v -x31 x32 -x33 -x34 -x35 -x36 -x37 x38 -x39 -x40
165.27/165.39	v -x41 -x42 x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50
165.27/165.39	c total CPU time = 164.973s
165.27/165.39	c total wall clock time = 165.395s

Verifier Data

OK	8

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

pid=5223
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.16 2.17 2.11 3/179 5226
/proc/meminfo: memFree=30149056/32872528 swapFree=526336/559040
[pid=5226] ppid=5223 vsize=721340 CPUtime=0 cores=1,3,5,7
/proc/5226/stat : 5226 (toysat) R 5223 5226 28898 0 -1 4202496 2692 0 0 0 0 0 0 0 20 0 4 0 26884220 738652160 3052 33554432000 4194304 16246674 140736489418480 140736489417904 13880264 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/5226/statm: 180847 3060 441 2943 0 177741 0
[pid=5226/tid=5227] ppid=5223 vsize=764348 CPUtime=0 cores=1,3,5,7
/proc/5226/task/5227/stat : 5227 (toysat) S 5223 5226 28898 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 26884220 782692352 3219 33554432000 4194304 16246674 140736489418480 140288621260016 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=5226/tid=5228] ppid=5223 vsize=769468 CPUtime=0 cores=1,3,5,7
/proc/5226/task/5228/stat : 5228 (toysat) S 5223 5226 28898 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 26884220 787935232 3238 33554432000 4194304 16246674 140736489418480 140288610770160 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=5226/tid=5229] ppid=5223 vsize=773564 CPUtime=0 cores=1,3,5,7
/proc/5226/task/5229/stat : 5229 (toysat) S 5223 5226 28898 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 26884220 792129536 3254 33554432000 4194304 16246674 140736489418480 140288530050224 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0

[startup+0.100129 s]
/proc/loadavg: 2.16 2.17 2.11 3/179 5226
/proc/meminfo: memFree=30149056/32872528 swapFree=526336/559040
[pid=5226] ppid=5223 vsize=1218116 CPUtime=0.09 cores=1,3,5,7
/proc/5226/stat : 5226 (toysat) R 5223 5226 28898 0 -1 4202496 22995 0 0 0 5 4 0 0 20 0 4 0 26884220 1247350784 23342 33554432000 4194304 16246674 140736489418480 140736489417904 5721708 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/5226/statm: 304529 23349 784 2943 0 301423 0
[pid=5226/tid=5227] ppid=5223 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/5226/task/5227/stat : 5227 (toysat) S 5223 5226 28898 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 26884220 1247350784 23356 33554432000 4194304 16246674 140736489418480 140288621260016 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=5226/tid=5228] ppid=5223 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/5226/task/5228/stat : 5228 (toysat) S 5223 5226 28898 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 26884220 1247350784 23361 33554432000 4194304 16246674 140736489418480 140288610770160 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=5226/tid=5229] ppid=5223 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/5226/task/5229/stat : 5229 (toysat) S 5223 5226 28898 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 26884220 1247350784 23365 33554432000 4194304 16246674 140736489418480 140288530050224 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.200528 s]
/proc/loadavg: 2.16 2.17 2.11 3/179 5226
/proc/meminfo: memFree=30149056/32872528 swapFree=526336/559040
[pid=5226] ppid=5223 vsize=1218116 CPUtime=0.19 cores=1,3,5,7
/proc/5226/stat : 5226 (toysat) R 5223 5226 28898 0 -1 4202496 42091 0 0 0 12 7 0 0 20 0 4 0 26884220 1247350784 42439 33554432000 4194304 16246674 140736489418480 140736489417904 5723965 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/5226/statm: 304529 42446 784 2943 0 301423 0
[pid=5226/tid=5227] ppid=5223 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/5226/task/5227/stat : 5227 (toysat) S 5223 5226 28898 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 26884220 1247350784 42453 33554432000 4194304 16246674 140736489418480 140288621260016 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=5226/tid=5228] ppid=5223 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/5226/task/5228/stat : 5228 (toysat) S 5223 5226 28898 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 26884220 1247350784 42457 33554432000 4194304 16246674 140736489418480 140288610770160 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=5226/tid=5229] ppid=5223 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/5226/task/5229/stat : 5229 (toysat) S 5223 5226 28898 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 26884220 1247350784 42463 33554432000 4194304 16246674 140736489418480 140288530050224 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) 1218116

[startup+0.30046 s]
/proc/loadavg: 2.16 2.17 2.11 3/179 5226
/proc/meminfo: memFree=30149056/32872528 swapFree=526336/559040
[pid=5226] ppid=5223 vsize=1218116 CPUtime=0.29 cores=1,3,5,7
/proc/5226/stat : 5226 (toysat) R 5223 5226 28898 0 -1 4202496 61034 0 0 0 20 9 0 0 20 0 4 0 26884220 1247350784 61381 33554432000 4194304 16246674 140736489418480 140736489417904 5600539 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/5226/statm: 304529 61391 784 2943 0 301423 0
[pid=5226/tid=5227] ppid=5223 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/5226/task/5227/stat : 5227 (toysat) S 5223 5226 28898 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 26884220 1247350784 61396 33554432000 4194304 16246674 140736489418480 140288621260016 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=5226/tid=5228] ppid=5223 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/5226/task/5228/stat : 5228 (toysat) S 5223 5226 28898 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 26884220 1247350784 61402 33554432000 4194304 16246674 140736489418480 140288610770160 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=5226/tid=5229] ppid=5223 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/5226/task/5229/stat : 5229 (toysat) S 5223 5226 28898 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 26884220 1247350784 61407 33554432000 4194304 16246674 140736489418480 140288530050224 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) 1218116

[startup+0.700438 s]
/proc/loadavg: 2.16 2.17 2.11 3/179 5226
/proc/meminfo: memFree=30149056/32872528 swapFree=526336/559040
[pid=5226] ppid=5223 vsize=1218116 CPUtime=0.69 cores=1,3,5,7
/proc/5226/stat : 5226 (toysat) R 5223 5226 28898 0 -1 4202496 136559 0 0 0 48 21 0 0 20 0 4 0 26884220 1247350784 136906 33554432000 4194304 16246674 140736489418480 140736489401480 6045692 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/5226/statm: 304529 136915 785 2943 0 301423 0
[pid=5226/tid=5227] ppid=5223 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/5226/task/5227/stat : 5227 (toysat) S 5223 5226 28898 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 26884220 1247350784 136922 33554432000 4194304 16246674 140736489418480 140288621260016 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=5226/tid=5228] ppid=5223 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/5226/task/5228/stat : 5228 (toysat) S 5223 5226 28898 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 26884220 1247350784 136930 33554432000 4194304 16246674 140736489418480 140288610770160 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=5226/tid=5229] ppid=5223 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/5226/task/5229/stat : 5229 (toysat) S 5223 5226 28898 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 26884220 1247350784 136937 33554432000 4194304 16246674 140736489418480 140288530050224 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1218116

[startup+1.50036 s]
/proc/loadavg: 2.16 2.17 2.11 3/183 5230
/proc/meminfo: memFree=29300304/32872528 swapFree=526336/559040
[pid=5226] ppid=5223 vsize=1218116 CPUtime=1.48 cores=1,3,5,7
/proc/5226/stat : 5226 (toysat) R 5223 5226 28898 0 -1 4202496 245581 0 0 0 110 38 0 0 20 0 4 0 26884220 1247350784 245906 33554432000 4194304 16246674 140736489418480 140736489401480 5546181 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/5226/statm: 304529 245906 845 2943 0 301423 0
[pid=5226/tid=5227] ppid=5223 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/5226/task/5227/stat : 5227 (toysat) S 5223 5226 28898 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 26884220 1247350784 245906 33554432000 4194304 16246674 140736489418480 140288621260016 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=5226/tid=5228] ppid=5223 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/5226/task/5228/stat : 5228 (toysat) S 5223 5226 28898 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 26884220 1247350784 245906 33554432000 4194304 16246674 140736489418480 140288610770160 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=5226/tid=5229] ppid=5223 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/5226/task/5229/stat : 5229 (toysat) S 5223 5226 28898 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 26884220 1247350784 245906 33554432000 4194304 16246674 140736489418480 140288530050224 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 1218116

[startup+3.10044 s]
/proc/loadavg: 2.15 2.17 2.11 3/183 5230
/proc/meminfo: memFree=29128440/32872528 swapFree=526336/559040
[pid=5226] ppid=5223 vsize=1305156 CPUtime=3.09 cores=1,3,5,7
/proc/5226/stat : 5226 (toysat) R 5223 5226 28898 0 -1 4202496 267361 0 0 0 268 41 0 0 20 0 4 0 26884220 1336479744 267686 33554432000 4194304 16246674 140736489418480 140736489401480 12477752 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/5226/statm: 326289 267686 845 2943 0 323183 0
[pid=5226/tid=5227] ppid=5223 vsize=1305156 CPUtime=0 cores=1,3,5,7
/proc/5226/task/5227/stat : 5227 (toysat) S 5223 5226 28898 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 26884220 1336479744 267686 33554432000 4194304 16246674 140736489418480 140288621260016 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=5226/tid=5228] ppid=5223 vsize=1305156 CPUtime=0 cores=1,3,5,7
/proc/5226/task/5228/stat : 5228 (toysat) S 5223 5226 28898 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 26884220 1336479744 267686 33554432000 4194304 16246674 140736489418480 140288610770160 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=5226/tid=5229] ppid=5223 vsize=1305156 CPUtime=0 cores=1,3,5,7
/proc/5226/task/5229/stat : 5229 (toysat) S 5223 5226 28898 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 26884220 1336479744 267686 33554432000 4194304 16246674 140736489418480 140288530050224 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) 1305156

[startup+6.30042 s]
/proc/loadavg: 2.15 2.17 2.11 3/183 5230
/proc/meminfo: memFree=29078748/32872528 swapFree=526336/559040
[pid=5226] ppid=5223 vsize=1306180 CPUtime=6.29 cores=1,3,5,7
/proc/5226/stat : 5226 (toysat) R 5223 5226 28898 0 -1 4202496 267473 0 0 0 588 41 0 0 20 0 4 0 26884220 1337528320 267798 33554432000 4194304 16246674 140736489418480 140736489401480 5600384 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/5226/statm: 326545 267798 845 2943 0 323439 0
[pid=5226/tid=5227] ppid=5223 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/5226/task/5227/stat : 5227 (toysat) S 5223 5226 28898 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 26884220 1337528320 267798 33554432000 4194304 16246674 140736489418480 140288621260016 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=5226/tid=5228] ppid=5223 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/5226/task/5228/stat : 5228 (toysat) S 5223 5226 28898 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 26884220 1337528320 267798 33554432000 4194304 16246674 140736489418480 140288610770160 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=5226/tid=5229] ppid=5223 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/5226/task/5229/stat : 5229 (toysat) S 5223 5226 28898 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 26884220 1337528320 267798 33554432000 4194304 16246674 140736489418480 140288530050224 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) 1306180

[startup+12.7004 s]
/proc/loadavg: 2.13 2.16 2.11 3/182 5230
/proc/meminfo: memFree=29078516/32872528 swapFree=526336/559040
[pid=5226] ppid=5223 vsize=1306180 CPUtime=12.68 cores=1,3,5,7
/proc/5226/stat : 5226 (toysat) R 5223 5226 28898 0 -1 4202496 267486 0 0 0 1227 41 0 0 20 0 4 0 26884220 1337528320 267811 33554432000 4194304 16246674 140736489418480 140736489401480 5723342 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/5226/statm: 326545 267811 847 2943 0 323439 0
[pid=5226/tid=5227] ppid=5223 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/5226/task/5227/stat : 5227 (toysat) S 5223 5226 28898 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 26884220 1337528320 267811 33554432000 4194304 16246674 140736489418480 140288621260016 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=5226/tid=5228] ppid=5223 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/5226/task/5228/stat : 5228 (toysat) S 5223 5226 28898 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 26884220 1337528320 267811 33554432000 4194304 16246674 140736489418480 140288610770160 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=5226/tid=5229] ppid=5223 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/5226/task/5229/stat : 5229 (toysat) S 5223 5226 28898 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 26884220 1337528320 267811 33554432000 4194304 16246674 140736489418480 140288530050224 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 1306180

[startup+25.5005 s]
/proc/loadavg: 2.11 2.16 2.10 3/183 5231
/proc/meminfo: memFree=29078996/32872528 swapFree=526336/559040
[pid=5226] ppid=5223 vsize=1306180 CPUtime=25.49 cores=1,3,5,7
/proc/5226/stat : 5226 (toysat) R 5223 5226 28898 0 -1 4202496 267501 0 0 0 2507 42 0 0 20 0 4 0 26884220 1337528320 267826 33554432000 4194304 16246674 140736489418480 140736489401480 13962576 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/5226/statm: 326545 267826 847 2943 0 323439 0
[pid=5226/tid=5227] ppid=5223 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/5226/task/5227/stat : 5227 (toysat) S 5223 5226 28898 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 26884220 1337528320 267826 33554432000 4194304 16246674 140736489418480 140288621260016 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=5226/tid=5228] ppid=5223 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/5226/task/5228/stat : 5228 (toysat) S 5223 5226 28898 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 26884220 1337528320 267826 33554432000 4194304 16246674 140736489418480 140288610770160 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=5226/tid=5229] ppid=5223 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/5226/task/5229/stat : 5229 (toysat) S 5223 5226 28898 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 26884220 1337528320 267826 33554432000 4194304 16246674 140736489418480 140288530050224 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) 1306180

[startup+51.1005 s]
/proc/loadavg: 2.07 2.14 2.10 3/183 5231
/proc/meminfo: memFree=29078204/32872528 swapFree=526336/559040
[pid=5226] ppid=5223 vsize=1306180 CPUtime=51.09 cores=1,3,5,7
/proc/5226/stat : 5226 (toysat) R 5223 5226 28898 0 -1 4202496 267586 0 0 0 5066 43 0 0 20 0 4 0 26884220 1337528320 267911 33554432000 4194304 16246674 140736489418480 140736489401480 5572168 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/5226/statm: 326545 267911 848 2943 0 323439 0
[pid=5226/tid=5227] ppid=5223 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/5226/task/5227/stat : 5227 (toysat) S 5223 5226 28898 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 26884220 1337528320 267911 33554432000 4194304 16246674 140736489418480 140288621260016 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=5226/tid=5228] ppid=5223 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/5226/task/5228/stat : 5228 (toysat) S 5223 5226 28898 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 26884220 1337528320 267911 33554432000 4194304 16246674 140736489418480 140288610770160 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=5226/tid=5229] ppid=5223 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/5226/task/5229/stat : 5229 (toysat) S 5223 5226 28898 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 26884220 1337528320 267911 33554432000 4194304 16246674 140736489418480 140288530050224 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 1306180

[startup+102.3 s]
/proc/loadavg: 2.09 2.13 2.09 3/183 5232
/proc/meminfo: memFree=29077500/32872528 swapFree=526336/559040
[pid=5226] ppid=5223 vsize=1307204 CPUtime=102.28 cores=1,3,5,7
/proc/5226/stat : 5226 (toysat) R 5223 5226 28898 0 -1 4202496 267780 0 0 0 10184 44 0 0 20 0 4 0 26884220 1338576896 268105 33554432000 4194304 16246674 140736489418480 140736489401480 5974179 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/5226/statm: 326801 268105 848 2943 0 323695 0
[pid=5226/tid=5227] ppid=5223 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/5226/task/5227/stat : 5227 (toysat) S 5223 5226 28898 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 26884220 1338576896 268105 33554432000 4194304 16246674 140736489418480 140288621260016 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=5226/tid=5228] ppid=5223 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/5226/task/5228/stat : 5228 (toysat) S 5223 5226 28898 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 26884220 1338576896 268105 33554432000 4194304 16246674 140736489418480 140288610770160 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=5226/tid=5229] ppid=5223 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/5226/task/5229/stat : 5229 (toysat) S 5223 5226 28898 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 26884220 1338576896 268105 33554432000 4194304 16246674 140736489418480 140288530050224 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) 1307204

[startup+162.3 s]
/proc/loadavg: 2.12 2.14 2.09 3/183 5233
/proc/meminfo: memFree=29076528/32872528 swapFree=526336/559040
[pid=5226] ppid=5223 vsize=1307204 CPUtime=162.27 cores=1,3,5,7
/proc/5226/stat : 5226 (toysat) R 5223 5226 28898 0 -1 4202496 267867 0 0 0 16180 47 0 0 20 0 4 0 26884220 1338576896 268192 33554432000 4194304 16246674 140736489418480 140736489401480 5553608 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/5226/statm: 326801 268192 848 2943 0 323695 0
[pid=5226/tid=5227] ppid=5223 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/5226/task/5227/stat : 5227 (toysat) S 5223 5226 28898 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 26884220 1338576896 268192 33554432000 4194304 16246674 140736489418480 140288621260016 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=5226/tid=5228] ppid=5223 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/5226/task/5228/stat : 5228 (toysat) S 5223 5226 28898 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 26884220 1338576896 268192 33554432000 4194304 16246674 140736489418480 140288610770160 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=5226/tid=5229] ppid=5223 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/5226/task/5229/stat : 5229 (toysat) S 5223 5226 28898 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 26884220 1338576896 268192 33554432000 4194304 16246674 140736489418480 140288530050224 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 1307204

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

[startup+163.2 s]
/proc/loadavg: 2.12 2.14 2.09 3/183 5233
/proc/meminfo: memFree=29076652/32872528 swapFree=526336/559040
[pid=5226] ppid=5223 vsize=1307204 CPUtime=163.17 cores=1,3,5,7
/proc/5226/stat : 5226 (toysat) R 5223 5226 28898 0 -1 4202496 267867 0 0 0 16270 47 0 0 20 0 4 0 26884220 1338576896 268192 33554432000 4194304 16246674 140736489418480 140736489401480 6836752 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/5226/statm: 326801 268192 848 2943 0 323695 0
[pid=5226/tid=5227] ppid=5223 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/5226/task/5227/stat : 5227 (toysat) S 5223 5226 28898 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 26884220 1338576896 268192 33554432000 4194304 16246674 140736489418480 140288621260016 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=5226/tid=5228] ppid=5223 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/5226/task/5228/stat : 5228 (toysat) S 5223 5226 28898 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 26884220 1338576896 268192 33554432000 4194304 16246674 140736489418480 140288610770160 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=5226/tid=5229] ppid=5223 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/5226/task/5229/stat : 5229 (toysat) S 5223 5226 28898 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 26884220 1338576896 268192 33554432000 4194304 16246674 140736489418480 140288530050224 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 163.17
Current children cumulated vsize (KiB) 1307204

[startup+164.8 s]
/proc/loadavg: 2.12 2.14 2.09 3/183 5233
/proc/meminfo: memFree=29076652/32872528 swapFree=526336/559040
[pid=5226] ppid=5223 vsize=1307204 CPUtime=164.77 cores=1,3,5,7
/proc/5226/stat : 5226 (toysat) R 5223 5226 28898 0 -1 4202496 267867 0 0 0 16430 47 0 0 20 0 4 0 26884220 1338576896 268192 33554432000 4194304 16246674 140736489418480 140736489401480 5725342 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/5226/statm: 326801 268192 848 2943 0 323695 0
[pid=5226/tid=5227] ppid=5223 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/5226/task/5227/stat : 5227 (toysat) S 5223 5226 28898 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 26884220 1338576896 268192 33554432000 4194304 16246674 140736489418480 140288621260016 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=5226/tid=5228] ppid=5223 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/5226/task/5228/stat : 5228 (toysat) S 5223 5226 28898 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 26884220 1338576896 268192 33554432000 4194304 16246674 140736489418480 140288610770160 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=5226/tid=5229] ppid=5223 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/5226/task/5229/stat : 5229 (toysat) S 5223 5226 28898 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 26884220 1338576896 268192 33554432000 4194304 16246674 140736489418480 140288530050224 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 164.77
Current children cumulated vsize (KiB) 1307204

[startup+165.2 s]
/proc/loadavg: 2.12 2.14 2.09 3/183 5233
/proc/meminfo: memFree=29076652/32872528 swapFree=526336/559040
[pid=5226] ppid=5223 vsize=1307204 CPUtime=165.17 cores=1,3,5,7
/proc/5226/stat : 5226 (toysat) R 5223 5226 28898 0 -1 4202496 267867 0 0 0 16470 47 0 0 20 0 4 0 26884220 1338576896 268192 33554432000 4194304 16246674 140736489418480 140736489401480 5754966 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/5226/statm: 326801 268192 848 2943 0 323695 0
[pid=5226/tid=5227] ppid=5223 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/5226/task/5227/stat : 5227 (toysat) S 5223 5226 28898 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 26884220 1338576896 268192 33554432000 4194304 16246674 140736489418480 140288621260016 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=5226/tid=5228] ppid=5223 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/5226/task/5228/stat : 5228 (toysat) S 5223 5226 28898 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 26884220 1338576896 268192 33554432000 4194304 16246674 140736489418480 140288610770160 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=5226/tid=5229] ppid=5223 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/5226/task/5229/stat : 5229 (toysat) S 5223 5226 28898 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 26884220 1338576896 268192 33554432000 4194304 16246674 140736489418480 140288530050224 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 165.17
Current children cumulated vsize (KiB) 1307204

[startup+165.4 s]
/proc/loadavg: 2.12 2.14 2.09 3/183 5233
/proc/meminfo: memFree=29076652/32872528 swapFree=526336/559040
[pid=5226] ppid=5223 vsize=0 CPUtime=165.36 cores=1,3,5,7
/proc/5226/stat : 5226 (toysat) R 5223 5226 28898 0 -1 4202500 267872 0 0 0 16489 47 0 0 20 0 1 0 26884220 0 0 33554432000 0 0 0 0 0 0 0 33554432 0 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/5226/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 165.36
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 165.457
CPU time (s): 165.43
CPU user time (s): 164.899
CPU system time (s): 0.530919
CPU usage (%): 99.9839
Max. virtual memory (cumulated for all children) (KiB): 1307204

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 164.899
system time used= 0.530919
maximum resident set size= 1072780
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 267872
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= 170

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.637903 second user time and 0.676897 second system time

The end

Launcher Data

Begin job on node106 at 2016-06-18 13:12:21
IDJOB=4105497
IDBENCH=2882
IDSOLVER=2542
FILE ID=node106/4105497-1466248341
RUNJOBID= node106-1466241787-28915
PBS_JOBID= 19918214
Free space on /tmp= 71684 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/logic_synthesis/normalized-m100_50_10_10.r.opb
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --pb --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4105497-1466248341/watcher-4105497-1466248341 -o /tmp/evaluation-result-4105497-1466248341/solver-4105497-1466248341 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node106-1466241787-28915 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4105497-1466248341.opb

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

MD5SUM BENCH= 41d5abe94732aa440d44e4bcd1eb4f30
RANDOM SEED=1758121016

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30149956 kB
Buffers:           92456 kB
Cached:           211396 kB
SwapCached:         1868 kB
Active:          1203760 kB
Inactive:         214268 kB
Active(anon):    1113420 kB
Inactive(anon):     3048 kB
Active(file):      90340 kB
Inactive(file):   211220 kB
Unevictable:      559040 kB
Mlocked:          526336 kB
SwapTotal:      67108856 kB
SwapFree:       67099160 kB
Dirty:             16308 kB
Writeback:             0 kB
AnonPages:       1674512 kB
Mapped:            10348 kB
Shmem:                 0 kB
Slab:             612220 kB
SReclaimable:      55752 kB
SUnreclaim:       556468 kB
KernelStack:        1512 kB
PageTables:         7388 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1814740 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    747520 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= 71668 MiB
End job on node106 at 2016-06-18 13:15:07