Trace number 4105401

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-02OPT6 1.2828 1.28404

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/logic_synthesis/normalized-dk512x.r.opb
MD5SUM581a8e804be9894a02ef91830c95d4b0
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark6
Best CPU time to get the best result obtained on this benchmark0.004999
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 6
Optimality of the best value was proved YES
Number of variables59
Total number of constraints91
Number of constraints which are clauses91
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 constraint1
Maximum length of a constraint53
Number of terms in the objective function 59
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 59
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 59
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-18T12:12:38+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-4105401-1466244758.opb"]
0.00/0.01	c use --random-gen="544430212 3229049914 2595513288 592888568 2206025476 2562833592 103453974 549914960 443243726 3007005173 3148902550 1035292092 1824742658 1676661742 177868824 2880055937 155073519 2780456083 1641201024 1772143686 3794024420 876828151 2678913644 2891128036 2587630860 3442054332 2473778867 100844584 3678011295 943421523 2882809001 1055425736 3398968875 3279552695 456782954 399440581 1916667063 2109728854 266025891 3731058886 2219037808 2642237555 2787818677 3820684672 3423806828 4063589765 1034462226 1617687622 3007607082 556294872 3915856345 1601778566 1695149794 1458266821 2324411480 1237230747 743123955 1249152661 3587180683 1708141131 2500007998 3623688338 2983473137 1443552865 3868895441 1984875365 1070903260 4058236951 3661517748 3520015572 3816303848 2335685429 508452518 4165873136 271743991 644107476 3757858456 2436438615 782819452 3687602019 107993206 1275902620 3001371906 3454305502 908797210 271264488 1298941569 407532545 1791206878 1177522498 1367440343 1936165598 1615214806 4193618128 1358543644 2544424113 940392647 3773547879 3061482239 3521544425 4103326785 530124845 546429856 1735439691 1280071060 2438900704 1302029988 1449112984 503089969 2824757172 1199518247 3135474735 3031666871 4028067867 1416696375 3610780123 3736908869 305776812 2986174401 438882194 3136041338 3748033546 3498982693 3025059931 1216803682 2136272601 3844770716 3335657783 3850590247 1528779182 1248152947 809886188 3849630022 1486844530 98262510 1254666849 354732575 545003250 821566974 505386510 922291138 3068559259 1070425850 455540332 2601883329 1243689131 1796869536 1054517829 3710901741 3143748145 3891692973 1792410714 1569444010 429888139 2030145185 633532963 3748578908 1844192711 992903859 1909471463 866953627 2131213821 2759364443 2728635027 549305343 1786946756 344455386 3115837556 2194834307 906893865 3691738432 3991153536 4073807063 587405899 886998817 3261727457 2374584827 1061849014 2081253201 2377270848 555147304 2906591912 4016573618 1138997754 3867736361 4071822890 1084194812 4108788748 3893601887 273712226 4192471525 2512490285 2521220790 3025528035 285809611 3831690503 955455763 352565766 3190933649 733792762 3027395431 3766284789 351823996 3923944949 1671247248 1281961032 2365778949 3581742528 3209317365 18754878 851458624 1995696791 2994905329 2025451811 2225218965 77302070 3552006333 1100358033 2033294777 4173083170 606512417 3421193677 2249220336 2727027472 2843217365 255333216 1216528211 3003956486 1855122178 3994351376 697366419 3238351214 3729021864 3591456921 2520541119 1601134439 3040364644 3204302727 2985728546 2822477976 3011776741 1875756650 3120554524 652934488 3040105596 3008794266 4117827784 2883346163 329036154 2124333409 1412529203 4060243600 356285576 4168002006 995261500 334202099 255 362436" option to reproduce the execution
0.00/0.01	c #vars 59
0.00/0.01	c #constraints 91
0.00/0.02	c BCD2: Hardening is enabled.
0.00/0.02	c BCD2: BiasedSearch is enabled.
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 |       49      0 |        1 |        0
0.00/0.02	c  0.0s |       0 |       58 |        0 |       49      0 |        1 |       23
0.00/0.02	c #cpu_time = 0.001s
0.00/0.02	c #wall_clock_time = 0.001s
0.00/0.02	c #decision = 58
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 59
0.00/0.02	c BCD2: updating upper bound: 59 -> 58
0.00/0.02	c BCD2: 0 <= obj <= 58
0.00/0.02	c BCD2: #cores=0, #unrelaxed=59, #relaxed=0, #hardened=0
0.00/0.02	c BCD2: #sat=1 #unsat=1 bias=1/2
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 |       49      0 |        1 |       23
0.00/0.02	c  0.0s |       0 |       31 |        0 |       49      0 |        1 |       23
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 16: 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 <= 58
0.00/0.02	c BCD2: #cores=1, #unrelaxed=43, #relaxed=16, #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 |       49      0 |        1 |       34
0.00/0.02	c  0.0s |       0 |       22 |        0 |       49      0 |        1 |       34
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 = 22
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 14: 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 <= 58
0.00/0.02	c BCD2: #cores=2, #unrelaxed=29, #relaxed=30, #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 |       49      0 |        1 |       38
0.00/0.02	c  0.0s |       0 |       23 |        0 |       49      0 |        1 |       38
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 = 23
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 1: 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 <= 58
0.00/0.02	c BCD2: #cores=3, #unrelaxed=28, #relaxed=31, #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 |       49      0 |        1 |       38
0.00/0.03	c  0.0s |       0 |       30 |        0 |       49      0 |        1 |       38
0.00/0.03	c #cpu_time = 0.000s
0.00/0.03	c #wall_clock_time = 0.000s
0.00/0.03	c #decision = 30
0.00/0.03	c #random_decision = 0
0.00/0.03	c #conflict = 0
0.00/0.03	c #restart = 0
0.00/0.03	c BCD2: found a new core of size 7: cost of the new core is >=1
0.00/0.03	c lower bound updated to 4
0.00/0.03	c BCD2: 4 <= obj <= 58
0.00/0.03	c BCD2: #cores=4, #unrelaxed=21, #relaxed=38, #hardened=0
0.00/0.03	c BCD2: #sat=1 #unsat=5 bias=5/6
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 |       49      0 |        1 |       39
0.00/0.03	c  0.0s |       0 |       62 |        0 |       49      0 |        1 |       39
0.00/0.03	c #cpu_time = 0.000s
0.00/0.03	c #wall_clock_time = 0.000s
0.00/0.03	c #decision = 62
0.00/0.03	c #random_decision = 0
0.00/0.03	c #conflict = 0
0.00/0.03	c #restart = 0
0.00/0.03	o 8
0.00/0.03	c BCD2: updating upper bound: 58 -> 7
0.00/0.03	c BCD2: 4 <= obj <= 7
0.00/0.03	c BCD2: #cores=4, #unrelaxed=21, #relaxed=38, #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 |       49      0 |        1 |       40
0.00/0.03	c  0.0s |       0 |      120 |       58 |       49      0 |        1 |       40
0.00/0.03	c #cpu_time = 0.005s
0.00/0.03	c #wall_clock_time = 0.005s
0.00/0.03	c #decision = 120
0.00/0.03	c #random_decision = 1
0.00/0.03	c #conflict = 58
0.00/0.03	c #restart = 0
0.00/0.03	o 6
0.00/0.03	c BCD2: updating upper bound: 7 -> 5
0.00/0.03	c BCD2: 4 <= obj <= 5
0.00/0.03	c BCD2: #cores=4, #unrelaxed=21, #relaxed=38, #hardened=0
0.00/0.03	c BCD2: #sat=3 #unsat=5 bias=5/8
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 |       49      0 |        1 |       41
0.00/0.04	c  0.0s |       0 |       88 |       44 |       54      1 |        1 |       41
0.00/0.04	c #cpu_time = 0.004s
0.00/0.04	c #wall_clock_time = 0.004s
0.00/0.04	c #decision = 88
0.00/0.04	c #random_decision = 0
0.00/0.04	c #conflict = 44
0.00/0.04	c #restart = 0
0.00/0.04	c BCD2: relaxing 20 and merging with 3 cores into a new core of size 57: cost of the new core is >=4
0.00/0.04	c lower bound updated to 5
0.00/0.04	c BCD2: hardening fixes 1 literals
0.00/0.04	c BCD2: 5 <= obj <= 5
0.00/0.04	c BCD2: #cores=2, #unrelaxed=0, #relaxed=58, #hardened=1
0.00/0.04	c BCD2: #sat=3 #unsat=6 bias=6/9
0.00/0.04	c Solving starts ...
0.00/0.04	c ============================[ Search Statistics ]============================
0.00/0.04	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.00/0.04	c       |         |          |          |    Limit     GC | Var      | Constra 
0.00/0.04	c =============================================================================
0.00/0.04	c  0.0s |       0 |        0 |        0 |       54      0 |       12 |       41
0.00/0.05	c  0.0s |       1 |      266 |      100 |       54      1 |       12 |       58
0.00/0.06	c  0.0s |       2 |      578 |      250 |       60      4 |       12 |       58
0.00/0.08	c  0.0s |       3 |     1071 |      475 |       66      9 |       12 |       58
0.09/0.11	c  0.1s |       4 |     1764 |      813 |       73     17 |       12 |       58
0.09/0.15	c  0.1s |       5 |     2871 |     1320 |       81     28 |       12 |       58
0.19/0.21	c  0.2s |       6 |     4480 |     2081 |       90     43 |       12 |       58
0.29/0.30	c  0.3s |       7 |     6698 |     3223 |      100     63 |       12 |       58
0.39/0.44	c  0.4s |       8 |    10332 |     4936 |      111     92 |       12 |       58
0.59/0.65	c  0.6s |       9 |    15290 |     7506 |      123    131 |       12 |       58
0.89/0.97	c  0.9s |      10 |    23393 |    11361 |      136    185 |       12 |       58
1.20/1.22	c  1.2s |      10 |    29488 |    14612 |      136    225 |       13 |       59
1.20/1.22	c #cpu_time = 1.185s
1.20/1.22	c #wall_clock_time = 1.185s
1.20/1.22	c #decision = 29488
1.20/1.22	c #random_decision = 123
1.20/1.22	c #conflict = 14612
1.20/1.22	c #restart = 10
1.20/1.22	c BCD2: updating lower bound of a core
1.20/1.22	c lower bound updated to 6
1.20/1.22	s OPTIMUM FOUND
1.20/1.22	v -x1 -x2 -x3 x4 -x5 -x6 -x7 x8 -x9 -x10
1.20/1.22	v -x11 -x12 -x13 -x14 -x15 -x16 -x17 -x18 -x19 -x20
1.20/1.22	v -x21 x22 -x23 -x24 x25 -x26 -x27 -x28 -x29 -x30
1.20/1.22	v -x31 -x32 -x33 -x34 -x35 -x36 -x37 -x38 -x39 -x40
1.20/1.22	v -x41 -x42 -x43 -x44 -x45 x46 -x47 -x48 -x49 -x50
1.20/1.22	v x51 -x52 -x53 -x54 -x55 -x56 -x57 -x58 -x59
1.20/1.22	c total CPU time = 1.227s
1.20/1.22	c total wall clock time = 1.227s

