Trace number 4093339

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 28.7796 28.7855

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900558106--soft-66-100-0.wbo
MD5SUM125243b279b6e24b77d57dd07a5f7014
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark13
Best CPU time to get the best result obtained on this benchmark15.0937
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables231
Total number of constraints2707
Number of soft constraints937
Number of constraints which are clauses2684
Number of constraints which are cardinality constraints (but not clauses)22
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint110
Top cost 46894
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 46893
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 815
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.00	c 2016-06-16T16:28:26+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-4093339-1466087306.wbo"]
0.00/0.01	c use --random-gen="1747329648 3126510704 476811415 3499201954 1704077265 745655963 1081812051 2878812664 4025211215 2662474129 3062676198 1170623917 3539383879 1435027310 556697357 1203419902 3432062100 3895850108 1083060090 1607481686 840908567 3635862803 3733747475 3970694129 2607443124 2260947955 609445446 2696455197 679248568 390029498 2150514207 3434031551 3308895747 2701179499 3533736945 3375493146 3463674016 1990981360 4239051953 2253319733 871421061 2863573781 2781376204 2519744215 1180616216 3038296368 1395532822 1572614333 3110765350 1152261062 625611146 1327499241 2497698564 150827147 1886897857 2195679905 166293418 2895291165 1466972745 3210047536 4129273545 2588623236 16515110 4090885351 2556665148 1072292911 227082444 3157328210 2657105468 2499844345 3271503388 2506252380 3813533947 460390968 3547204673 4195633688 1431447318 1902787284 1917008048 820169073 334660182 2753219790 2002036234 3335831264 4289725515 3904995092 1533120317 1080381843 3918470847 3774239861 3332832556 2409565238 2444310363 1173902777 811677907 2193041341 3108588248 230872641 170673761 2836808326 547217997 3349085255 1389125983 1611303680 3704373270 2718483765 2901428118 212937475 1887636964 2875978789 911991060 1968593972 2486352497 3019916395 4072393468 3317179480 448640089 123274969 1878004419 2474197704 3289499876 3228028355 2184246851 2169675234 2153708627 3447330230 1914564562 1099878102 486967724 1950319400 252575155 3530823644 4137230547 755105434 1319152328 1635391821 462567618 454809969 2890854685 1001494432 3745932848 1821083912 5760419 1637263308 587773725 2985446874 2812457450 1170634120 2424082443 753526121 3186343492 4113762683 2735652026 2181827382 2751056937 1503693129 1901575199 864356541 3113443420 3450850095 4028733496 4147527130 1125671121 2837702789 4015125842 574669561 2183739412 2947855784 2824295908 1809681526 3518441827 1675918103 3677920368 218160568 278680181 600720443 3783519344 1644507629 2041667437 1346022358 2768937702 1375916297 3120570814 2591191743 391894189 3754190880 3784290196 1156378891 3999122359 1464777833 1465851235 2570567155 2186103002 704640039 1633130881 2985572003 2227280351 3712254363 2039570274 3587507361 785991815 2809641064 2475798300 20632509 2315202777 2902798484 1496348103 1838432939 2703835257 455177738 1050830754 898317579 279482970 1217193182 1150667896 4022770811 3505358401 2154116872 1901114452 2113709636 3465804436 2072857267 2035059643 412096130 883853239 3468005377 3041849526 1770417168 3212432434 1721068960 2024539315 2190920784 124014803 741573046 3084360049 132496819 1884643286 3344544349 3148895590 1550541302 2936340948 2472176463 466437323 1576769154 4238682078 275185832 3049627587 1682665971 702144321 1759340569 3189450971 3764386991 459542745 251765398 3988725200 919099683 255 362436" option to reproduce the execution
0.08/0.12	c #vars 231
0.08/0.12	c #constraints 2707
0.08/0.17	c BCD2: Hardening is enabled.
0.08/0.17	c BCD2: BiasedSearch is enabled.
0.08/0.17	c Solving starts ...
0.08/0.17	c ============================[ Search Statistics ]============================
0.08/0.17	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.08/0.17	c       |         |          |          |    Limit     GC | Var      | Constra 
0.08/0.17	c =============================================================================
0.08/0.18	c  0.0s |       0 |        0 |        0 |     1291      0 |        0 |        0
0.19/0.20	c  0.0s |       1 |     1104 |      100 |     1291      0 |        0 |        0
0.19/0.20	c  0.0s |       1 |     2064 |      100 |     1291      0 |        0 |        0
0.19/0.20	c #cpu_time = 0.030s
0.19/0.20	c #wall_clock_time = 0.030s
0.19/0.20	c #decision = 2064
0.19/0.20	c #random_decision = 7
0.19/0.20	c #conflict = 100
0.19/0.20	c #restart = 1
0.19/0.20	o 558
0.19/0.20	c BCD2: updating upper bound: 46893 -> 557
0.19/0.20	c BCD2: 0 <= obj <= 557
0.19/0.20	c BCD2: #cores=0, #unrelaxed=937, #relaxed=0, #hardened=0
0.19/0.20	c BCD2: #sat=1 #unsat=1 bias=1/2
0.19/0.20	c Solving starts ...
0.19/0.20	c ============================[ Search Statistics ]============================
0.19/0.20	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.19/0.20	c       |         |          |          |    Limit     GC | Var      | Constra 
0.19/0.20	c =============================================================================
0.19/0.20	c  0.0s |       0 |        0 |        0 |     1291      0 |        0 |        0
0.19/0.22	c  0.0s |       1 |     1145 |      100 |     1421      0 |        0 |        0
0.19/0.25	c  0.0s |       2 |     2348 |      250 |     1564      0 |        0 |        0
0.19/0.29	c  0.1s |       3 |     3702 |      475 |     1721      0 |        0 |        0
0.39/0.40	c  0.2s |       4 |     5276 |      813 |     1894      0 |        0 |        0
0.49/0.58	c  0.4s |       5 |     7197 |     1320 |     2084      0 |        0 |        0
0.78/0.84	c  0.6s |       6 |     9578 |     2081 |     2293      0 |        0 |        0
1.20/1.26	c  1.1s |       7 |    12861 |     3223 |     2523      0 |        0 |        0
1.79/1.83	c  1.6s |       8 |    17100 |     4936 |     2776      1 |        0 |        0
2.19/2.27	c  2.1s |       8 |    20019 |     6016 |     2776      2 |        0 |        0
2.19/2.27	c #cpu_time = 2.057s
2.19/2.27	c #wall_clock_time = 2.062s
2.19/2.27	c #decision = 20019
2.19/2.27	c #random_decision = 16
2.19/2.27	c #conflict = 6016
2.19/2.27	c #restart = 8
2.19/2.27	c BCD2: found a new core of size 660: cost of the new core is >=1
2.19/2.27	c lower bound updated to 1
2.19/2.27	c BCD2: 1 <= obj <= 557
2.19/2.27	c BCD2: #cores=1, #unrelaxed=277, #relaxed=660, #hardened=0
2.19/2.27	c BCD2: #sat=1 #unsat=2 bias=2/3
2.19/2.27	c Solving starts ...
2.19/2.27	c ============================[ Search Statistics ]============================
2.19/2.27	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.19/2.27	c       |         |          |          |    Limit     GC | Var      | Constra 
2.19/2.27	c =============================================================================
2.19/2.27	c  0.0s |       0 |        0 |        0 |     2776      0 |        0 |        0
2.19/2.30	c  0.0s |       0 |      988 |        5 |     2776      0 |        0 |        0
2.19/2.30	c #cpu_time = 0.025s
2.19/2.30	c #wall_clock_time = 0.026s
2.19/2.30	c #decision = 988
2.19/2.30	c #random_decision = 0
2.19/2.30	c #conflict = 5
2.19/2.30	c #restart = 0
2.19/2.30	o 30
2.19/2.30	c BCD2: hardening fixes 660 literals
2.19/2.30	c BCD2: updating upper bound: 557 -> 29
2.19/2.30	c BCD2: 1 <= obj <= 29
2.19/2.30	c BCD2: #cores=1, #unrelaxed=78, #relaxed=199, #hardened=660
2.19/2.30	c BCD2: #sat=2 #unsat=2 bias=2/4
2.19/2.30	c Solving starts ...
2.19/2.30	c ============================[ Search Statistics ]============================
2.19/2.30	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.19/2.30	c       |         |          |          |    Limit     GC | Var      | Constra 
2.19/2.30	c =============================================================================
2.19/2.30	c  0.0s |       0 |        0 |        0 |     2776      0 |      660 |        1
2.29/2.35	c  0.1s |       1 |      358 |      100 |     2776      0 |      660 |        1
2.39/2.42	c  0.1s |       2 |      676 |      250 |     2776      0 |      660 |        1
2.49/2.50	c  0.2s |       3 |     1180 |      475 |     2776      0 |      660 |        1
2.59/2.62	c  0.3s |       4 |     1795 |      813 |     2776      0 |      660 |        1
2.79/2.82	c  0.5s |       5 |     2792 |     1320 |     2776      1 |      660 |        1
2.99/3.06	c  0.8s |       6 |     4071 |     2081 |     3054      1 |      660 |        1
3.39/3.48	c  1.2s |       7 |     6048 |     3223 |     3054      2 |      660 |        1
4.09/4.12	c  1.8s |       8 |     8534 |     4936 |     3054      2 |      660 |        1
5.09/5.17	c  2.9s |       9 |    12462 |     7506 |     3360      4 |      660 |        1
6.59/6.64	c  4.3s |      10 |    18167 |    11361 |     3697      5 |      660 |        1
8.58/8.67	c  6.4s |      10 |    25592 |    16161 |     3697      7 |      660 |        1
8.98/9.08	c  6.8s |      11 |    27151 |    17144 |     3697      8 |      660 |        1
11.09/11.11	c  8.8s |      11 |    34340 |    22044 |     4067     10 |      660 |        1
11.58/11.68	c  9.4s |      11 |    36508 |    23504 |     4067     10 |      660 |        1
11.58/11.68	c #cpu_time = 9.354s
11.58/11.68	c #wall_clock_time = 9.379s
11.58/11.68	c #decision = 36508
11.58/11.68	c #random_decision = 42
11.58/11.68	c #conflict = 23504
11.58/11.68	c #restart = 11
11.58/11.68	o 13
11.58/11.68	c BCD2: hardening fixes 166 literals
11.58/11.68	c BCD2: updating upper bound: 29 -> 12
11.58/11.68	c BCD2: 1 <= obj <= 12
11.58/11.68	c BCD2: #cores=1, #unrelaxed=27, #relaxed=84, #hardened=826
11.58/11.68	c BCD2: #sat=3 #unsat=2 bias=2/5
11.58/11.68	c Solving starts ...
11.58/11.68	c ============================[ Search Statistics ]============================
11.58/11.68	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
11.58/11.68	c       |         |          |          |    Limit     GC | Var      | Constra 
11.58/11.68	c =============================================================================
11.58/11.68	c  0.0s |       0 |        0 |        0 |     4067      0 |      826 |        2
11.68/11.73	c  0.0s |       1 |      197 |      100 |     4067      0 |      826 |        2
11.78/11.81	c  0.1s |       2 |      451 |      250 |     4067      0 |      826 |        2
11.88/11.91	c  0.2s |       3 |      835 |      475 |     4067      1 |      826 |        2
11.98/12.02	c  0.3s |       4 |     1442 |      813 |     4067      1 |      826 |        2
12.09/12.14	c  0.5s |       5 |     2507 |     1320 |     4067      1 |      826 |        2
12.28/12.34	c  0.7s |       6 |     3955 |     2081 |     4067      1 |      826 |        2
12.68/12.72	c  1.0s |       7 |     6019 |     3223 |     4067      2 |      826 |        2
13.08/13.20	c  1.5s |       8 |     8829 |     4936 |     4067      2 |      826 |        2
13.78/13.87	c  2.2s |       9 |    13248 |     7506 |     4067      3 |      826 |        2
14.78/14.89	c  3.2s |      10 |    19962 |    11361 |     4474      5 |      826 |        2
14.98/15.03	c  3.3s |      10 |    20630 |    11787 |     4474      5 |      826 |        2
14.98/15.03	c #cpu_time = 3.335s
14.98/15.03	c #wall_clock_time = 3.344s
14.98/15.03	c #decision = 20630
14.98/15.03	c #random_decision = 44
14.98/15.03	c #conflict = 11787
14.98/15.03	c #restart = 10
14.98/15.03	c BCD2: relaxing 19 and merging with 1 cores into a new core of size 679: cost of the new core is >=3
14.98/15.03	c lower bound updated to 3
14.98/15.03	c BCD2: hardening fixes 1 literals
14.98/15.03	c BCD2: 3 <= obj <= 12
14.98/15.03	c BCD2: #cores=1, #unrelaxed=7, #relaxed=103, #hardened=827
14.98/15.03	c BCD2: #sat=3 #unsat=3 bias=3/6
14.98/15.03	c Solving starts ...
14.98/15.03	c ============================[ Search Statistics ]============================
14.98/15.03	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
14.98/15.03	c       |         |          |          |    Limit     GC | Var      | Constra 
14.98/15.03	c =============================================================================
14.98/15.03	c  0.0s |       0 |        0 |        0 |     4474      0 |      830 |        2
14.98/15.09	c  0.1s |       1 |      179 |      100 |     4474      0 |      830 |        7
15.08/15.17	c  0.1s |       2 |      437 |      250 |     4474      0 |      830 |        7
15.18/15.23	c  0.2s |       3 |      770 |      475 |     4474      0 |      830 |        7
15.28/15.32	c  0.3s |       4 |     1378 |      813 |     4474      0 |      830 |        7
15.39/15.45	c  0.4s |       5 |     2280 |     1320 |     4474      0 |      830 |        7
15.58/15.66	c  0.6s |       6 |     3494 |     2081 |     4474      0 |      830 |        7
15.98/16.09	c  1.1s |       7 |     5346 |     3223 |     4474      1 |      830 |        7
16.59/16.62	c  1.6s |       8 |     8139 |     4936 |     4474      1 |      830 |        7
17.38/17.42	c  2.4s |       9 |    12227 |     7506 |     4474      2 |      830 |        7
18.48/18.58	c  3.6s |      10 |    18482 |    11361 |     4474      4 |      830 |        7
19.08/19.18	c  4.2s |      10 |    21783 |    13457 |     4474      4 |      830 |        7
19.08/19.18	c #cpu_time = 4.145s
19.08/19.18	c #wall_clock_time = 4.156s
19.08/19.18	c #decision = 21783
19.08/19.18	c #random_decision = 45
19.08/19.18	c #conflict = 13457
19.08/19.18	c #restart = 10
19.08/19.18	c BCD2: relaxing 4 and merging with 1 cores into a new core of size 683: cost of the new core is >=7
19.08/19.18	c lower bound updated to 7
19.08/19.19	c BCD2: hardening fixes 1 literals
19.08/19.19	c BCD2: 7 <= obj <= 12
19.08/19.19	c BCD2: #cores=1, #unrelaxed=2, #relaxed=107, #hardened=828
19.08/19.19	c BCD2: #sat=3 #unsat=4 bias=4/7
19.08/19.19	c Solving starts ...
19.08/19.19	c ============================[ Search Statistics ]============================
19.08/19.19	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
19.08/19.19	c       |         |          |          |    Limit     GC | Var      | Constra 
19.08/19.19	c =============================================================================
19.08/19.19	c  0.0s |       0 |        0 |        0 |     4474      0 |      832 |        7
19.18/19.27	c  0.1s |       1 |      178 |      100 |     4474      0 |      832 |        8
19.28/19.32	c  0.1s |       2 |      416 |      250 |     4474      0 |      832 |        8
19.28/19.40	c  0.2s |       3 |      832 |      475 |     4474      0 |      832 |        8
19.49/19.56	c  0.4s |       4 |     1346 |      813 |     4474      0 |      832 |        8
19.69/19.71	c  0.5s |       5 |     2165 |     1320 |     4474      0 |      832 |        8
19.90/19.97	c  0.8s |       6 |     3406 |     2081 |     4474      0 |      832 |        8
20.29/20.37	c  1.2s |       7 |     5115 |     3223 |     4922      1 |      832 |        8
20.79/20.88	c  1.7s |       8 |     7699 |     4936 |     4922      1 |      832 |        8
21.59/21.63	c  2.4s |       9 |    11915 |     7506 |     4922      2 |      832 |        8
22.79/22.90	c  3.7s |      10 |    17879 |    11361 |     4922      3 |      832 |        8
24.59/24.62	c  5.4s |      11 |    27045 |    17144 |     4922      5 |      832 |        8
24.69/24.71	c  5.5s |      11 |    27278 |    17311 |     4922      5 |      833 |        9
24.69/24.71	c #cpu_time = 5.507s
24.69/24.71	c #wall_clock_time = 5.521s
24.69/24.71	c #decision = 27278
24.69/24.71	c #random_decision = 89
24.69/24.71	c #conflict = 17311
24.69/24.71	c #restart = 11
24.69/24.71	c BCD2: updating lower bound of a core
24.69/24.71	c lower bound updated to 12
24.69/24.71	c BCD2: hardening fixes 2 literals
24.69/24.71	c BCD2: 12 <= obj <= 12
24.69/24.71	c BCD2: #cores=1, #unrelaxed=0, #relaxed=107, #hardened=830
24.69/24.71	c BCD2: #sat=3 #unsat=5 bias=5/8
24.69/24.71	c Solving starts ...
24.69/24.71	c ============================[ Search Statistics ]============================
24.69/24.71	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
24.69/24.71	c       |         |          |          |    Limit     GC | Var      | Constra 
24.69/24.71	c =============================================================================
24.69/24.71	c  0.0s |       0 |        0 |        0 |     4922      0 |      835 |        9
24.69/24.78	c  0.1s |       1 |      209 |      100 |     4922      0 |      835 |        9
24.79/24.82	c  0.1s |       2 |      477 |      250 |     4922      0 |      835 |        9
24.89/24.94	c  0.2s |       3 |      806 |      475 |     4922      0 |      835 |        9
24.99/25.03	c  0.3s |       4 |     1392 |      813 |     4922      0 |      835 |        9
25.09/25.16	c  0.5s |       5 |     2276 |     1320 |     4922      0 |      835 |        9
25.29/25.37	c  0.7s |       6 |     3427 |     2081 |     4922      0 |      835 |        9
25.69/25.70	c  1.0s |       7 |     5264 |     3223 |     4922      0 |      835 |        9
26.19/26.28	c  1.6s |       8 |     8043 |     4936 |     4922      1 |      835 |        9
26.99/27.03	c  2.3s |       9 |    12076 |     7506 |     4922      2 |      835 |        9
28.09/28.13	c  3.4s |      10 |    18324 |    11361 |     4922      3 |      835 |        9
28.69/28.72	c  4.0s |      10 |    20959 |    13165 |     4922      4 |      836 |       10
28.69/28.72	c #cpu_time = 4.000s
28.69/28.72	c #wall_clock_time = 4.011s
28.69/28.72	c #decision = 20959
28.69/28.72	c #random_decision = 54
28.69/28.72	c #conflict = 13165
28.69/28.72	c #restart = 10
28.69/28.72	c BCD2: updating lower bound of a core
28.69/28.72	c lower bound updated to 14
28.69/28.72	s OPTIMUM FOUND
28.69/28.72	v -x1 -x2 -x3 -x4 -x5 -x6 -x7 -x8 -x9 x10
28.69/28.72	v -x11 -x12 x13 -x14 -x15 -x16 -x17 -x18 -x19 -x20
28.69/28.72	v -x21 -x22 -x23 -x24 x25 -x26 -x27 -x28 -x29 -x30
28.69/28.72	v -x31 -x32 -x33 -x34 -x35 -x36 -x37 -x38 x39 -x40
28.69/28.72	v -x41 -x42 -x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50
28.69/28.72	v -x51 -x52 -x53 x54 -x55 -x56 -x57 -x58 -x59 -x60
28.69/28.72	v -x61 -x62 -x63 -x64 -x65 x66 -x67 -x68 -x69 x70
28.69/28.72	v -x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80
28.69/28.72	v -x81 -x82 -x83 -x84 x85 -x86 -x87 -x88 -x89 -x90
28.69/28.72	v -x91 -x92 -x93 -x94 -x95 -x96 x97 -x98 -x99 -x100
28.69/28.72	v x101 -x102 -x103 -x104 -x105 -x106 -x107 -x108 -x109 -x110
28.69/28.72	v x111 -x112 -x113 -x114 -x115 -x116 -x117 -x118 -x119 -x120
28.69/28.72	v -x121 x122 -x123 -x124 -x125 -x126 -x127 -x128 -x129 -x130
28.69/28.72	v -x131 -x132 -x133 -x134 -x135 -x136 -x137 -x138 -x139 -x140
28.69/28.72	v -x141 -x142 -x143 -x144 x145 -x146 -x147 -x148 -x149 -x150
28.69/28.72	v -x151 -x152 -x153 -x154 -x155 -x156 -x157 -x158 -x159 -x160
28.69/28.72	v x161 -x162 -x163 -x164 -x165 -x166 x167 -x168 -x169 -x170
28.69/28.72	v -x171 -x172 -x173 x174 -x175 -x176 -x177 -x178 -x179 -x180
28.69/28.72	v -x181 x182 -x183 -x184 -x185 -x186 -x187 -x188 -x189 -x190
28.69/28.72	v -x191 -x192 -x193 -x194 x195 -x196 -x197 -x198 -x199 -x200
28.69/28.72	v -x201 -x202 -x203 -x204 -x205 -x206 -x207 -x208 -x209 -x210
28.69/28.72	v -x211 -x212 -x213 -x214 -x215 -x216 x217 -x218 -x219 -x220
28.69/28.72	v -x221 -x222 -x223 -x224 -x225 -x226 -x227 -x228 -x229 -x230
28.69/28.72	v x231
28.69/28.72	c total CPU time = 28.649s
28.69/28.72	c total wall clock time = 28.724s

