Trace number 4109390

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 32.597 32.6078

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111217392--soft-66-100-0.wbo
MD5SUM960bc2a8059baa29bab251cd640f5046
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark14
Best CPU time to get the best result obtained on this benchmark4.77827
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables169
Total number of constraints101
Number of soft constraints42
Number of constraints which are clauses30
Number of constraints which are cardinality constraints (but not clauses)70
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint169
Top cost 1838
Min constraint cost 1
Max constraint cost 97
Sum of constraints costs 1837
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1248
Number of bits of the biggest sum of numbers11
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-19T15:41:42+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-4109390-1466343702.wbo"]
0.00/0.01	c use --random-gen="550641401 2277477350 1297339814 2445621147 1163565702 3739616461 3689217713 4039321167 687354835 3610315842 801633327 807360955 1109354608 3029252507 3155514583 2687033112 2283397670 2251486780 2947092715 2903314499 3636994313 1759514286 2278006002 844231681 2682211132 15857990 306001859 3257124218 3433152665 66388620 3526233841 3191012362 3375781015 4142126384 2810327156 2798163674 4213122606 669537518 3256016538 3189688677 1067954079 2577533068 2361732850 2279140205 4269956282 3003360851 38323448 969496516 1470890834 610712302 3165335843 3219761150 144676406 2199857845 3184325163 369554435 152966264 1018587896 3778341259 2720416135 3477155124 1473200016 4070277807 4008255622 1521089688 2407553336 3630058251 3254398080 3163614032 60434507 243741768 403919828 881437021 3765606474 808914403 2997745144 1068475963 224735396 4130965211 1263381052 3052921912 3691556089 3261113147 2133555283 3230073141 3843476040 3832867974 241839156 1259285270 780575135 2310780484 337895869 2160991294 398358944 4224019340 1831754054 1685788114 4131965068 956315737 937932563 4044814597 4161401120 2172171515 571696033 1510442690 4081937854 3942239358 1396306286 2633642950 1012882786 1356842654 3752141477 3050139653 1354768488 2112584830 2553288736 4283193151 1483092910 4149594155 845837431 3876481977 235548895 335265170 3698207841 100440760 2352560862 3389159067 618458346 4277801116 1779950637 2612470724 261426894 3398939434 2165611272 2488448831 1350761333 733536576 1776358070 1538022066 2868308221 3157879647 2307300344 1516121879 3704830591 2077410581 3885639602 229953132 3091947660 3838336476 952825748 3927709245 992455647 3843596456 277528253 3693132227 1607785307 3187137785 2007899542 3540455830 2794692177 2758345696 4072276795 1382804880 3003192279 2748380 1434473660 1946832417 1899051167 1130265910 141146516 3092768467 2981505505 2733920319 667504189 3456998496 4219608777 1322265153 4209176999 798287476 879090293 2064139405 3193446589 2090833191 2710495046 3612949990 25416325 734358434 2349671452 2935143698 4128545286 3856951178 707929973 1934446221 1561962795 1390515104 2602990547 1998832127 718552752 1495740524 649925125 3970221532 3177301968 2401296991 617685689 1010824576 1148215284 1989272488 2571698299 579444876 3167316635 4112374449 873259855 3948727049 3816677410 4109571132 3566178998 1144963469 1509069304 2098346019 555960282 2903516851 1906118258 350031162 2526700479 220661814 4213182434 2283055760 1595868693 24426629 23649275 4045251499 3777662653 617860688 943980883 3218470313 1320182645 475631083 1552262607 3444690874 3735608306 3225966907 677487238 2222017462 459917672 2067483610 2180994055 3033064084 369294622 2809389481 3877124315 855355248 57711649 898377800 305870992 347550095 4195027866 255 362436" option to reproduce the execution
0.19/0.24	c #vars 169
0.19/0.24	c #constraints 101
0.19/0.25	c BCD2: Hardening is enabled.
0.19/0.25	c BCD2: BiasedSearch is enabled.
0.19/0.25	c Solving starts ...
0.19/0.25	c ============================[ Search Statistics ]============================
0.19/0.25	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.19/0.25	c       |         |          |          |    Limit     GC | Var      | Constra 
0.19/0.25	c =============================================================================
0.19/0.25	c  0.0s |       0 |        0 |        0 |      104      0 |        0 |        0
0.19/0.26	c  0.0s |       1 |      210 |      100 |      104      0 |        0 |        0
0.19/0.29	c  0.0s |       2 |      481 |      250 |      115      1 |        0 |        0
0.19/0.29	c  0.0s |       2 |      543 |      262 |      127      2 |        0 |        0
0.19/0.29	c #cpu_time = 0.042s
0.19/0.29	c #wall_clock_time = 0.042s
0.19/0.29	c #decision = 543
0.19/0.29	c #random_decision = 1
0.19/0.29	c #conflict = 262
0.19/0.29	c #restart = 2
0.19/0.29	o 598
0.19/0.29	c BCD2: updating upper bound: 1837 -> 597
0.19/0.29	c BCD2: 0 <= obj <= 597
0.19/0.29	c BCD2: #cores=0, #unrelaxed=42, #relaxed=0, #hardened=0
0.19/0.29	c BCD2: #sat=1 #unsat=1 bias=1/2
0.19/0.29	c Solving starts ...
0.19/0.29	c ============================[ Search Statistics ]============================
0.19/0.29	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.19/0.29	c       |         |          |          |    Limit     GC | Var      | Constra 
0.19/0.29	c =============================================================================
0.19/0.29	c  0.0s |       0 |        0 |        0 |      127      0 |        0 |        0
0.28/0.30	c  0.0s |       1 |      218 |      100 |      127      0 |        0 |        0
0.28/0.33	c  0.0s |       2 |      536 |      250 |      140      1 |        0 |        0
0.28/0.36	c  0.1s |       3 |      949 |      475 |      140      3 |        0 |        0
0.39/0.42	c  0.1s |       4 |     1520 |      813 |      154      6 |        0 |        0
0.49/0.51	c  0.2s |       5 |     2372 |     1320 |      170     10 |        0 |        0
0.59/0.63	c  0.3s |       6 |     3716 |     2081 |      188     15 |        0 |        0
0.79/0.83	c  0.5s |       7 |     5679 |     3223 |      207     23 |        0 |        0
1.10/1.12	c  0.8s |       8 |     8095 |     4936 |      228     33 |        0 |        0
1.49/1.55	c  1.3s |       9 |    11909 |     7506 |      251     47 |        0 |        0
1.99/2.00	c  1.7s |      10 |    18062 |    11361 |      277     68 |        0 |        0
2.69/2.71	c  2.4s |      11 |    27000 |    17144 |      305     98 |        0 |        0
3.69/3.78	c  3.5s |      12 |    39765 |    25819 |      336    139 |        0 |        0
5.39/5.41	c  5.1s |      13 |    58977 |    38832 |      370    196 |        0 |        0
7.39/7.41	c  7.1s |      13 |    82676 |    55132 |      370    264 |        0 |        0
7.79/7.84	c  7.6s |      14 |    87289 |    58352 |      408    277 |        0 |        0
9.79/9.86	c  9.6s |      14 |   110764 |    74352 |      408    339 |        0 |        0
11.59/11.60	c 11.3s |      15 |   130039 |    87632 |      449    391 |        0 |        0
13.39/13.44	c 13.1s |      15 |   148885 |   100542 |      449    440 |        0 |        0
13.39/13.44	c #cpu_time = 13.113s
13.39/13.44	c #wall_clock_time = 13.147s
13.39/13.44	c #decision = 148885
13.39/13.44	c #random_decision = 379
13.39/13.44	c #conflict = 100542
13.39/13.44	c #restart = 15
13.39/13.44	c BCD2: found a new core of size 42: cost of the new core is >=1
13.39/13.44	c lower bound updated to 1
13.39/13.44	c BCD2: 1 <= obj <= 597
13.39/13.44	c BCD2: #cores=1, #unrelaxed=0, #relaxed=42, #hardened=0
13.39/13.44	c BCD2: #sat=1 #unsat=2 bias=2/3
13.39/13.44	c Solving starts ...
13.39/13.44	c ============================[ Search Statistics ]============================
13.39/13.44	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
13.39/13.44	c       |         |          |          |    Limit     GC | Var      | Constra 
13.39/13.44	c =============================================================================
13.39/13.44	c  0.0s |       0 |        0 |        0 |      449      0 |        0 |        0
13.39/13.45	c  0.0s |       1 |      170 |      100 |      449      0 |        0 |        0
13.39/13.46	c  0.0s |       1 |      368 |      203 |      449      0 |        0 |        0
13.39/13.46	c #cpu_time = 0.027s
13.39/13.46	c #wall_clock_time = 0.027s
13.39/13.46	c #decision = 368
13.39/13.46	c #random_decision = 0
13.39/13.46	c #conflict = 203
13.39/13.46	c #restart = 1
13.39/13.46	o 347
13.39/13.46	c BCD2: updating upper bound: 597 -> 346
13.39/13.46	c BCD2: 1 <= obj <= 346
13.39/13.46	c BCD2: #cores=1, #unrelaxed=0, #relaxed=42, #hardened=0
13.39/13.46	c BCD2: #sat=2 #unsat=2 bias=2/4
13.39/13.46	c Solving starts ...
13.39/13.46	c ============================[ Search Statistics ]============================
13.39/13.46	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
13.39/13.46	c       |         |          |          |    Limit     GC | Var      | Constra 
13.39/13.46	c =============================================================================
13.39/13.46	c  0.0s |       0 |        0 |        0 |      449      0 |        0 |        2
13.39/13.47	c  0.0s |       0 |       10 |        1 |      449      1 |        0 |        2
13.39/13.47	c #cpu_time = 0.003s
13.39/13.47	c #wall_clock_time = 0.003s
13.39/13.47	c #decision = 10
13.39/13.47	c #random_decision = 0
13.39/13.47	c #conflict = 1
13.39/13.47	c #restart = 0
13.39/13.47	o 296
13.39/13.47	c BCD2: updating upper bound: 346 -> 295
13.39/13.47	c BCD2: 1 <= obj <= 295
13.39/13.47	c BCD2: #cores=1, #unrelaxed=0, #relaxed=42, #hardened=0
13.39/13.47	c BCD2: #sat=3 #unsat=2 bias=2/5
13.39/13.47	c Solving starts ...
13.39/13.47	c ============================[ Search Statistics ]============================
13.39/13.47	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
13.39/13.47	c       |         |          |          |    Limit     GC | Var      | Constra 
13.39/13.47	c =============================================================================
13.39/13.47	c  0.0s |       0 |        0 |        0 |      449      0 |        0 |        4
13.39/13.48	c  0.0s |       1 |      167 |      100 |      449      0 |        0 |        4
13.49/13.50	c  0.0s |       2 |      413 |      250 |      449      0 |        0 |        4
13.49/13.52	c  0.1s |       3 |      765 |      475 |      449      1 |        0 |        4
13.49/13.57	c  0.1s |       4 |     1317 |      813 |      449      3 |        0 |        4
13.58/13.63	c  0.2s |       5 |     2170 |     1320 |      449      5 |        0 |        4
13.68/13.71	c  0.2s |       6 |     3282 |     2081 |      449      7 |        0 |        4
13.78/13.85	c  0.4s |       7 |     4981 |     3223 |      449     12 |        0 |        4
13.88/13.91	c  0.4s |       7 |     5687 |     3713 |      449     13 |        0 |        4
13.88/13.91	c #cpu_time = 0.440s
13.88/13.91	c #wall_clock_time = 0.441s
13.88/13.91	c #decision = 5687
13.88/13.91	c #random_decision = 20
13.88/13.91	c #conflict = 3713
13.88/13.91	c #restart = 7
13.88/13.91	o 104
13.88/13.91	c BCD2: updating upper bound: 295 -> 103
13.88/13.91	c BCD2: 1 <= obj <= 103
13.88/13.91	c BCD2: #cores=1, #unrelaxed=0, #relaxed=42, #hardened=0
13.88/13.91	c BCD2: #sat=4 #unsat=2 bias=2/6
13.88/13.91	c Solving starts ...
13.88/13.91	c ============================[ Search Statistics ]============================
13.88/13.91	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
13.88/13.91	c       |         |          |          |    Limit     GC | Var      | Constra 
13.88/13.91	c =============================================================================
13.88/13.91	c  0.0s |       0 |        0 |        0 |      449      0 |        0 |        6
13.88/13.92	c  0.0s |       1 |      156 |      100 |      449      1 |        0 |        6
13.88/13.94	c  0.0s |       2 |      418 |      250 |      449      1 |        0 |        6
13.88/13.97	c  0.1s |       3 |      810 |      475 |      449      2 |        0 |        6
13.98/14.02	c  0.1s |       4 |     1344 |      813 |      449      4 |        0 |        6
13.98/14.08	c  0.2s |       5 |     2133 |     1320 |      449      6 |        0 |        6
14.08/14.17	c  0.3s |       6 |     3294 |     2081 |      449      8 |        0 |        6
14.18/14.30	c  0.4s |       7 |     5184 |     3223 |      449     13 |        0 |        6
14.39/14.49	c  0.6s |       8 |     7959 |     4936 |      449     19 |        0 |        6
14.78/14.80	c  0.9s |       9 |    12044 |     7506 |      449     28 |        0 |        6
15.18/15.26	c  1.3s |      10 |    17924 |    11361 |      449     43 |        0 |        6
15.39/15.47	c  1.6s |      10 |    20821 |    13196 |      449     49 |        0 |        6
15.39/15.47	c #cpu_time = 1.558s
15.39/15.47	c #wall_clock_time = 1.562s
15.39/15.47	c #decision = 20821
15.39/15.47	c #random_decision = 53
15.39/15.47	c #conflict = 13196
15.39/15.47	c #restart = 10
15.39/15.47	o 33
15.39/15.47	c BCD2: hardening fixes 25 literals
15.39/15.47	c BCD2: updating upper bound: 103 -> 32
15.39/15.47	c BCD2: 1 <= obj <= 32
15.39/15.47	c BCD2: #cores=1, #unrelaxed=0, #relaxed=17, #hardened=25
15.39/15.47	c BCD2: #sat=5 #unsat=2 bias=2/7
15.39/15.47	c Solving starts ...
15.39/15.47	c ============================[ Search Statistics ]============================
15.39/15.47	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
15.39/15.47	c       |         |          |          |    Limit     GC | Var      | Constra 
15.39/15.47	c =============================================================================
15.39/15.47	c  0.0s |       0 |        0 |        0 |      449      0 |       25 |        8
15.39/15.49	c  0.0s |       1 |      215 |      100 |      449      1 |       25 |        8
15.39/15.50	c  0.0s |       2 |      471 |      250 |      449      1 |       25 |        8
15.49/15.53	c  0.1s |       3 |      828 |      475 |      449      2 |       25 |        8
15.49/15.56	c  0.1s |       4 |     1369 |      813 |      449      3 |       25 |        8
15.58/15.63	c  0.2s |       5 |     2081 |     1320 |      449      5 |       25 |        8
15.68/15.71	c  0.2s |       6 |     3239 |     2081 |      449      8 |       25 |        8
15.78/15.84	c  0.4s |       7 |     5087 |     3223 |      449     12 |       25 |        8
15.98/16.03	c  0.6s |       8 |     7877 |     4936 |      449     18 |       25 |        8
16.18/16.29	c  0.8s |       9 |    11931 |     7506 |      449     27 |       25 |        8
16.68/16.71	c  1.2s |      10 |    17673 |    11361 |      449     41 |       25 |        8
17.28/17.37	c  1.9s |      11 |    26001 |    17144 |      494     61 |       25 |        8
18.28/18.36	c  2.9s |      12 |    38462 |    25819 |      494     89 |       25 |        8
19.89/19.93	c  4.5s |      13 |    57372 |    38832 |      494    132 |       25 |        8
21.88/21.93	c  6.5s |      13 |    82743 |    55732 |      494    188 |       25 |        8
21.99/22.08	c  6.6s |      13 |    84608 |    56912 |      494    193 |       26 |       10
21.99/22.08	c #cpu_time = 6.587s
21.99/22.08	c #wall_clock_time = 6.603s
21.99/22.08	c #decision = 84608
21.99/22.08	c #random_decision = 212
21.99/22.08	c #conflict = 56912
21.99/22.08	c #restart = 13
21.99/22.08	c BCD2: updating lower bound of a core
21.99/22.08	c lower bound updated to 11
21.99/22.08	c BCD2: 11 <= obj <= 32
21.99/22.08	c BCD2: #cores=1, #unrelaxed=0, #relaxed=17, #hardened=25
21.99/22.08	c BCD2: #sat=5 #unsat=3 bias=3/8
21.99/22.08	c Solving starts ...
21.99/22.08	c ============================[ Search Statistics ]============================
21.99/22.08	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
21.99/22.08	c       |         |          |          |    Limit     GC | Var      | Constra 
21.99/22.08	c =============================================================================
21.99/22.08	c  0.0s |       0 |        0 |        0 |      494      0 |       26 |       10
21.99/22.09	c  0.0s |       1 |      155 |      100 |      494      0 |       26 |       10
22.09/22.11	c  0.0s |       2 |      421 |      250 |      494      0 |       26 |       10
22.09/22.13	c  0.1s |       3 |      804 |      475 |      494      1 |       26 |       10
22.09/22.17	c  0.1s |       4 |     1378 |      813 |      494      2 |       26 |       10
22.18/22.23	c  0.2s |       5 |     2181 |     1320 |      494      4 |       26 |       10
22.28/22.31	c  0.2s |       6 |     3424 |     2081 |      494      7 |       26 |       10
22.39/22.43	c  0.4s |       7 |     5096 |     3223 |      494     10 |       26 |       10
22.59/22.61	c  0.5s |       8 |     7708 |     4936 |      494     16 |       26 |       10
22.79/22.89	c  0.8s |       9 |    11776 |     7506 |      494     25 |       26 |       10
23.20/23.29	c  1.2s |      10 |    17832 |    11361 |      494     38 |       26 |       10
23.89/23.91	c  1.8s |      11 |    26587 |    17144 |      494     57 |       26 |       10
24.79/24.85	c  2.8s |      12 |    40033 |    25819 |      544     84 |       26 |       10
26.19/26.25	c  4.2s |      12 |    59574 |    38349 |      544    122 |       26 |       10
26.19/26.25	c #cpu_time = 4.166s
26.19/26.25	c #wall_clock_time = 4.176s
26.19/26.25	c #decision = 59574
26.19/26.25	c #random_decision = 144
26.19/26.25	c #conflict = 38349
26.19/26.25	c #restart = 12
26.19/26.25	o 14
26.19/26.25	c BCD2: hardening fixes 10 literals
26.19/26.25	c BCD2: updating upper bound: 32 -> 13
26.19/26.25	c BCD2: 11 <= obj <= 13
26.19/26.25	c BCD2: #cores=1, #unrelaxed=0, #relaxed=7, #hardened=35
26.19/26.25	c BCD2: #sat=6 #unsat=3 bias=3/9
26.19/26.25	c Solving starts ...
26.19/26.25	c ============================[ Search Statistics ]============================
26.19/26.25	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
26.19/26.25	c       |         |          |          |    Limit     GC | Var      | Constra 
26.19/26.25	c =============================================================================
26.19/26.25	c  0.0s |       0 |        0 |        0 |      544      0 |       36 |       12
26.19/26.27	c  0.0s |       1 |      163 |      100 |      544      0 |       36 |       12
26.19/26.28	c  0.0s |       2 |      397 |      250 |      544      1 |       36 |       12
26.29/26.31	c  0.1s |       3 |      739 |      475 |      544      2 |       36 |       12
26.29/26.34	c  0.1s |       4 |     1280 |      813 |      544      3 |       36 |       12
26.29/26.40	c  0.1s |       5 |     2046 |     1320 |      544      4 |       36 |       12
26.40/26.49	c  0.2s |       6 |     3172 |     2081 |      544      6 |       36 |       12
26.59/26.62	c  0.4s |       7 |     4953 |     3223 |      544     10 |       36 |       12
26.79/26.81	c  0.6s |       8 |     7625 |     4936 |      544     15 |       36 |       12
27.09/27.10	c  0.8s |       9 |    11475 |     7506 |      544     23 |       36 |       12
27.49/27.54	c  1.3s |      10 |    17425 |    11361 |      544     35 |       36 |       12
28.19/28.21	c  2.0s |      11 |    25722 |    17144 |      544     52 |       36 |       12
29.19/29.20	c  2.9s |      12 |    38805 |    25819 |      544     79 |       36 |       12
29.99/30.08	c  3.8s |      12 |    48526 |    32724 |      544    101 |       37 |       14
29.99/30.08	c #cpu_time = 3.818s
29.99/30.08	c #wall_clock_time = 3.827s
29.99/30.08	c #decision = 48526
29.99/30.08	c #random_decision = 117
29.99/30.08	c #conflict = 32724
29.99/30.08	c #restart = 12
29.99/30.08	c BCD2: updating lower bound of a core
29.99/30.08	c lower bound updated to 13
29.99/30.08	c BCD2: 13 <= obj <= 13
29.99/30.08	c BCD2: #cores=1, #unrelaxed=0, #relaxed=7, #hardened=35
29.99/30.08	c BCD2: #sat=6 #unsat=4 bias=4/10
29.99/30.08	c Solving starts ...
29.99/30.08	c ============================[ Search Statistics ]============================
29.99/30.08	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
29.99/30.08	c       |         |          |          |    Limit     GC | Var      | Constra 
29.99/30.08	c =============================================================================
29.99/30.08	c  0.0s |       0 |        0 |        0 |      544      0 |       37 |       15
29.99/30.10	c  0.0s |       1 |      141 |      100 |      544      0 |       37 |       15
30.09/30.11	c  0.0s |       2 |      350 |      250 |      544      0 |       37 |       15
30.09/30.14	c  0.1s |       3 |      683 |      475 |      544      1 |       37 |       15
30.09/30.18	c  0.1s |       4 |     1154 |      813 |      544      2 |       37 |       15
30.19/30.24	c  0.2s |       5 |     1954 |     1320 |      544      3 |       37 |       15
30.29/30.32	c  0.2s |       6 |     3008 |     2081 |      544      6 |       37 |       15
30.39/30.45	c  0.4s |       7 |     4668 |     3223 |      544      9 |       37 |       15
30.59/30.66	c  0.6s |       8 |     7236 |     4936 |      544     14 |       37 |       15
30.89/30.95	c  0.9s |       9 |    11230 |     7506 |      544     22 |       37 |       15
31.39/31.40	c  1.3s |      10 |    16901 |    11361 |      544     34 |       37 |       15
32.09/32.10	c  2.0s |      11 |    25643 |    17144 |      544     52 |       37 |       15
32.49/32.54	c  2.5s |      11 |    30992 |    20676 |      544     63 |       38 |       17
32.49/32.54	c #cpu_time = 2.449s
32.49/32.54	c #wall_clock_time = 2.456s
32.49/32.54	c #decision = 30992
32.49/32.54	c #random_decision = 58
32.49/32.54	c #conflict = 20676
32.49/32.54	c #restart = 11
32.49/32.54	c BCD2: updating lower bound of a core
32.49/32.54	c lower bound updated to 15
32.49/32.54	s OPTIMUM FOUND
32.49/32.54	v -x1 -x2 -x3 -x4 x5 -x6 -x7 -x8 -x9 -x10
32.49/32.54	v -x11 -x12 -x13 -x14 -x15 -x16 -x17 -x18 -x19 -x20
32.49/32.54	v x21 -x22 -x23 -x24 -x25 -x26 -x27 -x28 -x29 -x30
32.49/32.54	v -x31 -x32 -x33 -x34 -x35 -x36 -x37 -x38 x39 -x40
32.49/32.54	v -x41 -x42 -x43 -x44 -x45 x46 -x47 -x48 -x49 -x50
32.49/32.54	v -x51 -x52 -x53 -x54 -x55 x56 -x57 -x58 -x59 -x60
32.49/32.54	v -x61 -x62 -x63 -x64 -x65 -x66 -x67 x68 -x69 -x70
32.49/32.54	v -x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80
32.49/32.54	v -x81 -x82 -x83 -x84 -x85 -x86 -x87 -x88 -x89 x90
32.49/32.54	v -x91 x92 -x93 -x94 -x95 -x96 -x97 -x98 -x99 -x100
32.49/32.54	v -x101 -x102 -x103 -x104 -x105 -x106 -x107 -x108 -x109 -x110
32.49/32.54	v -x111 -x112 x113 -x114 -x115 -x116 -x117 -x118 -x119 -x120
32.49/32.54	v -x121 -x122 -x123 -x124 -x125 -x126 -x127 x128 -x129 -x130
32.49/32.54	v -x131 -x132 -x133 -x134 -x135 x136 -x137 -x138 -x139 -x140
32.49/32.54	v -x141 -x142 -x143 -x144 -x145 -x146 -x147 -x148 -x149 -x150
32.49/32.54	v -x151 -x152 x153 -x154 -x155 -x156 -x157 x158 -x159 -x160
32.49/32.54	v -x161 -x162 -x163 -x164 -x165 -x166 -x167 -x168 -x169
32.49/32.54	c total CPU time = 32.458s
32.49/32.54	c total wall clock time = 32.541s

