Trace number 4109430

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 27.5848 27.5903

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111226062--soft-66-100-0.wbo
MD5SUM8eadb42484b45bdc6fb0d5cf420da5d0
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark40
Best CPU time to get the best result obtained on this benchmark6.85996
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 constraints26
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 1243
Min constraint cost 1
Max constraint cost 96
Sum of constraints costs 1242
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1231
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:42:15+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-4109430-1466343735.wbo"]
0.00/0.01	c use --random-gen="625072018 1164020032 1194282333 3981639468 3099945175 1105205667 2389044747 3079952216 3128740453 4114443304 3542477808 3483088734 4112891504 3204881460 1007794878 2639844629 1630554083 1028784978 3427422912 4133358589 1751716452 2959871295 1570063447 2266879595 1029030338 2346508459 3911469240 3361288842 3750802647 3149689783 1816613214 3189122344 1195051109 2149976898 2614738948 3565572356 4267428449 1582089664 2613477 2552657065 1109558469 311652 4065059533 964672497 1686404040 1799580055 4094155422 1161334692 2497120612 2476699044 4182297102 3004466306 3163879840 3760442460 3214800042 1338762302 291648606 1643873178 3503991216 3310334369 1123050069 1074826889 2715810263 1396770990 3020420872 728611390 3095623384 1536902344 2947564750 2372916549 1414752485 3632993915 2507282891 2011860891 1946075833 1236753844 2515362427 400150469 2588325535 4111455096 2881287846 619311528 3679408603 2986838117 2920324901 2363340380 2122097213 3399609438 1945509532 3292384602 4182149477 2210708473 3696720729 2785539942 2437697482 2387646165 2314758394 3420267524 1503130689 3715764709 981576425 3748588903 385632806 3470858561 1228444229 1304539074 3257567380 1097824780 3053799237 3554387266 3352363793 117047450 3163380497 1488294973 1678881637 4043685158 4191950574 705034723 22404417 2412394635 1195178876 968870446 2670013382 2375599527 3521187040 144457830 73294876 1102408646 2924491598 3076558603 1567457426 137029293 3424046500 2758269869 4010108710 2944977241 217502532 36248382 1246085715 2683215127 1896605413 1474889326 4093761889 2149188981 1155730016 3124529200 672444119 3979617553 3365270321 2982167228 3353187519 2348351614 3662533377 55740214 2963611634 1975732054 2535527920 1340826133 3178973856 1050887644 1214321550 144770836 2056858170 673418 984855706 2151541028 2004215213 363506935 3033076366 2629633359 1152882001 1597780714 3301514208 508899683 2551971409 667802999 4075874332 1351657042 830676890 3394695205 1533989380 3040156830 850455621 2296991984 2249362288 845851077 1017209143 3939037796 1862760648 2917650289 2299126378 3452544599 644750957 800146450 4151418446 935406824 1373767959 419575934 2934303588 1766121661 2512800039 2849244627 994507992 3832860747 3535673527 392721179 1162600779 3090902543 2271580874 3229043147 3878332706 4040580562 1423275457 1838559475 1700365345 3117007594 26299700 2205310647 25610848 2229670250 1621181404 2144606072 4272113458 3072436373 226360228 3089492409 3330241072 2801977536 1737967656 2961257728 1936593488 337572180 886003681 2451544776 2691696186 1344379151 3730433976 2489378553 272857159 1092464333 226587860 1391224191 2624256325 1358272284 3194905298 1657393832 3745307133 2147902559 4024959791 1402231444 1628098674 1262415509 2171863440 746039479 1713749779 485704136 255 362436" option to reproduce the execution
0.18/0.25	c #vars 169
0.18/0.25	c #constraints 101
0.18/0.25	c BCD2: Hardening is enabled.
0.18/0.25	c BCD2: BiasedSearch is enabled.
0.18/0.25	c Solving starts ...
0.18/0.25	c ============================[ Search Statistics ]============================
0.18/0.25	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.18/0.25	c       |         |          |          |    Limit     GC | Var      | Constra 
0.18/0.25	c =============================================================================
0.18/0.25	c  0.0s |       0 |        0 |        0 |       98      0 |        0 |        0
0.18/0.26	c  0.0s |       1 |      181 |      100 |       98      0 |        0 |        0
0.18/0.28	c  0.0s |       2 |      464 |      250 |      108      1 |        0 |        0
0.29/0.31	c  0.1s |       3 |      848 |      475 |      119      4 |        0 |        0
0.29/0.36	c  0.1s |       4 |     1412 |      813 |      131      7 |        0 |        0
0.39/0.43	c  0.2s |       5 |     2201 |     1320 |      145     12 |        0 |        0
0.49/0.53	c  0.3s |       6 |     3488 |     2081 |      176     18 |        0 |        0
0.59/0.61	c  0.4s |       6 |     4453 |     2617 |      176     23 |        0 |        0
0.59/0.61	c #cpu_time = 0.358s
0.59/0.61	c #wall_clock_time = 0.358s
0.59/0.61	c #decision = 4453
0.59/0.61	c #random_decision = 10
0.59/0.61	c #conflict = 2617
0.59/0.61	c #restart = 6
0.59/0.61	o 251
0.59/0.61	c BCD2: updating upper bound: 1242 -> 250
0.59/0.61	c BCD2: 0 <= obj <= 250
0.59/0.61	c BCD2: #cores=0, #unrelaxed=26, #relaxed=0, #hardened=0
0.59/0.61	c BCD2: #sat=1 #unsat=1 bias=1/2
0.59/0.61	c Solving starts ...
0.59/0.61	c ============================[ Search Statistics ]============================
0.59/0.61	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.59/0.61	c       |         |          |          |    Limit     GC | Var      | Constra 
0.59/0.61	c =============================================================================
0.59/0.61	c  0.0s |       0 |        0 |        0 |      176      0 |        0 |        0
0.59/0.63	c  0.0s |       1 |      170 |      100 |      176      0 |        0 |        0
0.59/0.65	c  0.0s |       2 |      431 |      250 |      176      1 |        0 |        0
0.59/0.69	c  0.1s |       3 |      770 |      475 |      176      3 |        0 |        0
0.69/0.74	c  0.1s |       4 |     1294 |      813 |      194      6 |        0 |        0
0.78/0.83	c  0.2s |       5 |     2011 |     1320 |      194      9 |        0 |        0
0.89/0.96	c  0.4s |       6 |     3056 |     2081 |      194     14 |        0 |        0
1.09/1.14	c  0.5s |       7 |     4636 |     3223 |      214     21 |        0 |        0
1.39/1.42	c  0.8s |       8 |     7146 |     4936 |      236     32 |        0 |        0
1.69/1.77	c  1.2s |       9 |    11015 |     7506 |      236     47 |        0 |        0
2.09/2.20	c  1.6s |      10 |    16562 |    11361 |      260     69 |        0 |        0
2.88/2.90	c  2.3s |      11 |    24429 |    17144 |      286     99 |        0 |        0
3.78/3.87	c  3.3s |      12 |    36823 |    25819 |      315    143 |        0 |        0
5.28/5.38	c  4.8s |      13 |    55162 |    38832 |      347    205 |        0 |        0
7.18/7.24	c  6.6s |      13 |    75416 |    53317 |      347    274 |        0 |        0
7.18/7.24	c #cpu_time = 6.628s
7.18/7.24	c #wall_clock_time = 6.628s
7.18/7.24	c #decision = 75416
7.18/7.24	c #random_decision = 206
7.18/7.24	c #conflict = 53317
7.18/7.24	c #restart = 13
7.18/7.24	c BCD2: found a new core of size 26: cost of the new core is >=1
7.18/7.24	c lower bound updated to 1
7.18/7.24	c BCD2: 1 <= obj <= 250
7.18/7.24	c BCD2: #cores=1, #unrelaxed=0, #relaxed=26, #hardened=0
7.18/7.24	c BCD2: #sat=1 #unsat=2 bias=2/3
7.18/7.24	c Solving starts ...
7.18/7.24	c ============================[ Search Statistics ]============================
7.18/7.24	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.18/7.24	c       |         |          |          |    Limit     GC | Var      | Constra 
7.18/7.24	c =============================================================================
7.18/7.24	c  0.0s |       0 |        0 |        0 |      347      0 |        0 |        0
7.18/7.25	c  0.0s |       1 |      205 |      100 |      347      0 |        0 |        0
7.18/7.26	c  0.0s |       2 |      507 |      250 |      347      1 |        0 |        0
7.18/7.28	c  0.0s |       3 |      904 |      475 |      347      2 |        0 |        0
7.18/7.29	c  0.0s |       3 |      952 |      492 |      347      2 |        0 |        0
7.18/7.29	c #cpu_time = 0.046s
7.18/7.29	c #wall_clock_time = 0.046s
7.18/7.29	c #decision = 952
7.18/7.29	c #random_decision = 4
7.18/7.29	c #conflict = 492
7.18/7.29	c #restart = 3
7.18/7.29	o 122
7.18/7.29	c BCD2: updating upper bound: 250 -> 121
7.18/7.29	c BCD2: 1 <= obj <= 121
7.18/7.29	c BCD2: #cores=1, #unrelaxed=0, #relaxed=26, #hardened=0
7.18/7.29	c BCD2: #sat=2 #unsat=2 bias=2/4
7.18/7.29	c Solving starts ...
7.18/7.29	c ============================[ Search Statistics ]============================
7.18/7.29	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.18/7.29	c       |         |          |          |    Limit     GC | Var      | Constra 
7.18/7.29	c =============================================================================
7.18/7.29	c  0.0s |       0 |        0 |        0 |      347      0 |        0 |        2
7.18/7.29	c  0.0s |       1 |      175 |      100 |      347      0 |        0 |        2
7.29/7.31	c  0.0s |       2 |      412 |      250 |      347      1 |        0 |        2
7.29/7.34	c  0.1s |       3 |      750 |      475 |      347      2 |        0 |        2
7.29/7.37	c  0.1s |       4 |     1293 |      813 |      347      4 |        0 |        2
7.39/7.42	c  0.1s |       5 |     2311 |     1320 |      347      6 |        0 |        2
7.39/7.49	c  0.2s |       6 |     3744 |     2081 |      382     10 |        0 |        2
7.59/7.61	c  0.3s |       7 |     5645 |     3223 |      382     15 |        0 |        2
7.70/7.78	c  0.5s |       8 |     8466 |     4936 |      382     22 |        0 |        2
7.99/8.05	c  0.8s |       9 |    12752 |     7506 |      382     34 |        0 |        2
8.39/8.43	c  1.1s |      10 |    19333 |    11361 |      382     51 |        0 |        2
8.99/9.01	c  1.7s |      11 |    28681 |    17144 |      382     76 |        0 |        2
9.79/9.87	c  2.6s |      12 |    42927 |    25819 |      382    115 |        0 |        2
11.10/11.17	c  3.9s |      13 |    63940 |    38832 |      421    170 |        0 |        2
11.89/11.92	c  4.6s |      13 |    75207 |    45881 |      421    198 |        0 |        2
11.89/11.92	c #cpu_time = 4.637s
11.89/11.92	c #wall_clock_time = 4.638s
11.89/11.92	c #decision = 75207
11.89/11.92	c #random_decision = 215
11.89/11.92	c #conflict = 45881
11.89/11.92	c #restart = 13
11.89/11.92	o 57
11.89/11.92	c BCD2: hardening fixes 8 literals
11.89/11.92	c BCD2: updating upper bound: 121 -> 56
11.89/11.92	c BCD2: 1 <= obj <= 56
11.89/11.92	c BCD2: #cores=1, #unrelaxed=0, #relaxed=18, #hardened=8
11.89/11.92	c BCD2: #sat=3 #unsat=2 bias=2/5
11.89/11.92	c Solving starts ...
11.89/11.92	c ============================[ Search Statistics ]============================
11.89/11.92	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
11.89/11.92	c       |         |          |          |    Limit     GC | Var      | Constra 
11.89/11.92	c =============================================================================
11.89/11.92	c  0.0s |       0 |        0 |        0 |      421      0 |        8 |        4
11.89/11.94	c  0.0s |       1 |      166 |      100 |      421      0 |        8 |        4
11.89/11.95	c  0.0s |       1 |      340 |      235 |      421      1 |        8 |        4
11.89/11.95	c #cpu_time = 0.026s
11.89/11.95	c #wall_clock_time = 0.026s
11.89/11.95	c #decision = 340
11.89/11.95	c #random_decision = 0
11.89/11.95	c #conflict = 235
11.89/11.95	c #restart = 1
11.89/11.95	o 40
11.89/11.95	c BCD2: refineUB: 39 -> 38
11.89/11.95	c BCD2: hardening fixes 6 literals
11.89/11.95	c BCD2: updating upper bound: 56 -> 38
11.89/11.95	c BCD2: 1 <= obj <= 38
11.89/11.95	c BCD2: #cores=1, #unrelaxed=0, #relaxed=12, #hardened=14
11.89/11.95	c BCD2: #sat=4 #unsat=2 bias=2/6
11.89/11.95	c Solving starts ...
11.89/11.95	c ============================[ Search Statistics ]============================
11.89/11.95	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
11.89/11.95	c       |         |          |          |    Limit     GC | Var      | Constra 
11.89/11.95	c =============================================================================
11.89/11.95	c  0.0s |       0 |        0 |        0 |      421      0 |       14 |        6
11.89/11.96	c  0.0s |       1 |      146 |      100 |      421      0 |       14 |        6
11.89/11.98	c  0.0s |       2 |      382 |      250 |      421      1 |       14 |        6
11.99/12.01	c  0.1s |       3 |      731 |      475 |      421      2 |       14 |        6
11.99/12.04	c  0.1s |       4 |     1188 |      813 |      421      3 |       14 |        6
12.10/12.10	c  0.2s |       5 |     1913 |     1320 |      421      5 |       14 |        6
12.10/12.19	c  0.2s |       6 |     2927 |     2081 |      421      8 |       14 |        6
12.29/12.32	c  0.4s |       7 |     4560 |     3223 |      421     12 |       14 |        6
12.49/12.52	c  0.6s |       8 |     6905 |     4936 |      421     19 |       14 |        6
12.69/12.79	c  0.8s |       9 |    10656 |     7506 |      421     28 |       14 |        6
13.20/13.22	c  1.3s |      10 |    15928 |    11361 |      421     43 |       14 |        6
13.79/13.89	c  1.9s |      11 |    23895 |    17144 |      421     65 |       14 |        6
14.79/14.88	c  2.9s |      12 |    36116 |    25819 |      421     99 |       14 |        6
16.09/16.15	c  4.2s |      12 |    50809 |    36304 |      464    138 |       15 |        8
16.09/16.15	c #cpu_time = 4.194s
16.09/16.15	c #wall_clock_time = 4.194s
16.09/16.15	c #decision = 50809
16.09/16.15	c #random_decision = 118
16.09/16.15	c #conflict = 36304
16.09/16.15	c #restart = 12
16.09/16.15	c BCD2: updating lower bound of a core
16.09/16.15	c BCD2: refineLB: 15 -> 17
16.09/16.15	c lower bound updated to 17
16.09/16.15	c BCD2: refineUB: 39 -> 38
16.09/16.15	c BCD2: 17 <= obj <= 38
16.09/16.15	c BCD2: #cores=1, #unrelaxed=0, #relaxed=12, #hardened=14
16.09/16.15	c BCD2: #sat=4 #unsat=3 bias=3/7
16.09/16.15	c Solving starts ...
16.09/16.15	c ============================[ Search Statistics ]============================
16.09/16.15	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
16.09/16.15	c       |         |          |          |    Limit     GC | Var      | Constra 
16.09/16.15	c =============================================================================
16.09/16.15	c  0.0s |       0 |        0 |        0 |      464      0 |       15 |        8
16.09/16.16	c  0.0s |       1 |      147 |      100 |      464      0 |       15 |        8
16.09/16.17	c  0.0s |       2 |      399 |      250 |      464      1 |       15 |        8
16.19/16.20	c  0.1s |       3 |      720 |      475 |      464      2 |       15 |        8
16.19/16.23	c  0.1s |       4 |     1228 |      813 |      464      3 |       15 |        8
16.19/16.28	c  0.1s |       5 |     1956 |     1320 |      464      5 |       15 |        8
16.29/16.36	c  0.2s |       6 |     3083 |     2081 |      464      7 |       15 |        8
16.39/16.49	c  0.3s |       7 |     4643 |     3223 |      464     11 |       15 |        8
16.59/16.67	c  0.5s |       8 |     7248 |     4936 |      464     17 |       15 |        8
16.89/16.94	c  0.8s |       9 |    10964 |     7506 |      464     26 |       15 |        8
17.29/17.36	c  1.2s |      10 |    16498 |    11361 |      464     40 |       15 |        8
17.89/17.98	c  1.8s |      11 |    24928 |    17144 |      464     61 |       15 |        8
18.79/18.89	c  2.7s |      12 |    38082 |    25819 |      464     92 |       15 |        8
19.99/20.03	c  3.9s |      12 |    53217 |    36006 |      464    128 |       16 |       10
19.99/20.03	c #cpu_time = 3.883s
19.99/20.03	c #wall_clock_time = 3.883s
19.99/20.03	c #decision = 53217
19.99/20.03	c #random_decision = 136
19.99/20.03	c #conflict = 36006
19.99/20.03	c #restart = 12
19.99/20.03	c BCD2: updating lower bound of a core
19.99/20.03	c BCD2: refineLB: 28 -> 29
19.99/20.03	c lower bound updated to 29
19.99/20.03	c BCD2: refineUB: 39 -> 38
19.99/20.03	c BCD2: 29 <= obj <= 38
19.99/20.03	c BCD2: #cores=1, #unrelaxed=0, #relaxed=12, #hardened=14
19.99/20.03	c BCD2: #sat=4 #unsat=4 bias=4/8
19.99/20.03	c Solving starts ...
19.99/20.03	c ============================[ Search Statistics ]============================
19.99/20.03	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
19.99/20.03	c       |         |          |          |    Limit     GC | Var      | Constra 
19.99/20.03	c =============================================================================
19.99/20.03	c  0.0s |       0 |        0 |        0 |      464      0 |       16 |       10
19.99/20.04	c  0.0s |       1 |      178 |      100 |      464      0 |       16 |       10
19.99/20.06	c  0.0s |       2 |      488 |      250 |      464      1 |       16 |       10
19.99/20.09	c  0.1s |       3 |      933 |      475 |      464      2 |       16 |       10
20.09/20.13	c  0.1s |       4 |     1490 |      813 |      464      3 |       16 |       10
20.09/20.18	c  0.2s |       5 |     2374 |     1320 |      464      5 |       16 |       10
20.18/20.27	c  0.2s |       6 |     3668 |     2081 |      464      8 |       16 |       10
20.28/20.39	c  0.4s |       7 |     5512 |     3223 |      464     12 |       16 |       10
20.48/20.57	c  0.5s |       8 |     8251 |     4936 |      464     18 |       16 |       10
20.78/20.84	c  0.8s |       9 |    12470 |     7506 |      464     28 |       16 |       10
21.18/21.25	c  1.2s |      10 |    18643 |    11361 |      464     42 |       16 |       10
21.78/21.83	c  1.8s |      11 |    27354 |    17144 |      464     62 |       16 |       10
22.68/22.73	c  2.7s |      12 |    41490 |    25819 |      511     92 |       16 |       10
23.98/24.06	c  4.0s |      12 |    60929 |    38160 |      511    133 |       17 |       12
23.98/24.06	c #cpu_time = 4.030s
23.98/24.06	c #wall_clock_time = 4.031s
23.98/24.06	c #decision = 60929
23.98/24.06	c #random_decision = 154
23.98/24.06	c #conflict = 38160
23.98/24.06	c #restart = 12
23.98/24.06	c BCD2: updating lower bound of a core
23.98/24.06	c lower bound updated to 36
23.98/24.06	c BCD2: refineUB: 39 -> 38
23.98/24.06	c BCD2: 36 <= obj <= 38
23.98/24.06	c BCD2: #cores=1, #unrelaxed=0, #relaxed=12, #hardened=14
23.98/24.06	c BCD2: #sat=4 #unsat=5 bias=5/9
23.98/24.06	c Solving starts ...
23.98/24.06	c ============================[ Search Statistics ]============================
23.98/24.06	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
23.98/24.06	c       |         |          |          |    Limit     GC | Var      | Constra 
23.98/24.06	c =============================================================================
23.98/24.06	c  0.0s |       0 |        0 |        0 |      511      0 |       17 |       12
23.98/24.07	c  0.0s |       1 |      183 |      100 |      511      0 |       17 |       12
23.98/24.09	c  0.0s |       2 |      439 |      250 |      511      0 |       17 |       12
24.08/24.12	c  0.1s |       3 |      789 |      475 |      511      1 |       17 |       12
24.08/24.16	c  0.1s |       4 |     1288 |      813 |      511      2 |       17 |       12
24.19/24.21	c  0.2s |       5 |     2025 |     1320 |      511      4 |       17 |       12
24.19/24.30	c  0.2s |       6 |     3181 |     2081 |      511      6 |       17 |       12
24.38/24.42	c  0.4s |       7 |     4867 |     3223 |      511     10 |       17 |       12
24.58/24.61	c  0.5s |       8 |     7377 |     4936 |      511     16 |       17 |       12
24.88/24.90	c  0.8s |       9 |    11146 |     7506 |      511     24 |       17 |       12
25.29/25.33	c  1.3s |      10 |    16516 |    11361 |      511     37 |       17 |       12
25.88/25.96	c  1.9s |      11 |    24832 |    17144 |      511     56 |       17 |       12
26.88/26.93	c  2.9s |      12 |    37107 |    25819 |      511     84 |       17 |       12
27.49/27.52	c  3.5s |      12 |    44719 |    30953 |      511    101 |       18 |       14
27.49/27.52	c #cpu_time = 3.462s
27.49/27.52	c #wall_clock_time = 3.462s
27.49/27.52	c #decision = 44719
27.49/27.52	c #random_decision = 137
27.49/27.52	c #conflict = 30953
27.49/27.52	c #restart = 12
27.49/27.52	c BCD2: updating lower bound of a core
27.49/27.52	c BCD2: refineLB: 39 -> 40
27.49/27.52	c lower bound updated to 40
27.49/27.52	c BCD2: refineUB: 39 -> 38
27.49/27.52	s OPTIMUM FOUND
27.49/27.52	v -x1 -x2 -x3 -x4 -x5 -x6 -x7 -x8 -x9 x10
27.49/27.52	v -x11 -x12 -x13 -x14 -x15 x16 -x17 -x18 -x19 -x20
27.49/27.52	v -x21 -x22 -x23 -x24 -x25 -x26 x27 -x28 -x29 -x30
27.49/27.52	v -x31 -x32 -x33 -x34 -x35 -x36 -x37 -x38 -x39 -x40
27.49/27.52	v -x41 -x42 -x43 -x44 -x45 -x46 x47 -x48 -x49 -x50
27.49/27.52	v -x51 -x52 -x53 -x54 -x55 x56 -x57 -x58 -x59 -x60
27.49/27.52	v -x61 -x62 -x63 -x64 -x65 -x66 -x67 -x68 -x69 -x70
27.49/27.52	v -x71 -x72 -x73 -x74 -x75 -x76 -x77 x78 -x79 -x80
27.49/27.52	v -x81 -x82 -x83 -x84 x85 -x86 -x87 -x88 -x89 -x90
27.49/27.52	v -x91 -x92 x93 -x94 -x95 -x96 -x97 -x98 -x99 -x100
27.49/27.52	v -x101 -x102 -x103 -x104 -x105 -x106 -x107 -x108 -x109 x110
27.49/27.52	v -x111 -x112 -x113 -x114 -x115 -x116 -x117 -x118 -x119 -x120
27.49/27.52	v -x121 -x122 -x123 -x124 -x125 -x126 -x127 -x128 x129 -x130
27.49/27.52	v -x131 -x132 -x133 -x134 -x135 -x136 -x137 -x138 x139 -x140
27.49/27.52	v -x141 -x142 -x143 -x144 -x145 -x146 -x147 x148 -x149 -x150
27.49/27.52	v -x151 -x152 -x153 -x154 -x155 -x156 -x157 -x158 -x159 -x160
27.49/27.52	v -x161 -x162 -x163 -x164 -x165 -x166 x167 -x168 -x169
27.49/27.52	c total CPU time = 27.526s
27.49/27.52	c total wall clock time = 27.526s

