Trace number 4109554

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 33.2669 33.2733

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1110974372--soft-33-100-0.wbo
MD5SUM9e79fcc5962892fd65131f45b2c5bc52
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark29
Best CPU time to get the best result obtained on this benchmark13.069
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 constraints64
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 3426
Min constraint cost 1
Max constraint cost 99
Sum of constraints costs 3425
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1266
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:43: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-4109554-1466343822.wbo"]
0.00/0.01	c use --random-gen="2595204694 1869851915 1201941260 2186924208 3415100190 2927915231 701213 1198098869 3948266474 3911310778 2056327399 2104194055 1908341958 4164913152 2225565611 2263108043 3872218009 2997479412 2698495765 2961791919 1509232860 1832259814 1877915083 560220974 3919329995 1118357252 1346557868 1713748788 3354058398 2677533405 64465929 3734004846 2069949366 4204657645 873185606 3200357536 681524549 1680115400 1078349987 18390853 1642283838 1182686209 2833947867 2195120132 1830474837 3846359560 1565516466 2734696143 1490378972 1524115494 3730810519 796532571 3176396728 3900186294 2718979926 1876495254 802923691 216665530 2309226546 1685410765 2907200207 3749316727 3250773839 3134198856 3393640290 3743432488 1498031264 1758061643 1856713449 1184330829 944741892 897436765 908246566 2082707246 2045255648 2571572117 3868038256 3383678595 2151348553 358050068 2835202768 3381326406 1071601721 4021405160 887355302 1980551524 3015426175 2513960545 3081947788 1525073528 210800001 2046609206 1895878998 3181001607 4283242938 1171141457 474814561 4115381381 2276169505 2963414711 3184400098 392121833 3474724277 1813490353 1520194379 2071633720 882290590 22575477 3740734539 4180254123 206275979 2628004719 2316344718 1260422928 3664480823 4180112728 3025614258 2870367945 1971451355 1076032401 326032998 3685327069 2741033459 3097901309 833420197 3679765439 951858007 25073134 824268594 1033403920 3546144053 1263819411 854245233 2267890237 2689842570 3660684653 2840729203 2875435832 3328628341 7334939 3751591427 3307928880 3313359046 1805474500 3852064169 4059810359 3390464058 2566583173 2110493213 645947865 3189238506 2629612991 3593364529 4035288843 4220129526 3116244443 885483669 1301904358 788203682 198770122 2092978814 244522926 1736330109 2067232215 2940329450 442865849 2471123023 3422663060 1104776652 403152807 3404694402 1024363350 830233138 3435858968 1568761338 3110293676 3655704610 3205801134 612909720 1879527386 1391675530 3571178270 972389568 1039285362 481745732 1155106067 1174838390 498764338 3290167598 3806279811 1669031367 3937605917 3263702605 2512014960 1510984764 3000932562 2113768370 2500433745 1397057396 2697304966 261585919 3171862091 1762370300 4258409190 2743838024 3929523348 828786093 1833105594 450112967 1529299829 232583550 3377631460 997589617 3910217387 1151934876 85621891 1076645223 3987861749 2281927887 239932411 2866775847 3026020220 3660970947 2550955085 607824879 2299301896 748309010 1507358930 1406920368 1319933584 4216096058 3436261813 2350586607 732199883 534717802 496363035 1579298447 4043455145 2258177412 2098156280 4238909238 243872407 3847264424 362110738 2163349694 2065539949 1776649753 220208753 4266035993 3649241233 800067490 3697030741 4153966067 4269953162 2063161880 3396416226 255 362436" option to reproduce the execution
0.19/0.25	c #vars 169
0.19/0.25	c #constraints 101
0.19/0.26	c BCD2: Hardening is enabled.
0.19/0.26	c BCD2: BiasedSearch is enabled.
0.19/0.26	c Solving starts ...
0.19/0.26	c ============================[ Search Statistics ]============================
0.19/0.26	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.19/0.26	c       |         |          |          |    Limit     GC | Var      | Constra 
0.19/0.26	c =============================================================================
0.19/0.26	c  0.0s |       0 |        0 |        0 |      111      0 |        0 |        0
0.19/0.26	c  0.0s |       0 |      102 |       14 |      111      0 |        0 |        0
0.19/0.26	c #cpu_time = 0.003s
0.19/0.26	c #wall_clock_time = 0.003s
0.19/0.26	c #decision = 102
0.19/0.26	c #random_decision = 0
0.19/0.26	c #conflict = 14
0.19/0.26	c #restart = 0
0.19/0.26	o 666
0.19/0.26	c BCD2: updating upper bound: 3425 -> 665
0.19/0.26	c BCD2: 0 <= obj <= 665
0.19/0.26	c BCD2: #cores=0, #unrelaxed=64, #relaxed=0, #hardened=0
0.19/0.26	c BCD2: #sat=1 #unsat=1 bias=1/2
0.19/0.26	c Solving starts ...
0.19/0.26	c ============================[ Search Statistics ]============================
0.19/0.26	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.19/0.26	c       |         |          |          |    Limit     GC | Var      | Constra 
0.19/0.26	c =============================================================================
0.19/0.26	c  0.0s |       0 |        0 |        0 |      111      0 |        0 |        0
0.19/0.28	c  0.0s |       1 |      222 |      100 |      123      0 |        0 |        0
0.29/0.30	c  0.0s |       2 |      549 |      250 |      136      0 |        0 |        0
0.29/0.34	c  0.1s |       3 |      955 |      475 |      150      2 |        0 |        0
0.39/0.40	c  0.1s |       4 |     1575 |      813 |      165      5 |        0 |        0
0.49/0.50	c  0.2s |       5 |     2393 |     1320 |      182      8 |        0 |        0
0.59/0.64	c  0.4s |       6 |     3589 |     2081 |      201     13 |        0 |        0
0.79/0.85	c  0.6s |       7 |     5453 |     3223 |      222     20 |        0 |        0
1.10/1.16	c  0.9s |       8 |     8268 |     4936 |      245     29 |        0 |        0
1.49/1.59	c  1.3s |       9 |    12041 |     7506 |      270     43 |        0 |        0
1.98/2.08	c  1.8s |      10 |    17951 |    11361 |      297     61 |        0 |        0
2.79/2.86	c  2.6s |      11 |    26765 |    17144 |      327     88 |        0 |        0
3.99/4.00	c  3.7s |      12 |    39748 |    25819 |      360    125 |        0 |        0
5.69/5.75	c  5.5s |      13 |    58948 |    38832 |      397    178 |        0 |        0
7.70/7.75	c  7.5s |      13 |    78185 |    51632 |      397    227 |        0 |        0
8.09/8.17	c  7.9s |      13 |    81065 |    53723 |      397    236 |        0 |        0
8.09/8.17	c #cpu_time = 7.908s
8.09/8.17	c #wall_clock_time = 7.907s
8.09/8.17	c #decision = 81065
8.09/8.17	c #random_decision = 199
8.09/8.17	c #conflict = 53723
8.09/8.17	c #restart = 13
8.09/8.17	c BCD2: found a new core of size 64: cost of the new core is >=1
8.09/8.17	c lower bound updated to 1
8.09/8.17	c BCD2: 1 <= obj <= 665
8.09/8.17	c BCD2: #cores=1, #unrelaxed=0, #relaxed=64, #hardened=0
8.09/8.17	c BCD2: #sat=1 #unsat=2 bias=2/3
8.09/8.17	c Solving starts ...
8.09/8.17	c ============================[ Search Statistics ]============================
8.09/8.17	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
8.09/8.17	c       |         |          |          |    Limit     GC | Var      | Constra 
8.09/8.17	c =============================================================================
8.09/8.17	c  0.0s |       0 |        0 |        0 |      397      0 |        0 |        0
8.09/8.17	c  0.0s |       0 |       98 |        8 |      397      1 |        0 |        0
8.09/8.17	c #cpu_time = 0.003s
8.09/8.17	c #wall_clock_time = 0.004s
8.09/8.17	c #decision = 98
8.09/8.17	c #random_decision = 1
8.09/8.17	c #conflict = 8
8.09/8.18	c #restart = 0
8.09/8.18	o 29
8.09/8.18	c BCD2: hardening fixes 51 literals
8.09/8.18	c BCD2: updating upper bound: 665 -> 28
8.09/8.18	c BCD2: 1 <= obj <= 28
8.09/8.18	c BCD2: #cores=1, #unrelaxed=0, #relaxed=13, #hardened=51
8.09/8.18	c BCD2: #sat=2 #unsat=2 bias=2/4
8.09/8.18	c Solving starts ...
8.09/8.18	c ============================[ Search Statistics ]============================
8.09/8.18	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
8.09/8.18	c       |         |          |          |    Limit     GC | Var      | Constra 
8.09/8.18	c =============================================================================
8.09/8.18	c  0.0s |       0 |        0 |        0 |      397      0 |       51 |        2
8.09/8.19	c  0.0s |       1 |      156 |      100 |      397      0 |       51 |        2
8.19/8.21	c  0.0s |       2 |      356 |      250 |      397      0 |       51 |        2
8.19/8.23	c  0.1s |       3 |      695 |      475 |      397      1 |       51 |        2
8.19/8.27	c  0.1s |       4 |     1199 |      813 |      397      3 |       51 |        2
8.29/8.33	c  0.1s |       5 |     1995 |     1320 |      397      5 |       51 |        2
8.39/8.41	c  0.2s |       6 |     3106 |     2081 |      397      7 |       51 |        2
8.49/8.53	c  0.3s |       7 |     4858 |     3223 |      397     12 |       51 |        2
8.69/8.70	c  0.5s |       8 |     7555 |     4936 |      437     18 |       51 |        2
8.90/8.97	c  0.8s |       9 |    11670 |     7506 |      437     27 |       51 |        2
9.29/9.38	c  1.2s |      10 |    17531 |    11361 |      437     40 |       51 |        2
10.00/10.03	c  1.9s |      11 |    26366 |    17144 |      437     60 |       51 |        2
10.89/10.97	c  2.8s |      12 |    38857 |    25819 |      437     90 |       51 |        2
12.39/12.44	c  4.3s |      13 |    58678 |    38832 |      481    134 |       51 |        2
14.19/14.22	c  6.0s |      13 |    82097 |    54327 |      481    185 |       52 |        4
14.19/14.22	c #cpu_time = 6.049s
14.19/14.22	c #wall_clock_time = 6.049s
14.19/14.22	c #decision = 82097
14.19/14.22	c #random_decision = 195
14.19/14.22	c #conflict = 54327
14.19/14.23	c #restart = 13
14.19/14.23	c BCD2: updating lower bound of a core
14.19/14.23	c lower bound updated to 16
14.19/14.23	c BCD2: 16 <= obj <= 28
14.19/14.23	c BCD2: #cores=1, #unrelaxed=0, #relaxed=13, #hardened=51
14.19/14.23	c BCD2: #sat=2 #unsat=3 bias=3/5
14.19/14.23	c Solving starts ...
14.19/14.23	c ============================[ Search Statistics ]============================
14.19/14.23	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
14.19/14.23	c       |         |          |          |    Limit     GC | Var      | Constra 
14.19/14.23	c =============================================================================
14.19/14.23	c  0.0s |       0 |        0 |        0 |      481      0 |       52 |        4
14.19/14.24	c  0.0s |       1 |      151 |      100 |      481      0 |       52 |        4
14.19/14.26	c  0.0s |       2 |      420 |      250 |      481      1 |       52 |        4
14.19/14.29	c  0.1s |       3 |      770 |      475 |      481      1 |       52 |        4
14.30/14.32	c  0.1s |       4 |     1285 |      813 |      481      2 |       52 |        4
14.30/14.38	c  0.2s |       5 |     2104 |     1320 |      481      4 |       52 |        4
14.39/14.47	c  0.2s |       6 |     3214 |     2081 |      481      6 |       52 |        4
14.59/14.60	c  0.4s |       7 |     5104 |     3223 |      481     10 |       52 |        4
14.69/14.80	c  0.6s |       8 |     7971 |     4936 |      481     16 |       52 |        4
14.99/15.08	c  0.9s |       9 |    11802 |     7506 |      481     25 |       52 |        4
15.39/15.50	c  1.3s |      10 |    18004 |    11361 |      481     37 |       52 |        4
16.09/16.13	c  1.9s |      11 |    26694 |    17144 |      481     56 |       52 |        4
17.09/17.10	c  2.9s |      12 |    39993 |    25819 |      530     84 |       52 |        4
18.49/18.54	c  4.3s |      13 |    58455 |    38832 |      530    123 |       52 |        4
19.69/19.78	c  5.6s |      13 |    74377 |    49679 |      530    156 |       53 |        6
19.69/19.78	c #cpu_time = 5.559s
19.69/19.78	c #wall_clock_time = 5.558s
19.69/19.78	c #decision = 74377
19.69/19.78	c #random_decision = 182
19.69/19.78	c #conflict = 49679
19.69/19.78	c #restart = 13
19.69/19.78	c BCD2: updating lower bound of a core
19.69/19.78	c lower bound updated to 24
19.69/19.78	c BCD2: 24 <= obj <= 28
19.69/19.78	c BCD2: #cores=1, #unrelaxed=0, #relaxed=13, #hardened=51
19.69/19.78	c BCD2: #sat=2 #unsat=4 bias=4/6
19.69/19.78	c Solving starts ...
19.69/19.78	c ============================[ Search Statistics ]============================
19.69/19.78	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
19.69/19.78	c       |         |          |          |    Limit     GC | Var      | Constra 
19.69/19.78	c =============================================================================
19.69/19.78	c  0.0s |       0 |        0 |        0 |      530      0 |       53 |        6
19.69/19.80	c  0.0s |       1 |      158 |      100 |      530      0 |       53 |        6
19.79/19.81	c  0.0s |       2 |      390 |      250 |      530      1 |       53 |        6
19.79/19.84	c  0.1s |       3 |      765 |      475 |      530      2 |       53 |        6
19.79/19.87	c  0.1s |       4 |     1316 |      813 |      530      3 |       53 |        6
19.89/19.93	c  0.1s |       5 |     2201 |     1320 |      530      4 |       53 |        6
19.99/20.01	c  0.2s |       6 |     3314 |     2081 |      530      6 |       53 |        6
20.09/20.14	c  0.4s |       7 |     4949 |     3223 |      530     10 |       53 |        6
20.29/20.33	c  0.5s |       8 |     7523 |     4936 |      530     15 |       53 |        6
20.49/20.59	c  0.8s |       9 |    11451 |     7506 |      530     23 |       53 |        6
20.99/21.02	c  1.2s |      10 |    16923 |    11361 |      530     35 |       53 |        6
21.59/21.65	c  1.9s |      11 |    25383 |    17144 |      530     52 |       53 |        6
22.59/22.64	c  2.9s |      12 |    36996 |    25819 |      530     78 |       53 |        6
24.09/24.11	c  4.3s |      13 |    55897 |    38832 |      583    117 |       53 |        6
26.09/26.12	c  6.3s |      13 |    81394 |    56532 |      583    167 |       53 |        6
26.29/26.33	c  6.5s |      14 |    84047 |    58352 |      583    172 |       53 |        6
26.88/26.99	c  7.2s |      14 |    93041 |    64218 |      583    188 |       54 |        8
26.88/26.99	c #cpu_time = 7.203s
26.88/26.99	c #wall_clock_time = 7.202s
26.88/26.99	c #decision = 93041
26.88/26.99	c #random_decision = 263
26.88/26.99	c #conflict = 64218
26.88/26.99	c #restart = 14
26.88/26.99	c BCD2: updating lower bound of a core
26.88/26.99	c lower bound updated to 28
26.88/26.99	c BCD2: 28 <= obj <= 28
26.88/26.99	c BCD2: #cores=1, #unrelaxed=0, #relaxed=13, #hardened=51
26.88/26.99	c BCD2: #sat=2 #unsat=5 bias=5/7
26.88/26.99	c Solving starts ...
26.88/26.99	c ============================[ Search Statistics ]============================
26.88/26.99	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
26.88/26.99	c       |         |          |          |    Limit     GC | Var      | Constra 
26.88/26.99	c =============================================================================
26.88/26.99	c  0.0s |       0 |        0 |        0 |      583      0 |       54 |        9
26.98/27.00	c  0.0s |       1 |      187 |      100 |      583      0 |       54 |        9
26.98/27.02	c  0.0s |       2 |      416 |      250 |      583      1 |       54 |        9
26.98/27.04	c  0.1s |       3 |      765 |      475 |      583      1 |       54 |        9
26.98/27.08	c  0.1s |       4 |     1276 |      813 |      583      2 |       54 |        9
27.08/27.14	c  0.1s |       5 |     2110 |     1320 |      583      4 |       54 |        9
27.18/27.22	c  0.2s |       6 |     3238 |     2081 |      583      6 |       54 |        9
27.28/27.34	c  0.4s |       7 |     5040 |     3223 |      583      9 |       54 |        9
27.49/27.53	c  0.5s |       8 |     7586 |     4936 |      583     13 |       54 |        9
27.68/27.79	c  0.8s |       9 |    11041 |     7506 |      583     20 |       54 |        9
28.08/28.19	c  1.2s |      10 |    16544 |    11361 |      583     31 |       54 |        9
28.78/28.81	c  1.8s |      11 |    24715 |    17144 |      583     47 |       54 |        9
29.69/29.75	c  2.8s |      12 |    37885 |    25819 |      583     72 |       54 |        9
31.08/31.18	c  4.2s |      13 |    56914 |    38832 |      583    108 |       54 |        9
33.09/33.18	c  6.2s |      13 |    82530 |    56432 |      583    157 |       54 |        9
33.18/33.21	c  6.2s |      13 |    82792 |    56618 |      583    158 |       55 |       11
33.18/33.21	c #cpu_time = 6.219s
33.18/33.21	c #wall_clock_time = 6.219s
33.18/33.21	c #decision = 82792
33.18/33.21	c #random_decision = 216
33.18/33.21	c #conflict = 56618
33.18/33.21	c #restart = 13
33.18/33.21	c BCD2: updating lower bound of a core
33.18/33.21	c lower bound updated to 29
33.18/33.21	s OPTIMUM FOUND
33.18/33.21	v x1 -x2 -x3 -x4 -x5 -x6 -x7 -x8 -x9 -x10
33.18/33.21	v -x11 -x12 -x13 -x14 -x15 -x16 -x17 -x18 -x19 -x20
33.18/33.21	v -x21 x22 -x23 -x24 -x25 -x26 -x27 -x28 -x29 -x30
33.18/33.21	v -x31 x32 -x33 -x34 -x35 -x36 -x37 -x38 -x39 -x40
33.18/33.21	v -x41 x42 -x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50
33.18/33.21	v -x51 -x52 -x53 -x54 -x55 -x56 -x57 -x58 -x59 -x60
33.18/33.21	v -x61 -x62 x63 -x64 -x65 -x66 x67 -x68 -x69 -x70
33.18/33.21	v -x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80
33.18/33.21	v -x81 -x82 -x83 -x84 -x85 x86 -x87 -x88 -x89 -x90
33.18/33.21	v -x91 -x92 -x93 -x94 -x95 -x96 -x97 -x98 -x99 -x100
33.18/33.21	v -x101 -x102 x103 -x104 -x105 -x106 -x107 x108 -x109 -x110
33.18/33.21	v -x111 -x112 -x113 -x114 -x115 -x116 -x117 -x118 -x119 -x120
33.18/33.21	v -x121 -x122 -x123 x124 -x125 -x126 -x127 -x128 -x129 -x130
33.18/33.21	v -x131 -x132 -x133 -x134 -x135 -x136 -x137 -x138 -x139 -x140
33.18/33.21	v -x141 -x142 x143 -x144 -x145 -x146 -x147 -x148 -x149 -x150
33.18/33.21	v -x151 -x152 x153 -x154 -x155 -x156 -x157 -x158 -x159 -x160
33.18/33.21	v x161 -x162 -x163 -x164 -x165 -x166 -x167 -x168 -x169
33.18/33.21	c total CPU time = 33.211s
33.18/33.21	c total wall clock time = 33.210s