Verifier Data

OK	14

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

pid=8013
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.27 2.29 1.97 2/179 8016
/proc/meminfo: memFree=29061328/32872528 swapFree=1431120/1543540
[pid=8016] ppid=8013 vsize=691644 CPUtime=0 cores=0,2,4,6
/proc/8016/stat : 8016 (toysat) R 8013 8016 7726 0 -1 4202496 2572 0 0 0 0 0 0 0 20 0 4 0 36418953 708243456 3444 33554432000 4194304 16246674 140733791777280 140733791776704 13880264 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/8016/statm: 173423 3454 441 2943 0 170317 0
[pid=8016/tid=8017] ppid=8013 vsize=709052 CPUtime=0 cores=0,2,4,6
/proc/8016/task/8017/stat : 8017 (toysat) S 8013 8016 7726 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36418953 726069248 3513 33554432000 4194304 16246674 140733791777280 139815402056944 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=8016/tid=8018] ppid=8013 vsize=713148 CPUtime=0 cores=0,2,4,6
/proc/8016/task/8018/stat : 8018 (toysat) S 8013 8016 7726 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36418953 730263552 3527 33554432000 4194304 16246674 140733791777280 139815391567088 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=8016/tid=8019] ppid=8013 vsize=717244 CPUtime=0 cores=0,2,4,6
/proc/8016/task/8019/stat : 8019 (toysat) S 8013 8016 7726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36418953 734457856 3545 33554432000 4194304 16246674 140733791777280 139815278341296 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0

