Trace number 4101393

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-02OPT262989 27.6858 27.6924

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/MIPLIB/
miplib/normalized-reduced-mps-v2-20-10-misc03.opb
MD5SUMe21bdcea4e20c094c4fe5dbcc9e861c8
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark262989
Best CPU time to get the best result obtained on this benchmark4.49232
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 262989
Optimality of the best value was proved YES
Number of variables190
Total number of constraints96
Number of constraints which are clauses31
Number of constraints which are cardinality constraints (but not clauses)11
Number of constraints which are nor clauses,nor cardinality constraints54
Minimum length of a constraint6
Maximum length of a constraint169
Number of terms in the objective function 31
Biggest coefficient in the objective function 262145
Number of bits for the biggest coefficient in the objective function 19
Sum of the numbers in the objective function 524318
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 262145
Number of bits of the biggest number in a constraint 19
Biggest sum of numbers in a constraint 524370
Number of bits of the biggest sum of numbers20
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-18T06:06:44+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-4101393-1466222804.opb"]
0.00/0.01	c use --random-gen="151392204 4290265371 57776422 3440845328 2068941434 2920228618 4163877039 1989224729 1584543786 3403299697 3108422112 3568570770 583572930 2586362549 1985571077 1902529142 1603497819 1946599164 438377152 3709046960 3933140161 2892011821 3229997447 2853299630 4107113742 4221479930 1413852927 2160825036 2520137513 132705738 3208925731 1420221080 2560352596 1365812934 3864702813 3527332513 1003756649 3719077407 3784017230 562051585 3184022212 4020931005 890094691 708067203 2869224452 47647328 437611205 2166262140 57396154 4286971967 3251766556 2366625136 8506194 3670453706 661449841 2007785325 4107629301 1160641495 2278309251 3529398530 3311669177 2686528570 320582140 876895669 527915354 1308715037 1957825285 1563781334 2573476394 1838626510 2561002076 2206310185 1878456092 3007902168 3041354481 2939290057 1677973207 785565209 2051561473 2736775326 3311830916 1043733724 3278455988 3863544448 2061511367 3181976160 3416317003 3246208922 3931006003 302809031 3080314673 3435497220 826113034 2287123615 2093149229 966925715 3490936752 1436531591 456802725 2559973260 3674106798 1702661095 1419936764 1766851328 1174749196 3815090907 4000025234 2029716147 4268225955 1813644929 3911499433 875279296 2805042173 1519190562 3022217013 630010338 2974605021 1957437910 277542181 1373235354 216763952 3233840295 3368740642 1049973892 3686545235 3691165834 901437446 3600983791 1019322302 646194373 639614051 1776186741 1777138866 3972530074 3888032597 3364610713 3729439906 4235141880 1868095271 1178794861 2786238755 1173785430 2785693181 4130681309 4008794999 50369116 2095285408 3285263635 2416042151 1657540138 2191689461 4088089027 3590447750 1750701252 3166151815 204453796 821942818 3402408291 4088424363 1149904039 1577327939 3286000566 2331209226 3008470273 1189503575 1828380774 2511588775 2830454664 304256942 1382808927 3214757317 589073718 1997776048 2370535721 1257482752 2753690394 1852411080 1947569819 3434795738 2378607428 1361973767 2116758589 1209984258 4241226391 1077638281 801703635 2655170789 430371961 1382900094 3061508370 1190989814 3398717154 1219680716 4033538175 621588779 2091829313 1709408929 3159226968 2189714623 4174659463 1437845082 63514401 2600449492 3376427075 673561972 274966210 1751378981 3639108444 2710681098 1338260697 670337787 1971137213 1009698455 3834116963 3317592290 3059177885 3925541960 1119171196 2963764499 1466824397 370722135 816366187 1140934573 3428502201 4080179154 1069240132 2843691086 2620060791 122236149 653430608 1793011046 164469284 820924492 2397772064 1140964061 2672444063 3915069504 302680033 4167935326 2011186542 907522990 2162308630 3865762023 143892840 2163807102 1044705218 949161016 1843833699 4101714626 159956048 3077451304 3005904345 3257309662 1200521208 2559873376 3862552175 255 362436" option to reproduce the execution
0.00/0.01	c #vars 190
0.00/0.01	c #constraints 96
0.19/0.28	c BCD2: Hardening is enabled.
0.19/0.28	c BCD2: BiasedSearch is enabled.
0.19/0.28	c Solving starts ...
0.19/0.28	c ============================[ Search Statistics ]============================
0.19/0.28	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.19/0.28	c       |         |          |          |    Limit     GC | Var      | Constra 
0.19/0.28	c =============================================================================
0.19/0.28	c  0.0s |       0 |        0 |        0 |      104      0 |        0 |        0
0.29/0.30	c  0.0s |       1 |      157 |      100 |      104      0 |        1 |        0
0.29/0.32	c  0.0s |       1 |      423 |      230 |      115      1 |        1 |        0
0.29/0.32	c #cpu_time = 0.036s
0.29/0.32	c #wall_clock_time = 0.036s
0.29/0.32	c #decision = 423
0.29/0.32	c #random_decision = 0
0.29/0.32	c #conflict = 230
0.29/0.32	c #restart = 1
0.29/0.32	o 263464
0.29/0.39	c BCD2: updating upper bound: 524318 -> 263463
0.39/0.46	c BCD2: 0 <= obj <= 263463
0.39/0.46	c BCD2: #cores=0, #unrelaxed=31, #relaxed=0, #hardened=0
0.39/0.46	c BCD2: #sat=1 #unsat=1 bias=1/2
0.39/0.46	c Solving starts ...
0.39/0.46	c ============================[ Search Statistics ]============================
0.39/0.46	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.39/0.46	c       |         |          |          |    Limit     GC | Var      | Constra 
0.39/0.46	c =============================================================================
0.39/0.46	c  0.0s |       0 |        0 |        0 |      115      0 |        1 |        0
0.39/0.46	c  0.0s |       0 |        1 |        1 |      115      1 |        9 |        0
0.39/0.46	c #cpu_time = 0.002s
0.39/0.46	c #wall_clock_time = 0.002s
0.39/0.46	c #decision = 1
0.39/0.46	c #random_decision = 0
0.39/0.46	c #conflict = 1
0.39/0.46	c #restart = 0
0.39/0.46	c BCD2: found a new core of size 1: cost of the new core is >=262145
0.39/0.46	c lower bound updated to 262145
0.49/0.53	c BCD2: hardening fixes 7 literals
0.49/0.53	c BCD2: 262145 <= obj <= 263463
0.49/0.53	c BCD2: #cores=1, #unrelaxed=23, #relaxed=1, #hardened=7
0.49/0.53	c BCD2: #sat=1 #unsat=2 bias=2/3
0.49/0.53	c Solving starts ...
0.49/0.53	c ============================[ Search Statistics ]============================
0.49/0.53	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.49/0.53	c       |         |          |          |    Limit     GC | Var      | Constra 
0.49/0.53	c =============================================================================
0.49/0.53	c  0.0s |       0 |        0 |        0 |      115      0 |        9 |        0
0.49/0.53	c  0.0s |       0 |        6 |        1 |      115      0 |        9 |        0
0.49/0.53	c #cpu_time = 0.001s
0.49/0.53	c #wall_clock_time = 0.001s
0.49/0.53	c #decision = 6
0.49/0.53	c #random_decision = 0
0.49/0.53	c #conflict = 1
0.49/0.53	c #restart = 0
0.49/0.53	c BCD2: found a new core of size 5: cost of the new core is >=65
0.49/0.53	c lower bound updated to 262210
0.49/0.59	c BCD2: 262210 <= obj <= 263463
0.49/0.59	c BCD2: #cores=2, #unrelaxed=18, #relaxed=6, #hardened=7
0.49/0.59	c BCD2: #sat=1 #unsat=3 bias=3/4
0.49/0.59	c Solving starts ...
0.49/0.59	c ============================[ Search Statistics ]============================
0.49/0.59	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.49/0.59	c       |         |          |          |    Limit     GC | Var      | Constra 
0.49/0.59	c =============================================================================
0.49/0.59	c  0.0s |       0 |        0 |        0 |      115      0 |        9 |        0
0.59/0.61	c  0.0s |       1 |      269 |      100 |      127      0 |        9 |        0
0.59/0.64	c  0.0s |       2 |      528 |      250 |      140      2 |        9 |        0
0.59/0.68	c  0.1s |       3 |      925 |      475 |      140      3 |        9 |        0
0.68/0.74	c  0.2s |       4 |     1536 |      813 |      154      6 |        9 |        0
0.78/0.84	c  0.2s |       5 |     2453 |     1320 |      170     10 |        9 |        0
0.89/0.98	c  0.4s |       6 |     3746 |     2081 |      188     16 |        9 |        0
1.09/1.17	c  0.6s |       7 |     5621 |     3223 |      207     23 |        9 |        0
1.29/1.38	c  0.8s |       8 |     8289 |     4936 |      228     36 |        9 |        0
1.69/1.71	c  1.1s |       9 |    12329 |     7506 |      251     53 |        9 |        0
2.20/2.25	c  1.7s |      10 |    18042 |    11361 |      277     76 |        9 |        0
2.99/3.05	c  2.5s |      11 |    26781 |    17144 |      305    107 |        9 |        0
4.29/4.30	c  3.7s |      12 |    39837 |    25819 |      336    153 |        9 |        0
4.89/4.91	c  4.3s |      12 |    45741 |    29625 |      336    173 |        9 |        0
4.89/4.91	c #cpu_time = 4.303s
4.89/4.91	c #wall_clock_time = 4.314s
4.89/4.91	c #decision = 45741
4.89/4.91	c #random_decision = 123
4.89/4.91	c #conflict = 29625
4.89/4.91	c #restart = 12
4.89/4.91	c BCD2: relaxing 18 and merging with 1 cores into a new core of size 23: cost of the new core is >=66
4.89/4.91	c lower bound updated to 262211
4.89/4.95	c BCD2: 262211 <= obj <= 263463
4.89/4.95	c BCD2: #cores=2, #unrelaxed=0, #relaxed=24, #hardened=7
4.89/4.95	c BCD2: #sat=1 #unsat=4 bias=4/5
4.89/4.95	c Solving starts ...
4.89/4.95	c ============================[ Search Statistics ]============================
4.89/4.95	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
4.89/4.95	c       |         |          |          |    Limit     GC | Var      | Constra 
4.89/4.95	c =============================================================================
4.89/4.96	c  0.0s |       0 |        0 |        0 |      336      0 |       10 |        0
4.89/4.97	c  0.0s |       1 |      192 |      100 |      336      0 |       10 |        1
4.89/4.98	c  0.0s |       2 |      424 |      250 |      336      1 |       10 |        1
4.99/5.01	c  0.1s |       2 |      744 |      453 |      336      2 |       10 |        1
4.99/5.01	c #cpu_time = 0.056s
4.99/5.01	c #wall_clock_time = 0.056s
4.99/5.01	c #decision = 744
4.99/5.01	c #random_decision = 2
4.99/5.01	c #conflict = 453
4.99/5.01	c #restart = 2
4.99/5.01	o 263211
5.09/5.10	c BCD2: updating upper bound: 263463 -> 263210
5.09/5.10	c BCD2: 262211 <= obj <= 263210
5.09/5.10	c BCD2: #cores=2, #unrelaxed=0, #relaxed=24, #hardened=7
5.09/5.10	c BCD2: #sat=2 #unsat=4 bias=4/6
5.09/5.10	c Solving starts ...
5.09/5.10	c ============================[ Search Statistics ]============================
5.09/5.10	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
5.09/5.10	c       |         |          |          |    Limit     GC | Var      | Constra 
5.09/5.10	c =============================================================================
5.09/5.10	c  0.0s |       0 |        0 |        0 |      336      0 |       10 |        2
5.09/5.11	c  0.0s |       1 |      143 |      100 |      336      0 |       10 |        2
5.09/5.13	c  0.0s |       2 |      429 |      250 |      336      1 |       10 |        2
5.09/5.16	c  0.1s |       3 |      786 |      475 |      336      2 |       10 |        2
5.19/5.20	c  0.1s |       4 |     1299 |      813 |      336      4 |       10 |        2
5.19/5.27	c  0.2s |       5 |     2179 |     1320 |      336      6 |       10 |        2
5.29/5.37	c  0.3s |       6 |     3453 |     2081 |      336     10 |       10 |        2
5.50/5.51	c  0.4s |       7 |     5440 |     3223 |      336     16 |       10 |        2
5.69/5.71	c  0.6s |       8 |     8079 |     4936 |      336     24 |       10 |        2
5.99/6.04	c  0.9s |       9 |    12887 |     7506 |      336     37 |       10 |        2
6.49/6.53	c  1.4s |      10 |    19475 |    11361 |      370     55 |       10 |        2
7.19/7.26	c  2.2s |      11 |    29649 |    17144 |      370     82 |       10 |        2
8.29/8.37	c  3.3s |      12 |    44608 |    25819 |      370    122 |       10 |        2
8.49/8.54	c  3.4s |      12 |    46617 |    27136 |      370    129 |       11 |        4
8.49/8.54	c #cpu_time = 3.435s
8.49/8.54	c #wall_clock_time = 3.444s
8.49/8.54	c #decision = 46617
8.49/8.54	c #random_decision = 171
8.49/8.54	c #conflict = 27136
8.49/8.54	c #restart = 12
8.49/8.54	c BCD2: updating lower bound of a core
8.49/8.54	c lower bound updated to 262878
8.59/8.63	c BCD2: 262878 <= obj <= 263210
8.59/8.63	c BCD2: #cores=2, #unrelaxed=0, #relaxed=24, #hardened=7
8.59/8.63	c BCD2: #sat=2 #unsat=5 bias=5/7
8.59/8.63	c Solving starts ...
8.59/8.63	c ============================[ Search Statistics ]============================
8.59/8.63	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
8.59/8.63	c       |         |          |          |    Limit     GC | Var      | Constra 
8.59/8.63	c =============================================================================
8.59/8.63	c  0.0s |       0 |        0 |        0 |      370      0 |       11 |        4
8.59/8.65	c  0.0s |       1 |      200 |      100 |      370      0 |       11 |        4
8.59/8.66	c  0.0s |       2 |      420 |      250 |      370      0 |       11 |        4
8.59/8.69	c  0.1s |       3 |      746 |      475 |      370      1 |       11 |        4
8.59/8.69	c  0.1s |       3 |      812 |      495 |      370      2 |       11 |        4
8.59/8.69	c #cpu_time = 0.057s
8.59/8.69	c #wall_clock_time = 0.058s
8.59/8.69	c #decision = 812
8.59/8.69	c #random_decision = 2
8.59/8.69	c #conflict = 495
8.59/8.69	c #restart = 3
8.59/8.69	o 263090
8.69/8.74	c BCD2: hardening fixes 1 literals
8.69/8.74	c BCD2: updating upper bound: 263210 -> 263089
8.69/8.74	c BCD2: 262878 <= obj <= 263089
8.69/8.74	c BCD2: #cores=2, #unrelaxed=0, #relaxed=23, #hardened=8
8.69/8.74	c BCD2: #sat=3 #unsat=5 bias=5/8
8.69/8.74	c Solving starts ...
8.69/8.74	c ============================[ Search Statistics ]============================
8.69/8.74	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
8.69/8.74	c       |         |          |          |    Limit     GC | Var      | Constra 
8.69/8.74	c =============================================================================
8.69/8.74	c  0.0s |       0 |        0 |        0 |      370      0 |       13 |        7
8.69/8.75	c  0.0s |       0 |      126 |       77 |      408      0 |       13 |        9
8.69/8.75	c #cpu_time = 0.011s
8.69/8.75	c #wall_clock_time = 0.011s
8.69/8.75	c #decision = 126
8.69/8.75	c #random_decision = 1
8.69/8.75	c #conflict = 77
8.69/8.75	c #restart = 0
8.69/8.75	o 263010
8.69/8.79	c BCD2: updating upper bound: 263089 -> 263009
8.69/8.79	c BCD2: 262878 <= obj <= 263009
8.69/8.79	c BCD2: #cores=2, #unrelaxed=0, #relaxed=23, #hardened=8
8.69/8.79	c BCD2: #sat=4 #unsat=5 bias=5/9
8.69/8.79	c Solving starts ...
8.69/8.79	c ============================[ Search Statistics ]============================
8.69/8.79	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
8.69/8.79	c       |         |          |          |    Limit     GC | Var      | Constra 
8.69/8.79	c =============================================================================
8.69/8.79	c  0.0s |       0 |        0 |        0 |      408      0 |       13 |        9
8.79/8.81	c  0.0s |       1 |      203 |      100 |      408      0 |       13 |        9
8.79/8.83	c  0.0s |       2 |      399 |      250 |      408      1 |       13 |        9
8.79/8.85	c  0.1s |       3 |      740 |      475 |      408      2 |       13 |        9
8.79/8.90	c  0.1s |       4 |     1314 |      813 |      408      3 |       13 |        9
8.90/8.96	c  0.2s |       5 |     2080 |     1320 |      408      5 |       13 |        9
8.99/9.05	c  0.3s |       6 |     3248 |     2081 |      408      8 |       13 |        9
9.09/9.19	c  0.4s |       7 |     5099 |     3223 |      408     13 |       13 |        9
9.39/9.40	c  0.6s |       8 |     7799 |     4936 |      408     20 |       13 |        9
9.69/9.73	c  0.9s |       9 |    11896 |     7506 |      408     31 |       13 |        9
10.09/10.18	c  1.4s |      10 |    17684 |    11361 |      408     47 |       13 |        9
10.89/10.99	c  2.2s |      11 |    26332 |    17144 |      408     71 |       13 |        9
11.99/12.07	c  3.3s |      12 |    40295 |    25819 |      408    108 |       13 |        9
13.09/13.20	c  4.4s |      12 |    54191 |    34634 |      449    144 |       14 |       11
13.09/13.20	c #cpu_time = 4.395s
13.09/13.20	c #wall_clock_time = 4.406s
13.09/13.20	c #decision = 54191
13.09/13.20	c #random_decision = 171
13.09/13.20	c #conflict = 34634
13.09/13.20	c #restart = 12
13.09/13.20	c BCD2: updating lower bound of a core
13.09/13.20	c lower bound updated to 262952
13.19/13.25	c BCD2: 262952 <= obj <= 263009
13.19/13.25	c BCD2: #cores=2, #unrelaxed=0, #relaxed=23, #hardened=8
13.19/13.25	c BCD2: #sat=4 #unsat=6 bias=6/10
13.19/13.25	c Solving starts ...
13.19/13.25	c ============================[ Search Statistics ]============================
13.19/13.25	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
13.19/13.25	c       |         |          |          |    Limit     GC | Var      | Constra 
13.19/13.25	c =============================================================================
13.19/13.25	c  0.0s |       0 |        0 |        0 |      449      0 |       16 |       12
13.19/13.26	c  0.0s |       1 |      173 |      100 |      449      0 |       16 |       13
13.19/13.28	c  0.0s |       2 |      415 |      250 |      449      1 |       16 |       13
13.29/13.30	c  0.1s |       3 |      840 |      475 |      449      2 |       16 |       13
13.29/13.34	c  0.1s |       4 |     1306 |      813 |      449      2 |       16 |       13
13.39/13.40	c  0.2s |       5 |     2007 |     1320 |      449      4 |       16 |       13
13.39/13.49	c  0.2s |       6 |     2975 |     2081 |      449      7 |       16 |       13
13.58/13.62	c  0.4s |       7 |     4563 |     3223 |      449     11 |       16 |       13
13.78/13.84	c  0.6s |       8 |     7004 |     4936 |      449     18 |       16 |       13
14.08/14.16	c  0.9s |       9 |    10168 |     7506 |      449     26 |       16 |       13
14.58/14.63	c  1.4s |      10 |    15065 |    11361 |      449     40 |       16 |       13
15.28/15.32	c  2.1s |      11 |    24114 |    17144 |      449     62 |       16 |       13
16.28/16.35	c  3.1s |      12 |    37791 |    25819 |      449    101 |       16 |       13
17.88/17.92	c  4.7s |      13 |    57000 |    38832 |      494    160 |       16 |       13
19.79/19.82	c  6.6s |      13 |    79600 |    54592 |      494    227 |       17 |       15
19.79/19.82	c #cpu_time = 6.557s
19.79/19.82	c #wall_clock_time = 6.574s
19.79/19.82	c #decision = 79600
19.79/19.82	c #random_decision = 214
19.79/19.82	c #conflict = 54592
19.79/19.82	c #restart = 13
19.79/19.82	c BCD2: updating lower bound of a core
19.79/19.82	c lower bound updated to 262987
19.79/19.86	c BCD2: 262987 <= obj <= 263009
19.79/19.86	c BCD2: #cores=2, #unrelaxed=0, #relaxed=23, #hardened=8
19.79/19.86	c BCD2: #sat=4 #unsat=7 bias=7/11
19.79/19.87	c Solving starts ...
19.79/19.87	c ============================[ Search Statistics ]============================
19.79/19.87	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
19.79/19.87	c       |         |          |          |    Limit     GC | Var      | Constra 
19.79/19.87	c =============================================================================
19.79/19.87	c  0.0s |       0 |        0 |        0 |      494      0 |       17 |       16
19.79/19.88	c  0.0s |       1 |      155 |      100 |      494      0 |       18 |       16
19.79/19.90	c  0.0s |       2 |      381 |      250 |      494      1 |       18 |       16
19.89/19.93	c  0.1s |       3 |      686 |      475 |      494      2 |       18 |       16
19.89/19.96	c  0.1s |       4 |     1163 |      813 |      494      3 |       18 |       16
19.98/20.03	c  0.2s |       5 |     1924 |     1320 |      494      6 |       18 |       16
20.08/20.12	c  0.3s |       6 |     3128 |     2081 |      494      9 |       18 |       16
20.08/20.15	c  0.3s |       6 |     3536 |     2346 |      494     11 |       18 |       16
20.08/20.15	c #cpu_time = 0.286s
20.08/20.15	c #wall_clock_time = 0.287s
20.08/20.15	c #decision = 3536
20.08/20.15	c #random_decision = 13
20.08/20.15	c #conflict = 2346
20.08/20.15	c #restart = 6
20.08/20.15	o 262995
20.08/20.17	c BCD2: updating upper bound: 263009 -> 262994
20.08/20.17	c BCD2: 262987 <= obj <= 262994
20.08/20.17	c BCD2: #cores=2, #unrelaxed=0, #relaxed=23, #hardened=8
20.08/20.17	c BCD2: #sat=5 #unsat=7 bias=7/12
20.08/20.17	c Solving starts ...
20.08/20.17	c ============================[ Search Statistics ]============================
20.08/20.17	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
20.08/20.17	c       |         |          |          |    Limit     GC | Var      | Constra 
20.08/20.17	c =============================================================================
20.08/20.17	c  0.0s |       0 |        0 |        0 |      494      0 |       18 |       18
20.08/20.18	c  0.0s |       0 |       84 |       69 |      494      0 |       18 |       18
20.08/20.18	c #cpu_time = 0.011s
20.08/20.18	c #wall_clock_time = 0.011s
20.08/20.18	c #decision = 84
20.08/20.18	c #random_decision = 0
20.08/20.18	c #conflict = 69
20.08/20.18	c #restart = 0
20.08/20.18	o 262991
20.18/20.27	c BCD2: updating upper bound: 262994 -> 262990
20.18/20.27	c BCD2: 262987 <= obj <= 262990
20.18/20.27	c BCD2: #cores=2, #unrelaxed=0, #relaxed=23, #hardened=8
20.18/20.27	c BCD2: #sat=6 #unsat=7 bias=7/13
20.18/20.27	c Solving starts ...
20.18/20.27	c ============================[ Search Statistics ]============================
20.18/20.27	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
20.18/20.27	c       |         |          |          |    Limit     GC | Var      | Constra 
20.18/20.27	c =============================================================================
20.18/20.27	c  0.0s |       0 |        0 |        0 |      494      0 |       18 |       20
20.18/20.29	c  0.0s |       1 |      115 |      100 |      494      0 |       18 |       20
20.28/20.32	c  0.0s |       2 |      285 |      250 |      494      1 |       18 |       20
20.28/20.35	c  0.1s |       3 |      525 |      475 |      494      2 |       18 |       20
20.38/20.41	c  0.1s |       4 |      881 |      813 |      494      4 |       18 |       20
20.38/20.49	c  0.2s |       5 |     1396 |     1320 |      494      5 |       18 |       20
20.48/20.53	c  0.3s |       5 |     1644 |     1550 |      494      6 |       18 |       20
20.48/20.53	c #cpu_time = 0.260s
20.48/20.53	c #wall_clock_time = 0.260s
20.48/20.53	c #decision = 1644
20.48/20.53	c #random_decision = 0
20.48/20.53	c #conflict = 1550
20.48/20.53	c #restart = 5
20.48/20.53	o 262989
20.48/20.58	c BCD2: updating upper bound: 262990 -> 262988
20.48/20.58	c BCD2: 262987 <= obj <= 262988
20.48/20.58	c BCD2: #cores=2, #unrelaxed=0, #relaxed=23, #hardened=8
20.48/20.58	c BCD2: #sat=7 #unsat=7 bias=7/14
20.48/20.58	c Solving starts ...
20.48/20.58	c ============================[ Search Statistics ]============================
20.48/20.58	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
20.48/20.58	c       |         |          |          |    Limit     GC | Var      | Constra 
20.48/20.58	c =============================================================================
20.48/20.58	c  0.0s |       0 |        0 |        0 |      494      0 |       18 |       22
20.58/20.60	c  0.0s |       1 |      119 |      100 |      494      1 |       18 |       22
20.58/20.62	c  0.0s |       2 |      280 |      250 |      494      1 |       18 |       22
20.58/20.66	c  0.1s |       3 |      521 |      475 |      494      2 |       18 |       22
20.68/20.71	c  0.1s |       4 |      871 |      813 |      494      4 |       18 |       22
20.68/20.77	c  0.2s |       5 |     1461 |     1320 |      494      5 |       18 |       22
20.78/20.87	c  0.3s |       6 |     2363 |     2081 |      494      8 |       18 |       22
20.89/21.00	c  0.4s |       7 |     3681 |     3223 |      494     13 |       18 |       22
21.18/21.20	c  0.6s |       8 |     5623 |     4936 |      494     18 |       18 |       22
21.48/21.52	c  0.9s |       9 |     8316 |     7506 |      494     27 |       18 |       22
21.88/21.95	c  1.4s |      10 |    13615 |    11361 |      494     44 |       18 |       22
22.58/22.69	c  2.1s |      11 |    21200 |    17144 |      494     69 |       18 |       22
23.68/23.73	c  3.1s |      12 |    32944 |    25819 |      494    110 |       18 |       22
25.18/25.28	c  4.7s |      13 |    49505 |    38832 |      494    167 |       18 |       22
27.18/27.29	c  6.7s |      13 |    70390 |    54932 |      544    241 |       18 |       22
27.49/27.58	c  7.0s |      13 |    73471 |    57294 |      544    251 |       19 |       24
27.49/27.58	c #cpu_time = 6.986s
27.49/27.58	c #wall_clock_time = 7.004s
27.49/27.58	c #decision = 73471
27.49/27.58	c #random_decision = 128
27.49/27.58	c #conflict = 57294
27.49/27.58	c #restart = 13
27.49/27.58	c BCD2: updating lower bound of a core
27.49/27.58	c lower bound updated to 262989
27.59/27.63	s OPTIMUM FOUND
27.59/27.63	v -x1 -x2 -x3 -x4 -x5 x6 -x7 -x8 -x9 -x10
27.59/27.63	v -x11 -x12 -x13 -x14 -x15 -x16 -x17 -x18 -x19 -x20
27.59/27.63	v -x21 -x22 -x23 -x24 -x25 -x26 -x27 -x28 -x29 -x30
27.59/27.63	v -x31 -x32 -x33 -x34 -x35 -x36 -x37 -x38 -x39 -x40
27.59/27.63	v -x41 x42 -x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50
27.59/27.63	v -x51 -x52 -x53 -x54 -x55 -x56 -x57 -x58 -x59 -x60
27.59/27.63	v x61 -x62 -x63 -x64 -x65 -x66 -x67 -x68 -x69 -x70
27.59/27.63	v -x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 x80
27.59/27.63	v -x81 -x82 -x83 -x84 -x85 -x86 -x87 -x88 -x89 -x90
27.59/27.63	v -x91 -x92 -x93 -x94 x95 -x96 -x97 -x98 -x99 -x100
27.59/27.63	v -x101 -x102 -x103 -x104 -x105 -x106 -x107 -x108 -x109 -x110
27.59/27.63	v -x111 -x112 -x113 -x114 -x115 -x116 -x117 -x118 x119 -x120
27.59/27.63	v -x121 -x122 -x123 -x124 -x125 -x126 -x127 -x128 x129 -x130
27.59/27.63	v -x131 -x132 x133 -x134 -x135 -x136 -x137 -x138 -x139 -x140
27.59/27.63	v -x141 -x142 -x143 -x144 -x145 -x146 -x147 x148 x149 -x150
27.59/27.63	v x151 -x152 x153 -x154 x155 x156 -x157 x158 -x159 x160
27.59/27.63	v x161 x162 x163 x164 x165 x166 x167 x168 x169 x170
27.59/27.63	v x171 -x172 x173 -x174 x175 x176 x177 -x178 -x179 x180
27.59/27.63	v x181 -x182 -x183 -x184 -x185 -x186 -x187 -x188 -x189 x190
27.59/27.63	c total CPU time = 27.559s
27.59/27.63	c total wall clock time = 27.630s

