Trace number 4110490

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
toysat 2016-05-02OPTIMUM 1.56376 1.56567

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/wcsp/jnh/
normalized-jnh08_wcsp.wbo
MD5SUMf8c09bda9afe7c43c5a568001f4bbb58
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark462
Best CPU time to get the best result obtained on this benchmark1.56376
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables200
Total number of constraints950
Number of soft constraints850
Number of constraints which are clauses850
Number of constraints which are cardinality constraints (but not clauses)100
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint11
Top cost 420926
Min constraint cost 1
Max constraint cost 1000
Sum of constraints costs 420925
Biggest number in a constraint 10
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 21
Number of bits of the biggest sum of numbers5
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-19T16:06:30+0200
0.00/0.00	c version = 0.5.0
0.00/0.00	c githash = 1a49202
0.00/0.00	c compilationtime = 2016-05-02 00:19:28.990761 UTC
0.00/0.00	c arch = x86_64
0.00/0.00	c os = linux
0.00/0.00	c compiler = ghc 7.10
0.00/0.00	c packages:
0.00/0.00	c   OptDir-0.0.3
0.00/0.00	c   array-0.5.1.0
0.00/0.00	c   base-4.8.2.0
0.00/0.00	c   bytestring-0.10.6.0
0.00/0.00	c   bytestring-builder-0.10.6.0.0
0.00/0.00	c   clock-0.7.2
0.00/0.00	c   containers-0.5.6.2
0.00/0.00	c   data-default-0.5.3
0.00/0.00	c   data-default-class-0.0.1
0.00/0.00	c   data-interval-1.2.0
0.00/0.00	c   deepseq-1.4.1.1
0.00/0.00	c   directory-1.2.2.0
0.00/0.00	c   exceptions-0.8.2.1
0.00/0.00	c   extended-reals-0.2.1.0
0.00/0.00	c   filepath-1.4.0.0
0.00/0.00	c   finite-field-0.8.0
0.00/0.00	c   hashable-1.2.4.0
0.00/0.00	c   heaps-0.3.3
0.00/0.00	c   intern-0.9.1.4
0.00/0.00	c   loop-0.3.0
0.00/0.00	c   mtl-2.2.1
0.00/0.00	c   multiset-0.3.2
0.00/0.00	c   mwc-random-0.13.3.2
0.00/0.00	c   parse_dimacs-1.3
0.00/0.00	c   parsec-3.1.9
0.00/0.00	c   prettyclass-1.0.0.0
0.00/0.00	c   primes-0.2.1.0
0.00/0.00	c   primitive-0.6.1.0
0.00/0.00	c   process-1.2.3.0
0.00/0.00	c   pseudo-boolean-0.1.3.0
0.00/0.01	c   queue-0.1.2
0.00/0.01	c   semigroups-0.18.1
0.00/0.01	c   sign-0.4.3
0.00/0.01	c   stm-2.4.4.1
0.00/0.01	c   template-haskell-2.10.0.0
0.00/0.01	c   temporary-1.2.0.4
0.00/0.01	c   time-1.5.0.1
0.00/0.01	c   transformers-0.4.2.0
0.00/0.01	c   transformers-compat-0.5.1.4
0.00/0.01	c   type-level-numbers-0.1.1.1
0.00/0.01	c   unbounded-delays-0.1.0.9
0.00/0.01	c   unordered-containers-0.2.6.0
0.00/0.01	c   vector-0.11.0.0
0.00/0.01	c   vector-space-0.10.3
0.00/0.01	c command line = ["+RTS","-H1G","-M15500m","-K1G","-RTS","--wbo","--search=bcd2","HOME/instance-4110490-1466345190.wbo"]
0.00/0.01	c use --random-gen="3368345047 2675239698 3877350311 4088310354 172269718 1183707684 1862972221 3585112685 2303852153 3397433440 3678969249 3058740247 1290494782 3381560707 3652122376 1929494815 1581573880 4013320338 811511104 3133515471 1577666519 1532353693 1236875202 3630674692 2530380493 2591100765 73937070 3344412592 4256348401 1495283334 3146743737 2122165661 3736073555 2715440268 3570682141 3296093878 175355141 3299559615 3094113729 636407705 40024157 1652488354 1916389999 2218707452 251308315 2445421023 3639725229 2715198992 1307590358 1759861473 332249281 3341528803 1327320443 3344956936 857888375 4244638349 754318827 113703316 3367502335 3722599435 4072872621 1619833254 529508870 3633824062 2742997145 3918576244 3760896169 783736192 2095203927 3773417472 4019967355 3333205871 3112526073 328214775 3387692808 2584588565 314223074 3437352311 2162226266 2605185210 3756382607 976350661 126638090 2770857757 1909368571 1226214373 2184147265 1873432797 369712268 2515219088 1339874111 3902120021 1538026428 1996538957 1987945488 3655363097 4228947188 1333916332 529428892 2863328255 2532283428 4145206764 4031872085 473774891 2471760873 3764278379 3363068999 3864164436 3436610343 3604018293 1681578564 3705309497 3204069090 4135614691 1888347261 82774618 2995520719 250185059 2003154473 1320884069 4231010348 654797412 2607174182 219741843 3228008810 3691249814 380094034 1117770838 2460941529 1708926665 681365700 2629707113 1255441943 2294367921 2851723025 696555697 6600126 2425404500 1227634082 2973483769 2156082404 2592486415 703309018 2644164424 836575276 2297500345 3089539357 3253050796 2462954108 1815578026 2295491219 2858676020 1365213500 2533964079 1539567834 844916437 1845819834 1409816820 693954739 3743769559 1246407962 649100288 426222120 3005501843 724646252 631828025 527296824 3533476770 1575343225 2490512464 403729035 1888891070 1642257778 4024402387 4234360283 3413032938 2375449524 618573150 1420378874 2723870739 2941020202 831748715 1112720881 1156486274 400779924 1301441910 2163899140 562487132 3739198672 4027853291 2591922543 3006696045 810641080 2414042396 1218046031 1060251900 3180235103 5943296 2266417850 689098217 69782874 4274377563 2736143985 324715360 4063386252 1039507699 791996588 917546415 1785967757 4226452354 961428923 3577669726 3030118089 1269775292 1848690433 1888624461 566329598 3756523425 1886054563 1585146116 1833038006 2678206702 832232761 1943949810 1811363818 1559598664 2060991557 3288705645 3542690369 3698041202 1795488331 4007963383 1550731471 2817713773 2816123868 1192781359 2017070513 2478493555 2444169970 1061785101 3210271243 3225483739 2217397748 4032817126 3514529318 2762186502 4276817283 1164234596 2959484188 364486462 2549593018 1889020515 1969797546 168340212 783841403 2013141496 255 362436" option to reproduce the execution
0.00/0.04	c #vars 200
0.00/0.04	c #constraints 950
0.00/0.07	c BCD2: Hardening is enabled.
0.00/0.07	c BCD2: BiasedSearch is enabled.
0.00/0.07	c Solving starts ...
0.00/0.07	c ============================[ Search Statistics ]============================
0.00/0.07	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.00/0.07	c       |         |          |          |    Limit     GC | Var      | Constra 
0.00/0.07	c =============================================================================
0.00/0.07	c  0.0s |       0 |        0 |        0 |      700      0 |        0 |        0
0.00/0.08	c  0.0s |       0 |     1349 |       15 |      700      0 |        0 |        0
0.00/0.08	c #cpu_time = 0.008s
0.00/0.08	c #wall_clock_time = 0.008s
0.00/0.08	c #decision = 1349
0.00/0.08	c #random_decision = 13
0.00/0.08	c #conflict = 15
0.00/0.08	c #restart = 0
0.00/0.08	o 7685
0.00/0.08	c BCD2: updating upper bound: 420925 -> 7684
0.00/0.09	c BCD2: 0 <= obj <= 7684
0.00/0.09	c BCD2: #cores=0, #unrelaxed=850, #relaxed=0, #hardened=0
0.00/0.09	c BCD2: #sat=1 #unsat=1 bias=1/2
0.00/0.09	c Solving starts ...
0.00/0.09	c ============================[ Search Statistics ]============================
0.00/0.09	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.00/0.09	c       |         |          |          |    Limit     GC | Var      | Constra 
0.00/0.09	c =============================================================================
0.00/0.09	c  0.0s |       0 |        0 |        0 |      700      0 |        0 |        0
0.00/0.09	c  0.0s |       0 |      961 |        9 |      700      0 |        0 |        0
0.00/0.09	c #cpu_time = 0.003s
0.00/0.09	c #wall_clock_time = 0.003s
0.00/0.09	c #decision = 961
0.00/0.09	c #random_decision = 0
0.00/0.09	c #conflict = 9
0.00/0.09	c #restart = 0
0.00/0.09	c BCD2: found a new core of size 82: cost of the new core is >=16
0.00/0.09	c lower bound updated to 16
0.00/0.10	c BCD2: 16 <= obj <= 7684
0.00/0.10	c BCD2: #cores=1, #unrelaxed=768, #relaxed=82, #hardened=0
0.00/0.10	c BCD2: #sat=1 #unsat=2 bias=2/3
0.08/0.10	c Solving starts ...
0.08/0.10	c ============================[ Search Statistics ]============================
0.08/0.10	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.08/0.10	c       |         |          |          |    Limit     GC | Var      | Constra 
0.08/0.10	c =============================================================================
0.08/0.10	c  0.0s |       0 |        0 |        0 |      700      0 |        0 |        0
0.08/0.11	c  0.0s |       0 |      911 |       51 |      700      0 |        0 |        0
0.08/0.11	c #cpu_time = 0.012s
0.08/0.11	c #wall_clock_time = 0.012s
0.08/0.11	c #decision = 911
0.08/0.11	c #random_decision = 0
0.08/0.11	c #conflict = 51
0.08/0.11	c #restart = 0
0.08/0.11	o 1649
0.08/0.11	c BCD2: updating upper bound: 7684 -> 1648
0.08/0.11	c BCD2: 16 <= obj <= 1648
0.08/0.11	c BCD2: #cores=1, #unrelaxed=768, #relaxed=82, #hardened=0
0.08/0.11	c BCD2: #sat=2 #unsat=2 bias=2/4
0.08/0.12	c Solving starts ...
0.08/0.12	c ============================[ Search Statistics ]============================
0.08/0.12	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.08/0.12	c       |         |          |          |    Limit     GC | Var      | Constra 
0.08/0.12	c =============================================================================
0.08/0.12	c  0.0s |       0 |        0 |        0 |      700      0 |        0 |        1
0.08/0.15	c  0.0s |       1 |      903 |      100 |      771      0 |        0 |        1
0.08/0.19	c  0.1s |       2 |     1915 |      250 |      849      0 |        0 |        1
0.19/0.27	c  0.1s |       3 |     2991 |      475 |      934      0 |        0 |        1
0.28/0.33	c  0.2s |       3 |     4018 |      632 |      934      0 |        0 |        1
0.28/0.33	c #cpu_time = 0.207s
0.28/0.33	c #wall_clock_time = 0.207s
0.28/0.33	c #decision = 4018
0.28/0.33	c #random_decision = 1
0.28/0.33	c #conflict = 632
0.28/0.33	c #restart = 3
0.28/0.33	o 873
0.28/0.33	c BCD2: hardening fixes 106 literals
0.28/0.33	c BCD2: updating upper bound: 1648 -> 872
0.28/0.34	c BCD2: 16 <= obj <= 872
0.28/0.34	c BCD2: #cores=1, #unrelaxed=673, #relaxed=71, #hardened=106
0.28/0.34	c BCD2: #sat=3 #unsat=2 bias=2/5
0.59/0.66	c Solving starts ...
0.59/0.66	c ============================[ Search Statistics ]============================
0.59/0.66	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.59/0.66	c       |         |          |          |    Limit     GC | Var      | Constra 
0.59/0.66	c =============================================================================
0.59/0.66	c  0.0s |       0 |        0 |        0 |      934      0 |      106 |        2
0.59/0.68	c  0.0s |       0 |      710 |       17 |      934      0 |      106 |        2
0.59/0.68	c #cpu_time = 0.015s
0.59/0.68	c #wall_clock_time = 0.015s
0.59/0.68	c #decision = 710
0.59/0.68	c #random_decision = 0
0.59/0.68	c #conflict = 17
0.59/0.68	c #restart = 0
0.59/0.68	c BCD2: relaxing 298 and merging with 1 cores into a new core of size 380: cost of the new core is >=17
0.59/0.68	c lower bound updated to 17
0.59/0.68	c BCD2: 17 <= obj <= 872
0.59/0.68	c BCD2: #cores=1, #unrelaxed=375, #relaxed=369, #hardened=106
0.59/0.68	c BCD2: #sat=3 #unsat=3 bias=3/6
0.69/0.75	c Solving starts ...
0.69/0.75	c ============================[ Search Statistics ]============================
0.69/0.75	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.69/0.75	c       |         |          |          |    Limit     GC | Var      | Constra 
0.69/0.75	c =============================================================================
0.69/0.75	c  0.0s |       0 |        0 |        0 |      934      0 |      109 |        2
0.79/0.81	c  0.1s |       1 |      600 |      100 |     1028      0 |      109 |        7
0.79/0.88	c  0.1s |       2 |     1221 |      250 |     1028      0 |      109 |        7
0.79/0.89	c  0.1s |       2 |     1707 |      288 |     1028      0 |      109 |        7
0.79/0.89	c #cpu_time = 0.144s
0.79/0.89	c #wall_clock_time = 0.144s
0.79/0.89	c #decision = 1707
0.79/0.89	c #random_decision = 0
0.79/0.89	c #conflict = 288
0.79/0.89	c #restart = 2
0.89/0.90	c BCD2: relaxing 25 and merging with 1 cores into a new core of size 405: cost of the new core is >=34
0.89/0.90	c lower bound updated to 34
0.89/0.90	c BCD2: hardening fixes 7 literals
0.89/0.90	c BCD2: 34 <= obj <= 872
0.89/0.90	c BCD2: #cores=1, #unrelaxed=343, #relaxed=394, #hardened=113
0.89/0.90	c BCD2: #sat=3 #unsat=4 bias=4/7
0.89/0.94	c Solving starts ...
0.89/0.94	c ============================[ Search Statistics ]============================
0.89/0.94	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.89/0.94	c       |         |          |          |    Limit     GC | Var      | Constra 
0.89/0.94	c =============================================================================
0.89/0.94	c  0.0s |       0 |        0 |        0 |     1028      0 |      117 |        7
0.89/0.97	c  0.0s |       0 |      423 |       38 |     1028      0 |      117 |        8
0.89/0.97	c #cpu_time = 0.031s
0.89/0.97	c #wall_clock_time = 0.031s
0.89/0.97	c #decision = 423
0.89/0.97	c #random_decision = 0
0.89/0.97	c #conflict = 38
0.89/0.97	c #restart = 0
0.89/0.97	o 462
0.89/0.97	c BCD2: hardening fixes 352 literals
0.89/0.97	c BCD2: updating upper bound: 872 -> 461
0.89/0.97	c BCD2: 34 <= obj <= 461
0.89/0.97	c BCD2: #cores=1, #unrelaxed=182, #relaxed=203, #hardened=465
0.89/0.97	c BCD2: #sat=4 #unsat=4 bias=4/8
0.89/0.98	c Solving starts ...
0.89/0.98	c ============================[ Search Statistics ]============================
0.89/0.98	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.89/0.98	c       |         |          |          |    Limit     GC | Var      | Constra 
0.89/0.98	c =============================================================================
0.89/0.98	c  0.0s |       0 |        0 |        0 |     1028      0 |      473 |        9
0.99/1.00	c  0.0s |       0 |      658 |       29 |     1028      0 |      473 |       66
0.99/1.00	c #cpu_time = 0.014s
0.99/1.00	c #wall_clock_time = 0.014s
0.99/1.00	c #decision = 658
0.99/1.00	c #random_decision = 0
0.99/1.00	c #conflict = 29
0.99/1.00	c #restart = 0
0.99/1.00	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 406: cost of the new core is >=57
0.99/1.00	c lower bound updated to 57
0.99/1.00	c BCD2: hardening fixes 9 literals
0.99/1.00	c BCD2: 57 <= obj <= 461
0.99/1.00	c BCD2: #cores=1, #unrelaxed=172, #relaxed=204, #hardened=474
0.99/1.00	c BCD2: #sat=4 #unsat=5 bias=5/9
0.99/1.02	c Solving starts ...
0.99/1.02	c ============================[ Search Statistics ]============================
0.99/1.02	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.99/1.02	c       |         |          |          |    Limit     GC | Var      | Constra 
0.99/1.02	c =============================================================================
0.99/1.02	c  0.0s |       0 |        0 |        0 |     1028      0 |      484 |       66
0.99/1.03	c  0.0s |       0 |      499 |       25 |     1028      0 |      485 |       70
0.99/1.03	c #cpu_time = 0.016s
0.99/1.03	c #wall_clock_time = 0.016s
0.99/1.03	c #decision = 499
0.99/1.03	c #random_decision = 0
0.99/1.03	c #conflict = 25
0.99/1.03	c #restart = 0
0.99/1.03	c BCD2: updating lower bound of a core
0.99/1.03	c lower bound updated to 283
0.99/1.04	c BCD2: hardening fixes 94 literals
0.99/1.04	c BCD2: 283 <= obj <= 461
0.99/1.04	c BCD2: #cores=1, #unrelaxed=78, #relaxed=204, #hardened=568
0.99/1.04	c BCD2: #sat=4 #unsat=6 bias=6/10
0.99/1.05	c Solving starts ...
0.99/1.05	c ============================[ Search Statistics ]============================
0.99/1.05	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.99/1.05	c       |         |          |          |    Limit     GC | Var      | Constra 
0.99/1.05	c =============================================================================
0.99/1.05	c  0.0s |       0 |        0 |        0 |     1028      0 |      579 |       70
0.99/1.09	c  0.0s |       1 |      319 |      100 |     1028      0 |      579 |       70
1.10/1.11	c  0.1s |       1 |      460 |      140 |     1028      0 |      580 |       71
1.10/1.11	c #cpu_time = 0.064s
1.10/1.11	c #wall_clock_time = 0.064s
1.10/1.11	c #decision = 460
1.10/1.11	c #random_decision = 0
1.10/1.11	c #conflict = 140
1.10/1.11	c #restart = 1
1.10/1.11	c BCD2: updating lower bound of a core
1.10/1.11	c lower bound updated to 391
1.10/1.11	c BCD2: hardening fixes 52 literals
1.10/1.11	c BCD2: 391 <= obj <= 461
1.10/1.11	c BCD2: #cores=1, #unrelaxed=26, #relaxed=204, #hardened=620
1.10/1.11	c BCD2: #sat=4 #unsat=7 bias=7/11
1.10/1.12	c Solving starts ...
1.10/1.12	c ============================[ Search Statistics ]============================
1.10/1.12	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.10/1.12	c       |         |          |          |    Limit     GC | Var      | Constra 
1.10/1.12	c =============================================================================
1.10/1.12	c  0.0s |       0 |        0 |        0 |     1028      0 |      632 |       71
1.10/1.17	c  0.0s |       1 |      228 |      100 |     1131      0 |      632 |       71
1.10/1.20	c  0.1s |       1 |      416 |      161 |     1131      0 |      633 |       72
1.10/1.20	c #cpu_time = 0.083s
1.10/1.20	c #wall_clock_time = 0.083s
1.10/1.20	c #decision = 416
1.10/1.20	c #random_decision = 0
1.10/1.20	c #conflict = 161
1.10/1.20	c #restart = 1
1.10/1.20	c BCD2: updating lower bound of a core
1.10/1.20	c lower bound updated to 437
1.19/1.20	c BCD2: hardening fixes 17 literals
1.19/1.20	c BCD2: 437 <= obj <= 461
1.19/1.20	c BCD2: #cores=1, #unrelaxed=9, #relaxed=204, #hardened=637
1.19/1.20	c BCD2: #sat=4 #unsat=8 bias=8/12
1.19/1.21	c Solving starts ...
1.19/1.21	c ============================[ Search Statistics ]============================
1.19/1.21	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.19/1.21	c       |         |          |          |    Limit     GC | Var      | Constra 
1.19/1.21	c =============================================================================
1.19/1.21	c  0.0s |       0 |        0 |        0 |     1131      0 |      650 |       72
1.19/1.25	c  0.0s |       1 |      188 |      100 |     1131      0 |      650 |       72
1.19/1.29	c  0.1s |       1 |      351 |      177 |     1131      0 |      651 |       73
1.19/1.29	c #cpu_time = 0.081s
1.19/1.29	c #wall_clock_time = 0.081s
1.19/1.29	c #decision = 351
1.19/1.29	c #random_decision = 1
1.19/1.29	c #conflict = 177
1.19/1.29	c #restart = 1
1.19/1.29	c BCD2: updating lower bound of a core
1.19/1.29	c lower bound updated to 454
1.19/1.29	c BCD2: hardening fixes 6 literals
1.19/1.29	c BCD2: 454 <= obj <= 461
1.19/1.29	c BCD2: #cores=1, #unrelaxed=3, #relaxed=204, #hardened=643
1.19/1.29	c BCD2: #sat=4 #unsat=9 bias=9/13
1.19/1.29	c Solving starts ...
1.19/1.29	c ============================[ Search Statistics ]============================
1.19/1.29	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.19/1.29	c       |         |          |          |    Limit     GC | Var      | Constra 
1.19/1.29	c =============================================================================
1.19/1.30	c  0.0s |       0 |        0 |        0 |     1131      0 |      657 |       73
1.29/1.36	c  0.1s |       1 |      156 |      100 |     1131      0 |      657 |       73
1.29/1.40	c  0.1s |       1 |      281 |      164 |     1131      0 |      658 |       74
1.29/1.40	c #cpu_time = 0.101s
1.29/1.40	c #wall_clock_time = 0.101s
1.29/1.40	c #decision = 281
1.29/1.40	c #random_decision = 3
1.29/1.40	c #conflict = 164
1.29/1.40	c #restart = 1
1.29/1.40	c BCD2: updating lower bound of a core
1.39/1.40	c lower bound updated to 460
1.39/1.40	c BCD2: hardening fixes 2 literals
1.39/1.40	c BCD2: 460 <= obj <= 461
1.39/1.40	c BCD2: #cores=1, #unrelaxed=1, #relaxed=204, #hardened=645
1.39/1.40	c BCD2: #sat=4 #unsat=10 bias=10/14
1.39/1.40	c Solving starts ...
1.39/1.40	c ============================[ Search Statistics ]============================
1.39/1.40	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.39/1.40	c       |         |          |          |    Limit     GC | Var      | Constra 
1.39/1.40	c =============================================================================
1.39/1.40	c  0.0s |       0 |        0 |        0 |     1131      0 |      660 |       74
1.39/1.46	c  0.1s |       1 |      144 |      100 |     1131      0 |      660 |       74
1.49/1.50	c  0.1s |       1 |      218 |      160 |     1131      0 |      661 |       75
1.49/1.50	c #cpu_time = 0.103s
1.49/1.50	c #wall_clock_time = 0.103s
1.49/1.50	c #decision = 218
1.49/1.50	c #random_decision = 0
1.49/1.50	c #conflict = 160
1.49/1.50	c #restart = 1
1.49/1.50	c BCD2: updating lower bound of a core
1.49/1.50	c lower bound updated to 462
1.49/1.50	s OPTIMUM FOUND
1.49/1.50	v x1 -x2 -x3 x4 x5 -x6 -x7 x8 x9 -x10
1.49/1.50	v x11 -x12 x13 -x14 x15 -x16 x17 -x18 x19 -x20
1.49/1.50	v -x21 x22 x23 -x24 -x25 x26 x27 -x28 x29 -x30
1.49/1.50	v -x31 x32 -x33 x34 -x35 x36 -x37 x38 -x39 x40
1.49/1.50	v x41 -x42 x43 -x44 x45 -x46 -x47 x48 -x49 x50
1.49/1.50	v x51 -x52 -x53 x54 x55 -x56 -x57 x58 x59 -x60
1.49/1.50	v x61 -x62 x63 -x64 x65 -x66 -x67 x68 -x69 x70
1.49/1.50	v -x71 x72 -x73 x74 -x75 x76 x77 -x78 x79 -x80
1.49/1.50	v x81 -x82 -x83 x84 x85 -x86 -x87 x88 x89 -x90
1.49/1.50	v -x91 x92 x93 -x94 x95 -x96 x97 -x98 x99 -x100
1.49/1.50	v x101 -x102 x103 -x104 -x105 x106 x107 -x108 x109 -x110
1.49/1.50	v x111 -x112 -x113 x114 x115 -x116 x117 -x118 -x119 x120
1.49/1.50	v x121 -x122 x123 -x124 x125 -x126 -x127 x128 -x129 x130
1.49/1.50	v x131 -x132 x133 -x134 -x135 x136 x137 -x138 x139 -x140
1.49/1.50	v -x141 x142 x143 -x144 x145 -x146 x147 -x148 x149 -x150
1.49/1.50	v -x151 x152 x153 -x154 -x155 x156 -x157 x158 -x159 x160
1.49/1.50	v -x161 x162 x163 -x164 x165 -x166 -x167 x168 x169 -x170
1.49/1.50	v -x171 x172 -x173 x174 -x175 x176 x177 -x178 -x179 x180
1.49/1.50	v x181 -x182 x183 -x184 -x185 x186 -x187 x188 -x189 x190
1.49/1.50	v x191 -x192 x193 -x194 -x195 x196 -x197 x198 -x199 x200
1.49/1.50	c total CPU time = 1.507s
1.49/1.50	c total wall clock time = 1.507s