[startup+0.100169 s]
/proc/loadavg: 2.27 2.29 1.97 2/179 8016
/proc/meminfo: memFree=29061328/32872528 swapFree=1431120/1543540
[pid=8016] ppid=8013 vsize=1218116 CPUtime=0.09 cores=0,2,4,6
/proc/8016/stat : 8016 (toysat) R 8013 8016 7726 0 -1 4202496 18389 0 0 0 7 2 0 0 20 0 4 0 36418953 1247350784 19253 33554432000 4194304 16246674 140733791777280 140733791776704 12459121 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/8016/statm: 304529 19256 615 2943 0 301423 0
[pid=8016/tid=8017] ppid=8013 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/8016/task/8017/stat : 8017 (toysat) S 8013 8016 7726 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36418953 1247350784 19260 33554432000 4194304 16246674 140733791777280 139815402056944 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=8016/tid=8018] ppid=8013 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/8016/task/8018/stat : 8018 (toysat) S 8013 8016 7726 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36418953 1247350784 19263 33554432000 4194304 16246674 140733791777280 139815391567088 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=8016/tid=8019] ppid=8013 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/8016/task/8019/stat : 8019 (toysat) S 8013 8016 7726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36418953 1247350784 19265 33554432000 4194304 16246674 140733791777280 139815278341296 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1218116

