Trace number 4109362

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 23.4154 23.4207

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111216411--soft-33-100-0.wbo
MD5SUMb83b3eb7b2e3cdfc14afc5fb58fdd674
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark3.58345
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 2925
Min constraint cost 1
Max constraint cost 96
Sum of constraints costs 2924
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1200
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.00	c 2016-06-19T15:41:25+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-4109362-1466343685.wbo"]
0.00/0.01	c use --random-gen="1842428977 2193008222 409310330 4196515261 1548718304 1460689399 1190847008 3855452725 510444264 3493470991 2267576460 100156011 2435058419 4094603469 3506435836 709107714 2531144998 15891001 1536267444 3768901425 329364886 1666739771 4284988337 563638271 1272893929 931119433 470387951 2399247470 525898221 2873675228 3961737516 1822404658 1036528139 1524104715 1217732998 266199506 384313973 2045316374 3623895379 239509935 24950843 87299567 2994289305 1579620472 1235149306 1483571034 2587442139 2542171945 1611295951 3522749526 4037122982 458788447 3450226900 2041029817 384914004 4224029057 4195645777 2308438659 4157954479 198296366 3025438455 4214358512 877200512 2198083798 3180292028 955040331 1099734280 2579081244 146680683 104908014 1136940571 2041406301 653013045 3323310303 4073098181 2948787980 3514303106 1596253918 3563669737 3240568760 1247675659 3426458513 4125766820 237141706 2937774711 1852145976 398640219 4185088713 671975226 1668509226 3158911619 2136266348 151239344 4147960897 2604041036 1350282844 1103887714 2473858884 350875823 2733745545 2844892302 1135886521 293809931 324735559 3507585297 577237454 140150294 3466503694 1478298966 3934398908 2061038198 1718611560 1865455143 1632883578 3870485590 1207378940 3325184199 4215967839 1556088835 3188693971 1790388406 2306749502 2554095569 3109926541 3463201290 4102878200 2447277585 4157601354 2629719373 229873073 4263794029 422174386 561433134 239441048 3982987331 1989258344 2062248028 3532858255 905890897 1466241901 3419665675 3776074589 1494909038 1386274929 4074555155 2243093492 3229881796 1972502785 1612275192 3324590702 1926335421 3361880140 3449035183 3296993366 4179937631 551804907 1850276508 831920610 4278625869 377080366 212949564 1754755714 3339593667 95968975 425849658 2502389311 1429682408 507638864 1572077843 3984365407 2453110876 1156436646 1549661763 1618453408 3425342929 1554677028 2080957584 2248542072 932537713 3221331748 1698768357 725386424 486001944 1279314702 2643877295 2273558819 2098365936 1247542666 2461690202 3946558484 367973850 3593614650 2749644717 217595733 2537424250 3445861672 1034294155 1754386942 4153680755 2019566554 4088035823 135866084 2547272100 2313939113 2304967107 1212897677 1084987585 1923886932 2701647871 3836976543 3667602217 3161874635 2587504896 4055560867 1940263933 239834262 298628441 247489824 3690868516 3059404442 3253244328 2803477408 956340523 1922448352 894109245 98213741 1148715125 1731044400 1163533781 1594143472 109429538 3795522412 1237884157 3471026820 2861807591 3163210738 4082179537 900370375 1635516059 3234670075 516192651 1543141275 349404628 3717123310 4138700259 764751365 2016385242 3152047639 954146450 3308365738 2212495608 2698869111 5006706 2224099394 1664216587 1449944453 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 |      131 |       38 |      111      0 |        0 |        0
0.19/0.26	c #cpu_time = 0.006s
0.19/0.26	c #wall_clock_time = 0.006s
0.19/0.26	c #decision = 131
0.19/0.26	c #random_decision = 0
0.19/0.26	c #conflict = 38
0.19/0.26	c #restart = 0
0.19/0.26	o 301
0.19/0.26	c BCD2: updating upper bound: 2924 -> 300
0.19/0.26	c BCD2: 0 <= obj <= 300
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 |      196 |      100 |      123      0 |        0 |        0
0.29/0.31	c  0.0s |       2 |      456 |      250 |      136      1 |        0 |        0
0.29/0.35	c  0.1s |       3 |      812 |      475 |      150      3 |        0 |        0
0.38/0.41	c  0.2s |       4 |     1374 |      813 |      165      5 |        0 |        0
0.49/0.51	c  0.2s |       5 |     2165 |     1320 |      182      9 |        0 |        0
0.59/0.65	c  0.4s |       6 |     3300 |     2081 |      201     13 |        0 |        0
0.79/0.87	c  0.6s |       7 |     4999 |     3223 |      222     20 |        0 |        0
1.10/1.18	c  0.9s |       8 |     7479 |     4936 |      245     29 |        0 |        0
1.59/1.61	c  1.3s |       9 |    11167 |     7506 |      270     42 |        0 |        0
2.09/2.17	c  1.9s |      10 |    16455 |    11361 |      297     60 |        0 |        0
2.98/3.05	c  2.8s |      11 |    24280 |    17144 |      327     86 |        0 |        0
4.18/4.27	c  4.0s |      12 |    36498 |    25819 |      360    123 |        0 |        0
5.98/6.08	c  5.8s |      13 |    54273 |    38832 |      397    175 |        0 |        0
7.98/8.09	c  7.8s |      13 |    72904 |    52332 |      397    225 |        0 |        0
8.98/9.00	c  8.7s |      14 |    81028 |    58352 |      437    248 |        0 |        0
10.99/11.01	c 10.7s |      14 |    97195 |    69852 |      437    289 |        0 |        0
11.09/11.11	c 10.8s |      14 |    97885 |    70382 |      437    292 |        0 |        0
11.09/11.11	c #cpu_time = 10.844s
11.09/11.11	c #wall_clock_time = 10.844s
11.09/11.11	c #decision = 97885
11.09/11.11	c #random_decision = 250
11.09/11.11	c #conflict = 70382
11.09/11.11	c #restart = 14
11.09/11.11	c BCD2: found a new core of size 64: cost of the new core is >=1
11.09/11.11	c lower bound updated to 1
11.09/11.11	c BCD2: 1 <= obj <= 300
11.09/11.11	c BCD2: #cores=1, #unrelaxed=0, #relaxed=64, #hardened=0
11.09/11.11	c BCD2: #sat=1 #unsat=2 bias=2/3
11.09/11.11	c Solving starts ...
11.09/11.11	c ============================[ Search Statistics ]============================
11.09/11.11	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
11.09/11.11	c       |         |          |          |    Limit     GC | Var      | Constra 
11.09/11.11	c =============================================================================
11.09/11.11	c  0.0s |       0 |        0 |        0 |      437      0 |        0 |        0
11.09/11.12	c  0.0s |       1 |      233 |      100 |      437      0 |        0 |        0
11.09/11.14	c  0.0s |       2 |      515 |      250 |      437      1 |        0 |        0
11.09/11.17	c  0.1s |       3 |      867 |      475 |      437      1 |        0 |        0
11.18/11.21	c  0.1s |       3 |     1253 |      703 |      437      2 |        0 |        0
11.18/11.21	c #cpu_time = 0.100s
11.18/11.21	c #wall_clock_time = 0.100s
11.18/11.21	c #decision = 1253
11.18/11.21	c #random_decision = 1
11.18/11.21	c #conflict = 703
11.18/11.21	c #restart = 3
11.18/11.21	o 261
11.18/11.21	c BCD2: updating upper bound: 300 -> 260
11.18/11.21	c BCD2: 1 <= obj <= 260
11.18/11.21	c BCD2: #cores=1, #unrelaxed=0, #relaxed=64, #hardened=0
11.18/11.21	c BCD2: #sat=2 #unsat=2 bias=2/4
11.18/11.21	c Solving starts ...
11.18/11.21	c ============================[ Search Statistics ]============================
11.18/11.21	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
11.18/11.21	c       |         |          |          |    Limit     GC | Var      | Constra 
11.18/11.21	c =============================================================================
11.18/11.21	c  0.0s |       0 |        0 |        0 |      437      0 |        0 |        2
11.18/11.23	c  0.0s |       1 |      143 |      100 |      437      1 |        0 |        2
11.18/11.25	c  0.0s |       2 |      412 |      250 |      437      1 |        0 |        2
11.18/11.28	c  0.1s |       3 |      744 |      475 |      437      2 |        0 |        2
11.28/11.34	c  0.1s |       4 |     1315 |      813 |      437      4 |        0 |        2
11.38/11.41	c  0.2s |       5 |     2188 |     1320 |      437      6 |        0 |        2
11.48/11.51	c  0.3s |       6 |     3650 |     2081 |      437      9 |        0 |        2
11.58/11.66	c  0.4s |       7 |     5554 |     3223 |      437     13 |        0 |        2
11.68/11.79	c  0.6s |       7 |     6894 |     4097 |      437     17 |        0 |        2
11.68/11.79	c #cpu_time = 0.578s
11.68/11.79	c #wall_clock_time = 0.578s
11.68/11.79	c #decision = 6894
11.68/11.79	c #random_decision = 15
11.68/11.79	c #conflict = 4097
11.68/11.79	c #restart = 7
11.68/11.79	o 102
11.68/11.79	c BCD2: updating upper bound: 260 -> 101
11.68/11.79	c BCD2: 1 <= obj <= 101
11.68/11.79	c BCD2: #cores=1, #unrelaxed=0, #relaxed=64, #hardened=0
11.68/11.79	c BCD2: #sat=3 #unsat=2 bias=2/5
11.68/11.79	c Solving starts ...
11.68/11.79	c ============================[ Search Statistics ]============================
11.68/11.79	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
11.68/11.79	c       |         |          |          |    Limit     GC | Var      | Constra 
11.68/11.79	c =============================================================================
11.68/11.79	c  0.0s |       0 |        0 |        0 |      437      0 |        0 |        4
11.78/11.80	c  0.0s |       1 |      210 |      100 |      437      0 |        0 |        4
11.78/11.82	c  0.0s |       2 |      474 |      250 |      437      1 |        0 |        4
11.78/11.85	c  0.1s |       3 |      820 |      475 |      437      1 |        0 |        4
11.78/11.90	c  0.1s |       4 |     1389 |      813 |      437      3 |        0 |        4
11.89/11.96	c  0.2s |       5 |     2156 |     1320 |      437      4 |        0 |        4
11.99/12.06	c  0.3s |       6 |     3315 |     2081 |      437      7 |        0 |        4
12.10/12.17	c  0.4s |       6 |     4416 |     2897 |      437     10 |        0 |        4
12.10/12.17	c #cpu_time = 0.379s
12.10/12.17	c #wall_clock_time = 0.380s
12.10/12.17	c #decision = 4416
12.10/12.17	c #random_decision = 18
12.10/12.17	c #conflict = 2897
12.10/12.17	c #restart = 6
12.10/12.17	o 44
12.10/12.17	c BCD2: hardening fixes 34 literals
12.10/12.17	c BCD2: updating upper bound: 101 -> 43
12.10/12.17	c BCD2: 1 <= obj <= 43
12.10/12.17	c BCD2: #cores=1, #unrelaxed=0, #relaxed=30, #hardened=34
12.10/12.17	c BCD2: #sat=4 #unsat=2 bias=2/6
12.10/12.17	c Solving starts ...
12.10/12.17	c ============================[ Search Statistics ]============================
12.10/12.17	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
12.10/12.17	c       |         |          |          |    Limit     GC | Var      | Constra 
12.10/12.17	c =============================================================================
12.10/12.17	c  0.0s |       0 |        0 |        0 |      437      0 |       34 |        6
12.10/12.18	c  0.0s |       1 |      129 |      100 |      437      1 |       34 |        6
12.10/12.20	c  0.0s |       2 |      331 |      250 |      437      1 |       34 |        6
12.20/12.23	c  0.1s |       3 |      650 |      475 |      437      2 |       34 |        6
12.20/12.27	c  0.1s |       4 |     1116 |      813 |      437      3 |       34 |        6
12.29/12.33	c  0.2s |       5 |     1840 |     1320 |      437      5 |       34 |        6
12.39/12.41	c  0.2s |       6 |     2908 |     2081 |      437      8 |       34 |        6
12.39/12.47	c  0.3s |       6 |     3560 |     2516 |      437      9 |       34 |        6
12.39/12.47	c #cpu_time = 0.297s
12.39/12.47	c #wall_clock_time = 0.297s
12.39/12.47	c #decision = 3560
12.39/12.47	c #random_decision = 12
12.39/12.47	c #conflict = 2516
12.39/12.47	c #restart = 6
12.39/12.47	o 15
12.39/12.47	c BCD2: hardening fixes 15 literals
12.39/12.47	c BCD2: updating upper bound: 43 -> 14
12.39/12.47	c BCD2: 1 <= obj <= 14
12.39/12.47	c BCD2: #cores=1, #unrelaxed=0, #relaxed=15, #hardened=49
12.39/12.47	c BCD2: #sat=5 #unsat=2 bias=2/7
12.39/12.47	c Solving starts ...
12.39/12.47	c ============================[ Search Statistics ]============================
12.39/12.47	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
12.39/12.47	c       |         |          |          |    Limit     GC | Var      | Constra 
12.39/12.47	c =============================================================================
12.39/12.47	c  0.0s |       0 |        0 |        0 |      437      0 |       49 |        8
12.39/12.48	c  0.0s |       1 |      151 |      100 |      437      1 |       49 |        8
12.39/12.50	c  0.0s |       2 |      338 |      250 |      437      1 |       49 |        8
12.49/12.52	c  0.1s |       3 |      646 |      475 |      437      2 |       49 |        8
12.49/12.57	c  0.1s |       4 |     1070 |      813 |      437      3 |       49 |        8
12.59/12.63	c  0.2s |       5 |     1772 |     1320 |      437      5 |       49 |        8
12.69/12.71	c  0.2s |       6 |     2741 |     2081 |      437      8 |       49 |        8
12.79/12.84	c  0.4s |       7 |     4284 |     3223 |      437     12 |       49 |        8
12.99/13.04	c  0.6s |       8 |     6605 |     4936 |      437     18 |       49 |        8
13.30/13.32	c  0.9s |       9 |    10299 |     7506 |      481     26 |       49 |        8
13.69/13.79	c  1.3s |      10 |    15342 |    11361 |      481     38 |       49 |        8
14.40/14.48	c  2.0s |      11 |    23238 |    17144 |      481     57 |       49 |        8
14.79/14.84	c  2.4s |      11 |    27202 |    20182 |      481     66 |       49 |        8
14.79/14.84	c #cpu_time = 2.379s
14.79/14.84	c #wall_clock_time = 2.379s
14.79/14.84	c #decision = 27202
14.79/14.84	c #random_decision = 74
14.79/14.84	c #conflict = 20182
14.79/14.84	c #restart = 11
14.79/14.84	o 5
14.79/14.84	c BCD2: hardening fixes 9 literals
14.79/14.84	c BCD2: updating upper bound: 14 -> 4
14.79/14.84	c BCD2: 1 <= obj <= 4
14.79/14.84	c BCD2: #cores=1, #unrelaxed=0, #relaxed=6, #hardened=58
14.79/14.84	c BCD2: #sat=6 #unsat=2 bias=2/8
14.79/14.84	c Solving starts ...
14.79/14.84	c ============================[ Search Statistics ]============================
14.79/14.84	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
14.79/14.84	c       |         |          |          |    Limit     GC | Var      | Constra 
14.79/14.84	c =============================================================================
14.79/14.84	c  0.0s |       0 |        0 |        0 |      481      0 |       58 |       10
14.79/14.86	c  0.0s |       1 |      136 |      100 |      481      1 |       58 |       10
14.79/14.88	c  0.0s |       2 |      335 |      250 |      481      1 |       58 |       10
14.89/14.90	c  0.1s |       3 |      637 |      475 |      481      2 |       58 |       10
14.89/14.94	c  0.1s |       4 |     1084 |      813 |      481      3 |       58 |       10
14.99/15.00	c  0.2s |       5 |     1790 |     1320 |      481      5 |       58 |       10
14.99/15.09	c  0.2s |       6 |     2741 |     2081 |      481      7 |       58 |       10
15.19/15.22	c  0.4s |       7 |     4189 |     3223 |      481     11 |       58 |       10
15.40/15.43	c  0.6s |       8 |     6433 |     4936 |      481     16 |       58 |       10
15.69/15.72	c  0.9s |       9 |    10166 |     7506 |      481     25 |       58 |       10
16.09/16.15	c  1.3s |      10 |    15359 |    11361 |      481     37 |       58 |       10
16.79/16.82	c  2.0s |      11 |    23318 |    17144 |      481     56 |       58 |       10
17.59/17.68	c  2.8s |      11 |    32567 |    24301 |      481     79 |       58 |       10
17.59/17.68	c #cpu_time = 2.839s
17.59/17.68	c #wall_clock_time = 2.839s
17.59/17.68	c #decision = 32567
17.59/17.68	c #random_decision = 69
17.59/17.68	c #conflict = 24301
17.59/17.68	c #restart = 11
17.59/17.68	o 2
17.59/17.68	c BCD2: hardening fixes 2 literals
17.59/17.68	c BCD2: updating upper bound: 4 -> 1
17.59/17.68	c BCD2: 1 <= obj <= 1
17.59/17.68	c BCD2: #cores=1, #unrelaxed=0, #relaxed=4, #hardened=60
17.59/17.68	c BCD2: #sat=7 #unsat=2 bias=2/9
17.59/17.68	c Solving starts ...
17.59/17.68	c ============================[ Search Statistics ]============================
17.59/17.68	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
17.59/17.68	c       |         |          |          |    Limit     GC | Var      | Constra 
17.59/17.68	c =============================================================================
17.59/17.68	c  0.0s |       0 |        0 |        0 |      481      0 |       60 |       12
17.59/17.70	c  0.0s |       1 |      129 |      100 |      481      0 |       60 |       12
17.69/17.72	c  0.0s |       2 |      326 |      250 |      481      1 |       60 |       12
17.69/17.74	c  0.1s |       3 |      629 |      475 |      481      1 |       60 |       12
17.69/17.78	c  0.1s |       4 |     1087 |      813 |      481      2 |       60 |       12
17.79/17.84	c  0.2s |       5 |     1738 |     1320 |      481      4 |       60 |       12
17.89/17.93	c  0.2s |       6 |     2777 |     2081 |      481      6 |       60 |       12
17.99/18.06	c  0.4s |       7 |     4441 |     3223 |      481     10 |       60 |       12
18.19/18.24	c  0.6s |       8 |     6702 |     4936 |      481     16 |       60 |       12
18.49/18.55	c  0.9s |       9 |    10070 |     7506 |      530     23 |       60 |       12
18.89/18.99	c  1.3s |      10 |    15120 |    11361 |      530     35 |       60 |       12
19.59/19.66	c  2.0s |      11 |    23122 |    17144 |      530     52 |       60 |       12
20.59/20.66	c  3.0s |      12 |    35041 |    25819 |      530     78 |       60 |       12
22.19/22.21	c  4.5s |      13 |    52549 |    38832 |      530    116 |       60 |       12
23.29/23.36	c  5.7s |      13 |    65318 |    48409 |      530    145 |       61 |       14
23.29/23.36	c #cpu_time = 5.671s
23.29/23.36	c #wall_clock_time = 5.672s
23.29/23.36	c #decision = 65318
23.29/23.36	c #random_decision = 116
23.29/23.36	c #conflict = 48409
23.29/23.36	c #restart = 13
23.29/23.36	c BCD2: updating lower bound of a core
23.29/23.36	c lower bound updated to 2
23.29/23.36	s OPTIMUM FOUND
23.29/23.36	v -x1 -x2 -x3 -x4 -x5 -x6 -x7 -x8 -x9 -x10
23.29/23.36	v -x11 -x12 -x13 -x14 -x15 -x16 -x17 x18 -x19 -x20
23.29/23.36	v -x21 -x22 -x23 -x24 -x25 -x26 -x27 -x28 -x29 -x30
23.29/23.36	v -x31 -x32 -x33 -x34 x35 -x36 -x37 -x38 -x39 -x40
23.29/23.36	v -x41 -x42 x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50
23.29/23.36	v -x51 -x52 x53 -x54 -x55 -x56 -x57 -x58 -x59 -x60
23.29/23.36	v -x61 -x62 -x63 -x64 -x65 -x66 -x67 -x68 -x69 -x70
23.29/23.36	v -x71 -x72 -x73 -x74 -x75 -x76 -x77 x78 -x79 -x80
23.29/23.36	v -x81 -x82 -x83 -x84 -x85 x86 -x87 -x88 -x89 -x90
23.29/23.36	v -x91 -x92 -x93 x94 -x95 -x96 -x97 -x98 -x99 -x100
23.29/23.36	v -x101 -x102 -x103 -x104 -x105 -x106 -x107 -x108 -x109 -x110
23.29/23.36	v -x111 -x112 -x113 -x114 x115 -x116 -x117 -x118 -x119 -x120
23.29/23.36	v -x121 -x122 -x123 x124 -x125 -x126 -x127 -x128 -x129 -x130
23.29/23.36	v -x131 x132 -x133 -x134 -x135 -x136 -x137 -x138 -x139 -x140
23.29/23.36	v -x141 -x142 -x143 -x144 -x145 -x146 -x147 -x148 -x149 -x150
23.29/23.36	v -x151 -x152 x153 -x154 -x155 -x156 -x157 -x158 -x159 -x160
23.29/23.36	v -x161 -x162 -x163 -x164 -x165 -x166 -x167 x168 -x169
23.29/23.36	c total CPU time = 23.358s
23.29/23.36	c total wall clock time = 23.359s