Verifier Data

OK	262989

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

pid=1632
running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.08 2.14 2.18 3/179 1635
/proc/meminfo: memFree=29487280/32872528 swapFree=1200228/1314692
[pid=1635] ppid=1632 vsize=584124 CPUtime=0 cores=0,2,4,6
/proc/1635/stat : 1635 (toysat) R 1632 1635 31224 0 -1 4202496 2149 0 0 0 0 0 0 0 20 0 4 0 24326909 598142976 3022 33554432000 4194304 16246674 140734939126144 140734939125568 13880264 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/1635/statm: 146543 3030 441 2943 0 143437 0
[pid=1635/tid=1636] ppid=1632 vsize=725436 CPUtime=0 cores=0,2,4,6
/proc/1635/task/1636/stat : 1636 (toysat) S 1632 1635 31224 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 24326909 742846464 3575 33554432000 4194304 16246674 140734939126144 139990363254000 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=1635/tid=1637] ppid=1632 vsize=729532 CPUtime=0 cores=0,2,4,6
/proc/1635/task/1637/stat : 1637 (toysat) S 1632 1635 31224 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 24326909 747040768 3593 33554432000 4194304 16246674 140734939126144 139990352764144 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=1635/tid=1638] ppid=1632 vsize=734652 CPUtime=0 cores=0,2,4,6
/proc/1635/task/1638/stat : 1638 (toysat) S 1632 1635 31224 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 24326909 752283648 3609 33554432000 4194304 16246674 140734939126144 139990231149744 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0