[startup+0.200502 s]
/proc/loadavg: 2.27 2.29 1.97 2/179 8016
/proc/meminfo: memFree=29061328/32872528 swapFree=1431120/1543540
[pid=8016] ppid=8013 vsize=1218116 CPUtime=0.19 cores=0,2,4,6
/proc/8016/stat : 8016 (toysat) R 8013 8016 7726 0 -1 4202496 26265 0 0 0 16 3 0 0 20 0 4 0 36418953 1247350784 27129 33554432000 4194304 16246674 140733791777280 140733791759168 12481124 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/8016/statm: 304529 27132 615 2943 0 301423 0
[pid=8016/tid=8017] ppid=8013 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/8016/task/8017/stat : 8017 (toysat) S 8013 8016 7726 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36418953 1247350784 27134 33554432000 4194304 16246674 140733791777280 139815402056944 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=8016/tid=8018] ppid=8013 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/8016/task/8018/stat : 8018 (toysat) S 8013 8016 7726 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36418953 1247350784 27139 33554432000 4194304 16246674 140733791777280 139815391567088 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=8016/tid=8019] ppid=8013 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/8016/task/8019/stat : 8019 (toysat) S 8013 8016 7726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36418953 1247350784 27140 33554432000 4194304 16246674 140733791777280 139815278341296 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1218116