Verifier Data

OK	6

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

pid=22861
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.00 2.03 2.00 3/179 22864
/proc/meminfo: memFree=30558440/32872528 swapFree=163656/177964
[pid=22864] ppid=22861 vsize=705980 CPUtime=0 cores=1,3,5,7
/proc/22864/stat : 22864 (toysat) R 22861 22864 20760 0 -1 4202496 2632 0 0 0 0 0 0 0 20 0 4 0 26525744 722923520 2993 33554432000 4194304 16246674 140737071285232 140737071284656 13880264 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/22864/statm: 177007 3002 441 2943 0 173901 0
[pid=22864/tid=22865] ppid=22861 vsize=723388 CPUtime=0 cores=1,3,5,7
/proc/22864/task/22865/stat : 22865 (toysat) S 22861 22864 20760 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 26525745 740749312 3061 33554432000 4194304 16246674 140737071285232 139986027392240 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=22864/tid=22866] ppid=22861 vsize=727484 CPUtime=0 cores=1,3,5,7
/proc/22864/task/22866/stat : 22866 (toysat) S 22861 22864 20760 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 26525745 744943616 3078 33554432000 4194304 16246674 140737071285232 139986016902384 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=22864/tid=22867] ppid=22861 vsize=731580 CPUtime=0 cores=1,3,5,7
/proc/22864/task/22867/stat : 22867 (toysat) S 22861 22864 20760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 26525745 749137920 3094 33554432000 4194304 16246674 140737071285232 139985936182448 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0