[startup+0.10017 s]
/proc/loadavg: 2.08 2.14 2.18 3/179 1635
/proc/meminfo: memFree=29487280/32872528 swapFree=1200228/1314692
[pid=1635] ppid=1632 vsize=1218116 CPUtime=0.09 cores=0,2,4,6
/proc/1635/stat : 1635 (toysat) R 1632 1635 31224 0 -1 4202496 27956 0 0 0 6 3 0 0 20 0 4 0 24326909 1247350784 28820 33554432000 4194304 16246674 140734939126144 140734939125568 12371341 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/1635/statm: 304529 28830 607 2943 0 301423 0
[pid=1635/tid=1636] ppid=1632 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/1635/task/1636/stat : 1636 (toysat) S 1632 1635 31224 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 24326909 1247350784 28838 33554432000 4194304 16246674 140734939126144 139990363254000 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=1635/tid=1637] ppid=1632 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/1635/task/1637/stat : 1637 (toysat) S 1632 1635 31224 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 24326909 1247350784 28847 33554432000 4194304 16246674 140734939126144 139990352764144 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=1635/tid=1638] ppid=1632 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/1635/task/1638/stat : 1638 (toysat) S 1632 1635 31224 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 24326909 1247350784 28854 33554432000 4194304 16246674 140734939126144 139990231149744 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1218116