[startup+0.300479 s]
/proc/loadavg: 2.27 2.29 1.97 2/179 8016
/proc/meminfo: memFree=29061328/32872528 swapFree=1431120/1543540
[pid=8016] ppid=8013 vsize=1218116 CPUtime=0.28 cores=0,2,4,6
/proc/8016/stat : 8016 (toysat) R 8013 8016 7726 0 -1 4202496 36852 0 0 0 24 4 0 0 20 0 4 0 36418953 1247350784 37709 33554432000 4194304 16246674 140733791777280 140733791759168 5661217 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/8016/statm: 304529 37714 812 2943 0 301423 0
[pid=8016/tid=8017] ppid=8013 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/8016/task/8017/stat : 8017 (toysat) S 8013 8016 7726 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36418953 1247350784 37719 33554432000 4194304 16246674 140733791777280 139815402056944 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=8016/tid=8018] ppid=8013 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/8016/task/8018/stat : 8018 (toysat) S 8013 8016 7726 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36418953 1247350784 37721 33554432000 4194304 16246674 140733791777280 139815391567088 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=8016/tid=8019] ppid=8013 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/8016/task/8019/stat : 8019 (toysat) S 8013 8016 7726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36418953 1247350784 37728 33554432000 4194304 16246674 140733791777280 139815278341296 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) 1218116