Verifier Data

OK	462

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

pid=601
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.24 2.26 2.21 2/179 604
/proc/meminfo: memFree=29261968/32872528 swapFree=1370848/1518016
[pid=604] ppid=601 vsize=430524 CPUtime=0 cores=0,2,4,6
/proc/604/stat : 604 (toysat) R 601 604 31304 0 -1 4202496 1557 0 0 0 0 0 0 0 20 0 4 0 36565529 440856576 1408 33554432000 4194304 16246674 140735340111040 140735340110464 13880264 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/604/statm: 108399 1417 441 2943 0 105293 0
[pid=604/tid=605] ppid=601 vsize=761412 CPUtime=0 cores=0,2,4,6
/proc/604/task/605/stat : 605 (toysat) S 601 604 31304 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36565529 779685888 2702 33554432000 4194304 16246674 140735340111040 139886662233328 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=604/tid=606] ppid=601 vsize=766532 CPUtime=0 cores=0,2,4,6
/proc/604/task/606/stat : 606 (toysat) S 601 604 31304 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36565529 784928768 2722 33554432000 4194304 16246674 140735340111040 139886651743472 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=604/tid=607] ppid=601 vsize=770628 CPUtime=0 cores=0,2,4,6
/proc/604/task/607/stat : 607 (toysat) S 601 604 31304 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36565529 789123072 2738 33554432000 4194304 16246674 140735340111040 139886641269936 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0