[startup+0.200562 s]
/proc/loadavg: 2.08 2.14 2.18 3/179 1635
/proc/meminfo: memFree=29487280/32872528 swapFree=1200228/1314692
[pid=1635] ppid=1632 vsize=1218116 CPUtime=0.19 cores=0,2,4,6
/proc/1635/stat : 1635 (toysat) R 1632 1635 31224 0 -1 4202496 52411 0 0 0 13 6 0 0 20 0 4 0 24326909 1247350784 53274 33554432000 4194304 16246674 140734939126144 140734939125568 12652961 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/1635/statm: 304529 53282 607 2943 0 301423 0
[pid=1635/tid=1636] ppid=1632 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/1635/task/1636/stat : 1636 (toysat) S 1632 1635 31224 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 24326909 1247350784 53288 33554432000 4194304 16246674 140734939126144 139990363254000 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=1635/tid=1637] ppid=1632 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/1635/task/1637/stat : 1637 (toysat) S 1632 1635 31224 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 24326909 1247350784 53293 33554432000 4194304 16246674 140734939126144 139990352764144 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=1635/tid=1638] ppid=1632 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/1635/task/1638/stat : 1638 (toysat) S 1632 1635 31224 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 24326909 1247350784 53298 33554432000 4194304 16246674 140734939126144 139990231149744 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1218116