[startup+0.700385 s]
/proc/loadavg: 2.27 2.29 1.97 2/179 8016
/proc/meminfo: memFree=29061328/32872528 swapFree=1431120/1543540
[pid=8016] ppid=8013 vsize=1218116 CPUtime=0.69 cores=0,2,4,6
/proc/8016/stat : 8016 (toysat) R 8013 8016 7726 0 -1 4202496 102619 0 0 0 55 14 0 0 20 0 4 0 36418953 1247350784 103477 33554432000 4194304 16246674 140733791777280 140733791759168 5546181 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/8016/statm: 304529 103486 813 2943 0 301423 0
[pid=8016/tid=8017] ppid=8013 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/8016/task/8017/stat : 8017 (toysat) S 8013 8016 7726 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36418953 1247350784 103490 33554432000 4194304 16246674 140733791777280 139815402056944 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=8016/tid=8018] ppid=8013 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/8016/task/8018/stat : 8018 (toysat) S 8013 8016 7726 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36418953 1247350784 103493 33554432000 4194304 16246674 140733791777280 139815391567088 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=8016/tid=8019] ppid=8013 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/8016/task/8019/stat : 8019 (toysat) S 8013 8016 7726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36418953 1247350784 103496 33554432000 4194304 16246674 140733791777280 139815278341296 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) 1218116

[startup+1.50034 s]
/proc/loadavg: 2.27 2.29 1.97 3/183 8020
/proc/meminfo: memFree=28357356/32872528 swapFree=1431120/1543540
[pid=8016] ppid=8013 vsize=1219140 CPUtime=1.49 cores=0,2,4,6
/proc/8016/stat : 8016 (toysat) R 8013 8016 7726 0 -1 4202496 245743 0 0 0 117 32 0 0 20 0 4 0 36418953 1248399360 246578 33554432000 4194304 16246674 140733791777280 140733791760280 14628944 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/8016/statm: 304785 246578 872 2943 0 301679 0
[pid=8016/tid=8017] ppid=8013 vsize=1219140 CPUtime=0 cores=0,2,4,6
/proc/8016/task/8017/stat : 8017 (toysat) S 8013 8016 7726 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36418953 1248399360 246578 33554432000 4194304 16246674 140733791777280 139815402056944 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=8016/tid=8018] ppid=8013 vsize=1219140 CPUtime=0 cores=0,2,4,6
/proc/8016/task/8018/stat : 8018 (toysat) S 8013 8016 7726 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36418953 1248399360 246578 33554432000 4194304 16246674 140733791777280 139815391567088 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=8016/tid=8019] ppid=8013 vsize=1219140 CPUtime=0 cores=0,2,4,6
/proc/8016/task/8019/stat : 8019 (toysat) S 8013 8016 7726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36418953 1248399360 246578 33554432000 4194304 16246674 140733791777280 139815278341296 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 1219140

[startup+3.1004 s]
/proc/loadavg: 2.27 2.29 1.97 4/183 8020
/proc/meminfo: memFree=28075508/32872528 swapFree=1431120/1543540
[pid=8016] ppid=8013 vsize=1305156 CPUtime=3.09 cores=0,2,4,6
/proc/8016/stat : 8016 (toysat) R 8013 8016 7726 0 -1 4202496 267316 0 0 0 273 36 0 0 20 0 4 0 36418953 1336479744 268151 33554432000 4194304 16246674 140733791777280 140733791759168 5827682 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/8016/statm: 326289 268151 872 2943 0 323183 0
[pid=8016/tid=8017] ppid=8013 vsize=1305156 CPUtime=0 cores=0,2,4,6
/proc/8016/task/8017/stat : 8017 (toysat) S 8013 8016 7726 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36418953 1336479744 268151 33554432000 4194304 16246674 140733791777280 139815402056944 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=8016/tid=8018] ppid=8013 vsize=1305156 CPUtime=0 cores=0,2,4,6
/proc/8016/task/8018/stat : 8018 (toysat) S 8013 8016 7726 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36418953 1336479744 268151 33554432000 4194304 16246674 140733791777280 139815391567088 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=8016/tid=8019] ppid=8013 vsize=1305156 CPUtime=0 cores=0,2,4,6
/proc/8016/task/8019/stat : 8019 (toysat) S 8013 8016 7726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36418953 1336479744 268151 33554432000 4194304 16246674 140733791777280 139815278341296 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) 1305156

[startup+6.3004 s]
/proc/loadavg: 2.25 2.28 1.97 3/183 8020
/proc/meminfo: memFree=27988240/32872528 swapFree=1431120/1543540
[pid=8016] ppid=8013 vsize=1306180 CPUtime=6.29 cores=0,2,4,6
/proc/8016/stat : 8016 (toysat) R 8013 8016 7726 0 -1 4202496 267534 0 0 0 593 36 0 0 20 0 4 0 36418953 1337528320 268369 33554432000 4194304 16246674 140733791777280 140733791759168 13929558 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/8016/statm: 326545 268369 872 2943 0 323439 0
[pid=8016/tid=8017] ppid=8013 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/8016/task/8017/stat : 8017 (toysat) S 8013 8016 7726 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36418953 1337528320 268369 33554432000 4194304 16246674 140733791777280 139815402056944 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=8016/tid=8018] ppid=8013 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/8016/task/8018/stat : 8018 (toysat) S 8013 8016 7726 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36418953 1337528320 268369 33554432000 4194304 16246674 140733791777280 139815391567088 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=8016/tid=8019] ppid=8013 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/8016/task/8019/stat : 8019 (toysat) S 8013 8016 7726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36418953 1337528320 268369 33554432000 4194304 16246674 140733791777280 139815278341296 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1306180