Verifier Data

OK	40

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

pid=2584
running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 2.37 2.34 2.01 3/179 2587
/proc/meminfo: memFree=29102928/32872528 swapFree=1499884/1696108
[pid=2587] ppid=2584 vsize=742844 CPUtime=0 cores=1,3,5,7
/proc/2587/stat : 2587 (toysat) R 2584 2587 2004 0 -1 4202496 2779 0 0 0 0 0 0 0 20 0 4 0 36419207 760672256 2628 33554432000 4194304 16246674 140736035751536 140736035750960 13880264 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/2587/statm: 186479 2637 441 2943 0 183373 0
[pid=2587/tid=2588] ppid=2584 vsize=761276 CPUtime=0 cores=1,3,5,7
/proc/2587/task/2588/stat : 2588 (toysat) S 2584 2587 2004 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36419207 779546624 2698 33554432000 4194304 16246674 140736035751536 139746895441136 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=2587/tid=2589] ppid=2584 vsize=765372 CPUtime=0 cores=1,3,5,7
/proc/2587/task/2589/stat : 2589 (toysat) S 2584 2587 2004 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36419207 783740928 2716 33554432000 4194304 16246674 140736035751536 139746884951280 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=2587/tid=2590] ppid=2584 vsize=769468 CPUtime=0 cores=1,3,5,7
/proc/2587/task/2590/stat : 2590 (toysat) S 2584 2587 2004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36419207 787935232 2731 33554432000 4194304 16246674 140736035751536 139746874477744 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0