[startup+0.100164 s]
/proc/loadavg: 2.24 2.26 2.21 2/179 604
/proc/meminfo: memFree=29261968/32872528 swapFree=1370848/1518016
[pid=604] ppid=601 vsize=1220164 CPUtime=0.08 cores=0,2,4,6
/proc/604/stat : 604 (toysat) R 601 604 31304 0 -1 4202496 24032 0 0 0 5 3 0 0 20 0 4 0 36565529 1249447936 23846 33554432000 4194304 16246674 140735340111040 140735340110352 6861469 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/604/statm: 305041 23846 873 2943 0 301935 0
[pid=604/tid=605] ppid=601 vsize=1220164 CPUtime=0 cores=0,2,4,6
/proc/604/task/605/stat : 605 (toysat) S 601 604 31304 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36565529 1249447936 23846 33554432000 4194304 16246674 140735340111040 139886662233328 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=604/tid=606] ppid=601 vsize=1220164 CPUtime=0 cores=0,2,4,6
/proc/604/task/606/stat : 606 (toysat) S 601 604 31304 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36565529 1249447936 23846 33554432000 4194304 16246674 140735340111040 139886651743472 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=604/tid=607] ppid=601 vsize=1220164 CPUtime=0 cores=0,2,4,6
/proc/604/task/607/stat : 607 (toysat) S 601 604 31304 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36565529 1249447936 23847 33554432000 4194304 16246674 140735340111040 139886641269936 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1220164