Verifier Data

OK	13

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

pid=14709
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.04 2.00 2.00 3/181 14712
/proc/meminfo: memFree=31208584/32872528 swapFree=7268/7268
[pid=14712] ppid=14709 vsize=748988 CPUtime=0 cores=0,2,4,6
/proc/14712/stat : 14712 (toysat) R 14709 14712 9721 0 -1 4202496 2801 0 0 0 0 0 0 0 20 0 4 0 10776497 766963712 2650 33554432000 4194304 16246674 140735267085360 140735267084784 13880264 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/14712/statm: 188015 2659 441 2943 0 184909 0
[pid=14712/tid=14713] ppid=14709 vsize=766396 CPUtime=0 cores=0,2,4,6
/proc/14712/task/14713/stat : 14713 (toysat) S 14709 14712 9721 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 10776497 784789504 2718 33554432000 4194304 16246674 140735267085360 140635259514096 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=14712/tid=14714] ppid=14709 vsize=771516 CPUtime=0 cores=0,2,4,6
/proc/14712/task/14714/stat : 14714 (toysat) S 14709 14712 9721 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10776497 790032384 2738 33554432000 4194304 16246674 140735267085360 140635249024240 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=14712/tid=14715] ppid=14709 vsize=775612 CPUtime=0 cores=0,2,4,6
/proc/14712/task/14715/stat : 14715 (toysat) S 14709 14712 9721 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 10776497 794226688 2754 33554432000 4194304 16246674 140735267085360 140635238550704 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0