[startup+0.100125 s]
/proc/loadavg: 2.37 2.34 2.01 3/179 2587
/proc/meminfo: memFree=29102928/32872528 swapFree=1499884/1696108
[pid=2587] ppid=2584 vsize=1218116 CPUtime=0.08 cores=1,3,5,7
/proc/2587/stat : 2587 (toysat) R 2584 2587 2004 0 -1 4202496 18358 0 0 0 6 2 0 0 20 0 4 0 36419207 1247350784 18200 33554432000 4194304 16246674 140736035751536 140736035750960 13956064 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/2587/statm: 304529 18208 616 2943 0 301423 0
[pid=2587/tid=2588] ppid=2584 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/2587/task/2588/stat : 2588 (toysat) S 2584 2587 2004 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36419207 1247350784 18208 33554432000 4194304 16246674 140736035751536 139746895441136 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=2587/tid=2589] ppid=2584 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/2587/task/2589/stat : 2589 (toysat) S 2584 2587 2004 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36419207 1247350784 18209 33554432000 4194304 16246674 140736035751536 139746884951280 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=2587/tid=2590] ppid=2584 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/2587/task/2590/stat : 2590 (toysat) S 2584 2587 2004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36419207 1247350784 18209 33554432000 4194304 16246674 140736035751536 139746874477744 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1218116

