Trace number 4109250

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 36.9274 36.9407

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1110972763--soft-33-100-0.wbo
MD5SUM9949b87f9004912630b1e1d8508ff079
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark6
Best CPU time to get the best result obtained on this benchmark4.70128
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 constraints69
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 3204
Min constraint cost 1
Max constraint cost 97
Sum of constraints costs 3203
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1209
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:40:18+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-4109250-1466343618.wbo"]
0.00/0.01	c use --random-gen="2305102613 3767033947 2002923030 2375395932 1398509667 3864551051 4194446175 3678186203 3785959168 313819040 295445272 2117820026 1282616600 3631428505 3586074300 3604236409 2738927310 44679077 2631643476 384612395 3040306682 698995395 2507614321 2205106217 3970359399 3257936350 2693033672 2688979173 2344787673 3879186145 3998397569 354275573 1327286942 4116489468 3154537266 3998560943 1208954944 579619561 61587827 3764211916 3019477419 2105476118 3824297374 2710503986 2571689669 1622391983 778184701 3544219359 2049491225 1839688803 3899336079 3941724253 3329903517 54564476 3434383141 2732486419 3131815006 741755841 1197279599 2815483416 3365295451 522405608 637135122 2368861234 3403988827 2401713254 535980712 3026470148 1225000462 3112953719 3305718238 4054118927 3688152307 3430987840 3684779327 1307580150 2681946242 4278482310 3830865721 2327553401 3119167581 2250000961 1804823494 3136881462 290666010 1300098568 3281949045 1870123599 861774237 1352584271 726653240 4203634481 4199634961 2475912612 2470860494 2628377647 3832672578 1546016383 1890902419 805532868 1583903874 859567152 927678498 4032480057 818768610 349058304 1503935838 3788170679 3175830261 139974693 3316949997 2443285272 3610944875 3067563486 553710632 3668842472 3933273739 2108778348 4212068024 673170455 1008591592 923732317 1546104672 1300225405 1753199864 2207677128 3096347320 4249340380 902486698 2990849874 1698631458 2510001000 2881882561 2853394990 3879263028 1458554112 3412303270 2023587741 2477374271 3520209125 3849375322 3961772163 3509625329 3712509345 18959320 1635259553 2051466794 3210330483 1919796592 460119841 2378569375 1024344222 2931208312 1048722062 2080166405 250208987 420288041 1804106554 4110601172 2943200648 2885271321 972797644 2249931569 1193966019 2061171996 1280418541 3006852042 1594527128 2788622804 3569263257 3604435280 1952870758 2048739135 931790253 1097442588 1812830558 3272992506 3772108729 3685349695 1317212139 352728948 720125403 1602726720 2496603630 419949152 3492876596 1734531575 2346886716 24791802 1593733219 2560069531 3658303648 80490380 4222713955 1329616997 1513615194 2545199553 861999983 2795297875 3332918702 1536521714 2204701144 3028409940 3917139714 1323415679 1606057310 1546189698 610948212 4188990894 1510182119 2266530925 1005310824 1255683988 3071478742 2487562029 3721981982 3178984074 2291008258 3930411076 436310466 3455863882 734987814 3043572572 1716417381 3125702993 3881859097 352687467 2708035221 4039980272 3189197852 2405512058 2087684254 327208027 2627120554 99153982 648295493 659797916 4019190751 3363598976 1850323277 2533441024 3901979004 1552602 2594331846 747509200 3524139761 1832995235 3128405861 1341145544 654133111 762797052 3408768575 2997029337 2277642380 3940637369 4201756348 255 362436" option to reproduce the execution
0.19/0.26	c #vars 169
0.19/0.26	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 |      113      0 |        0 |        0
0.19/0.26	c  0.0s |       0 |       80 |        2 |      113      0 |        0 |        0
0.19/0.26	c #cpu_time = 0.001s
0.19/0.26	c #wall_clock_time = 0.001s
0.19/0.26	c #decision = 80
0.19/0.26	c #random_decision = 0
0.19/0.26	c #conflict = 2
0.19/0.26	c #restart = 0
0.19/0.26	o 397
0.19/0.26	c BCD2: updating upper bound: 3203 -> 396
0.19/0.26	c BCD2: 0 <= obj <= 396
0.19/0.26	c BCD2: #cores=0, #unrelaxed=69, #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 |      113      0 |        0 |        0
0.19/0.28	c  0.0s |       1 |      241 |      100 |      125      0 |        0 |        0
0.29/0.30	c  0.0s |       2 |      539 |      250 |      138      0 |        0 |        0
0.29/0.35	c  0.1s |       3 |      956 |      475 |      138      2 |        0 |        0
0.39/0.41	c  0.1s |       4 |     1517 |      813 |      152      4 |        0 |        0
0.49/0.50	c  0.2s |       5 |     2373 |     1320 |      185      8 |        0 |        0
0.59/0.64	c  0.4s |       6 |     3641 |     2081 |      204     13 |        0 |        0
0.79/0.87	c  0.6s |       7 |     5448 |     3223 |      225     19 |        0 |        0
1.10/1.20	c  0.9s |       8 |     8173 |     4936 |      248     28 |        0 |        0
1.49/1.62	c  1.4s |       9 |    12169 |     7506 |      273     42 |        0 |        0
2.09/2.13	c  1.9s |      10 |    17895 |    11361 |      301     61 |        0 |        0
2.88/2.97	c  2.7s |      11 |    26368 |    17144 |      332     87 |        0 |        0
4.19/4.28	c  4.0s |      12 |    38433 |    25819 |      366    123 |        0 |        0
5.99/6.09	c  5.8s |      13 |    57153 |    38832 |      403    174 |        0 |        0
8.09/8.10	c  7.8s |      13 |    76757 |    52932 |      403    225 |        0 |        0
8.89/8.92	c  8.7s |      14 |    84460 |    58352 |      444    245 |        0 |        0
10.89/10.93	c 10.7s |      14 |   102590 |    71852 |      444    291 |        0 |        0
12.89/12.95	c 12.7s |      14 |   119594 |    84352 |      444    335 |        0 |        0
13.39/13.48	c 13.2s |      15 |   124130 |    87632 |      489    346 |        0 |        0
15.38/15.49	c 15.2s |      15 |   142404 |   100932 |      489    388 |        0 |        0
17.48/17.50	c 17.2s |      15 |   158632 |   112932 |      489    427 |        0 |        0
19.48/19.51	c 19.2s |      15 |   173474 |   123832 |      489    463 |        0 |        0
20.18/20.25	c 20.0s |      15 |   177828 |   127105 |      489    474 |        0 |        0
20.18/20.25	c #cpu_time = 19.924s
20.18/20.25	c #wall_clock_time = 19.985s
20.18/20.25	c #decision = 177828
20.18/20.25	c #random_decision = 442
20.18/20.25	c #conflict = 127105
20.18/20.25	c #restart = 15
20.18/20.25	c BCD2: found a new core of size 69: cost of the new core is >=1
20.18/20.25	c lower bound updated to 1
20.18/20.25	c BCD2: 1 <= obj <= 396
20.18/20.25	c BCD2: #cores=1, #unrelaxed=0, #relaxed=69, #hardened=0
20.18/20.25	c BCD2: #sat=1 #unsat=2 bias=2/3
20.18/20.25	c Solving starts ...
20.18/20.25	c ============================[ Search Statistics ]============================
20.18/20.25	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
20.18/20.25	c       |         |          |          |    Limit     GC | Var      | Constra 
20.18/20.25	c =============================================================================
20.18/20.25	c  0.0s |       0 |        0 |        0 |      489      0 |        0 |        0
20.18/20.25	c  0.0s |       0 |       93 |        3 |      489      0 |        0 |        0
20.18/20.25	c #cpu_time = 0.002s
20.18/20.25	c #wall_clock_time = 0.002s
20.18/20.25	c #decision = 93
20.18/20.25	c #random_decision = 0
20.18/20.25	c #conflict = 3
20.18/20.25	c #restart = 0
20.18/20.25	o 71
20.18/20.25	c BCD2: hardening fixes 16 literals
20.18/20.25	c BCD2: updating upper bound: 396 -> 70
20.18/20.25	c BCD2: 1 <= obj <= 70
20.18/20.25	c BCD2: #cores=1, #unrelaxed=0, #relaxed=53, #hardened=16
20.18/20.25	c BCD2: #sat=2 #unsat=2 bias=2/4
20.18/20.25	c Solving starts ...
20.18/20.25	c ============================[ Search Statistics ]============================
20.18/20.25	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
20.18/20.25	c       |         |          |          |    Limit     GC | Var      | Constra 
20.18/20.25	c =============================================================================
20.18/20.25	c  0.0s |       0 |        0 |        0 |      489      0 |       16 |        2
20.18/20.27	c  0.0s |       1 |      195 |      100 |      489      0 |       16 |        2
20.18/20.29	c  0.0s |       2 |      509 |      250 |      489      1 |       16 |        2
20.28/20.32	c  0.1s |       3 |      897 |      475 |      489      2 |       16 |        2
20.28/20.37	c  0.1s |       4 |     1393 |      813 |      489      3 |       16 |        2
20.38/20.44	c  0.2s |       5 |     2257 |     1320 |      489      4 |       16 |        2
20.48/20.54	c  0.3s |       6 |     3420 |     2081 |      489      7 |       16 |        2
20.58/20.69	c  0.4s |       7 |     5210 |     3223 |      489     11 |       16 |        2
20.88/20.92	c  0.7s |       8 |     7814 |     4936 |      538     16 |       16 |        2
21.18/21.27	c  1.0s |       9 |    11840 |     7506 |      538     23 |       16 |        2
21.68/21.78	c  1.5s |      10 |    17760 |    11361 |      538     35 |       16 |        2
22.48/22.54	c  2.3s |      11 |    26980 |    17144 |      538     53 |       16 |        2
22.98/23.06	c  2.8s |      11 |    32754 |    20946 |      538     64 |       16 |        2
22.98/23.06	c #cpu_time = 2.796s
22.98/23.06	c #wall_clock_time = 2.803s
22.98/23.06	c #decision = 32754
22.98/23.06	c #random_decision = 90
22.98/23.06	c #conflict = 20946
22.98/23.06	c #restart = 11
22.98/23.06	o 35
22.98/23.06	c BCD2: hardening fixes 31 literals
22.98/23.06	c BCD2: updating upper bound: 70 -> 34
22.98/23.06	c BCD2: 1 <= obj <= 34
22.98/23.06	c BCD2: #cores=1, #unrelaxed=0, #relaxed=22, #hardened=47
22.98/23.06	c BCD2: #sat=3 #unsat=2 bias=2/5
22.98/23.06	c Solving starts ...
22.98/23.06	c ============================[ Search Statistics ]============================
22.98/23.06	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
22.98/23.06	c       |         |          |          |    Limit     GC | Var      | Constra 
22.98/23.06	c =============================================================================
22.98/23.06	c  0.0s |       0 |        0 |        0 |      538      0 |       47 |        4
22.98/23.07	c  0.0s |       1 |      147 |      100 |      538      0 |       47 |        4
22.98/23.09	c  0.0s |       2 |      359 |      250 |      538      1 |       47 |        4
23.08/23.12	c  0.1s |       3 |      713 |      475 |      538      1 |       47 |        4
23.08/23.16	c  0.1s |       4 |     1240 |      813 |      538      2 |       47 |        4
23.19/23.24	c  0.2s |       5 |     1961 |     1320 |      538      4 |       47 |        4
23.29/23.34	c  0.3s |       6 |     3035 |     2081 |      538      6 |       47 |        4
23.38/23.48	c  0.4s |       7 |     4661 |     3223 |      538      9 |       47 |        4
23.58/23.68	c  0.6s |       8 |     7207 |     4936 |      538     14 |       47 |        4
23.98/24.01	c  1.0s |       9 |    10964 |     7506 |      538     22 |       47 |        4
24.48/24.50	c  1.4s |      10 |    16506 |    11361 |      538     33 |       47 |        4
25.18/25.22	c  2.2s |      11 |    25161 |    17144 |      538     50 |       47 |        4
26.28/26.30	c  3.2s |      12 |    37706 |    25819 |      538     76 |       47 |        4
27.78/27.87	c  4.8s |      13 |    56348 |    38832 |      538    115 |       47 |        4
29.79/29.88	c  6.8s |      13 |    79853 |    55132 |      592    161 |       47 |        4
30.18/30.28	c  7.2s |      14 |    84367 |    58352 |      592    170 |       47 |        4
30.89/30.97	c  7.9s |      14 |    91831 |    63886 |      592    185 |       47 |        4
30.89/30.97	c #cpu_time = 7.889s
30.89/30.97	c #wall_clock_time = 7.910s
30.89/30.97	c #decision = 91831
30.89/30.97	c #random_decision = 197
30.89/30.97	c #conflict = 63886
30.89/30.97	c #restart = 14
30.89/30.97	o 6
30.89/30.97	c BCD2: hardening fixes 17 literals
30.89/30.97	c BCD2: updating upper bound: 34 -> 5
30.89/30.97	c BCD2: 1 <= obj <= 5
30.89/30.97	c BCD2: #cores=1, #unrelaxed=0, #relaxed=5, #hardened=64
30.89/30.97	c BCD2: #sat=4 #unsat=2 bias=2/6
30.89/30.97	c Solving starts ...
30.89/30.97	c ============================[ Search Statistics ]============================
30.89/30.97	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
30.89/30.97	c       |         |          |          |    Limit     GC | Var      | Constra 
30.89/30.97	c =============================================================================
30.89/30.97	c  0.0s |       0 |        0 |        0 |      592      0 |       64 |        6
30.89/30.98	c  0.0s |       1 |      135 |      100 |      592      0 |       64 |        6
30.89/31.00	c  0.0s |       2 |      359 |      250 |      592      1 |       64 |        6
30.99/31.02	c  0.1s |       3 |      674 |      475 |      592      1 |       64 |        6
30.99/31.06	c  0.1s |       4 |     1139 |      813 |      592      2 |       64 |        6
31.08/31.12	c  0.2s |       5 |     1828 |     1320 |      592      4 |       64 |        6
31.18/31.21	c  0.2s |       6 |     2976 |     2081 |      592      6 |       64 |        6
31.28/31.35	c  0.4s |       7 |     4614 |     3223 |      592      9 |       64 |        6
31.48/31.55	c  0.6s |       8 |     7034 |     4936 |      592     13 |       64 |        6
31.78/31.86	c  0.9s |       9 |    10844 |     7506 |      592     21 |       64 |        6
32.28/32.35	c  1.4s |      10 |    16256 |    11361 |      592     31 |       64 |        6
32.98/33.05	c  2.1s |      11 |    24306 |    17144 |      592     47 |       64 |        6
33.88/33.94	c  3.0s |      11 |    34379 |    24227 |      592     67 |       65 |        8
33.88/33.94	c #cpu_time = 2.962s
33.88/33.94	c #wall_clock_time = 2.970s
33.88/33.94	c #decision = 34379
33.88/33.94	c #random_decision = 57
33.88/33.94	c #conflict = 24227
33.88/33.94	c #restart = 11
33.88/33.94	c BCD2: updating lower bound of a core
33.88/33.94	c lower bound updated to 5
33.88/33.94	c BCD2: 5 <= obj <= 5
33.88/33.94	c BCD2: #cores=1, #unrelaxed=0, #relaxed=5, #hardened=64
33.88/33.94	c BCD2: #sat=4 #unsat=3 bias=3/7
33.88/33.94	c Solving starts ...
33.88/33.94	c ============================[ Search Statistics ]============================
33.88/33.94	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
33.88/33.94	c       |         |          |          |    Limit     GC | Var      | Constra 
33.88/33.94	c =============================================================================
33.88/33.94	c  0.0s |       0 |        0 |        0 |      592      0 |       65 |        8
33.88/33.95	c  0.0s |       1 |      142 |      100 |      592      0 |       65 |        8
33.88/33.97	c  0.0s |       2 |      395 |      250 |      592      0 |       65 |        8
33.98/34.00	c  0.1s |       3 |      769 |      475 |      592      1 |       65 |        8
33.98/34.04	c  0.1s |       4 |     1221 |      813 |      592      2 |       65 |        8
34.08/34.10	c  0.2s |       5 |     1960 |     1320 |      592      3 |       65 |        8
34.08/34.20	c  0.3s |       6 |     3061 |     2081 |      592      5 |       65 |        8
34.28/34.33	c  0.4s |       7 |     4683 |     3223 |      592      8 |       65 |        8
34.48/34.54	c  0.6s |       8 |     7056 |     4936 |      592     13 |       65 |        8
34.78/34.84	c  0.9s |       9 |    10837 |     7506 |      592     20 |       65 |        8
35.28/35.31	c  1.4s |      10 |    16062 |    11361 |      592     30 |       65 |        8
35.98/36.03	c  2.1s |      11 |    24399 |    17144 |      592     46 |       65 |        8
36.78/36.88	c  2.9s |      11 |    33644 |    23783 |      592     65 |       66 |       10
36.78/36.88	c #cpu_time = 2.931s
36.78/36.88	c #wall_clock_time = 2.939s
36.78/36.88	c #decision = 33644
36.78/36.88	c #random_decision = 68
36.78/36.88	c #conflict = 23783
36.78/36.88	c #restart = 11
36.78/36.88	c BCD2: updating lower bound of a core
36.78/36.88	c lower bound updated to 8
36.78/36.88	s OPTIMUM FOUND
36.78/36.88	v -x1 -x2 -x3 -x4 -x5 -x6 -x7 -x8 -x9 -x10
36.78/36.88	v x11 -x12 -x13 -x14 -x15 -x16 -x17 -x18 -x19 x20
36.78/36.88	v -x21 -x22 -x23 -x24 -x25 -x26 -x27 -x28 -x29 -x30
36.78/36.88	v x31 -x32 -x33 -x34 -x35 -x36 -x37 -x38 -x39 -x40
36.78/36.88	v -x41 -x42 -x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50
36.78/36.88	v x51 -x52 x53 -x54 -x55 -x56 -x57 -x58 -x59 -x60
36.78/36.88	v -x61 -x62 -x63 -x64 -x65 x66 -x67 -x68 -x69 -x70
36.78/36.88	v -x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80
36.78/36.88	v -x81 -x82 -x83 x84 -x85 -x86 -x87 -x88 -x89 -x90
36.78/36.88	v -x91 -x92 x93 -x94 -x95 -x96 -x97 -x98 -x99 -x100
36.78/36.88	v -x101 -x102 -x103 -x104 -x105 -x106 -x107 -x108 -x109 -x110
36.78/36.88	v -x111 -x112 x113 -x114 -x115 -x116 -x117 -x118 -x119 -x120
36.78/36.88	v -x121 -x122 -x123 -x124 -x125 -x126 -x127 -x128 -x129 x130
36.78/36.88	v -x131 -x132 x133 -x134 -x135 -x136 -x137 -x138 -x139 -x140
36.78/36.88	v -x141 -x142 -x143 -x144 -x145 -x146 -x147 -x148 -x149 -x150
36.78/36.88	v -x151 -x152 x153 -x154 -x155 -x156 -x157 -x158 -x159 x160
36.78/36.88	v -x161 -x162 -x163 -x164 -x165 -x166 -x167 -x168 -x169
36.78/36.88	c total CPU time = 36.775s
36.78/36.88	c total wall clock time = 36.879s