[startup+0.200486 s]
/proc/loadavg: 2.24 2.26 2.21 2/179 604
/proc/meminfo: memFree=29261968/32872528 swapFree=1370848/1518016
[pid=604] ppid=601 vsize=1220164 CPUtime=0.19 cores=0,2,4,6
/proc/604/stat : 604 (toysat) R 601 604 31304 0 -1 4202496 36104 0 0 0 14 5 0 0 20 0 4 0 36565529 1249447936 35918 33554432000 4194304 16246674 140735340111040 140735340110352 5831697 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/604/statm: 305041 35934 876 2943 0 301935 0
[pid=604/tid=605] ppid=601 vsize=1220164 CPUtime=0 cores=0,2,4,6
/proc/604/task/605/stat : 605 (toysat) S 601 604 31304 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36565529 1249447936 35944 33554432000 4194304 16246674 140735340111040 139886662233328 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=604/tid=606] ppid=601 vsize=1220164 CPUtime=0 cores=0,2,4,6
/proc/604/task/606/stat : 606 (toysat) S 601 604 31304 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36565529 1249447936 35955 33554432000 4194304 16246674 140735340111040 139886651743472 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=604/tid=607] ppid=601 vsize=1220164 CPUtime=0 cores=0,2,4,6
/proc/604/task/607/stat : 607 (toysat) S 601 604 31304 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36565529 1249447936 35965 33554432000 4194304 16246674 140735340111040 139886641269936 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1220164