[startup+0.200482 s]
/proc/loadavg: 2.37 2.34 2.01 3/179 2587
/proc/meminfo: memFree=29102928/32872528 swapFree=1499884/1696108
[pid=2587] ppid=2584 vsize=1218116 CPUtime=0.18 cores=1,3,5,7
/proc/2587/stat : 2587 (toysat) R 2584 2587 2004 0 -1 4202496 26290 0 0 0 15 3 0 0 20 0 4 0 36419207 1247350784 26133 33554432000 4194304 16246674 140736035751536 140736035750960 12500869 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/2587/statm: 304529 26137 616 2943 0 301423 0
[pid=2587/tid=2588] ppid=2584 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/2587/task/2588/stat : 2588 (toysat) S 2584 2587 2004 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36419207 1247350784 26140 33554432000 4194304 16246674 140736035751536 139746895441136 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=2587/tid=2589] ppid=2584 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/2587/task/2589/stat : 2589 (toysat) S 2584 2587 2004 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36419207 1247350784 26142 33554432000 4194304 16246674 140736035751536 139746884951280 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=2587/tid=2590] ppid=2584 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/2587/task/2590/stat : 2590 (toysat) S 2584 2587 2004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36419207 1247350784 26142 33554432000 4194304 16246674 140736035751536 139746874477744 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 1218116