Verifier Data

OK	6

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

pid=6226
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.24 1.94 5/174 6229
/proc/meminfo: memFree=29899352/32872528 swapFree=1542984/1696284
[pid=6229] ppid=6226 vsize=754108 CPUtime=0 cores=1,3,5,7
/proc/6229/stat : 6229 (toysat) R 6226 6229 6047 0 -1 4202496 2817 0 0 0 0 0 0 0 20 0 4 0 36408442 772206592 3178 33554432000 4194304 16246674 140735100828384 140735100827808 13880264 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/6229/statm: 189039 3185 441 2943 0 185933 0
[pid=6229/tid=6230] ppid=6226 vsize=770492 CPUtime=0 cores=1,3,5,7
/proc/6229/task/6230/stat : 6230 (toysat) S 6226 6229 6047 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36408442 788983808 3241 33554432000 4194304 16246674 140735100828384 140644403096816 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=6229/tid=6231] ppid=6226 vsize=775612 CPUtime=0 cores=1,3,5,7
/proc/6229/task/6231/stat : 6231 (toysat) S 6226 6229 6047 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36408442 794226688 3261 33554432000 4194304 16246674 140735100828384 140644392606960 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=6229/tid=6232] ppid=6226 vsize=779708 CPUtime=0 cores=1,3,5,7
/proc/6229/task/6232/stat : 6232 (toysat) S 6226 6229 6047 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36408442 798420992 3277 33554432000 4194304 16246674 140735100828384 140644274138288 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0