[startup+0.100165 s]
/proc/loadavg: 2.04 2.00 2.00 3/181 14712
/proc/meminfo: memFree=31208584/32872528 swapFree=7268/7268
[pid=14712] ppid=14709 vsize=1218116 CPUtime=0.08 cores=0,2,4,6
/proc/14712/stat : 14712 (toysat) R 14709 14712 9721 0 -1 4202496 24687 0 0 0 5 3 0 0 20 0 4 0 10776497 1247350784 24530 33554432000 4194304 16246674 140735267085360 140735267084784 12500869 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/14712/statm: 304529 24538 620 2943 0 301423 0
[pid=14712/tid=14713] ppid=14709 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/14712/task/14713/stat : 14713 (toysat) S 14709 14712 9721 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 10776497 1247350784 24544 33554432000 4194304 16246674 140735267085360 140635259514096 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=14712/tid=14714] ppid=14709 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/14712/task/14714/stat : 14714 (toysat) S 14709 14712 9721 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10776497 1247350784 24551 33554432000 4194304 16246674 140735267085360 140635249024240 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=14712/tid=14715] ppid=14709 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/14712/task/14715/stat : 14715 (toysat) S 14709 14712 9721 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 10776497 1247350784 24557 33554432000 4194304 16246674 140735267085360 140635238550704 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1218116