Verifier Data

OK	29

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

pid=32130
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.19 2.26 2.02 3/179 32133
/proc/meminfo: memFree=29274432/32872528 swapFree=1370848/1518016
[pid=32133] ppid=32130 vsize=702908 CPUtime=0 cores=1,3,5,7
/proc/32133/stat : 32133 (toysat) R 32130 32133 31304 0 -1 4202496 2617 0 0 0 0 0 0 0 20 0 4 0 36428707 719777792 3489 33554432000 4194304 16246674 140735155719024 140735155718448 13880264 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/32133/statm: 176495 3497 441 2943 0 173389 0
[pid=32133/tid=32134] ppid=32130 vsize=721340 CPUtime=0 cores=1,3,5,7
/proc/32133/task/32134/stat : 32134 (toysat) S 32130 32133 31304 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36428708 738652160 3559 33554432000 4194304 16246674 140735155719024 140473580629232 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=32133/tid=32135] ppid=32130 vsize=725436 CPUtime=0 cores=1,3,5,7
/proc/32133/task/32135/stat : 32135 (toysat) S 32130 32133 31304 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36428708 742846464 3575 33554432000 4194304 16246674 140735155719024 140473570139376 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=32133/tid=32136] ppid=32130 vsize=729532 CPUtime=0 cores=1,3,5,7
/proc/32133/task/32136/stat : 32136 (toysat) S 32130 32133 31304 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36428708 747040768 3592 33554432000 4194304 16246674 140735155719024 140473482079408 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0