[startup+12.7004 s]
/proc/loadavg: 2.31 2.29 1.97 3/183 8020
/proc/meminfo: memFree=27988140/32872528 swapFree=1431120/1543540
[pid=8016] ppid=8013 vsize=1306180 CPUtime=12.69 cores=0,2,4,6
/proc/8016/stat : 8016 (toysat) R 8013 8016 7726 0 -1 4202496 267542 0 0 0 1233 36 0 0 20 0 4 0 36418953 1337528320 268377 33554432000 4194304 16246674 140733791777280 140733791759168 13943664 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/8016/statm: 326545 268377 873 2943 0 323439 0
[pid=8016/tid=8017] ppid=8013 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/8016/task/8017/stat : 8017 (toysat) S 8013 8016 7726 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36418953 1337528320 268377 33554432000 4194304 16246674 140733791777280 139815402056944 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=8016/tid=8018] ppid=8013 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/8016/task/8018/stat : 8018 (toysat) S 8013 8016 7726 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36418953 1337528320 268377 33554432000 4194304 16246674 140733791777280 139815391567088 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=8016/tid=8019] ppid=8013 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/8016/task/8019/stat : 8019 (toysat) S 8013 8016 7726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36418953 1337528320 268377 33554432000 4194304 16246674 140733791777280 139815278341296 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1306180

[startup+25.5004 s]
/proc/loadavg: 2.32 2.30 1.98 4/183 8020
/proc/meminfo: memFree=27988788/32872528 swapFree=1431120/1543540
[pid=8016] ppid=8013 vsize=1306180 CPUtime=25.49 cores=0,2,4,6
/proc/8016/stat : 8016 (toysat) R 8013 8016 7726 0 -1 4202496 267554 0 0 0 2512 37 0 0 20 0 4 0 36418953 1337528320 268389 33554432000 4194304 16246674 140733791777280 140733791759168 5674030 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/8016/statm: 326545 268389 884 2943 0 323439 0
[pid=8016/tid=8017] ppid=8013 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/8016/task/8017/stat : 8017 (toysat) S 8013 8016 7726 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36418953 1337528320 268389 33554432000 4194304 16246674 140733791777280 139815402056944 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=8016/tid=8018] ppid=8013 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/8016/task/8018/stat : 8018 (toysat) S 8013 8016 7726 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36418953 1337528320 268389 33554432000 4194304 16246674 140733791777280 139815391567088 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=8016/tid=8019] ppid=8013 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/8016/task/8019/stat : 8019 (toysat) S 8013 8016 7726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36418953 1337528320 268389 33554432000 4194304 16246674 140733791777280 139815278341296 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) 1306180

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

[startup+25.6005 s]
/proc/loadavg: 2.32 2.30 1.98 4/183 8020
/proc/meminfo: memFree=27988788/32872528 swapFree=1431120/1543540
[pid=8016] ppid=8013 vsize=1306180 CPUtime=25.59 cores=0,2,4,6
/proc/8016/stat : 8016 (toysat) R 8013 8016 7726 0 -1 4202496 267554 0 0 0 2522 37 0 0 20 0 4 0 36418953 1337528320 268389 33554432000 4194304 16246674 140733791777280 140733791759168 13195063 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/8016/statm: 326545 268389 884 2943 0 323439 0
[pid=8016/tid=8017] ppid=8013 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/8016/task/8017/stat : 8017 (toysat) S 8013 8016 7726 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36418953 1337528320 268389 33554432000 4194304 16246674 140733791777280 139815402056944 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=8016/tid=8018] ppid=8013 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/8016/task/8018/stat : 8018 (toysat) S 8013 8016 7726 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36418953 1337528320 268389 33554432000 4194304 16246674 140733791777280 139815391567088 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=8016/tid=8019] ppid=8013 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/8016/task/8019/stat : 8019 (toysat) S 8013 8016 7726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36418953 1337528320 268389 33554432000 4194304 16246674 140733791777280 139815278341296 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) 1306180

[startup+28.8004 s]
/proc/loadavg: 2.38 2.31 1.98 3/183 8020
/proc/meminfo: memFree=27988664/32872528 swapFree=1431120/1543540
[pid=8016] ppid=8013 vsize=1306180 CPUtime=28.79 cores=0,2,4,6
/proc/8016/stat : 8016 (toysat) R 8013 8016 7726 0 -1 4202496 267554 0 0 0 2842 37 0 0 20 0 4 0 36418953 1337528320 268389 33554432000 4194304 16246674 140733791777280 140733791760280 13943604 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/8016/statm: 326545 268389 884 2943 0 323439 0
[pid=8016/tid=8017] ppid=8013 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/8016/task/8017/stat : 8017 (toysat) S 8013 8016 7726 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36418953 1337528320 268389 33554432000 4194304 16246674 140733791777280 139815402056944 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=8016/tid=8018] ppid=8013 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/8016/task/8018/stat : 8018 (toysat) S 8013 8016 7726 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36418953 1337528320 268389 33554432000 4194304 16246674 140733791777280 139815391567088 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=8016/tid=8019] ppid=8013 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/8016/task/8019/stat : 8019 (toysat) S 8013 8016 7726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36418953 1337528320 268389 33554432000 4194304 16246674 140733791777280 139815278341296 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 28.79
Current children cumulated vsize (KiB) 1306180

[startup+30.4004 s]
/proc/loadavg: 2.38 2.31 1.98 3/183 8020
/proc/meminfo: memFree=27988788/32872528 swapFree=1431120/1543540
[pid=8016] ppid=8013 vsize=1306180 CPUtime=30.39 cores=0,2,4,6
/proc/8016/stat : 8016 (toysat) R 8013 8016 7726 0 -1 4202496 267558 0 0 0 3002 37 0 0 20 0 4 0 36418953 1337528320 268393 33554432000 4194304 16246674 140733791777280 140733791759168 5808208 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/8016/statm: 326545 268393 884 2943 0 323439 0
[pid=8016/tid=8017] ppid=8013 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/8016/task/8017/stat : 8017 (toysat) S 8013 8016 7726 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36418953 1337528320 268393 33554432000 4194304 16246674 140733791777280 139815402056944 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=8016/tid=8018] ppid=8013 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/8016/task/8018/stat : 8018 (toysat) S 8013 8016 7726 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36418953 1337528320 268393 33554432000 4194304 16246674 140733791777280 139815391567088 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=8016/tid=8019] ppid=8013 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/8016/task/8019/stat : 8019 (toysat) S 8013 8016 7726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36418953 1337528320 268393 33554432000 4194304 16246674 140733791777280 139815278341296 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 30.39
Current children cumulated vsize (KiB) 1306180