[startup+0.300484 s]
/proc/loadavg: 2.37 2.34 2.01 3/179 2587
/proc/meminfo: memFree=29102928/32872528 swapFree=1499884/1696108
[pid=2587] ppid=2584 vsize=1218116 CPUtime=0.29 cores=1,3,5,7
/proc/2587/stat : 2587 (toysat) R 2584 2587 2004 0 -1 4202496 37001 0 0 0 24 5 0 0 20 0 4 0 36419207 1247350784 36837 33554432000 4194304 16246674 140736035751536 140736035750960 13954518 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/2587/statm: 304529 36842 790 2943 0 301423 0
[pid=2587/tid=2588] ppid=2584 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/2587/task/2588/stat : 2588 (toysat) S 2584 2587 2004 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36419207 1247350784 36847 33554432000 4194304 16246674 140736035751536 139746895441136 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=2587/tid=2589] ppid=2584 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/2587/task/2589/stat : 2589 (toysat) S 2584 2587 2004 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36419207 1247350784 36851 33554432000 4194304 16246674 140736035751536 139746884951280 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=2587/tid=2590] ppid=2584 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/2587/task/2590/stat : 2590 (toysat) S 2584 2587 2004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36419207 1247350784 36855 33554432000 4194304 16246674 140736035751536 139746874477744 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1218116