[startup+0.100128 s]
/proc/loadavg: 2.19 2.26 2.02 3/179 32133
/proc/meminfo: memFree=29274432/32872528 swapFree=1370848/1518016
[pid=32133] ppid=32130 vsize=1218116 CPUtime=0.08 cores=1,3,5,7
/proc/32133/stat : 32133 (toysat) R 32130 32133 31304 0 -1 4202496 18471 0 0 0 7 1 0 0 20 0 4 0 36428707 1247350784 19336 33554432000 4194304 16246674 140735155719024 140735155718448 12500869 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/32133/statm: 304529 19339 617 2943 0 301423 0
[pid=32133/tid=32134] ppid=32130 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/32133/task/32134/stat : 32134 (toysat) S 32130 32133 31304 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36428708 1247350784 19342 33554432000 4194304 16246674 140735155719024 140473580629232 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=32133/tid=32135] ppid=32130 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/32133/task/32135/stat : 32135 (toysat) S 32130 32133 31304 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36428708 1247350784 19346 33554432000 4194304 16246674 140735155719024 140473570139376 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=32133/tid=32136] ppid=32130 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/32133/task/32136/stat : 32136 (toysat) S 32130 32133 31304 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36428708 1247350784 19349 33554432000 4194304 16246674 140735155719024 140473482079408 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.200591 s]
/proc/loadavg: 2.19 2.26 2.02 3/179 32133
/proc/meminfo: memFree=29274432/32872528 swapFree=1370848/1518016
[pid=32133] ppid=32130 vsize=1218116 CPUtime=0.19 cores=1,3,5,7
/proc/32133/stat : 32133 (toysat) R 32130 32133 31304 0 -1 4202496 26395 0 0 0 16 3 0 0 20 0 4 0 36428707 1247350784 27260 33554432000 4194304 16246674 140735155719024 140735155718448 6144966 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/32133/statm: 304529 27260 617 2943 0 301423 0
[pid=32133/tid=32134] ppid=32130 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/32133/task/32134/stat : 32134 (toysat) S 32130 32133 31304 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36428708 1247350784 27261 33554432000 4194304 16246674 140735155719024 140473580629232 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=32133/tid=32135] ppid=32130 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/32133/task/32135/stat : 32135 (toysat) S 32130 32133 31304 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36428708 1247350784 27263 33554432000 4194304 16246674 140735155719024 140473570139376 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=32133/tid=32136] ppid=32130 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/32133/task/32136/stat : 32136 (toysat) S 32130 32133 31304 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36428708 1247350784 27268 33554432000 4194304 16246674 140735155719024 140473482079408 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1218116