[startup+0.10017 s]
/proc/loadavg: 2.19 2.24 1.94 5/174 6229
/proc/meminfo: memFree=29899352/32872528 swapFree=1542984/1696284
[pid=6229] ppid=6226 vsize=1218116 CPUtime=0.09 cores=1,3,5,7
/proc/6229/stat : 6229 (toysat) R 6226 6229 6047 0 -1 4202496 18520 0 0 0 6 3 0 0 20 0 4 0 36408442 1247350784 18874 33554432000 4194304 16246674 140735100828384 140735100827808 13956064 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/6229/statm: 304529 18879 617 2943 0 301423 0
[pid=6229/tid=6230] ppid=6226 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/6229/task/6230/stat : 6230 (toysat) S 6226 6229 6047 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36408442 1247350784 18881 33554432000 4194304 16246674 140735100828384 140644403096816 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=6229/tid=6231] ppid=6226 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/6229/task/6231/stat : 6231 (toysat) S 6226 6229 6047 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36408442 1247350784 18887 33554432000 4194304 16246674 140735100828384 140644392606960 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=6229/tid=6232] ppid=6226 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/6229/task/6232/stat : 6232 (toysat) S 6226 6229 6047 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36408442 1247350784 18895 33554432000 4194304 16246674 140735100828384 140644274138288 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1218116