[startup+0.700388 s]
/proc/loadavg: 2.37 2.34 2.01 3/179 2587
/proc/meminfo: memFree=29102928/32872528 swapFree=1499884/1696108
[pid=2587] ppid=2584 vsize=1218116 CPUtime=0.69 cores=1,3,5,7
/proc/2587/stat : 2587 (toysat) R 2584 2587 2004 0 -1 4202496 91670 0 0 0 57 12 0 0 20 0 4 0 36419207 1247350784 91506 33554432000 4194304 16246674 140736035751536 140736035733440 5669490 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/2587/statm: 304529 91511 810 2943 0 301423 0
[pid=2587/tid=2588] ppid=2584 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/2587/task/2588/stat : 2588 (toysat) S 2584 2587 2004 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36419207 1247350784 91514 33554432000 4194304 16246674 140736035751536 139746895441136 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=2587/tid=2589] ppid=2584 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/2587/task/2589/stat : 2589 (toysat) S 2584 2587 2004 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36419207 1247350784 91517 33554432000 4194304 16246674 140736035751536 139746884951280 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=2587/tid=2590] ppid=2584 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/2587/task/2590/stat : 2590 (toysat) S 2584 2587 2004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36419207 1247350784 91518 33554432000 4194304 16246674 140736035751536 139746874477744 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1218116

[startup+1.50041 s]
/proc/loadavg: 2.34 2.33 2.01 3/183 2591
/proc/meminfo: memFree=28484516/32872528 swapFree=1499884/1696108
[pid=2587] ppid=2584 vsize=1218116 CPUtime=1.48 cores=1,3,5,7
/proc/2587/stat : 2587 (toysat) R 2584 2587 2004 0 -1 4202496 224969 0 0 0 118 30 0 0 20 0 4 0 36419207 1247350784 224805 33554432000 4194304 16246674 140736035751536 140736035733440 5667979 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/2587/statm: 304529 224808 811 2943 0 301423 0
[pid=2587/tid=2588] ppid=2584 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/2587/task/2588/stat : 2588 (toysat) S 2584 2587 2004 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36419207 1247350784 224819 33554432000 4194304 16246674 140736035751536 139746895441136 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=2587/tid=2589] ppid=2584 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/2587/task/2589/stat : 2589 (toysat) S 2584 2587 2004 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36419207 1247350784 224826 33554432000 4194304 16246674 140736035751536 139746884951280 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=2587/tid=2590] ppid=2584 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/2587/task/2590/stat : 2590 (toysat) S 2584 2587 2004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36419207 1247350784 224829 33554432000 4194304 16246674 140736035751536 139746874477744 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 1218116

[startup+3.10042 s]
/proc/loadavg: 2.34 2.33 2.01 3/183 2591
/proc/meminfo: memFree=28121808/32872528 swapFree=1499884/1696108
[pid=2587] ppid=2584 vsize=1305156 CPUtime=3.08 cores=1,3,5,7
/proc/2587/stat : 2587 (toysat) R 2584 2587 2004 0 -1 4202496 267312 0 0 0 273 35 0 0 20 0 4 0 36419207 1336479744 267125 33554432000 4194304 16246674 140736035751536 140736035733440 13950184 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/2587/statm: 326289 267125 872 2943 0 323183 0
[pid=2587/tid=2588] ppid=2584 vsize=1305156 CPUtime=0 cores=1,3,5,7
/proc/2587/task/2588/stat : 2588 (toysat) S 2584 2587 2004 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36419207 1336479744 267125 33554432000 4194304 16246674 140736035751536 139746895441136 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=2587/tid=2589] ppid=2584 vsize=1305156 CPUtime=0 cores=1,3,5,7
/proc/2587/task/2589/stat : 2589 (toysat) S 2584 2587 2004 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36419207 1336479744 267125 33554432000 4194304 16246674 140736035751536 139746884951280 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=2587/tid=2590] ppid=2584 vsize=1305156 CPUtime=0 cores=1,3,5,7
/proc/2587/task/2590/stat : 2590 (toysat) S 2584 2587 2004 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36419207 1336479744 267125 33554432000 4194304 16246674 140736035751536 139746874477744 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 1305156

[startup+6.30043 s]
/proc/loadavg: 2.34 2.33 2.01 4/183 2591
/proc/meminfo: memFree=28034220/32872528 swapFree=1499884/1696108
[pid=2587] ppid=2584 vsize=1306180 CPUtime=6.28 cores=1,3,5,7
/proc/2587/stat : 2587 (toysat) R 2584 2587 2004 0 -1 4202496 267496 0 0 0 593 35 0 0 20 0 4 0 36419207 1337528320 267309 33554432000 4194304 16246674 140736035751536 140736035733440 5546001 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/2587/statm: 326545 267309 872 2943 0 323439 0
[pid=2587/tid=2588] ppid=2584 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/2587/task/2588/stat : 2588 (toysat) S 2584 2587 2004 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36419207 1337528320 267309 33554432000 4194304 16246674 140736035751536 139746895441136 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=2587/tid=2589] ppid=2584 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/2587/task/2589/stat : 2589 (toysat) S 2584 2587 2004 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36419207 1337528320 267309 33554432000 4194304 16246674 140736035751536 139746884951280 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=2587/tid=2590] ppid=2584 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/2587/task/2590/stat : 2590 (toysat) S 2584 2587 2004 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36419207 1337528320 267309 33554432000 4194304 16246674 140736035751536 139746874477744 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 1306180