[startup+0.300492 s]
/proc/loadavg: 2.19 2.26 2.02 3/179 32133
/proc/meminfo: memFree=29274432/32872528 swapFree=1370848/1518016
[pid=32133] ppid=32130 vsize=1218116 CPUtime=0.29 cores=1,3,5,7
/proc/32133/stat : 32133 (toysat) R 32130 32133 31304 0 -1 4202496 37115 0 0 0 25 4 0 0 20 0 4 0 36428707 1247350784 37973 33554432000 4194304 16246674 140735155719024 140735155718448 5677541 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/32133/statm: 304529 37979 807 2943 0 301423 0
[pid=32133/tid=32134] ppid=32130 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/32133/task/32134/stat : 32134 (toysat) S 32130 32133 31304 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36428708 1247350784 37981 33554432000 4194304 16246674 140735155719024 140473580629232 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=32133/tid=32135] ppid=32130 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/32133/task/32135/stat : 32135 (toysat) S 32130 32133 31304 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36428708 1247350784 37990 33554432000 4194304 16246674 140735155719024 140473570139376 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=32133/tid=32136] ppid=32130 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/32133/task/32136/stat : 32136 (toysat) S 32130 32133 31304 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36428708 1247350784 37993 33554432000 4194304 16246674 140735155719024 140473482079408 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.70042 s]
/proc/loadavg: 2.19 2.26 2.02 3/179 32133
/proc/meminfo: memFree=29274432/32872528 swapFree=1370848/1518016
[pid=32133] ppid=32130 vsize=1218116 CPUtime=0.69 cores=1,3,5,7
/proc/32133/stat : 32133 (toysat) R 32130 32133 31304 0 -1 4202496 108165 0 0 0 54 15 0 0 20 0 4 0 36428707 1247350784 109023 33554432000 4194304 16246674 140735155719024 140735155702024 12467381 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/32133/statm: 304529 109042 813 2943 0 301423 0
[pid=32133/tid=32134] ppid=32130 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/32133/task/32134/stat : 32134 (toysat) S 32130 32133 31304 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36428708 1247350784 109048 33554432000 4194304 16246674 140735155719024 140473580629232 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=32133/tid=32135] ppid=32130 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/32133/task/32135/stat : 32135 (toysat) S 32130 32133 31304 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36428708 1247350784 109053 33554432000 4194304 16246674 140735155719024 140473570139376 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=32133/tid=32136] ppid=32130 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/32133/task/32136/stat : 32136 (toysat) S 32130 32133 31304 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36428708 1247350784 109055 33554432000 4194304 16246674 140735155719024 140473482079408 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.5004 s]
/proc/loadavg: 2.26 2.27 2.02 3/183 32137
/proc/meminfo: memFree=28549096/32872528 swapFree=1370848/1518016
[pid=32133] ppid=32130 vsize=1219140 CPUtime=1.49 cores=1,3,5,7
/proc/32133/stat : 32133 (toysat) R 32130 32133 31304 0 -1 4202496 245814 0 0 0 116 33 0 0 20 0 4 0 36428707 1248399360 246650 33554432000 4194304 16246674 140735155719024 140735155718336 5546098 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/32133/statm: 304785 246650 872 2943 0 301679 0
[pid=32133/tid=32134] ppid=32130 vsize=1219140 CPUtime=0 cores=1,3,5,7
/proc/32133/task/32134/stat : 32134 (toysat) S 32130 32133 31304 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36428708 1248399360 246650 33554432000 4194304 16246674 140735155719024 140473580629232 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=32133/tid=32135] ppid=32130 vsize=1219140 CPUtime=0 cores=1,3,5,7
/proc/32133/task/32135/stat : 32135 (toysat) S 32130 32133 31304 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36428708 1248399360 246650 33554432000 4194304 16246674 140735155719024 140473570139376 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=32133/tid=32136] ppid=32130 vsize=1219140 CPUtime=0 cores=1,3,5,7
/proc/32133/task/32136/stat : 32136 (toysat) S 32130 32133 31304 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36428708 1248399360 246650 33554432000 4194304 16246674 140735155719024 140473482079408 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 1219140