[startup+0.200433 s]
/proc/loadavg: 2.19 2.24 1.94 5/174 6229
/proc/meminfo: memFree=29899352/32872528 swapFree=1542984/1696284
[pid=6229] ppid=6226 vsize=1218116 CPUtime=0.19 cores=1,3,5,7
/proc/6229/stat : 6229 (toysat) R 6226 6229 6047 0 -1 4202496 26402 0 0 0 15 4 0 0 20 0 4 0 36408442 1247350784 26756 33554432000 4194304 16246674 140735100828384 140735100827808 12486453 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/6229/statm: 304529 26761 617 2943 0 301423 0
[pid=6229/tid=6230] ppid=6226 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/6229/task/6230/stat : 6230 (toysat) S 6226 6229 6047 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36408442 1247350784 26762 33554432000 4194304 16246674 140735100828384 140644403096816 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=6229/tid=6231] ppid=6226 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/6229/task/6231/stat : 6231 (toysat) S 6226 6229 6047 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36408442 1247350784 26766 33554432000 4194304 16246674 140735100828384 140644392606960 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=6229/tid=6232] ppid=6226 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/6229/task/6232/stat : 6232 (toysat) S 6226 6229 6047 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36408442 1247350784 26767 33554432000 4194304 16246674 140735100828384 140644274138288 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.300381 s]
/proc/loadavg: 2.19 2.24 1.94 5/174 6229
/proc/meminfo: memFree=29899352/32872528 swapFree=1542984/1696284
[pid=6229] ppid=6226 vsize=1218116 CPUtime=0.29 cores=1,3,5,7
/proc/6229/stat : 6229 (toysat) R 6226 6229 6047 0 -1 4202496 37324 0 0 0 23 6 0 0 20 0 4 0 36408442 1247350784 37672 33554432000 4194304 16246674 140735100828384 140735100810304 13954518 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/6229/statm: 304529 37679 808 2943 0 301423 0
[pid=6229/tid=6230] ppid=6226 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/6229/task/6230/stat : 6230 (toysat) S 6226 6229 6047 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36408442 1247350784 37683 33554432000 4194304 16246674 140735100828384 140644403096816 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=6229/tid=6231] ppid=6226 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/6229/task/6231/stat : 6231 (toysat) S 6226 6229 6047 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36408442 1247350784 37686 33554432000 4194304 16246674 140735100828384 140644392606960 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=6229/tid=6232] ppid=6226 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/6229/task/6232/stat : 6232 (toysat) S 6226 6229 6047 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36408442 1247350784 37692 33554432000 4194304 16246674 140735100828384 140644274138288 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.70031 s]
/proc/loadavg: 2.19 2.24 1.94 5/174 6229
/proc/meminfo: memFree=29899352/32872528 swapFree=1542984/1696284
[pid=6229] ppid=6226 vsize=1218116 CPUtime=0.69 cores=1,3,5,7
/proc/6229/stat : 6229 (toysat) R 6226 6229 6047 0 -1 4202496 108798 0 0 0 54 15 0 0 20 0 4 0 36408442 1247350784 109145 33554432000 4194304 16246674 140735100828384 140735100810304 5662075 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/6229/statm: 304529 109154 815 2943 0 301423 0
[pid=6229/tid=6230] ppid=6226 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/6229/task/6230/stat : 6230 (toysat) S 6226 6229 6047 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36408442 1247350784 109160 33554432000 4194304 16246674 140735100828384 140644403096816 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=6229/tid=6231] ppid=6226 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/6229/task/6231/stat : 6231 (toysat) S 6226 6229 6047 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36408442 1247350784 109162 33554432000 4194304 16246674 140735100828384 140644392606960 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=6229/tid=6232] ppid=6226 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/6229/task/6232/stat : 6232 (toysat) S 6226 6229 6047 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36408442 1247350784 109167 33554432000 4194304 16246674 140735100828384 140644274138288 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.50031 s]
/proc/loadavg: 2.19 2.24 1.94 4/184 6242
/proc/meminfo: memFree=28603056/32872528 swapFree=1542984/1696284
[pid=6229] ppid=6226 vsize=1219140 CPUtime=1.49 cores=1,3,5,7
/proc/6229/stat : 6229 (toysat) R 6226 6229 6047 0 -1 4202496 245736 0 0 0 115 34 0 0 20 0 4 0 36408442 1248399360 246061 33554432000 4194304 16246674 140735100828384 140735100811384 13781192 0 0 0 34082818 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/6229/statm: 304785 246061 873 2943 0 301679 0
[pid=6229/tid=6230] ppid=6226 vsize=1219140 CPUtime=0 cores=1,3,5,7
/proc/6229/task/6230/stat : 6230 (toysat) S 6226 6229 6047 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36408442 1248399360 246061 33554432000 4194304 16246674 140735100828384 140644403096816 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=6229/tid=6231] ppid=6226 vsize=1219140 CPUtime=0 cores=1,3,5,7
/proc/6229/task/6231/stat : 6231 (toysat) S 6226 6229 6047 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36408442 1248399360 246061 33554432000 4194304 16246674 140735100828384 140644392606960 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=6229/tid=6232] ppid=6226 vsize=1219140 CPUtime=0 cores=1,3,5,7
/proc/6229/task/6232/stat : 6232 (toysat) S 6226 6229 6047 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36408442 1248399360 246061 33554432000 4194304 16246674 140735100828384 140644274138288 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.10042 s]
/proc/loadavg: 2.19 2.24 1.94 4/184 6242
/proc/meminfo: memFree=27845920/32872528 swapFree=1542984/1696284
[pid=6229] ppid=6226 vsize=1306180 CPUtime=3.09 cores=1,3,5,7
/proc/6229/stat : 6229 (toysat) R 6226 6229 6047 0 -1 4202496 267548 0 0 0 269 40 0 0 20 0 4 0 36408442 1337528320 267873 33554432000 4194304 16246674 140735100828384 140735100810304 12483222 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/6229/statm: 326545 267873 873 2943 0 323439 0
[pid=6229/tid=6230] ppid=6226 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/6229/task/6230/stat : 6230 (toysat) S 6226 6229 6047 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36408442 1337528320 267873 33554432000 4194304 16246674 140735100828384 140644403096816 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=6229/tid=6231] ppid=6226 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/6229/task/6231/stat : 6231 (toysat) S 6226 6229 6047 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36408442 1337528320 267873 33554432000 4194304 16246674 140735100828384 140644392606960 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=6229/tid=6232] ppid=6226 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/6229/task/6232/stat : 6232 (toysat) S 6226 6229 6047 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36408442 1337528320 267873 33554432000 4194304 16246674 140735100828384 140644274138288 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) 1306180