[startup+0.300463 s]
/proc/loadavg: 2.08 2.14 2.18 3/179 1635
/proc/meminfo: memFree=29487280/32872528 swapFree=1200228/1314692
[pid=1635] ppid=1632 vsize=1218116 CPUtime=0.29 cores=0,2,4,6
/proc/1635/stat : 1635 (toysat) R 1632 1635 31224 0 -1 4202496 75309 0 0 0 19 10 0 0 20 0 4 0 24326909 1247350784 76170 33554432000 4194304 16246674 140734939126144 140734939125568 5707789 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/1635/statm: 304529 76185 753 2943 0 301423 0
[pid=1635/tid=1636] ppid=1632 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/1635/task/1636/stat : 1636 (toysat) S 1632 1635 31224 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 24326909 1247350784 76191 33554432000 4194304 16246674 140734939126144 139990363254000 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=1635/tid=1637] ppid=1632 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/1635/task/1637/stat : 1637 (toysat) S 1632 1635 31224 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 24326909 1247350784 76196 33554432000 4194304 16246674 140734939126144 139990352764144 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=1635/tid=1638] ppid=1632 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/1635/task/1638/stat : 1638 (toysat) S 1632 1635 31224 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 24326909 1247350784 76203 33554432000 4194304 16246674 140734939126144 139990231149744 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1218116