[startup+32.0072 s]
/proc/loadavg: 2.38 2.31 1.98 4/183 8020
/proc/meminfo: memFree=27988912/32872528 swapFree=1431120/1543540
[pid=8016] ppid=8013 vsize=1306180 CPUtime=31.99 cores=0,2,4,6
/proc/8016/stat : 8016 (toysat) R 8013 8016 7726 0 -1 4202496 267558 0 0 0 3162 37 0 0 20 0 4 0 36418953 1337528320 268393 33554432000 4194304 16246674 140733791777280 140733791759168 5712555 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/8016/statm: 326545 268393 884 2943 0 323439 0
[pid=8016/tid=8017] ppid=8013 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/8016/task/8017/stat : 8017 (toysat) S 8013 8016 7726 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36418953 1337528320 268393 33554432000 4194304 16246674 140733791777280 139815402056944 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=8016/tid=8018] ppid=8013 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/8016/task/8018/stat : 8018 (toysat) S 8013 8016 7726 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36418953 1337528320 268393 33554432000 4194304 16246674 140733791777280 139815391567088 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=8016/tid=8019] ppid=8013 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/8016/task/8019/stat : 8019 (toysat) S 8013 8016 7726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36418953 1337528320 268393 33554432000 4194304 16246674 140733791777280 139815278341296 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 31.99
Current children cumulated vsize (KiB) 1306180

[startup+32.4004 s]
/proc/loadavg: 2.38 2.31 1.98 4/183 8020
/proc/meminfo: memFree=27988912/32872528 swapFree=1431120/1543540
[pid=8016] ppid=8013 vsize=1306180 CPUtime=32.39 cores=0,2,4,6
/proc/8016/stat : 8016 (toysat) R 8013 8016 7726 0 -1 4202496 267558 0 0 0 3202 37 0 0 20 0 4 0 36418953 1337528320 268393 33554432000 4194304 16246674 140733791777280 140733791759168 5662038 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/8016/statm: 326545 268393 884 2943 0 323439 0
[pid=8016/tid=8017] ppid=8013 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/8016/task/8017/stat : 8017 (toysat) S 8013 8016 7726 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36418953 1337528320 268393 33554432000 4194304 16246674 140733791777280 139815402056944 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=8016/tid=8018] ppid=8013 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/8016/task/8018/stat : 8018 (toysat) S 8013 8016 7726 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36418953 1337528320 268393 33554432000 4194304 16246674 140733791777280 139815391567088 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=8016/tid=8019] ppid=8013 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/8016/task/8019/stat : 8019 (toysat) S 8013 8016 7726 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36418953 1337528320 268393 33554432000 4194304 16246674 140733791777280 139815278341296 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 32.39
Current children cumulated vsize (KiB) 1306180

[startup+32.6003 s]
/proc/loadavg: 2.38 2.31 1.98 4/183 8020
/proc/meminfo: memFree=27988912/32872528 swapFree=1431120/1543540
[pid=8016] ppid=8013 vsize=0 CPUtime=32.58 cores=0,2,4,6
/proc/8016/stat : 8016 (toysat) Z 8013 8016 7726 0 -1 4202508 267562 0 0 0 3216 42 0 0 20 0 2 0 36418953 0 0 33554432000 0 0 0 0 0 0 0 33554432 0 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/8016/statm: 0 0 0 0 0 0 0
[pid=8016/tid=8019] ppid=8013 vsize=0 CPUtime=0.04 cores=0,2,4,6
/proc/8016/task/8019/stat : 8019 (toysat) R 8013 8016 7726 0 -1 4202564 1 0 0 0 0 4 0 0 20 0 2 0 36418953 0 0 33554432000 0 0 0 0 0 256 0 33554432 0 18446744073709551615 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 32.58
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 32.6078
CPU time (s): 32.597
CPU user time (s): 32.1631
CPU system time (s): 0.433934
CPU usage (%): 99.967
Max. virtual memory (cumulated for all children) (KiB): 1306180

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 32.1631
system time used= 0.433934
maximum resident set size= 1073580
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 267562
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= 23
involuntary context switches= 37

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.109983 second user time and 0.158975 second system time

The end

Launcher Data

Begin job on node116 at 2016-06-19 15:41:42
IDJOB=4109390
IDBENCH=78796
IDSOLVER=2553
FILE ID=node116/4109390-1466343702
RUNJOBID= node116-1466341822-7742
PBS_JOBID= 19922036
Free space on /tmp= 71676 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/normalized-t2001.13queen13.1111217392--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-4109390-1466343702/watcher-4109390-1466343702 -o /tmp/evaluation-result-4109390-1466343702/solver-4109390-1466343702 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node116-1466341822-7742 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --wbo --search=bcd2 HOME/instance-4109390-1466343702.wbo

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

MD5SUM BENCH= 960bc2a8059baa29bab251cd640f5046
RANDOM SEED=57680886

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        29062228 kB
Buffers:          142180 kB
Cached:           281992 kB
SwapCached:         2316 kB
Active:          1251268 kB
Inactive:         262092 kB
Active(anon):    1087664 kB
Inactive(anon):     3928 kB
Active(file):     163604 kB
Inactive(file):   258164 kB
Unevictable:     1543540 kB
Mlocked:         1431120 kB
SwapTotal:      67108856 kB
SwapFree:       67099856 kB
Dirty:             16340 kB
Writeback:             0 kB
AnonPages:       2637908 kB
Mapped:            12392 kB
Shmem:                 0 kB
Slab:             616092 kB
SReclaimable:      60256 kB
SUnreclaim:       555836 kB
KernelStack:        1520 kB
PageTables:         9604 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2774280 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    763904 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= 71660 MiB
End job on node116 at 2016-06-19 15:42:15