[startup+6.30042 s]
/proc/loadavg: 2.25 2.25 1.94 3/184 6242
/proc/meminfo: memFree=27757632/32872528 swapFree=1542984/1696284
[pid=6229] ppid=6226 vsize=1306180 CPUtime=6.29 cores=1,3,5,7
/proc/6229/stat : 6229 (toysat) R 6226 6229 6047 0 -1 4202496 267572 0 0 0 589 40 0 0 20 0 4 0 36408442 1337528320 267897 33554432000 4194304 16246674 140735100828384 140735100811384 5546214 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/6229/statm: 326545 267897 873 2943 0 323439 0
[pid=6229/tid=6230] ppid=6226 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/6229/task/6230/stat : 6230 (toysat) S 6226 6229 6047 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36408442 1337528320 267897 33554432000 4194304 16246674 140735100828384 140644403096816 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=6229/tid=6231] ppid=6226 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/6229/task/6231/stat : 6231 (toysat) S 6226 6229 6047 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36408442 1337528320 267897 33554432000 4194304 16246674 140735100828384 140644392606960 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=6229/tid=6232] ppid=6226 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/6229/task/6232/stat : 6232 (toysat) S 6226 6229 6047 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36408442 1337528320 267897 33554432000 4194304 16246674 140735100828384 140644274138288 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.23 2.25 1.94 3/184 6242
/proc/meminfo: memFree=27756580/32872528 swapFree=1542984/1696284
[pid=6229] ppid=6226 vsize=1306180 CPUtime=12.69 cores=1,3,5,7
/proc/6229/stat : 6229 (toysat) R 6226 6229 6047 0 -1 4202496 267656 0 0 0 1229 40 0 0 20 0 4 0 36408442 1337528320 267981 33554432000 4194304 16246674 140735100828384 140735100810304 13950986 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/6229/statm: 326545 267981 874 2943 0 323439 0
[pid=6229/tid=6230] ppid=6226 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/6229/task/6230/stat : 6230 (toysat) S 6226 6229 6047 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36408442 1337528320 267981 33554432000 4194304 16246674 140735100828384 140644403096816 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=6229/tid=6231] ppid=6226 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/6229/task/6231/stat : 6231 (toysat) S 6226 6229 6047 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36408442 1337528320 267981 33554432000 4194304 16246674 140735100828384 140644392606960 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=6229/tid=6232] ppid=6226 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/6229/task/6232/stat : 6232 (toysat) S 6226 6229 6047 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36408442 1337528320 267981 33554432000 4194304 16246674 140735100828384 140644274138288 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.5075 s]
/proc/loadavg: 2.18 2.23 1.94 3/184 6242
/proc/meminfo: memFree=27757296/32872528 swapFree=1542984/1696284
[pid=6229] ppid=6226 vsize=1306180 CPUtime=25.49 cores=1,3,5,7
/proc/6229/stat : 6229 (toysat) R 6226 6229 6047 0 -1 4202496 267674 0 0 0 2509 40 0 0 20 0 4 0 36408442 1337528320 267999 33554432000 4194304 16246674 140735100828384 140735100810304 5723504 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/6229/statm: 326545 267999 884 2943 0 323439 0
[pid=6229/tid=6230] ppid=6226 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/6229/task/6230/stat : 6230 (toysat) S 6226 6229 6047 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36408442 1337528320 267999 33554432000 4194304 16246674 140735100828384 140644403096816 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=6229/tid=6231] ppid=6226 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/6229/task/6231/stat : 6231 (toysat) S 6226 6229 6047 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36408442 1337528320 267999 33554432000 4194304 16246674 140735100828384 140644392606960 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=6229/tid=6232] ppid=6226 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/6229/task/6232/stat : 6232 (toysat) S 6226 6229 6047 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36408442 1337528320 267999 33554432000 4194304 16246674 140735100828384 140644274138288 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 6229 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+25.7004 s]
/proc/loadavg: 2.18 2.23 1.94 3/184 6242
/proc/meminfo: memFree=27757296/32872528 swapFree=1542984/1696284
[pid=6229] ppid=6226 vsize=1306180 CPUtime=25.68 cores=1,3,5,7
/proc/6229/stat : 6229 (toysat) R 6226 6229 6047 0 -1 4202496 267674 0 0 0 2528 40 0 0 20 0 4 0 36408442 1337528320 267999 33554432000 4194304 16246674 140735100828384 140735100810304 13820998 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/6229/statm: 326545 267999 884 2943 0 323439 0
[pid=6229/tid=6230] ppid=6226 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/6229/task/6230/stat : 6230 (toysat) S 6226 6229 6047 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36408442 1337528320 267999 33554432000 4194304 16246674 140735100828384 140644403096816 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=6229/tid=6231] ppid=6226 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/6229/task/6231/stat : 6231 (toysat) S 6226 6229 6047 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36408442 1337528320 267999 33554432000 4194304 16246674 140735100828384 140644392606960 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=6229/tid=6232] ppid=6226 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/6229/task/6232/stat : 6232 (toysat) S 6226 6229 6047 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36408442 1337528320 267999 33554432000 4194304 16246674 140735100828384 140644274138288 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 25.68
Current children cumulated vsize (KiB) 1306180