[startup+0.20054 s]
/proc/loadavg: 2.04 2.00 2.00 3/181 14712
/proc/meminfo: memFree=31208584/32872528 swapFree=7268/7268
[pid=14712] ppid=14709 vsize=1222212 CPUtime=0.19 cores=0,2,4,6
/proc/14712/stat : 14712 (toysat) R 14709 14712 9721 0 -1 4202496 39470 0 0 0 14 5 0 0 20 0 4 0 10776497 1251545088 39283 33554432000 4194304 16246674 140735267085360 140735267084672 6837194 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/14712/statm: 305553 39283 860 2943 0 302447 0
[pid=14712/tid=14713] ppid=14709 vsize=1222212 CPUtime=0 cores=0,2,4,6
/proc/14712/task/14713/stat : 14713 (toysat) S 14709 14712 9721 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 10776497 1251545088 39283 33554432000 4194304 16246674 140735267085360 140635259514096 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=14712/tid=14714] ppid=14709 vsize=1222212 CPUtime=0 cores=0,2,4,6
/proc/14712/task/14714/stat : 14714 (toysat) S 14709 14712 9721 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10776497 1251545088 39283 33554432000 4194304 16246674 140735267085360 140635249024240 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=14712/tid=14715] ppid=14709 vsize=1222212 CPUtime=0 cores=0,2,4,6
/proc/14712/task/14715/stat : 14715 (toysat) S 14709 14712 9721 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 10776497 1251545088 39283 33554432000 4194304 16246674 140735267085360 140635238550704 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) 1222212