[startup+12.7004 s]
/proc/loadavg: 2.37 2.33 2.01 4/183 2640
/proc/meminfo: memFree=28034320/32872528 swapFree=1499884/1696108
[pid=2587] ppid=2584 vsize=1306180 CPUtime=12.69 cores=1,3,5,7
/proc/2587/stat : 2587 (toysat) R 2584 2587 2004 0 -1 4202496 267560 0 0 0 1233 36 0 0 20 0 4 0 36419207 1337528320 267373 33554432000 4194304 16246674 140736035751536 140736035733440 13943664 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/2587/statm: 326545 267373 883 2943 0 323439 0
[pid=2587/tid=2588] ppid=2584 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/2587/task/2588/stat : 2588 (toysat) S 2584 2587 2004 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36419207 1337528320 267373 33554432000 4194304 16246674 140736035751536 139746895441136 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=2587/tid=2589] ppid=2584 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/2587/task/2589/stat : 2589 (toysat) S 2584 2587 2004 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36419207 1337528320 267373 33554432000 4194304 16246674 140736035751536 139746884951280 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=2587/tid=2590] ppid=2584 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/2587/task/2590/stat : 2590 (toysat) S 2584 2587 2004 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36419207 1337528320 267373 33554432000 4194304 16246674 140736035751536 139746874477744 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 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.31 2.32 2.01 3/183 2640
/proc/meminfo: memFree=28034392/32872528 swapFree=1499884/1696108
[pid=2587] ppid=2584 vsize=1306180 CPUtime=25.48 cores=1,3,5,7
/proc/2587/stat : 2587 (toysat) R 2584 2587 2004 0 -1 4202496 267573 0 0 0 2512 36 0 0 20 0 4 0 36419207 1337528320 267386 33554432000 4194304 16246674 140736035751536 140736035733440 5754966 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/2587/statm: 326545 267386 883 2943 0 323439 0
[pid=2587/tid=2588] ppid=2584 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/2587/task/2588/stat : 2588 (toysat) S 2584 2587 2004 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36419207 1337528320 267386 33554432000 4194304 16246674 140736035751536 139746895441136 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=2587/tid=2589] ppid=2584 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/2587/task/2589/stat : 2589 (toysat) S 2584 2587 2004 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36419207 1337528320 267386 33554432000 4194304 16246674 140736035751536 139746884951280 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=2587/tid=2590] ppid=2584 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/2587/task/2590/stat : 2590 (toysat) S 2584 2587 2004 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36419207 1337528320 267386 33554432000 4194304 16246674 140736035751536 139746874477744 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 1306180

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

[startup+25.6004 s]
/proc/loadavg: 2.31 2.32 2.01 3/183 2640
/proc/meminfo: memFree=28034392/32872528 swapFree=1499884/1696108
[pid=2587] ppid=2584 vsize=1306180 CPUtime=25.58 cores=1,3,5,7
/proc/2587/stat : 2587 (toysat) R 2584 2587 2004 0 -1 4202496 267573 0 0 0 2522 36 0 0 20 0 4 0 36419207 1337528320 267386 33554432000 4194304 16246674 140736035751536 140736035733440 12483326 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/2587/statm: 326545 267386 883 2943 0 323439 0
[pid=2587/tid=2588] ppid=2584 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/2587/task/2588/stat : 2588 (toysat) S 2584 2587 2004 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36419207 1337528320 267386 33554432000 4194304 16246674 140736035751536 139746895441136 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=2587/tid=2589] ppid=2584 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/2587/task/2589/stat : 2589 (toysat) S 2584 2587 2004 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36419207 1337528320 267386 33554432000 4194304 16246674 140736035751536 139746884951280 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=2587/tid=2590] ppid=2584 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/2587/task/2590/stat : 2590 (toysat) S 2584 2587 2004 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36419207 1337528320 267386 33554432000 4194304 16246674 140736035751536 139746874477744 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 25.58
Current children cumulated vsize (KiB) 1306180

[startup+26.4003 s]
/proc/loadavg: 2.29 2.32 2.01 3/183 2640
/proc/meminfo: memFree=28034524/32872528 swapFree=1499884/1696108
[pid=2587] ppid=2584 vsize=1306180 CPUtime=26.39 cores=1,3,5,7
/proc/2587/stat : 2587 (toysat) R 2584 2587 2004 0 -1 4202496 267573 0 0 0 2603 36 0 0 20 0 4 0 36419207 1337528320 267386 33554432000 4194304 16246674 140736035751536 140736035733440 5667556 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/2587/statm: 326545 267386 883 2943 0 323439 0
[pid=2587/tid=2588] ppid=2584 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/2587/task/2588/stat : 2588 (toysat) S 2584 2587 2004 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36419207 1337528320 267386 33554432000 4194304 16246674 140736035751536 139746895441136 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=2587/tid=2589] ppid=2584 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/2587/task/2589/stat : 2589 (toysat) S 2584 2587 2004 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36419207 1337528320 267386 33554432000 4194304 16246674 140736035751536 139746884951280 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=2587/tid=2590] ppid=2584 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/2587/task/2590/stat : 2590 (toysat) S 2584 2587 2004 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36419207 1337528320 267386 33554432000 4194304 16246674 140736035751536 139746874477744 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 26.39
Current children cumulated vsize (KiB) 1306180