[startup+3.10045 s]
/proc/loadavg: 2.26 2.27 2.02 3/183 32137
/proc/meminfo: memFree=28288696/32872528 swapFree=1370848/1518016
[pid=32133] ppid=32130 vsize=1305156 CPUtime=3.09 cores=1,3,5,7
/proc/32133/stat : 32133 (toysat) R 32130 32133 31304 0 -1 4202496 267279 0 0 0 272 37 0 0 20 0 4 0 36428707 1336479744 268115 33554432000 4194304 16246674 140735155719024 140735155700928 5600384 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/32133/statm: 326289 268115 872 2943 0 323183 0
[pid=32133/tid=32134] ppid=32130 vsize=1305156 CPUtime=0 cores=1,3,5,7
/proc/32133/task/32134/stat : 32134 (toysat) S 32130 32133 31304 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36428708 1336479744 268115 33554432000 4194304 16246674 140735155719024 140473580629232 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=32133/tid=32135] ppid=32130 vsize=1305156 CPUtime=0 cores=1,3,5,7
/proc/32133/task/32135/stat : 32135 (toysat) S 32130 32133 31304 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36428708 1336479744 268115 33554432000 4194304 16246674 140735155719024 140473570139376 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=32133/tid=32136] ppid=32130 vsize=1305156 CPUtime=0 cores=1,3,5,7
/proc/32133/task/32136/stat : 32136 (toysat) S 32130 32133 31304 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36428708 1336479744 268115 33554432000 4194304 16246674 140735155719024 140473482079408 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 1305156