[startup+0.300524 s]
/proc/loadavg: 2.04 2.00 2.00 3/181 14712
/proc/meminfo: memFree=31208584/32872528 swapFree=7268/7268
[pid=14712] ppid=14709 vsize=1222212 CPUtime=0.28 cores=0,2,4,6
/proc/14712/stat : 14712 (toysat) R 14709 14712 9721 0 -1 4202496 40099 0 0 0 23 5 0 0 20 0 4 0 10776497 1251545088 39912 33554432000 4194304 16246674 140735267085360 140735267084672 5545885 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/14712/statm: 305553 39921 869 2943 0 302447 0
[pid=14712/tid=14713] ppid=14709 vsize=1222212 CPUtime=0 cores=0,2,4,6
/proc/14712/task/14713/stat : 14713 (toysat) S 14709 14712 9721 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 10776497 1251545088 39928 33554432000 4194304 16246674 140735267085360 140635259514096 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=14712/tid=14714] ppid=14709 vsize=1222212 CPUtime=0 cores=0,2,4,6
/proc/14712/task/14714/stat : 14714 (toysat) S 14709 14712 9721 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10776497 1251545088 39933 33554432000 4194304 16246674 140735267085360 140635249024240 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=14712/tid=14715] ppid=14709 vsize=1222212 CPUtime=0 cores=0,2,4,6
/proc/14712/task/14715/stat : 14715 (toysat) S 14709 14712 9721 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 10776497 1251545088 39937 33554432000 4194304 16246674 140735267085360 140635238550704 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 1222212

[startup+0.700445 s]
/proc/loadavg: 2.04 2.00 2.00 3/181 14712
/proc/meminfo: memFree=31208584/32872528 swapFree=7268/7268
[pid=14712] ppid=14709 vsize=1222212 CPUtime=0.69 cores=0,2,4,6
/proc/14712/stat : 14712 (toysat) R 14709 14712 9721 0 -1 4202496 145483 0 0 0 50 19 0 0 20 0 4 0 10776497 1251545088 145296 33554432000 4194304 16246674 140735267085360 140735267084672 5675357 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/14712/statm: 305553 145302 869 2943 0 302447 0
[pid=14712/tid=14713] ppid=14709 vsize=1222212 CPUtime=0 cores=0,2,4,6
/proc/14712/task/14713/stat : 14713 (toysat) S 14709 14712 9721 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 10776497 1251545088 145308 33554432000 4194304 16246674 140735267085360 140635259514096 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=14712/tid=14714] ppid=14709 vsize=1222212 CPUtime=0 cores=0,2,4,6
/proc/14712/task/14714/stat : 14714 (toysat) S 14709 14712 9721 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10776497 1251545088 145312 33554432000 4194304 16246674 140735267085360 140635249024240 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=14712/tid=14715] ppid=14709 vsize=1222212 CPUtime=0 cores=0,2,4,6
/proc/14712/task/14715/stat : 14715 (toysat) S 14709 14712 9721 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 10776497 1251545088 145317 33554432000 4194304 16246674 140735267085360 140635238550704 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1222212

[startup+1.50045 s]
/proc/loadavg: 2.04 2.00 2.00 3/185 14716
/proc/meminfo: memFree=30235400/32872528 swapFree=7268/7268
[pid=14712] ppid=14709 vsize=1307204 CPUtime=1.49 cores=0,2,4,6
/proc/14712/stat : 14712 (toysat) R 14709 14712 9721 0 -1 4202496 267741 0 0 0 114 35 0 0 20 0 4 0 10776497 1338576896 267554 33554432000 4194304 16246674 140735267085360 140735267067264 5661363 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/14712/statm: 326801 267554 874 2943 0 323695 0
[pid=14712/tid=14713] ppid=14709 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/14712/task/14713/stat : 14713 (toysat) S 14709 14712 9721 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 10776497 1338576896 267554 33554432000 4194304 16246674 140735267085360 140635259514096 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=14712/tid=14714] ppid=14709 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/14712/task/14714/stat : 14714 (toysat) S 14709 14712 9721 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10776497 1338576896 267554 33554432000 4194304 16246674 140735267085360 140635249024240 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=14712/tid=14715] ppid=14709 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/14712/task/14715/stat : 14715 (toysat) S 14709 14712 9721 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 10776497 1338576896 267554 33554432000 4194304 16246674 140735267085360 140635238550704 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) 1307204