[startup+32.1074 s]
/proc/loadavg: 2.08 2.21 1.94 3/184 6291
/proc/meminfo: memFree=27759004/32872528 swapFree=1542984/1696284
[pid=6229] ppid=6226 vsize=1307204 CPUtime=32.09 cores=1,3,5,7
/proc/6229/stat : 6229 (toysat) R 6226 6229 6047 0 -1 4202496 267738 0 0 0 3169 40 0 0 20 0 4 0 36408442 1338576896 268063 33554432000 4194304 16246674 140735100828384 140735100810304 13774516 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/6229/statm: 326801 268063 886 2943 0 323695 0
[pid=6229/tid=6230] ppid=6226 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/6229/task/6230/stat : 6230 (toysat) S 6226 6229 6047 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36408442 1338576896 268063 33554432000 4194304 16246674 140735100828384 140644403096816 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=6229/tid=6231] ppid=6226 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/6229/task/6231/stat : 6231 (toysat) S 6226 6229 6047 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36408442 1338576896 268063 33554432000 4194304 16246674 140735100828384 140644392606960 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=6229/tid=6232] ppid=6226 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/6229/task/6232/stat : 6232 (toysat) S 6226 6229 6047 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36408442 1338576896 268063 33554432000 4194304 16246674 140735100828384 140644274138288 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 32.09
Current children cumulated vsize (KiB) 1307204