[startup+6.30044 s]
/proc/loadavg: 2.26 2.27 2.02 4/183 32137
/proc/meminfo: memFree=28201816/32872528 swapFree=1370848/1518016
[pid=32133] ppid=32130 vsize=1306180 CPUtime=6.29 cores=1,3,5,7
/proc/32133/stat : 32133 (toysat) R 32130 32133 31304 0 -1 4202496 267497 0 0 0 592 37 0 0 20 0 4 0 36428707 1337528320 268333 33554432000 4194304 16246674 140735155719024 140735155702024 5546111 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/32133/statm: 326545 268333 872 2943 0 323439 0
[pid=32133/tid=32134] ppid=32130 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/32133/task/32134/stat : 32134 (toysat) S 32130 32133 31304 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36428708 1337528320 268333 33554432000 4194304 16246674 140735155719024 140473580629232 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=32133/tid=32135] ppid=32130 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/32133/task/32135/stat : 32135 (toysat) S 32130 32133 31304 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36428708 1337528320 268333 33554432000 4194304 16246674 140735155719024 140473570139376 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=32133/tid=32136] ppid=32130 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/32133/task/32136/stat : 32136 (toysat) S 32130 32133 31304 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36428708 1337528320 268333 33554432000 4194304 16246674 140735155719024 140473482079408 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 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.29 2.28 2.03 4/183 32137
/proc/meminfo: memFree=28201488/32872528 swapFree=1370848/1518016
[pid=32133] ppid=32130 vsize=1306180 CPUtime=12.69 cores=1,3,5,7
/proc/32133/stat : 32133 (toysat) R 32130 32133 31304 0 -1 4202496 267543 0 0 0 1232 37 0 0 20 0 4 0 36428707 1337528320 268379 33554432000 4194304 16246674 140735155719024 140735155700928 5673135 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/32133/statm: 326545 268379 883 2943 0 323439 0
[pid=32133/tid=32134] ppid=32130 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/32133/task/32134/stat : 32134 (toysat) S 32130 32133 31304 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36428708 1337528320 268379 33554432000 4194304 16246674 140735155719024 140473580629232 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=32133/tid=32135] ppid=32130 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/32133/task/32135/stat : 32135 (toysat) S 32130 32133 31304 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36428708 1337528320 268379 33554432000 4194304 16246674 140735155719024 140473570139376 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=32133/tid=32136] ppid=32130 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/32133/task/32136/stat : 32136 (toysat) S 32130 32133 31304 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36428708 1337528320 268379 33554432000 4194304 16246674 140735155719024 140473482079408 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.5005 s]
/proc/loadavg: 2.41 2.30 2.04 3/183 32186
/proc/meminfo: memFree=28202532/32872528 swapFree=1370848/1518016
[pid=32133] ppid=32130 vsize=1306180 CPUtime=25.49 cores=1,3,5,7
/proc/32133/stat : 32133 (toysat) R 32130 32133 31304 0 -1 4202496 267594 0 0 0 2512 37 0 0 20 0 4 0 36428707 1337528320 268430 33554432000 4194304 16246674 140735155719024 140735155700928 5721840 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/32133/statm: 326545 268430 883 2943 0 323439 0
[pid=32133/tid=32134] ppid=32130 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/32133/task/32134/stat : 32134 (toysat) S 32130 32133 31304 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36428708 1337528320 268430 33554432000 4194304 16246674 140735155719024 140473580629232 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=32133/tid=32135] ppid=32130 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/32133/task/32135/stat : 32135 (toysat) S 32130 32133 31304 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36428708 1337528320 268430 33554432000 4194304 16246674 140735155719024 140473570139376 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=32133/tid=32136] ppid=32130 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/32133/task/32136/stat : 32136 (toysat) S 32130 32133 31304 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36428708 1337528320 268430 33554432000 4194304 16246674 140735155719024 140473482079408 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 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 32133 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+25.6006 s]
/proc/loadavg: 2.41 2.30 2.04 3/183 32186
/proc/meminfo: memFree=28202532/32872528 swapFree=1370848/1518016
[pid=32133] ppid=32130 vsize=1306180 CPUtime=25.59 cores=1,3,5,7
/proc/32133/stat : 32133 (toysat) R 32130 32133 31304 0 -1 4202496 267594 0 0 0 2522 37 0 0 20 0 4 0 36428707 1337528320 268430 33554432000 4194304 16246674 140735155719024 140735155700928 6022421 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/32133/statm: 326545 268430 883 2943 0 323439 0
[pid=32133/tid=32134] ppid=32130 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/32133/task/32134/stat : 32134 (toysat) S 32130 32133 31304 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36428708 1337528320 268430 33554432000 4194304 16246674 140735155719024 140473580629232 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=32133/tid=32135] ppid=32130 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/32133/task/32135/stat : 32135 (toysat) S 32130 32133 31304 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36428708 1337528320 268430 33554432000 4194304 16246674 140735155719024 140473570139376 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=32133/tid=32136] ppid=32130 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/32133/task/32136/stat : 32136 (toysat) S 32130 32133 31304 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36428708 1337528320 268430 33554432000 4194304 16246674 140735155719024 140473482079408 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 25.59
Current children cumulated vsize (KiB) 1306180