[startup+3.10044 s]
/proc/loadavg: 2.04 2.00 2.00 3/185 14716
/proc/meminfo: memFree=30085732/32872528 swapFree=7268/7268
[pid=14712] ppid=14709 vsize=1308228 CPUtime=3.09 cores=0,2,4,6
/proc/14712/stat : 14712 (toysat) R 14709 14712 9721 0 -1 4202496 268021 0 0 0 274 35 0 0 20 0 4 0 10776497 1339625472 267834 33554432000 4194304 16246674 140735267085360 140735267067264 5709528 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/14712/statm: 327057 267834 885 2943 0 323951 0
[pid=14712/tid=14713] ppid=14709 vsize=1308228 CPUtime=0 cores=0,2,4,6
/proc/14712/task/14713/stat : 14713 (toysat) S 14709 14712 9721 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 10776497 1339625472 267834 33554432000 4194304 16246674 140735267085360 140635259514096 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=14712/tid=14714] ppid=14709 vsize=1308228 CPUtime=0 cores=0,2,4,6
/proc/14712/task/14714/stat : 14714 (toysat) S 14709 14712 9721 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10776497 1339625472 267834 33554432000 4194304 16246674 140735267085360 140635249024240 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=14712/tid=14715] ppid=14709 vsize=1308228 CPUtime=0 cores=0,2,4,6
/proc/14712/task/14715/stat : 14715 (toysat) S 14709 14712 9721 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 10776497 1339625472 267834 33554432000 4194304 16246674 140735267085360 140635238550704 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) 1308228

[startup+6.3004 s]
/proc/loadavg: 2.04 2.00 2.00 3/185 14716
/proc/meminfo: memFree=30079632/32872528 swapFree=7268/7268
[pid=14712] ppid=14709 vsize=1308228 CPUtime=6.29 cores=0,2,4,6
/proc/14712/stat : 14712 (toysat) R 14709 14712 9721 0 -1 4202496 268075 0 0 0 594 35 0 0 20 0 4 0 10776497 1339625472 267888 33554432000 4194304 16246674 140735267085360 140735267067264 5822604 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/14712/statm: 327057 267888 885 2943 0 323951 0
[pid=14712/tid=14713] ppid=14709 vsize=1308228 CPUtime=0 cores=0,2,4,6
/proc/14712/task/14713/stat : 14713 (toysat) S 14709 14712 9721 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 10776497 1339625472 267888 33554432000 4194304 16246674 140735267085360 140635259514096 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=14712/tid=14714] ppid=14709 vsize=1308228 CPUtime=0 cores=0,2,4,6
/proc/14712/task/14714/stat : 14714 (toysat) S 14709 14712 9721 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10776497 1339625472 267888 33554432000 4194304 16246674 140735267085360 140635249024240 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=14712/tid=14715] ppid=14709 vsize=1308228 CPUtime=0 cores=0,2,4,6
/proc/14712/task/14715/stat : 14715 (toysat) S 14709 14712 9721 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 10776497 1339625472 267888 33554432000 4194304 16246674 140735267085360 140635238550704 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) 1308228

[startup+12.7004 s]
/proc/loadavg: 2.10 2.02 2.00 3/185 14716
/proc/meminfo: memFree=30078568/32872528 swapFree=7268/7268
[pid=14712] ppid=14709 vsize=1308228 CPUtime=12.68 cores=0,2,4,6
/proc/14712/stat : 14712 (toysat) R 14709 14712 9721 0 -1 4202496 268190 0 0 0 1233 35 0 0 20 0 4 0 10776497 1339625472 268003 33554432000 4194304 16246674 140735267085360 140735267067264 5546098 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/14712/statm: 327057 268003 885 2943 0 323951 0
[pid=14712/tid=14713] ppid=14709 vsize=1308228 CPUtime=0 cores=0,2,4,6
/proc/14712/task/14713/stat : 14713 (toysat) S 14709 14712 9721 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 10776497 1339625472 268003 33554432000 4194304 16246674 140735267085360 140635259514096 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=14712/tid=14714] ppid=14709 vsize=1308228 CPUtime=0 cores=0,2,4,6
/proc/14712/task/14714/stat : 14714 (toysat) S 14709 14712 9721 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10776497 1339625472 268003 33554432000 4194304 16246674 140735267085360 140635249024240 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=14712/tid=14715] ppid=14709 vsize=1308228 CPUtime=0 cores=0,2,4,6
/proc/14712/task/14715/stat : 14715 (toysat) S 14709 14712 9721 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 10776497 1339625472 268003 33554432000 4194304 16246674 140735267085360 140635238550704 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 1308228

[startup+25.5005 s]
/proc/loadavg: 2.09 2.02 2.00 3/185 14716
/proc/meminfo: memFree=30032548/32872528 swapFree=7268/7268
[pid=14712] ppid=14709 vsize=1320516 CPUtime=25.49 cores=0,2,4,6
/proc/14712/stat : 14712 (toysat) R 14709 14712 9721 0 -1 4202496 271262 0 0 0 2513 36 0 0 20 0 4 0 10776497 1352208384 271075 33554432000 4194304 16246674 140735267085360 140735267067264 6018315 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/14712/statm: 330129 271075 885 2943 0 327023 0
[pid=14712/tid=14713] ppid=14709 vsize=1320516 CPUtime=0 cores=0,2,4,6
/proc/14712/task/14713/stat : 14713 (toysat) S 14709 14712 9721 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 10776497 1352208384 271075 33554432000 4194304 16246674 140735267085360 140635259514096 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=14712/tid=14714] ppid=14709 vsize=1320516 CPUtime=0 cores=0,2,4,6
/proc/14712/task/14714/stat : 14714 (toysat) S 14709 14712 9721 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10776497 1352208384 271075 33554432000 4194304 16246674 140735267085360 140635249024240 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=14712/tid=14715] ppid=14709 vsize=1320516 CPUtime=0 cores=0,2,4,6
/proc/14712/task/14715/stat : 14715 (toysat) S 14709 14712 9721 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 10776497 1352208384 271075 33554432000 4194304 16246674 140735267085360 140635238550704 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 1320516

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