[startup+0.300452 s]
/proc/loadavg: 2.24 2.26 2.21 2/179 604
/proc/meminfo: memFree=29261968/32872528 swapFree=1370848/1518016
[pid=604] ppid=601 vsize=1220164 CPUtime=0.28 cores=0,2,4,6
/proc/604/stat : 604 (toysat) R 601 604 31304 0 -1 4202496 59358 0 0 0 20 8 0 0 20 0 4 0 36565529 1249447936 59173 33554432000 4194304 16246674 140735340111040 140735340110352 6021133 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/604/statm: 305041 59186 876 2943 0 301935 0
[pid=604/tid=605] ppid=601 vsize=1220164 CPUtime=0 cores=0,2,4,6
/proc/604/task/605/stat : 605 (toysat) S 601 604 31304 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36565529 1249447936 59198 33554432000 4194304 16246674 140735340111040 139886662233328 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=604/tid=606] ppid=601 vsize=1220164 CPUtime=0 cores=0,2,4,6
/proc/604/task/606/stat : 606 (toysat) S 601 604 31304 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36565529 1249447936 59207 33554432000 4194304 16246674 140735340111040 139886651743472 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=604/tid=607] ppid=601 vsize=1220164 CPUtime=0 cores=0,2,4,6
/proc/604/task/607/stat : 607 (toysat) S 601 604 31304 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36565529 1249447936 59211 33554432000 4194304 16246674 140735340111040 139886641269936 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 1220164