[startup+27.2004 s]
/proc/loadavg: 2.29 2.32 2.01 3/183 2640
/proc/meminfo: memFree=28034524/32872528 swapFree=1499884/1696108
[pid=2587] ppid=2584 vsize=1306180 CPUtime=27.18 cores=1,3,5,7
/proc/2587/stat : 2587 (toysat) R 2584 2587 2004 0 -1 4202496 267573 0 0 0 2682 36 0 0 20 0 4 0 36419207 1337528320 267386 33554432000 4194304 16246674 140736035751536 140736035733440 5522925 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/2587/statm: 326545 267386 883 2943 0 323439 0
[pid=2587/tid=2588] ppid=2584 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/2587/task/2588/stat : 2588 (toysat) S 2584 2587 2004 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36419207 1337528320 267386 33554432000 4194304 16246674 140736035751536 139746895441136 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=2587/tid=2589] ppid=2584 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/2587/task/2589/stat : 2589 (toysat) S 2584 2587 2004 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36419207 1337528320 267386 33554432000 4194304 16246674 140736035751536 139746884951280 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=2587/tid=2590] ppid=2584 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/2587/task/2590/stat : 2590 (toysat) S 2584 2587 2004 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36419207 1337528320 267386 33554432000 4194304 16246674 140736035751536 139746874477744 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 27.18
Current children cumulated vsize (KiB) 1306180

[startup+27.4004 s]
/proc/loadavg: 2.29 2.32 2.01 3/183 2640
/proc/meminfo: memFree=28034524/32872528 swapFree=1499884/1696108
[pid=2587] ppid=2584 vsize=1306180 CPUtime=27.38 cores=1,3,5,7
/proc/2587/stat : 2587 (toysat) R 2584 2587 2004 0 -1 4202496 267573 0 0 0 2702 36 0 0 20 0 4 0 36419207 1337528320 267386 33554432000 4194304 16246674 140736035751536 140736035733440 5545894 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/2587/statm: 326545 267386 883 2943 0 323439 0
[pid=2587/tid=2588] ppid=2584 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/2587/task/2588/stat : 2588 (toysat) S 2584 2587 2004 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36419207 1337528320 267386 33554432000 4194304 16246674 140736035751536 139746895441136 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=2587/tid=2589] ppid=2584 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/2587/task/2589/stat : 2589 (toysat) S 2584 2587 2004 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36419207 1337528320 267386 33554432000 4194304 16246674 140736035751536 139746884951280 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=2587/tid=2590] ppid=2584 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/2587/task/2590/stat : 2590 (toysat) S 2584 2587 2004 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36419207 1337528320 267386 33554432000 4194304 16246674 140736035751536 139746874477744 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 27.38
Current children cumulated vsize (KiB) 1306180

[startup+27.5004 s]
/proc/loadavg: 2.29 2.32 2.01 3/183 2640
/proc/meminfo: memFree=28034524/32872528 swapFree=1499884/1696108
[pid=2587] ppid=2584 vsize=1306180 CPUtime=27.49 cores=1,3,5,7
/proc/2587/stat : 2587 (toysat) R 2584 2587 2004 0 -1 4202496 267573 0 0 0 2713 36 0 0 20 0 4 0 36419207 1337528320 267386 33554432000 4194304 16246674 140736035751536 140736035733440 13943664 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/2587/statm: 326545 267386 883 2943 0 323439 0
[pid=2587/tid=2588] ppid=2584 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/2587/task/2588/stat : 2588 (toysat) S 2584 2587 2004 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36419207 1337528320 267386 33554432000 4194304 16246674 140736035751536 139746895441136 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=2587/tid=2589] ppid=2584 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/2587/task/2589/stat : 2589 (toysat) S 2584 2587 2004 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36419207 1337528320 267386 33554432000 4194304 16246674 140736035751536 139746884951280 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=2587/tid=2590] ppid=2584 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/2587/task/2590/stat : 2590 (toysat) S 2584 2587 2004 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36419207 1337528320 267386 33554432000 4194304 16246674 140736035751536 139746874477744 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 27.49
Current children cumulated vsize (KiB) 1306180

Child status: 0
Real time (s): 27.5903
CPU time (s): 27.5848
CPU user time (s): 27.1529
CPU system time (s): 0.431934
CPU usage (%): 99.9799
Max. virtual memory (cumulated for all children) (KiB): 1306180

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 27.1529
system time used= 0.431934
maximum resident set size= 1069564
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 267579
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 20
involuntary context switches= 30

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.06199 second user time and 0.123981 second system time

The end

Launcher Data

Begin job on node137 at 2016-06-19 15:42:15
IDJOB=4109430
IDBENCH=78806
IDSOLVER=2553
FILE ID=node137/4109430-1466343735
RUNJOBID= node137-1466341805-2021
PBS_JOBID= 19922016
Free space on /tmp= 71688 MiB

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

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

MD5SUM BENCH= 8eadb42484b45bdc6fb0d5cf420da5d0
RANDOM SEED=1568561796

node137.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.486
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.97
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.486
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.486
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		: 2666.486
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.486
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.486
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.38
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.486
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.56
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.486
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:        29103456 kB
Buffers:           69228 kB
Cached:           190200 kB
SwapCached:         1260 kB
Active:          1194472 kB
Inactive:         137940 kB
Active(anon):    1073276 kB
Inactive(anon):     2080 kB
Active(file):     121196 kB
Inactive(file):   135860 kB
Unevictable:     1696108 kB
Mlocked:         1499884 kB
SwapTotal:      67108856 kB
SwapFree:       67100128 kB
Dirty:             32936 kB
Writeback:             0 kB
AnonPages:       2807112 kB
Mapped:            10776 kB
Shmem:                 0 kB
Slab:             605988 kB
SReclaimable:      49888 kB
SUnreclaim:       556100 kB
KernelStack:        1520 kB
PageTables:         9476 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2911336 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    237568 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71672 MiB
End job on node137 at 2016-06-19 15:42:42