[startup+0.100176 s]
/proc/loadavg: 2.00 2.03 2.00 3/179 22864
/proc/meminfo: memFree=30558440/32872528 swapFree=163656/177964
[pid=22864] ppid=22861 vsize=1218116 CPUtime=0.09 cores=1,3,5,7
/proc/22864/stat : 22864 (toysat) R 22861 22864 20760 0 -1 4202496 24300 0 0 0 6 3 0 0 20 0 4 0 26525744 1247350784 24648 33554432000 4194304 16246674 140737071285232 140737071284656 13954518 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/22864/statm: 304529 24657 785 2943 0 301423 0
[pid=22864/tid=22865] ppid=22861 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/22864/task/22865/stat : 22865 (toysat) S 22861 22864 20760 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 26525745 1247350784 24664 33554432000 4194304 16246674 140737071285232 139986027392240 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=22864/tid=22866] ppid=22861 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/22864/task/22866/stat : 22866 (toysat) S 22861 22864 20760 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 26525745 1247350784 24671 33554432000 4194304 16246674 140737071285232 139986016902384 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=22864/tid=22867] ppid=22861 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/22864/task/22867/stat : 22867 (toysat) S 22861 22864 20760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 26525745 1247350784 24676 33554432000 4194304 16246674 140737071285232 139985936182448 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.200536 s]
/proc/loadavg: 2.00 2.03 2.00 3/179 22864
/proc/meminfo: memFree=30558440/32872528 swapFree=163656/177964
[pid=22864] ppid=22861 vsize=1218116 CPUtime=0.19 cores=1,3,5,7
/proc/22864/stat : 22864 (toysat) R 22861 22864 20760 0 -1 4202496 44347 0 0 0 13 6 0 0 20 0 4 0 26525744 1247350784 44695 33554432000 4194304 16246674 140737071285232 140737071284656 5831697 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/22864/statm: 304529 44703 785 2943 0 301423 0
[pid=22864/tid=22865] ppid=22861 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/22864/task/22865/stat : 22865 (toysat) S 22861 22864 20760 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 26525745 1247350784 44711 33554432000 4194304 16246674 140737071285232 139986027392240 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=22864/tid=22866] ppid=22861 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/22864/task/22866/stat : 22866 (toysat) S 22861 22864 20760 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 26525745 1247350784 44716 33554432000 4194304 16246674 140737071285232 139986016902384 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=22864/tid=22867] ppid=22861 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/22864/task/22867/stat : 22867 (toysat) S 22861 22864 20760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 26525745 1247350784 44720 33554432000 4194304 16246674 140737071285232 139985936182448 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.300495 s]
/proc/loadavg: 2.00 2.03 2.00 3/179 22864
/proc/meminfo: memFree=30558440/32872528 swapFree=163656/177964
[pid=22864] ppid=22861 vsize=1218116 CPUtime=0.29 cores=1,3,5,7
/proc/22864/stat : 22864 (toysat) R 22861 22864 20760 0 -1 4202496 64642 0 0 0 20 9 0 0 20 0 4 0 26525744 1247350784 64990 33554432000 4194304 16246674 140737071285232 140737071268232 5831697 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/22864/statm: 304529 65000 786 2943 0 301423 0
[pid=22864/tid=22865] ppid=22861 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/22864/task/22865/stat : 22865 (toysat) S 22861 22864 20760 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 26525745 1247350784 65006 33554432000 4194304 16246674 140737071285232 139986027392240 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=22864/tid=22866] ppid=22861 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/22864/task/22866/stat : 22866 (toysat) S 22861 22864 20760 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 26525745 1247350784 65013 33554432000 4194304 16246674 140737071285232 139986016902384 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=22864/tid=22867] ppid=22861 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/22864/task/22867/stat : 22867 (toysat) S 22861 22864 20760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 26525745 1247350784 65018 33554432000 4194304 16246674 140737071285232 139985936182448 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.700407 s]
/proc/loadavg: 2.00 2.03 2.00 3/179 22864
/proc/meminfo: memFree=30558440/32872528 swapFree=163656/177964
[pid=22864] ppid=22861 vsize=1218116 CPUtime=0.69 cores=1,3,5,7
/proc/22864/stat : 22864 (toysat) R 22861 22864 20760 0 -1 4202496 144569 0 0 0 49 20 0 0 20 0 4 0 26525744 1247350784 144917 33554432000 4194304 16246674 140737071285232 140737071268232 5600539 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/22864/statm: 304529 144925 786 2943 0 301423 0
[pid=22864/tid=22865] ppid=22861 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/22864/task/22865/stat : 22865 (toysat) S 22861 22864 20760 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 26525745 1247350784 144932 33554432000 4194304 16246674 140737071285232 139986027392240 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=22864/tid=22866] ppid=22861 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/22864/task/22866/stat : 22866 (toysat) S 22861 22864 20760 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 26525745 1247350784 144938 33554432000 4194304 16246674 140737071285232 139986016902384 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=22864/tid=22867] ppid=22861 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/22864/task/22867/stat : 22867 (toysat) S 22861 22864 20760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 26525745 1247350784 144944 33554432000 4194304 16246674 140737071285232 139985936182448 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

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