[startup+28.8005 s]
/proc/loadavg: 2.37 2.30 2.04 4/183 32186
/proc/meminfo: memFree=28202052/32872528 swapFree=1370848/1518016
[pid=32133] ppid=32130 vsize=1306180 CPUtime=28.78 cores=1,3,5,7
/proc/32133/stat : 32133 (toysat) R 32130 32133 31304 0 -1 4202496 267594 0 0 0 2841 37 0 0 20 0 4 0 36428707 1337528320 268430 33554432000 4194304 16246674 140735155719024 140735155700928 12460480 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/32133/statm: 326545 268430 883 2943 0 323439 0
[pid=32133/tid=32134] ppid=32130 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/32133/task/32134/stat : 32134 (toysat) S 32130 32133 31304 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36428708 1337528320 268430 33554432000 4194304 16246674 140735155719024 140473580629232 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=32133/tid=32135] ppid=32130 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/32133/task/32135/stat : 32135 (toysat) S 32130 32133 31304 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36428708 1337528320 268430 33554432000 4194304 16246674 140735155719024 140473570139376 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=32133/tid=32136] ppid=32130 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/32133/task/32136/stat : 32136 (toysat) S 32130 32133 31304 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36428708 1337528320 268430 33554432000 4194304 16246674 140735155719024 140473482079408 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 28.78
Current children cumulated vsize (KiB) 1306180

[startup+30.4004 s]
/proc/loadavg: 2.37 2.30 2.04 3/183 32186
/proc/meminfo: memFree=28202176/32872528 swapFree=1370848/1518016
[pid=32133] ppid=32130 vsize=1306180 CPUtime=30.38 cores=1,3,5,7
/proc/32133/stat : 32133 (toysat) R 32130 32133 31304 0 -1 4202496 267594 0 0 0 3001 37 0 0 20 0 4 0 36428707 1337528320 268430 33554432000 4194304 16246674 140735155719024 140735155702024 5673957 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/32133/statm: 326545 268430 883 2943 0 323439 0
[pid=32133/tid=32134] ppid=32130 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/32133/task/32134/stat : 32134 (toysat) S 32130 32133 31304 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36428708 1337528320 268430 33554432000 4194304 16246674 140735155719024 140473580629232 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=32133/tid=32135] ppid=32130 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/32133/task/32135/stat : 32135 (toysat) S 32130 32133 31304 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36428708 1337528320 268430 33554432000 4194304 16246674 140735155719024 140473570139376 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=32133/tid=32136] ppid=32130 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/32133/task/32136/stat : 32136 (toysat) S 32130 32133 31304 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36428708 1337528320 268430 33554432000 4194304 16246674 140735155719024 140473482079408 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 30.38
Current children cumulated vsize (KiB) 1306180