Verifier Data

OK	2

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

pid=31689
running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 2.24 2.29 1.99 3/179 31692
/proc/meminfo: memFree=29276276/32872528 swapFree=1370848/1518016
[pid=31692] ppid=31689 vsize=700860 CPUtime=0 cores=0,2,4,6
/proc/31692/stat : 31692 (toysat) R 31689 31692 31304 0 -1 4202496 2610 0 0 0 0 0 0 0 20 0 4 0 36414981 717680640 2971 33554432000 4194304 16246674 140735374895184 140735374894608 13880264 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/31692/statm: 175727 2981 441 2943 0 172621 0
[pid=31692/tid=31693] ppid=31689 vsize=718268 CPUtime=0 cores=0,2,4,6
/proc/31692/task/31693/stat : 31693 (toysat) S 31689 31692 31304 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36414981 735506432 3041 33554432000 4194304 16246674 140735374895184 139666056522992 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=31692/tid=31694] ppid=31689 vsize=722364 CPUtime=0 cores=0,2,4,6
/proc/31692/task/31694/stat : 31694 (toysat) S 31689 31692 31304 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36414981 739700736 3057 33554432000 4194304 16246674 140735374895184 139666046033136 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=31692/tid=31695] ppid=31689 vsize=726460 CPUtime=0 cores=0,2,4,6
/proc/31692/task/31695/stat : 31695 (toysat) S 31689 31692 31304 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36414981 743895040 3074 33554432000 4194304 16246674 140735374895184 139665961118896 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0