[startup+0.800497 s]
/proc/loadavg: 2.00 2.03 2.00 3/179 22864
/proc/meminfo: memFree=30558440/32872528 swapFree=163656/177964
[pid=22864] ppid=22861 vsize=1218116 CPUtime=0.79 cores=1,3,5,7
/proc/22864/stat : 22864 (toysat) R 22861 22864 20760 0 -1 4202496 164875 0 0 0 57 22 0 0 20 0 4 0 26525744 1247350784 165223 33554432000 4194304 16246674 140737071285232 140737071268232 5662075 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/22864/statm: 304529 165232 786 2943 0 301423 0
[pid=22864/tid=22865] ppid=22861 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/22864/task/22865/stat : 22865 (toysat) S 22861 22864 20760 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 26525745 1247350784 165238 33554432000 4194304 16246674 140737071285232 139986027392240 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=22864/tid=22866] ppid=22861 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/22864/task/22866/stat : 22866 (toysat) S 22861 22864 20760 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 26525745 1247350784 165245 33554432000 4194304 16246674 140737071285232 139986016902384 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=22864/tid=22867] ppid=22861 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/22864/task/22867/stat : 22867 (toysat) S 22861 22864 20760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 26525745 1247350784 165251 33554432000 4194304 16246674 140737071285232 139985936182448 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.79
Current children cumulated vsize (KiB) 1218116