[startup+32.0074 s]
/proc/loadavg: 2.34 2.29 2.04 3/183 32186
/proc/meminfo: memFree=28202432/32872528 swapFree=1370848/1518016
[pid=32133] ppid=32130 vsize=1306180 CPUtime=31.99 cores=1,3,5,7
/proc/32133/stat : 32133 (toysat) R 32130 32133 31304 0 -1 4202496 267594 0 0 0 3162 37 0 0 20 0 4 0 36428707 1337528320 268430 33554432000 4194304 16246674 140735155719024 140735155718200 13759456 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/32133/statm: 326545 268430 883 2943 0 323439 0
[pid=32133/tid=32134] ppid=32130 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/32133/task/32134/stat : 32134 (toysat) S 32130 32133 31304 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36428708 1337528320 268430 33554432000 4194304 16246674 140735155719024 140473580629232 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=32133/tid=32135] ppid=32130 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/32133/task/32135/stat : 32135 (toysat) S 32130 32133 31304 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36428708 1337528320 268430 33554432000 4194304 16246674 140735155719024 140473570139376 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=32133/tid=32136] ppid=32130 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/32133/task/32136/stat : 32136 (toysat) S 32130 32133 31304 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36428708 1337528320 268430 33554432000 4194304 16246674 140735155719024 140473482079408 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 31.99
Current children cumulated vsize (KiB) 1306180

[startup+32.8004 s]
/proc/loadavg: 2.34 2.29 2.04 3/183 32186
/proc/meminfo: memFree=28202432/32872528 swapFree=1370848/1518016
[pid=32133] ppid=32130 vsize=1306180 CPUtime=32.78 cores=1,3,5,7
/proc/32133/stat : 32133 (toysat) R 32130 32133 31304 0 -1 4202496 267594 0 0 0 3241 37 0 0 20 0 4 0 36428707 1337528320 268430 33554432000 4194304 16246674 140735155719024 140735155702024 5661532 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/32133/statm: 326545 268430 883 2943 0 323439 0
[pid=32133/tid=32134] ppid=32130 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/32133/task/32134/stat : 32134 (toysat) S 32130 32133 31304 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36428708 1337528320 268430 33554432000 4194304 16246674 140735155719024 140473580629232 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=32133/tid=32135] ppid=32130 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/32133/task/32135/stat : 32135 (toysat) S 32130 32133 31304 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36428708 1337528320 268430 33554432000 4194304 16246674 140735155719024 140473570139376 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=32133/tid=32136] ppid=32130 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/32133/task/32136/stat : 32136 (toysat) S 32130 32133 31304 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36428708 1337528320 268430 33554432000 4194304 16246674 140735155719024 140473482079408 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 32.78
Current children cumulated vsize (KiB) 1306180

[startup+33.2004 s]
/proc/loadavg: 2.34 2.29 2.04 3/183 32186
/proc/meminfo: memFree=28202560/32872528 swapFree=1370848/1518016
[pid=32133] ppid=32130 vsize=1306180 CPUtime=33.18 cores=1,3,5,7
/proc/32133/stat : 32133 (toysat) R 32130 32133 31304 0 -1 4202496 267594 0 0 0 3281 37 0 0 20 0 4 0 36428707 1337528320 268430 33554432000 4194304 16246674 140735155719024 140735155702024 5600380 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/32133/statm: 326545 268430 883 2943 0 323439 0
[pid=32133/tid=32134] ppid=32130 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/32133/task/32134/stat : 32134 (toysat) S 32130 32133 31304 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36428708 1337528320 268430 33554432000 4194304 16246674 140735155719024 140473580629232 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=32133/tid=32135] ppid=32130 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/32133/task/32135/stat : 32135 (toysat) S 32130 32133 31304 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36428708 1337528320 268430 33554432000 4194304 16246674 140735155719024 140473570139376 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=32133/tid=32136] ppid=32130 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/32133/task/32136/stat : 32136 (toysat) S 32130 32133 31304 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36428708 1337528320 268430 33554432000 4194304 16246674 140735155719024 140473482079408 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 33.18
Current children cumulated vsize (KiB) 1306180

Child status: 0
Real time (s): 33.2733
CPU time (s): 33.2669
CPU user time (s): 32.829
CPU system time (s): 0.437933
CPU usage (%): 99.9809
Max. virtual memory (cumulated for all children) (KiB): 1306180

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 32.829
system time used= 0.437933
maximum resident set size= 1073728
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 267598
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= 24
involuntary context switches= 34

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.172973 second user time and 0.348946 second system time

The end

Launcher Data

Begin job on node129 at 2016-06-19 15:43:42
IDJOB=4109554
IDBENCH=78848
IDSOLVER=2553
FILE ID=node129/4109554-1466343822
RUNJOBID= node129-1466341815-31321
PBS_JOBID= 19922024
Free space on /tmp= 71720 MiB

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

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

MD5SUM BENCH= 9e79fcc5962892fd65131f45b2c5bc52
RANDOM SEED=241599211

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        29274828 kB
Buffers:           87708 kB
Cached:           178060 kB
SwapCached:         1804 kB
Active:          1204736 kB
Inactive:         136592 kB
Active(anon):    1075180 kB
Inactive(anon):     2732 kB
Active(file):     129556 kB
Inactive(file):   133860 kB
Unevictable:     1518016 kB
Mlocked:         1370848 kB
SwapTotal:      67108856 kB
SwapFree:       67099348 kB
Dirty:             33264 kB
Writeback:             8 kB
AnonPages:       2592748 kB
Mapped:            10736 kB
Shmem:                 0 kB
Slab:             602804 kB
SReclaimable:      46312 kB
SUnreclaim:       556492 kB
KernelStack:        1496 kB
PageTables:         9044 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2735344 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    153600 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71704 MiB
End job on node129 at 2016-06-19 15:44:16