[startup+0.10017 s]
/proc/loadavg: 2.24 2.29 1.99 3/179 31692
/proc/meminfo: memFree=29276276/32872528 swapFree=1370848/1518016
[pid=31692] ppid=31689 vsize=1218116 CPUtime=0.09 cores=0,2,4,6
/proc/31692/stat : 31692 (toysat) R 31689 31692 31304 0 -1 4202496 18430 0 0 0 7 2 0 0 20 0 4 0 36414981 1247350784 18783 33554432000 4194304 16246674 140735374895184 140735374894608 12481124 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/31692/statm: 304529 18787 615 2943 0 301423 0
[pid=31692/tid=31693] ppid=31689 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/31692/task/31693/stat : 31693 (toysat) S 31689 31692 31304 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36414981 1247350784 18792 33554432000 4194304 16246674 140735374895184 139666056522992 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=31692/tid=31694] ppid=31689 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/31692/task/31694/stat : 31694 (toysat) S 31689 31692 31304 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36414981 1247350784 18794 33554432000 4194304 16246674 140735374895184 139666046033136 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=31692/tid=31695] ppid=31689 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/31692/task/31695/stat : 31695 (toysat) S 31689 31692 31304 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36414981 1247350784 18797 33554432000 4194304 16246674 140735374895184 139665961118896 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1218116