[startup+0.700396 s]
/proc/loadavg: 2.08 2.14 2.18 3/179 1635
/proc/meminfo: memFree=29487280/32872528 swapFree=1200228/1314692
[pid=1635] ppid=1632 vsize=1218116 CPUtime=0.68 cores=0,2,4,6
/proc/1635/stat : 1635 (toysat) R 1632 1635 31224 0 -1 4202496 165815 0 0 0 45 23 0 0 20 0 4 0 24326909 1247350784 166674 33554432000 4194304 16246674 140734939126144 140734939108032 5590097 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/1635/statm: 304529 166685 791 2943 0 301423 0
[pid=1635/tid=1636] ppid=1632 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/1635/task/1636/stat : 1636 (toysat) S 1632 1635 31224 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 24326909 1247350784 166692 33554432000 4194304 16246674 140734939126144 139990363254000 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=1635/tid=1637] ppid=1632 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/1635/task/1637/stat : 1637 (toysat) S 1632 1635 31224 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 24326909 1247350784 166696 33554432000 4194304 16246674 140734939126144 139990352764144 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=1635/tid=1638] ppid=1632 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/1635/task/1638/stat : 1638 (toysat) S 1632 1635 31224 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 24326909 1247350784 166702 33554432000 4194304 16246674 140734939126144 139990231149744 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 1218116

[startup+1.50037 s]
/proc/loadavg: 2.08 2.14 2.18 3/183 1639
/proc/meminfo: memFree=28520140/32872528 swapFree=1200228/1314692
[pid=1635] ppid=1632 vsize=1219140 CPUtime=1.49 cores=0,2,4,6
/proc/1635/stat : 1635 (toysat) R 1632 1635 31224 0 -1 4202496 245663 0 0 0 115 34 0 0 20 0 4 0 24326909 1248399360 246500 33554432000 4194304 16246674 140734939126144 140734939125456 5860576 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/1635/statm: 304785 246500 854 2943 0 301679 0
[pid=1635/tid=1636] ppid=1632 vsize=1219140 CPUtime=0 cores=0,2,4,6
/proc/1635/task/1636/stat : 1636 (toysat) S 1632 1635 31224 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 24326909 1248399360 246500 33554432000 4194304 16246674 140734939126144 139990363254000 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=1635/tid=1637] ppid=1632 vsize=1219140 CPUtime=0 cores=0,2,4,6
/proc/1635/task/1637/stat : 1637 (toysat) S 1632 1635 31224 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 24326909 1248399360 246500 33554432000 4194304 16246674 140734939126144 139990352764144 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=1635/tid=1638] ppid=1632 vsize=1219140 CPUtime=0 cores=0,2,4,6
/proc/1635/task/1638/stat : 1638 (toysat) S 1632 1635 31224 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 24326909 1248399360 246500 33554432000 4194304 16246674 140734939126144 139990231149744 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 1219140