[startup+0.700388 s]
/proc/loadavg: 2.24 2.26 2.21 2/179 604
/proc/meminfo: memFree=29261968/32872528 swapFree=1370848/1518016
[pid=604] ppid=601 vsize=1220164 CPUtime=0.69 cores=0,2,4,6
/proc/604/stat : 604 (toysat) R 601 604 31304 0 -1 4202496 161536 0 0 0 47 22 0 0 20 0 4 0 36565529 1249447936 161350 33554432000 4194304 16246674 140735340111040 140735340092928 12449399 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/604/statm: 305041 161365 878 2943 0 301935 0
[pid=604/tid=605] ppid=601 vsize=1220164 CPUtime=0 cores=0,2,4,6
/proc/604/task/605/stat : 605 (toysat) S 601 604 31304 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36565529 1249447936 161376 33554432000 4194304 16246674 140735340111040 139886662233328 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=604/tid=606] ppid=601 vsize=1220164 CPUtime=0 cores=0,2,4,6
/proc/604/task/606/stat : 606 (toysat) S 601 604 31304 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36565529 1249447936 161387 33554432000 4194304 16246674 140735340111040 139886651743472 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=604/tid=607] ppid=601 vsize=1220164 CPUtime=0 cores=0,2,4,6
/proc/604/task/607/stat : 607 (toysat) S 601 604 31304 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36565529 1249447936 161396 33554432000 4194304 16246674 140735340111040 139886641269936 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1220164