[startup+25.6005 s]
/proc/loadavg: 2.09 2.02 2.00 3/185 14716
/proc/meminfo: memFree=30032548/32872528 swapFree=7268/7268
[pid=14712] ppid=14709 vsize=1320516 CPUtime=25.59 cores=0,2,4,6
/proc/14712/stat : 14712 (toysat) R 14709 14712 9721 0 -1 4202496 271262 0 0 0 2523 36 0 0 20 0 4 0 10776497 1352208384 271075 33554432000 4194304 16246674 140735267085360 140735267067264 5822604 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/14712/statm: 330129 271075 885 2943 0 327023 0
[pid=14712/tid=14713] ppid=14709 vsize=1320516 CPUtime=0 cores=0,2,4,6
/proc/14712/task/14713/stat : 14713 (toysat) S 14709 14712 9721 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 10776497 1352208384 271075 33554432000 4194304 16246674 140735267085360 140635259514096 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=14712/tid=14714] ppid=14709 vsize=1320516 CPUtime=0 cores=0,2,4,6
/proc/14712/task/14714/stat : 14714 (toysat) S 14709 14712 9721 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10776497 1352208384 271075 33554432000 4194304 16246674 140735267085360 140635249024240 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=14712/tid=14715] ppid=14709 vsize=1320516 CPUtime=0 cores=0,2,4,6
/proc/14712/task/14715/stat : 14715 (toysat) S 14709 14712 9721 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 10776497 1352208384 271075 33554432000 4194304 16246674 140735267085360 140635238550704 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 25.59
Current children cumulated vsize (KiB) 1320516

[startup+27.2004 s]
/proc/loadavg: 2.09 2.02 2.00 3/185 14716
/proc/meminfo: memFree=30032548/32872528 swapFree=7268/7268
[pid=14712] ppid=14709 vsize=1320516 CPUtime=27.19 cores=0,2,4,6
/proc/14712/stat : 14712 (toysat) R 14709 14712 9721 0 -1 4202496 271262 0 0 0 2683 36 0 0 20 0 4 0 10776497 1352208384 271075 33554432000 4194304 16246674 140735267085360 140735267067264 5677888 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/14712/statm: 330129 271075 885 2943 0 327023 0
[pid=14712/tid=14713] ppid=14709 vsize=1320516 CPUtime=0 cores=0,2,4,6
/proc/14712/task/14713/stat : 14713 (toysat) S 14709 14712 9721 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 10776497 1352208384 271075 33554432000 4194304 16246674 140735267085360 140635259514096 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=14712/tid=14714] ppid=14709 vsize=1320516 CPUtime=0 cores=0,2,4,6
/proc/14712/task/14714/stat : 14714 (toysat) S 14709 14712 9721 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10776497 1352208384 271075 33554432000 4194304 16246674 140735267085360 140635249024240 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=14712/tid=14715] ppid=14709 vsize=1320516 CPUtime=0 cores=0,2,4,6
/proc/14712/task/14715/stat : 14715 (toysat) S 14709 14712 9721 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 10776497 1352208384 271075 33554432000 4194304 16246674 140735267085360 140635238550704 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 27.19
Current children cumulated vsize (KiB) 1320516

[startup+28.0004 s]
/proc/loadavg: 2.08 2.01 2.00 3/185 14716
/proc/meminfo: memFree=30032548/32872528 swapFree=7268/7268
[pid=14712] ppid=14709 vsize=1320516 CPUtime=27.99 cores=0,2,4,6
/proc/14712/stat : 14712 (toysat) R 14709 14712 9721 0 -1 4202496 271262 0 0 0 2763 36 0 0 20 0 4 0 10776497 1352208384 271075 33554432000 4194304 16246674 140735267085360 140735267067264 5675849 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/14712/statm: 330129 271075 885 2943 0 327023 0
[pid=14712/tid=14713] ppid=14709 vsize=1320516 CPUtime=0 cores=0,2,4,6
/proc/14712/task/14713/stat : 14713 (toysat) S 14709 14712 9721 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 10776497 1352208384 271075 33554432000 4194304 16246674 140735267085360 140635259514096 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=14712/tid=14714] ppid=14709 vsize=1320516 CPUtime=0 cores=0,2,4,6
/proc/14712/task/14714/stat : 14714 (toysat) S 14709 14712 9721 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10776497 1352208384 271075 33554432000 4194304 16246674 140735267085360 140635249024240 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=14712/tid=14715] ppid=14709 vsize=1320516 CPUtime=0 cores=0,2,4,6
/proc/14712/task/14715/stat : 14715 (toysat) S 14709 14712 9721 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 10776497 1352208384 271075 33554432000 4194304 16246674 140735267085360 140635238550704 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 27.99
Current children cumulated vsize (KiB) 1320516