[startup+35.3004 s]
/proc/loadavg: 2.16 2.23 1.94 3/184 6291
/proc/meminfo: memFree=27758268/32872528 swapFree=1542984/1696284
[pid=6229] ppid=6226 vsize=1307204 CPUtime=35.28 cores=1,3,5,7
/proc/6229/stat : 6229 (toysat) R 6226 6229 6047 0 -1 4202496 267738 0 0 0 3488 40 0 0 20 0 4 0 36408442 1338576896 268063 33554432000 4194304 16246674 140735100828384 140735100810304 5677392 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/6229/statm: 326801 268063 886 2943 0 323695 0
[pid=6229/tid=6230] ppid=6226 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/6229/task/6230/stat : 6230 (toysat) S 6226 6229 6047 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36408442 1338576896 268063 33554432000 4194304 16246674 140735100828384 140644403096816 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=6229/tid=6231] ppid=6226 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/6229/task/6231/stat : 6231 (toysat) S 6226 6229 6047 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36408442 1338576896 268063 33554432000 4194304 16246674 140735100828384 140644392606960 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=6229/tid=6232] ppid=6226 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/6229/task/6232/stat : 6232 (toysat) S 6226 6229 6047 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36408442 1338576896 268063 33554432000 4194304 16246674 140735100828384 140644274138288 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 35.28
Current children cumulated vsize (KiB) 1307204