[startup+0.200501 s]
/proc/loadavg: 2.24 2.29 1.99 3/179 31692
/proc/meminfo: memFree=29276276/32872528 swapFree=1370848/1518016
[pid=31692] ppid=31689 vsize=1218116 CPUtime=0.19 cores=0,2,4,6
/proc/31692/stat : 31692 (toysat) R 31689 31692 31304 0 -1 4202496 26263 0 0 0 16 3 0 0 20 0 4 0 36414981 1247350784 26616 33554432000 4194304 16246674 140735374895184 140735374894608 12486453 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/31692/statm: 304529 26621 615 2943 0 301423 0
[pid=31692/tid=31693] ppid=31689 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/31692/task/31693/stat : 31693 (toysat) S 31689 31692 31304 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36414981 1247350784 26622 33554432000 4194304 16246674 140735374895184 139666056522992 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=31692/tid=31694] ppid=31689 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/31692/task/31694/stat : 31694 (toysat) S 31689 31692 31304 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36414981 1247350784 26626 33554432000 4194304 16246674 140735374895184 139666046033136 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=31692/tid=31695] ppid=31689 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/31692/task/31695/stat : 31695 (toysat) S 31689 31692 31304 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36414981 1247350784 26627 33554432000 4194304 16246674 140735374895184 139665961118896 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1218116