[startup+3.10041 s]
/proc/loadavg: 2.08 2.14 2.18 3/183 1639
/proc/meminfo: memFree=28415104/32872528 swapFree=1200228/1314692
[pid=1635] ppid=1632 vsize=1306180 CPUtime=3.09 cores=0,2,4,6
/proc/1635/stat : 1635 (toysat) R 1632 1635 31224 0 -1 4202496 267499 0 0 0 272 37 0 0 20 0 4 0 24326909 1337528320 268336 33554432000 4194304 16246674 140734939126144 140734939108032 13780514 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/1635/statm: 326545 268336 854 2943 0 323439 0
[pid=1635/tid=1636] ppid=1632 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/1635/task/1636/stat : 1636 (toysat) S 1632 1635 31224 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 24326909 1337528320 268336 33554432000 4194304 16246674 140734939126144 139990363254000 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=1635/tid=1637] ppid=1632 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/1635/task/1637/stat : 1637 (toysat) S 1632 1635 31224 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 24326909 1337528320 268336 33554432000 4194304 16246674 140734939126144 139990352764144 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=1635/tid=1638] ppid=1632 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/1635/task/1638/stat : 1638 (toysat) S 1632 1635 31224 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 24326909 1337528320 268336 33554432000 4194304 16246674 140734939126144 139990231149744 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 1306180

[startup+6.30041 s]
/proc/loadavg: 2.07 2.14 2.18 4/183 1639
/proc/meminfo: memFree=28414508/32872528 swapFree=1200228/1314692
[pid=1635] ppid=1632 vsize=1306180 CPUtime=6.29 cores=0,2,4,6
/proc/1635/stat : 1635 (toysat) R 1632 1635 31224 0 -1 4202496 267499 0 0 0 592 37 0 0 20 0 4 0 24326909 1337528320 268336 33554432000 4194304 16246674 140734939126144 140734939109144 6020879 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/1635/statm: 326545 268336 854 2943 0 323439 0
[pid=1635/tid=1636] ppid=1632 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/1635/task/1636/stat : 1636 (toysat) S 1632 1635 31224 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 24326909 1337528320 268336 33554432000 4194304 16246674 140734939126144 139990363254000 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=1635/tid=1637] ppid=1632 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/1635/task/1637/stat : 1637 (toysat) S 1632 1635 31224 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 24326909 1337528320 268336 33554432000 4194304 16246674 140734939126144 139990352764144 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=1635/tid=1638] ppid=1632 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/1635/task/1638/stat : 1638 (toysat) S 1632 1635 31224 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 24326909 1337528320 268336 33554432000 4194304 16246674 140734939126144 139990231149744 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1306180

[startup+12.7004 s]
/proc/loadavg: 2.07 2.13 2.18 3/183 1639
/proc/meminfo: memFree=28414412/32872528 swapFree=1200228/1314692
[pid=1635] ppid=1632 vsize=1306180 CPUtime=12.69 cores=0,2,4,6
/proc/1635/stat : 1635 (toysat) R 1632 1635 31224 0 -1 4202496 267502 0 0 0 1232 37 0 0 20 0 4 0 24326909 1337528320 268339 33554432000 4194304 16246674 140734939126144 140734939108032 5822484 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/1635/statm: 326545 268339 854 2943 0 323439 0
[pid=1635/tid=1636] ppid=1632 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/1635/task/1636/stat : 1636 (toysat) S 1632 1635 31224 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 24326909 1337528320 268339 33554432000 4194304 16246674 140734939126144 139990363254000 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=1635/tid=1637] ppid=1632 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/1635/task/1637/stat : 1637 (toysat) S 1632 1635 31224 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 24326909 1337528320 268339 33554432000 4194304 16246674 140734939126144 139990352764144 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=1635/tid=1638] ppid=1632 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/1635/task/1638/stat : 1638 (toysat) S 1632 1635 31224 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 24326909 1337528320 268339 33554432000 4194304 16246674 140734939126144 139990231149744 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1306180

[startup+25.5005 s]
/proc/loadavg: 2.19 2.16 2.19 3/183 1639
/proc/meminfo: memFree=28414140/32872528 swapFree=1200228/1314692
[pid=1635] ppid=1632 vsize=1306180 CPUtime=25.48 cores=0,2,4,6
/proc/1635/stat : 1635 (toysat) R 1632 1635 31224 0 -1 4202496 267514 0 0 0 2511 37 0 0 20 0 4 0 24326909 1337528320 268351 33554432000 4194304 16246674 140734939126144 140734939108032 5717462 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/1635/statm: 326545 268351 854 2943 0 323439 0
[pid=1635/tid=1636] ppid=1632 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/1635/task/1636/stat : 1636 (toysat) S 1632 1635 31224 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 24326909 1337528320 268351 33554432000 4194304 16246674 140734939126144 139990363254000 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=1635/tid=1637] ppid=1632 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/1635/task/1637/stat : 1637 (toysat) S 1632 1635 31224 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 24326909 1337528320 268351 33554432000 4194304 16246674 140734939126144 139990352764144 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=1635/tid=1638] ppid=1632 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/1635/task/1638/stat : 1638 (toysat) S 1632 1635 31224 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 24326909 1337528320 268351 33554432000 4194304 16246674 140734939126144 139990231149744 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 1306180

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

[startup+25.6005 s]
/proc/loadavg: 2.19 2.16 2.19 3/183 1639
/proc/meminfo: memFree=28414140/32872528 swapFree=1200228/1314692
[pid=1635] ppid=1632 vsize=1306180 CPUtime=25.58 cores=0,2,4,6
/proc/1635/stat : 1635 (toysat) R 1632 1635 31224 0 -1 4202496 267514 0 0 0 2521 37 0 0 20 0 4 0 24326909 1337528320 268351 33554432000 4194304 16246674 140734939126144 140734939108032 5717656 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/1635/statm: 326545 268351 854 2943 0 323439 0
[pid=1635/tid=1636] ppid=1632 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/1635/task/1636/stat : 1636 (toysat) S 1632 1635 31224 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 24326909 1337528320 268351 33554432000 4194304 16246674 140734939126144 139990363254000 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=1635/tid=1637] ppid=1632 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/1635/task/1637/stat : 1637 (toysat) S 1632 1635 31224 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 24326909 1337528320 268351 33554432000 4194304 16246674 140734939126144 139990352764144 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=1635/tid=1638] ppid=1632 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/1635/task/1638/stat : 1638 (toysat) S 1632 1635 31224 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 24326909 1337528320 268351 33554432000 4194304 16246674 140734939126144 139990231149744 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 25.58
Current children cumulated vsize (KiB) 1306180