[startup+1.5004 s]
/proc/loadavg: 2.24 2.26 2.21 3/183 608
/proc/meminfo: memFree=28305600/32872528 swapFree=1370848/1518016
[pid=604] ppid=601 vsize=1303108 CPUtime=1.49 cores=0,2,4,6
/proc/604/stat : 604 (toysat) R 601 604 31304 0 -1 4202496 251930 0 0 0 114 35 0 0 20 0 4 0 36565529 1334382592 251744 33554432000 4194304 16246674 140735340111040 140735340092928 5712760 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/604/statm: 325777 251744 878 2943 0 322671 0
[pid=604/tid=605] ppid=601 vsize=1303108 CPUtime=0 cores=0,2,4,6
/proc/604/task/605/stat : 605 (toysat) S 601 604 31304 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36565529 1334382592 251744 33554432000 4194304 16246674 140735340111040 139886662233328 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=604/tid=606] ppid=601 vsize=1303108 CPUtime=0 cores=0,2,4,6
/proc/604/task/606/stat : 606 (toysat) S 601 604 31304 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36565529 1334382592 251744 33554432000 4194304 16246674 140735340111040 139886651743472 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=604/tid=607] ppid=601 vsize=1303108 CPUtime=0 cores=0,2,4,6
/proc/604/task/607/stat : 607 (toysat) S 601 604 31304 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36565529 1334382592 251744 33554432000 4194304 16246674 140735340111040 139886641269936 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 1303108

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