[startup+0.30047 s]
/proc/loadavg: 2.24 2.29 1.99 3/179 31692
/proc/meminfo: memFree=29276276/32872528 swapFree=1370848/1518016
[pid=31692] ppid=31689 vsize=1218116 CPUtime=0.29 cores=0,2,4,6
/proc/31692/stat : 31692 (toysat) R 31689 31692 31304 0 -1 4202496 38479 0 0 0 24 5 0 0 20 0 4 0 36414981 1247350784 38825 33554432000 4194304 16246674 140735374895184 140735374894608 13780501 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/31692/statm: 304529 38837 812 2943 0 301423 0
[pid=31692/tid=31693] ppid=31689 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/31692/task/31693/stat : 31693 (toysat) S 31689 31692 31304 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36414981 1247350784 38848 33554432000 4194304 16246674 140735374895184 139666056522992 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=31692/tid=31694] ppid=31689 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/31692/task/31694/stat : 31694 (toysat) S 31689 31692 31304 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36414981 1247350784 38854 33554432000 4194304 16246674 140735374895184 139666046033136 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=31692/tid=31695] ppid=31689 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/31692/task/31695/stat : 31695 (toysat) S 31689 31692 31304 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36414981 1247350784 38858 33554432000 4194304 16246674 140735374895184 139665961118896 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1218116