[startup+1.20762 s]
/proc/loadavg: 2.00 2.02 2.00 3/183 22868
/proc/meminfo: memFree=29660932/32872528 swapFree=163656/177964
[pid=22864] ppid=22861 vsize=1219140 CPUtime=1.2 cores=1,3,5,7
/proc/22864/stat : 22864 (toysat) R 22861 22864 20760 0 -1 4202496 245607 0 0 0 88 32 0 0 20 0 4 0 26525744 1248399360 245933 33554432000 4194304 16246674 140737071285232 140737071268232 14628944 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/22864/statm: 304785 245933 844 2943 0 301679 0
[pid=22864/tid=22865] ppid=22861 vsize=1219140 CPUtime=0 cores=1,3,5,7
/proc/22864/task/22865/stat : 22865 (toysat) S 22861 22864 20760 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 26525745 1248399360 245933 33554432000 4194304 16246674 140737071285232 139986027392240 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=22864/tid=22866] ppid=22861 vsize=1219140 CPUtime=0 cores=1,3,5,7
/proc/22864/task/22866/stat : 22866 (toysat) S 22861 22864 20760 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 26525745 1248399360 245933 33554432000 4194304 16246674 140737071285232 139986016902384 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=22864/tid=22867] ppid=22861 vsize=1219140 CPUtime=0 cores=1,3,5,7
/proc/22864/task/22867/stat : 22867 (toysat) S 22861 22864 20760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 26525745 1248399360 245933 33554432000 4194304 16246674 140737071285232 139985936182448 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1.2
Current children cumulated vsize (KiB) 1219140

Child status: 0
Real time (s): 1.28404
CPU time (s): 1.2828
CPU user time (s): 0.901862
CPU system time (s): 0.380942
CPU usage (%): 99.9041
Max. virtual memory (cumulated for all children) (KiB): 1219140

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.901862
system time used= 0.380942
maximum resident set size= 985104
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 245952
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= 20
involuntary context switches= 3

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.004999 second user time and 0.011998 second system time

The end

Launcher Data

Begin job on node105 at 2016-06-18 12:12:38
IDJOB=4105401
IDBENCH=2856
IDSOLVER=2542
FILE ID=node105/4105401-1466244758
RUNJOBID= node105-1466229502-20777
PBS_JOBID= 19918174
Free space on /tmp= 71732 MiB

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

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

MD5SUM BENCH= 581a8e804be9894a02ef91830c95d4b0
RANDOM SEED=930053545

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30558820 kB
Buffers:           99404 kB
Cached:           194076 kB
SwapCached:         1676 kB
Active:          1193572 kB
Inactive:         204880 kB
Active(anon):    1102832 kB
Inactive(anon):     4412 kB
Active(file):      90740 kB
Inactive(file):   200468 kB
Unevictable:      177964 kB
Mlocked:          163656 kB
SwapTotal:      67108856 kB
SwapFree:       67097160 kB
Dirty:             16436 kB
Writeback:            40 kB
AnonPages:       1282168 kB
Mapped:            10524 kB
Shmem:                 0 kB
Slab:             604372 kB
SReclaimable:      47460 kB
SUnreclaim:       556912 kB
KernelStack:        1472 kB
PageTables:         6680 kB
NFS_Unstable:          4 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1425692 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1105920 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71716 MiB
End job on node105 at 2016-06-18 12:12:40