[startup+28.4004 s]
/proc/loadavg: 2.08 2.01 2.00 3/185 14716
/proc/meminfo: memFree=30032548/32872528 swapFree=7268/7268
[pid=14712] ppid=14709 vsize=1320516 CPUtime=28.39 cores=0,2,4,6
/proc/14712/stat : 14712 (toysat) R 14709 14712 9721 0 -1 4202496 271262 0 0 0 2803 36 0 0 20 0 4 0 10776497 1352208384 271075 33554432000 4194304 16246674 140735267085360 140735267067264 5822252 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/14712/statm: 330129 271075 885 2943 0 327023 0
[pid=14712/tid=14713] ppid=14709 vsize=1320516 CPUtime=0 cores=0,2,4,6
/proc/14712/task/14713/stat : 14713 (toysat) S 14709 14712 9721 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 10776497 1352208384 271075 33554432000 4194304 16246674 140735267085360 140635259514096 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=14712/tid=14714] ppid=14709 vsize=1320516 CPUtime=0 cores=0,2,4,6
/proc/14712/task/14714/stat : 14714 (toysat) S 14709 14712 9721 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10776497 1352208384 271075 33554432000 4194304 16246674 140735267085360 140635249024240 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=14712/tid=14715] ppid=14709 vsize=1320516 CPUtime=0 cores=0,2,4,6
/proc/14712/task/14715/stat : 14715 (toysat) S 14709 14712 9721 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 10776497 1352208384 271075 33554432000 4194304 16246674 140735267085360 140635238550704 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 28.39
Current children cumulated vsize (KiB) 1320516

[startup+28.6004 s]
/proc/loadavg: 2.08 2.01 2.00 3/185 14716
/proc/meminfo: memFree=30032548/32872528 swapFree=7268/7268
[pid=14712] ppid=14709 vsize=1320516 CPUtime=28.59 cores=0,2,4,6
/proc/14712/stat : 14712 (toysat) R 14709 14712 9721 0 -1 4202496 271262 0 0 0 2823 36 0 0 20 0 4 0 10776497 1352208384 271075 33554432000 4194304 16246674 140735267085360 140735267067264 5711346 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/14712/statm: 330129 271075 885 2943 0 327023 0
[pid=14712/tid=14713] ppid=14709 vsize=1320516 CPUtime=0 cores=0,2,4,6
/proc/14712/task/14713/stat : 14713 (toysat) S 14709 14712 9721 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 10776497 1352208384 271075 33554432000 4194304 16246674 140735267085360 140635259514096 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=14712/tid=14714] ppid=14709 vsize=1320516 CPUtime=0 cores=0,2,4,6
/proc/14712/task/14714/stat : 14714 (toysat) S 14709 14712 9721 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10776497 1352208384 271075 33554432000 4194304 16246674 140735267085360 140635249024240 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=14712/tid=14715] ppid=14709 vsize=1320516 CPUtime=0 cores=0,2,4,6
/proc/14712/task/14715/stat : 14715 (toysat) S 14709 14712 9721 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 10776497 1352208384 271075 33554432000 4194304 16246674 140735267085360 140635238550704 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 28.59
Current children cumulated vsize (KiB) 1320516

[startup+28.7075 s]
/proc/loadavg: 2.08 2.01 2.00 3/185 14716
/proc/meminfo: memFree=30032548/32872528 swapFree=7268/7268
[pid=14712] ppid=14709 vsize=1320516 CPUtime=28.69 cores=0,2,4,6
/proc/14712/stat : 14712 (toysat) R 14709 14712 9721 0 -1 4202496 271262 0 0 0 2833 36 0 0 20 0 4 0 10776497 1352208384 271075 33554432000 4194304 16246674 140735267085360 140735267067264 6843484 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/14712/statm: 330129 271075 885 2943 0 327023 0
[pid=14712/tid=14713] ppid=14709 vsize=1320516 CPUtime=0 cores=0,2,4,6
/proc/14712/task/14713/stat : 14713 (toysat) S 14709 14712 9721 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 10776497 1352208384 271075 33554432000 4194304 16246674 140735267085360 140635259514096 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=14712/tid=14714] ppid=14709 vsize=1320516 CPUtime=0 cores=0,2,4,6
/proc/14712/task/14714/stat : 14714 (toysat) S 14709 14712 9721 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10776497 1352208384 271075 33554432000 4194304 16246674 140735267085360 140635249024240 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=14712/tid=14715] ppid=14709 vsize=1320516 CPUtime=0 cores=0,2,4,6
/proc/14712/task/14715/stat : 14715 (toysat) S 14709 14712 9721 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 10776497 1352208384 271075 33554432000 4194304 16246674 140735267085360 140635238550704 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 28.69
Current children cumulated vsize (KiB) 1320516

Child status: 0
Real time (s): 28.7855
CPU time (s): 28.7796
CPU user time (s): 28.3567
CPU system time (s): 0.422935
CPU usage (%): 99.9796
Max. virtual memory (cumulated for all children) (KiB): 1320516

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 28.3567
system time used= 0.422935
maximum resident set size= 1084312
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 271266
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= 19
involuntary context switches= 30

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.280957 second user time and 0.111982 second system time

The end

Launcher Data

Begin job on node133 at 2016-06-16 16:28:26
IDJOB=4093339
IDBENCH=78966
IDSOLVER=2553
FILE ID=node133/4093339-1466087306
RUNJOBID= node133-1466075558-12321
PBS_JOBID= 19904006
Free space on /tmp= 71732 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900558106--soft-66-100-0.wbo
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --wbo --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4093339-1466087306/watcher-4093339-1466087306 -o /tmp/evaluation-result-4093339-1466087306/solver-4093339-1466087306 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node133-1466075558-12321 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --wbo --search=bcd2 HOME/instance-4093339-1466087306.wbo

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

MD5SUM BENCH= 125243b279b6e24b77d57dd07a5f7014
RANDOM SEED=675065501

node133.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

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

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

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

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.256
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		: 2667.256
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:        31209220 kB
Buffers:           36444 kB
Cached:           100012 kB
SwapCached:         1876 kB
Active:           900040 kB
Inactive:          58040 kB
Active(anon):     822380 kB
Inactive(anon):     1228 kB
Active(file):      77660 kB
Inactive(file):    56812 kB
Unevictable:        7268 kB
Mlocked:            7268 kB
SwapTotal:      67108856 kB
SwapFree:       67098888 kB
Dirty:             16344 kB
Writeback:             0 kB
AnonPages:        827612 kB
Mapped:            10940 kB
Shmem:                 0 kB
Slab:             567464 kB
SReclaimable:      11072 kB
SUnreclaim:       556392 kB
KernelStack:        1520 kB
PageTables:         6016 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1232792 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987908 kB
HardwareCorrupted:     0 kB
AnonHugePages:      2048 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71716 MiB
End job on node133 at 2016-06-16 16:28:55