[startup+0.700393 s]
/proc/loadavg: 2.24 2.29 1.99 3/179 31692
/proc/meminfo: memFree=29276276/32872528 swapFree=1370848/1518016
[pid=31692] ppid=31689 vsize=1218116 CPUtime=0.69 cores=0,2,4,6
/proc/31692/stat : 31692 (toysat) R 31689 31692 31304 0 -1 4202496 111363 0 0 0 54 15 0 0 20 0 4 0 36414981 1247350784 111710 33554432000 4194304 16246674 140735374895184 140735374894608 5662075 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/31692/statm: 304529 111725 812 2943 0 301423 0
[pid=31692/tid=31693] ppid=31689 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/31692/task/31693/stat : 31693 (toysat) S 31689 31692 31304 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36414981 1247350784 111730 33554432000 4194304 16246674 140735374895184 139666056522992 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=31692/tid=31694] ppid=31689 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/31692/task/31694/stat : 31694 (toysat) S 31689 31692 31304 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36414981 1247350784 111735 33554432000 4194304 16246674 140735374895184 139666046033136 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=31692/tid=31695] ppid=31689 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/31692/task/31695/stat : 31695 (toysat) S 31689 31692 31304 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36414981 1247350784 111738 33554432000 4194304 16246674 140735374895184 139665961118896 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1218116

[startup+1.5004 s]
/proc/loadavg: 2.24 2.29 1.99 3/183 31696
/proc/meminfo: memFree=28542448/32872528 swapFree=1370848/1518016
[pid=31692] ppid=31689 vsize=1219140 CPUtime=1.49 cores=0,2,4,6
/proc/31692/stat : 31692 (toysat) R 31689 31692 31304 0 -1 4202496 245834 0 0 0 116 33 0 0 20 0 4 0 36414981 1248399360 246158 33554432000 4194304 16246674 140735374895184 140735374894496 5667184 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/31692/statm: 304785 246158 872 2943 0 301679 0
[pid=31692/tid=31693] ppid=31689 vsize=1219140 CPUtime=0 cores=0,2,4,6
/proc/31692/task/31693/stat : 31693 (toysat) S 31689 31692 31304 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36414981 1248399360 246158 33554432000 4194304 16246674 140735374895184 139666056522992 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=31692/tid=31694] ppid=31689 vsize=1219140 CPUtime=0 cores=0,2,4,6
/proc/31692/task/31694/stat : 31694 (toysat) S 31689 31692 31304 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36414981 1248399360 246158 33554432000 4194304 16246674 140735374895184 139666046033136 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=31692/tid=31695] ppid=31689 vsize=1219140 CPUtime=0 cores=0,2,4,6
/proc/31692/task/31695/stat : 31695 (toysat) S 31689 31692 31304 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36414981 1248399360 246158 33554432000 4194304 16246674 140735374895184 139665961118896 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 1219140

[startup+3.10041 s]
/proc/loadavg: 2.24 2.29 1.99 3/183 31696
/proc/meminfo: memFree=28292332/32872528 swapFree=1370848/1518016
[pid=31692] ppid=31689 vsize=1306180 CPUtime=3.08 cores=0,2,4,6
/proc/31692/stat : 31692 (toysat) R 31689 31692 31304 0 -1 4202496 267581 0 0 0 273 35 0 0 20 0 4 0 36414981 1337528320 267905 33554432000 4194304 16246674 140735374895184 140735374877056 5664852 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/31692/statm: 326545 267905 872 2943 0 323439 0
[pid=31692/tid=31693] ppid=31689 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/31692/task/31693/stat : 31693 (toysat) S 31689 31692 31304 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36414981 1337528320 267905 33554432000 4194304 16246674 140735374895184 139666056522992 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=31692/tid=31694] ppid=31689 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/31692/task/31694/stat : 31694 (toysat) S 31689 31692 31304 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36414981 1337528320 267905 33554432000 4194304 16246674 140735374895184 139666046033136 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=31692/tid=31695] ppid=31689 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/31692/task/31695/stat : 31695 (toysat) S 31689 31692 31304 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36414981 1337528320 267905 33554432000 4194304 16246674 140735374895184 139665961118896 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 1306180