[startup+1.5004 s]
/proc/loadavg: 2.24 2.26 2.21 3/183 608
/proc/meminfo: memFree=28305600/32872528 swapFree=1370848/1518016
[pid=604] ppid=601 vsize=1303108 CPUtime=1.49 cores=0,2,4,6
/proc/604/stat : 604 (toysat) R 601 604 31304 0 -1 4202496 251930 0 0 0 114 35 0 0 20 0 4 0 36565529 1334382592 251744 33554432000 4194304 16246674 140735340111040 140735340092928 5712760 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/604/statm: 325777 251744 878 2943 0 322671 0
[pid=604/tid=605] ppid=601 vsize=1303108 CPUtime=0 cores=0,2,4,6
/proc/604/task/605/stat : 605 (toysat) S 601 604 31304 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36565529 1334382592 251744 33554432000 4194304 16246674 140735340111040 139886662233328 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=604/tid=606] ppid=601 vsize=1303108 CPUtime=0 cores=0,2,4,6
/proc/604/task/606/stat : 606 (toysat) S 601 604 31304 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36565529 1334382592 251744 33554432000 4194304 16246674 140735340111040 139886651743472 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=604/tid=607] ppid=601 vsize=1303108 CPUtime=0 cores=0,2,4,6
/proc/604/task/607/stat : 607 (toysat) S 601 604 31304 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36565529 1334382592 251744 33554432000 4194304 16246674 140735340111040 139886641269936 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 1303108

Child status: 0
Real time (s): 1.56567
CPU time (s): 1.56376
CPU user time (s): 1.15182
CPU system time (s): 0.411937
CPU usage (%): 99.8783
Max. virtual memory (cumulated for all children) (KiB): 1303108

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.15182
system time used= 0.411937
maximum resident set size= 1007100
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 251962
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= 6

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

The end

Launcher Data

Begin job on node129 at 2016-06-19 16:06:30
IDJOB=4110490
IDBENCH=79420
IDSOLVER=2553
FILE ID=node129/4110490-1466345190
RUNJOBID= node129-1466341815-31320
PBS_JOBID= 19922024
Free space on /tmp= 71720 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/wcsp/jnh/normalized-jnh08_wcsp.wbo
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --wbo --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4110490-1466345190/watcher-4110490-1466345190 -o /tmp/evaluation-result-4110490-1466345190/solver-4110490-1466345190 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node129-1466341815-31320 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --wbo --search=bcd2 HOME/instance-4110490-1466345190.wbo

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

MD5SUM BENCH= f8c09bda9afe7c43c5a568001f4bbb58
RANDOM SEED=492962127

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.143
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.143
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        29262596 kB
Buffers:           90464 kB
Cached:           179076 kB
SwapCached:         1804 kB
Active:          1214404 kB
Inactive:         139044 kB
Active(anon):    1083532 kB
Inactive(anon):     2732 kB
Active(file):     130872 kB
Inactive(file):   136312 kB
Unevictable:     1518016 kB
Mlocked:         1370848 kB
SwapTotal:      67108856 kB
SwapFree:       67099348 kB
Dirty:             16532 kB
Writeback:             0 kB
AnonPages:       2600928 kB
Mapped:            10920 kB
Shmem:                 0 kB
Slab:             603420 kB
SReclaimable:      46796 kB
SUnreclaim:       556624 kB
KernelStack:        1520 kB
PageTables:         8972 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2745532 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1222656 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= 71704 MiB
End job on node129 at 2016-06-19 16:06:32