[startup+26.4004 s]
/proc/loadavg: 2.19 2.16 2.19 3/183 1639
/proc/meminfo: memFree=28414272/32872528 swapFree=1200228/1314692
[pid=1635] ppid=1632 vsize=1306180 CPUtime=26.39 cores=0,2,4,6
/proc/1635/stat : 1635 (toysat) R 1632 1635 31224 0 -1 4202496 267514 0 0 0 2602 37 0 0 20 0 4 0 24326909 1337528320 268351 33554432000 4194304 16246674 140734939126144 140734939108032 5723338 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/1635/statm: 326545 268351 854 2943 0 323439 0
[pid=1635/tid=1636] ppid=1632 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/1635/task/1636/stat : 1636 (toysat) S 1632 1635 31224 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 24326909 1337528320 268351 33554432000 4194304 16246674 140734939126144 139990363254000 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=1635/tid=1637] ppid=1632 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/1635/task/1637/stat : 1637 (toysat) S 1632 1635 31224 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 24326909 1337528320 268351 33554432000 4194304 16246674 140734939126144 139990352764144 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=1635/tid=1638] ppid=1632 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/1635/task/1638/stat : 1638 (toysat) S 1632 1635 31224 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 24326909 1337528320 268351 33554432000 4194304 16246674 140734939126144 139990231149744 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 26.39
Current children cumulated vsize (KiB) 1306180

[startup+27.2004 s]
/proc/loadavg: 2.19 2.16 2.19 3/183 1639
/proc/meminfo: memFree=28414272/32872528 swapFree=1200228/1314692
[pid=1635] ppid=1632 vsize=1306180 CPUtime=27.18 cores=0,2,4,6
/proc/1635/stat : 1635 (toysat) R 1632 1635 31224 0 -1 4202496 267514 0 0 0 2681 37 0 0 20 0 4 0 24326909 1337528320 268351 33554432000 4194304 16246674 140734939126144 140734939108032 5601873 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/1635/statm: 326545 268351 854 2943 0 323439 0
[pid=1635/tid=1636] ppid=1632 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/1635/task/1636/stat : 1636 (toysat) S 1632 1635 31224 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 24326909 1337528320 268351 33554432000 4194304 16246674 140734939126144 139990363254000 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=1635/tid=1637] ppid=1632 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/1635/task/1637/stat : 1637 (toysat) S 1632 1635 31224 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 24326909 1337528320 268351 33554432000 4194304 16246674 140734939126144 139990352764144 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=1635/tid=1638] ppid=1632 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/1635/task/1638/stat : 1638 (toysat) S 1632 1635 31224 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 24326909 1337528320 268351 33554432000 4194304 16246674 140734939126144 139990231149744 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 27.18
Current children cumulated vsize (KiB) 1306180

[startup+27.6073 s]
/proc/loadavg: 2.19 2.16 2.19 3/183 1639
/proc/meminfo: memFree=28414272/32872528 swapFree=1200228/1314692
[pid=1635] ppid=1632 vsize=1306180 CPUtime=27.59 cores=0,2,4,6
/proc/1635/stat : 1635 (toysat) R 1632 1635 31224 0 -1 4202496 267514 0 0 0 2722 37 0 0 20 0 4 0 24326909 1337528320 268351 33554432000 4194304 16246674 140734939126144 140734939108032 12656213 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/1635/statm: 326545 268351 854 2943 0 323439 0
[pid=1635/tid=1636] ppid=1632 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/1635/task/1636/stat : 1636 (toysat) S 1632 1635 31224 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 24326909 1337528320 268351 33554432000 4194304 16246674 140734939126144 139990363254000 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=1635/tid=1637] ppid=1632 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/1635/task/1637/stat : 1637 (toysat) S 1632 1635 31224 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 24326909 1337528320 268351 33554432000 4194304 16246674 140734939126144 139990352764144 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=1635/tid=1638] ppid=1632 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/1635/task/1638/stat : 1638 (toysat) S 1632 1635 31224 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 24326909 1337528320 268351 33554432000 4194304 16246674 140734939126144 139990231149744 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 27.59
Current children cumulated vsize (KiB) 1306180

Child status: 0
Real time (s): 27.6924
CPU time (s): 27.6858
CPU user time (s): 27.2479
CPU system time (s): 0.437933
CPU usage (%): 99.9761
Max. virtual memory (cumulated for all children) (KiB): 1306180

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 27.2479
system time used= 0.437933
maximum resident set size= 1073412
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 267518
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= 22
involuntary context switches= 29

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.213967 second user time and 0.235964 second system time

The end

Launcher Data

Begin job on node131 at 2016-06-18 06:06:44
IDJOB=4101393
IDBENCH=1741
IDSOLVER=2542
FILE ID=node131/4101393-1466222804
RUNJOBID= node131-1466206062-31240
PBS_JOBID= 19918146
Free space on /tmp= 71692 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/MIPLIB/miplib/normalized-reduced-mps-v2-20-10-misc03.opb
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --pb --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4101393-1466222804/watcher-4101393-1466222804 -o /tmp/evaluation-result-4101393-1466222804/solver-4101393-1466222804 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node131-1466206062-31240 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4101393-1466222804.opb

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

MD5SUM BENCH= e21bdcea4e20c094c4fe5dbcc9e861c8
RANDOM SEED=802497214

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.752
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		: 2666.752
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.57
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.752
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:        29488188 kB
Buffers:          110244 kB
Cached:           130852 kB
SwapCached:         1508 kB
Active:          1188624 kB
Inactive:         146684 kB
Active(anon):    1093916 kB
Inactive(anon):     2684 kB
Active(file):      94708 kB
Inactive(file):   144000 kB
Unevictable:     1314692 kB
Mlocked:         1200228 kB
SwapTotal:      67108856 kB
SwapFree:       67099856 kB
Dirty:             16520 kB
Writeback:             0 kB
AnonPages:       2412240 kB
Mapped:            10416 kB
Shmem:                 0 kB
Slab:             601296 kB
SReclaimable:      45232 kB
SUnreclaim:       556064 kB
KernelStack:        1520 kB
PageTables:         9076 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2550884 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    120832 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= 71672 MiB
End job on node131 at 2016-06-18 06:07:12