[startup+6.30041 s]
/proc/loadavg: 2.22 2.29 1.99 4/183 31696
/proc/meminfo: memFree=28204940/32872528 swapFree=1370848/1518016
[pid=31692] ppid=31689 vsize=1306180 CPUtime=6.28 cores=0,2,4,6
/proc/31692/stat : 31692 (toysat) R 31689 31692 31304 0 -1 4202496 267584 0 0 0 593 35 0 0 20 0 4 0 36414981 1337528320 267908 33554432000 4194304 16246674 140735374895184 140735374877056 5523504 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/31692/statm: 326545 267908 873 2943 0 323439 0
[pid=31692/tid=31693] ppid=31689 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/31692/task/31693/stat : 31693 (toysat) S 31689 31692 31304 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36414981 1337528320 267908 33554432000 4194304 16246674 140735374895184 139666056522992 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=31692/tid=31694] ppid=31689 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/31692/task/31694/stat : 31694 (toysat) S 31689 31692 31304 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36414981 1337528320 267908 33554432000 4194304 16246674 140735374895184 139666046033136 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=31692/tid=31695] ppid=31689 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/31692/task/31695/stat : 31695 (toysat) S 31689 31692 31304 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36414981 1337528320 267908 33554432000 4194304 16246674 140735374895184 139665961118896 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 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.28 2.30 2.00 3/183 31696
/proc/meminfo: memFree=28205092/32872528 swapFree=1370848/1518016
[pid=31692] ppid=31689 vsize=1306180 CPUtime=12.69 cores=0,2,4,6
/proc/31692/stat : 31692 (toysat) R 31689 31692 31304 0 -1 4202496 267593 0 0 0 1233 36 0 0 20 0 4 0 36414981 1337528320 267917 33554432000 4194304 16246674 140735374895184 140735374878184 15015658 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/31692/statm: 326545 267917 882 2943 0 323439 0
[pid=31692/tid=31693] ppid=31689 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/31692/task/31693/stat : 31693 (toysat) S 31689 31692 31304 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36414981 1337528320 267917 33554432000 4194304 16246674 140735374895184 139666056522992 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=31692/tid=31694] ppid=31689 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/31692/task/31694/stat : 31694 (toysat) S 31689 31692 31304 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36414981 1337528320 267917 33554432000 4194304 16246674 140735374895184 139666046033136 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=31692/tid=31695] ppid=31689 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/31692/task/31695/stat : 31695 (toysat) S 31689 31692 31304 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36414981 1337528320 267917 33554432000 4194304 16246674 140735374895184 139665961118896 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1306180

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

[startup+12.8005 s]
/proc/loadavg: 2.28 2.30 2.00 3/183 31696
/proc/meminfo: memFree=28205092/32872528 swapFree=1370848/1518016
[pid=31692] ppid=31689 vsize=1306180 CPUtime=12.79 cores=0,2,4,6
/proc/31692/stat : 31692 (toysat) R 31689 31692 31304 0 -1 4202496 267593 0 0 0 1243 36 0 0 20 0 4 0 36414981 1337528320 267917 33554432000 4194304 16246674 140735374895184 140735374878184 5827966 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/31692/statm: 326545 267917 882 2943 0 323439 0
[pid=31692/tid=31693] ppid=31689 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/31692/task/31693/stat : 31693 (toysat) S 31689 31692 31304 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36414981 1337528320 267917 33554432000 4194304 16246674 140735374895184 139666056522992 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=31692/tid=31694] ppid=31689 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/31692/task/31694/stat : 31694 (toysat) S 31689 31692 31304 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36414981 1337528320 267917 33554432000 4194304 16246674 140735374895184 139666046033136 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=31692/tid=31695] ppid=31689 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/31692/task/31695/stat : 31695 (toysat) S 31689 31692 31304 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36414981 1337528320 267917 33554432000 4194304 16246674 140735374895184 139665961118896 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 12.79
Current children cumulated vsize (KiB) 1306180

[startup+19.2004 s]
/proc/loadavg: 2.24 2.29 2.00 3/183 31696
/proc/meminfo: memFree=28205232/32872528 swapFree=1370848/1518016
[pid=31692] ppid=31689 vsize=1306180 CPUtime=19.19 cores=0,2,4,6
/proc/31692/stat : 31692 (toysat) R 31689 31692 31304 0 -1 4202496 267614 0 0 0 1883 36 0 0 20 0 4 0 36414981 1337528320 267938 33554432000 4194304 16246674 140735374895184 140735374877056 13943668 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/31692/statm: 326545 267938 882 2943 0 323439 0
[pid=31692/tid=31693] ppid=31689 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/31692/task/31693/stat : 31693 (toysat) S 31689 31692 31304 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36414981 1337528320 267938 33554432000 4194304 16246674 140735374895184 139666056522992 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=31692/tid=31694] ppid=31689 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/31692/task/31694/stat : 31694 (toysat) S 31689 31692 31304 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36414981 1337528320 267938 33554432000 4194304 16246674 140735374895184 139666046033136 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=31692/tid=31695] ppid=31689 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/31692/task/31695/stat : 31695 (toysat) S 31689 31692 31304 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36414981 1337528320 267938 33554432000 4194304 16246674 140735374895184 139665961118896 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 19.19
Current children cumulated vsize (KiB) 1306180

[startup+20.8004 s]
/proc/loadavg: 2.24 2.29 2.00 3/183 31696
/proc/meminfo: memFree=28205240/32872528 swapFree=1370848/1518016
[pid=31692] ppid=31689 vsize=1306180 CPUtime=20.79 cores=0,2,4,6
/proc/31692/stat : 31692 (toysat) R 31689 31692 31304 0 -1 4202496 267614 0 0 0 2043 36 0 0 20 0 4 0 36414981 1337528320 267938 33554432000 4194304 16246674 140735374895184 140735374877056 5723117 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/31692/statm: 326545 267938 882 2943 0 323439 0
[pid=31692/tid=31693] ppid=31689 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/31692/task/31693/stat : 31693 (toysat) S 31689 31692 31304 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36414981 1337528320 267938 33554432000 4194304 16246674 140735374895184 139666056522992 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=31692/tid=31694] ppid=31689 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/31692/task/31694/stat : 31694 (toysat) S 31689 31692 31304 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36414981 1337528320 267938 33554432000 4194304 16246674 140735374895184 139666046033136 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=31692/tid=31695] ppid=31689 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/31692/task/31695/stat : 31695 (toysat) S 31689 31692 31304 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36414981 1337528320 267938 33554432000 4194304 16246674 140735374895184 139665961118896 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 20.79
Current children cumulated vsize (KiB) 1306180