[startup+36.1004 s]
/proc/loadavg: 2.16 2.23 1.94 3/184 6291
/proc/meminfo: memFree=27758268/32872528 swapFree=1542984/1696284
[pid=6229] ppid=6226 vsize=1307204 CPUtime=36.08 cores=1,3,5,7
/proc/6229/stat : 6229 (toysat) R 6226 6229 6047 0 -1 4202496 267738 0 0 0 3568 40 0 0 20 0 4 0 36408442 1338576896 268063 33554432000 4194304 16246674 140735100828384 140735100810304 6020640 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/6229/statm: 326801 268063 886 2943 0 323695 0
[pid=6229/tid=6230] ppid=6226 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/6229/task/6230/stat : 6230 (toysat) S 6226 6229 6047 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36408442 1338576896 268063 33554432000 4194304 16246674 140735100828384 140644403096816 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=6229/tid=6231] ppid=6226 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/6229/task/6231/stat : 6231 (toysat) S 6226 6229 6047 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36408442 1338576896 268063 33554432000 4194304 16246674 140735100828384 140644392606960 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=6229/tid=6232] ppid=6226 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/6229/task/6232/stat : 6232 (toysat) S 6226 6229 6047 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36408442 1338576896 268063 33554432000 4194304 16246674 140735100828384 140644274138288 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 36.08
Current children cumulated vsize (KiB) 1307204

[startup+36.5075 s]
/proc/loadavg: 2.16 2.23 1.94 4/184 6291
/proc/meminfo: memFree=27758640/32872528 swapFree=1542984/1696284
[pid=6229] ppid=6226 vsize=1307204 CPUtime=36.48 cores=1,3,5,7
/proc/6229/stat : 6229 (toysat) R 6226 6229 6047 0 -1 4202496 267738 0 0 0 3608 40 0 0 20 0 4 0 36408442 1338576896 268063 33554432000 4194304 16246674 140735100828384 140735100810304 13006860 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/6229/statm: 326801 268063 886 2943 0 323695 0
[pid=6229/tid=6230] ppid=6226 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/6229/task/6230/stat : 6230 (toysat) S 6226 6229 6047 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36408442 1338576896 268063 33554432000 4194304 16246674 140735100828384 140644403096816 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=6229/tid=6231] ppid=6226 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/6229/task/6231/stat : 6231 (toysat) S 6226 6229 6047 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36408442 1338576896 268063 33554432000 4194304 16246674 140735100828384 140644392606960 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=6229/tid=6232] ppid=6226 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/6229/task/6232/stat : 6232 (toysat) S 6226 6229 6047 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36408442 1338576896 268063 33554432000 4194304 16246674 140735100828384 140644274138288 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 36.48
Current children cumulated vsize (KiB) 1307204

[startup+36.9004 s]
/proc/loadavg: 2.16 2.23 1.94 4/184 6291
/proc/meminfo: memFree=27758640/32872528 swapFree=1542984/1696284
[pid=6229] ppid=6226 vsize=0 CPUtime=36.88 cores=1,3,5,7
/proc/6229/stat : 6229 (toysat) R 6226 6229 6047 0 -1 4202500 267742 0 0 0 3646 42 0 0 20 0 1 0 36408442 0 0 33554432000 0 0 0 0 0 0 0 33554432 0 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/6229/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 36.88
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 36.9407
CPU time (s): 36.9274
CPU user time (s): 36.4635
CPU system time (s): 0.463929
CPU usage (%): 99.9639
Max. virtual memory (cumulated for all children) (KiB): 1307204

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 36.4635
system time used= 0.463929
maximum resident set size= 1072260
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 267742
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= 21
involuntary context switches= 57

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.101984 second user time and 0.137979 second system time

The end

Launcher Data

Begin job on node125 at 2016-06-19 15:40:18
IDJOB=4109250
IDBENCH=78752
IDSOLVER=2553
FILE ID=node125/4109250-1466343618
RUNJOBID= node125-1466341817-6064
PBS_JOBID= 19922028
Free space on /tmp= 71744 MiB

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

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

MD5SUM BENCH= 9949b87f9004912630b1e1d8508ff079
RANDOM SEED=1288791558

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        29899872 kB
Buffers:          179336 kB
Cached:           349968 kB
SwapCached:          764 kB
Active:           160348 kB
Inactive:         372376 kB
Active(anon):       4612 kB
Inactive(anon):     1188 kB
Active(file):     155736 kB
Inactive(file):   371188 kB
Unevictable:     1696284 kB
Mlocked:         1542984 kB
SwapTotal:      67108856 kB
SwapFree:       67098312 kB
Dirty:             32660 kB
Writeback:             0 kB
AnonPages:       1882912 kB
Mapped:             7216 kB
Shmem:                 0 kB
Slab:             610804 kB
SReclaimable:      54680 kB
SUnreclaim:       556124 kB
KernelStack:        1528 kB
PageTables:         7232 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1792948 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    337920 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= 71712 MiB
End job on node125 at 2016-06-19 15:40:55