[startup+22.4004 s]
/proc/loadavg: 2.24 2.29 2.00 3/183 31696
/proc/meminfo: memFree=28205000/32872528 swapFree=1370848/1518016
[pid=31692] ppid=31689 vsize=1306180 CPUtime=22.39 cores=0,2,4,6
/proc/31692/stat : 31692 (toysat) R 31689 31692 31304 0 -1 4202496 267677 0 0 0 2203 36 0 0 20 0 4 0 36414981 1337528320 268001 33554432000 4194304 16246674 140735374895184 140735374877056 5673450 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/31692/statm: 326545 268001 884 2943 0 323439 0
[pid=31692/tid=31693] ppid=31689 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/31692/task/31693/stat : 31693 (toysat) S 31689 31692 31304 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36414981 1337528320 268001 33554432000 4194304 16246674 140735374895184 139666056522992 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=31692/tid=31694] ppid=31689 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/31692/task/31694/stat : 31694 (toysat) S 31689 31692 31304 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36414981 1337528320 268001 33554432000 4194304 16246674 140735374895184 139666046033136 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=31692/tid=31695] ppid=31689 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/31692/task/31695/stat : 31695 (toysat) S 31689 31692 31304 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36414981 1337528320 268001 33554432000 4194304 16246674 140735374895184 139665961118896 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 22.39
Current children cumulated vsize (KiB) 1306180

[startup+23.2074 s]
/proc/loadavg: 2.22 2.28 2.00 3/183 31696
/proc/meminfo: memFree=28204252/32872528 swapFree=1370848/1518016
[pid=31692] ppid=31689 vsize=1306180 CPUtime=23.19 cores=0,2,4,6
/proc/31692/stat : 31692 (toysat) R 31689 31692 31304 0 -1 4202496 267677 0 0 0 2283 36 0 0 20 0 4 0 36414981 1337528320 268001 33554432000 4194304 16246674 140735374895184 140735374877056 12875026 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/31692/statm: 326545 268001 884 2943 0 323439 0
[pid=31692/tid=31693] ppid=31689 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/31692/task/31693/stat : 31693 (toysat) S 31689 31692 31304 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36414981 1337528320 268001 33554432000 4194304 16246674 140735374895184 139666056522992 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=31692/tid=31694] ppid=31689 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/31692/task/31694/stat : 31694 (toysat) S 31689 31692 31304 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36414981 1337528320 268001 33554432000 4194304 16246674 140735374895184 139666046033136 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=31692/tid=31695] ppid=31689 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/31692/task/31695/stat : 31695 (toysat) S 31689 31692 31304 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36414981 1337528320 268001 33554432000 4194304 16246674 140735374895184 139665961118896 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 23.19
Current children cumulated vsize (KiB) 1306180

[startup+23.4004 s]
/proc/loadavg: 2.22 2.28 2.00 3/183 31696
/proc/meminfo: memFree=28204252/32872528 swapFree=1370848/1518016
[pid=31692] ppid=31689 vsize=0 CPUtime=23.39 cores=0,2,4,6
/proc/31692/stat : 31692 (toysat) R 31689 31692 31304 0 -1 4202500 267681 0 0 0 2299 40 0 0 20 0 1 0 36414981 0 0 33554432000 0 0 0 0 0 0 0 33554432 0 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/31692/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 23.39
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 23.4207
CPU time (s): 23.4154
CPU user time (s): 22.9915
CPU system time (s): 0.423935
CPU usage (%): 99.9774
Max. virtual memory (cumulated for all children) (KiB): 1306180

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 22.9915
system time used= 0.423935
maximum resident set size= 1072012
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 267681
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= 24

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.163975 second user time and 0.213967 second system time

The end

Launcher Data

Begin job on node129 at 2016-06-19 15:41:25
IDJOB=4109362
IDBENCH=78789
IDSOLVER=2553
FILE ID=node129/4109362-1466343685
RUNJOBID= node129-1466341815-31320
PBS_JOBID= 19922024
Free space on /tmp= 71720 MiB

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

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

MD5SUM BENCH= b83b3eb7b2e3cdfc14afc5fb58fdd674
RANDOM SEED=1680029547

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:        29276656 kB
Buffers:           87084 kB
Cached:           177588 kB
SwapCached:         1804 kB
Active:          1203708 kB
Inactive:         136112 kB
Active(anon):    1074680 kB
Inactive(anon):     2732 kB
Active(file):     129028 kB
Inactive(file):   133380 kB
Unevictable:     1518016 kB
Mlocked:         1370848 kB
SwapTotal:      67108856 kB
SwapFree:       67099348 kB
Dirty:             32796 kB
Writeback:             8 kB
AnonPages:       2592548 kB
Mapped:            10736 kB
Shmem:                 0 kB
Slab:             602628 kB
SReclaimable:      46196 kB
SUnreclaim:       556432 kB
KernelStack:        1456 kB
PageTables:         9120 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2734320 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    151552 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:41:48