Trace number 4093387

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.7024 23.7063

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111226368--soft-33-100-0.wbo
MD5SUMae60804d96363031fd1d95f40cdae528
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark15
Best CPU time to get the best result obtained on this benchmark6.90595
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 1270
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-16T16:17:35+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-4093387-1466086655.wbo"]
0.00/0.01	c use --random-gen="2512955880 3882615370 2003515198 4161646517 326029705 1241260007 127817441 444447874 189091746 3053270374 3218332497 1266861705 351958170 3167160910 3009195728 537987720 1882548332 656716889 2017757540 2351057727 746375625 3412142005 1742773114 2685314437 2644776485 2724640534 1450880130 870725519 3466266780 975432719 494301157 270996098 2565443580 1381259498 4140169909 3786566142 2907857121 1943607328 2900259759 3467837071 1870747079 3535551753 755465617 2533044437 1676955449 3845927451 3101054788 1382989277 4203128733 1648568485 975685109 1712569613 555944114 3270041242 442042660 3720141224 331563731 2466264684 1396785654 2595631066 3200839245 1178897511 3138212779 1199027878 936376229 4075020809 2797234487 3153792085 842912433 37774175 3946995368 2419820101 3226870021 1820029570 2296734450 1477068625 3638722848 332673484 583364445 2980921746 2414400728 3663690673 391017320 3703198804 4048275737 1352153176 4005432554 3391035909 903789478 555822270 1710626541 2246510268 4056811939 839913247 2980151278 2704497722 4237395569 1277945941 1584478428 3544301073 3397847478 4037899357 1443784157 1168294241 795559228 3625027105 2174860095 2854917993 1062812203 726449621 939491662 2777427116 3479649647 1527483442 3802336497 2305943352 2450307012 2752497648 2088043220 3656448152 2982545563 1364740018 2859282199 3401690956 1679435986 3790000073 2035101584 2968461305 361676593 2805546540 287849730 1197972106 4238257172 3173986306 4183502621 3448370638 2517115521 1285877281 3991401374 360175451 1758638615 387583043 558854481 2964301742 2309715789 601348818 422858389 173416317 1666995458 2994733380 2848261097 959604532 4212267108 2835140830 2605675702 572337026 2857833829 2169984748 2886980470 3012792154 2197477939 3692404728 3139223987 2659951867 4046181132 347790618 3720916375 3824366139 1596927005 987926052 1565583830 1096525303 3458203546 3602351879 438058559 977949324 3968686801 1810002699 1227985145 4294631143 862180591 2866292464 1213611128 1325990852 1674055697 4040036399 1459410616 142374334 2554159244 1792317872 3200703182 3873794782 3085803704 599845153 1603769623 121899444 3280963754 1061077781 2916709724 1684383647 2351045994 1459240913 499288293 4194144278 1621004517 976914023 2238018905 648333080 4035751305 3086999231 3448289751 1442907225 1590954383 1653828745 2375793499 971825014 3506721758 225108220 969007612 3305239708 962999665 636156643 1393410462 1082433548 1859582900 4217901701 3369210148 3519180061 3233639290 1074304115 3360181032 2500987975 2344708958 3387819608 3493779867 3603957012 2178855745 3567493202 22199008 783864513 3541871182 1274050370 1000707800 2604296153 1132652502 981952764 1706449313 815841198 3990508566 4293587154 2392113285 1148986063 3885979957 1048701732 1423805488 1954723422 255 362436" option to reproduce the execution
0.19/0.24	c #vars 169
0.19/0.24	c #constraints 101
0.19/0.24	c BCD2: Hardening is enabled.
0.19/0.24	c BCD2: BiasedSearch is enabled.
0.19/0.24	c Solving starts ...
0.19/0.24	c ============================[ Search Statistics ]============================
0.19/0.24	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.19/0.24	c       |         |          |          |    Limit     GC | Var      | Constra 
0.19/0.24	c =============================================================================
0.19/0.24	c  0.0s |       0 |        0 |        0 |      113      0 |        0 |        0
0.19/0.25	c  0.0s |       0 |      153 |       50 |      113      0 |        0 |        0
0.19/0.25	c #cpu_time = 0.007s
0.19/0.25	c #wall_clock_time = 0.007s
0.19/0.25	c #decision = 153
0.19/0.25	c #random_decision = 0
0.19/0.25	c #conflict = 50
0.19/0.25	c #restart = 0
0.19/0.25	o 695
0.19/0.25	c BCD2: updating upper bound: 3203 -> 694
0.19/0.25	c BCD2: 0 <= obj <= 694
0.19/0.25	c BCD2: #cores=0, #unrelaxed=69, #relaxed=0, #hardened=0
0.19/0.25	c BCD2: #sat=1 #unsat=1 bias=1/2
0.19/0.25	c Solving starts ...
0.19/0.25	c ============================[ Search Statistics ]============================
0.19/0.25	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.19/0.25	c       |         |          |          |    Limit     GC | Var      | Constra 
0.19/0.25	c =============================================================================
0.19/0.25	c  0.0s |       0 |        0 |        0 |      113      0 |        0 |        0
0.19/0.27	c  0.0s |       1 |      223 |      100 |      125      0 |        0 |        0
0.19/0.30	c  0.0s |       2 |      557 |      250 |      138      1 |        0 |        0
0.29/0.34	c  0.1s |       3 |      974 |      475 |      152      3 |        0 |        0
0.39/0.40	c  0.1s |       4 |     1615 |      813 |      168      5 |        0 |        0
0.39/0.49	c  0.2s |       5 |     2483 |     1320 |      185      8 |        0 |        0
0.59/0.63	c  0.4s |       6 |     3803 |     2081 |      204     13 |        0 |        0
0.79/0.84	c  0.6s |       7 |     5812 |     3223 |      225     20 |        0 |        0
1.10/1.16	c  0.9s |       8 |     8608 |     4936 |      248     29 |        0 |        0
1.49/1.57	c  1.3s |       9 |    12645 |     7506 |      273     43 |        0 |        0
2.09/2.12	c  1.9s |      10 |    18267 |    11361 |      301     60 |        0 |        0
2.89/2.94	c  2.7s |      11 |    26551 |    17144 |      332     86 |        0 |        0
4.09/4.15	c  3.9s |      12 |    38965 |    25819 |      366    123 |        0 |        0
5.89/5.99	c  5.7s |      13 |    57683 |    38832 |      403    175 |        0 |        0
7.99/8.00	c  7.8s |      13 |    75349 |    51132 |      403    222 |        0 |        0
8.29/8.33	c  8.1s |      13 |    78338 |    53129 |      403    230 |        0 |        0
8.29/8.33	c #cpu_time = 8.081s
8.29/8.33	c #wall_clock_time = 8.081s
8.29/8.33	c #decision = 78338
8.29/8.33	c #random_decision = 190
8.29/8.33	c #conflict = 53129
8.29/8.33	c #restart = 13
8.29/8.33	c BCD2: found a new core of size 69: cost of the new core is >=1
8.29/8.33	c lower bound updated to 1
8.29/8.33	c BCD2: 1 <= obj <= 694
8.29/8.33	c BCD2: #cores=1, #unrelaxed=0, #relaxed=69, #hardened=0
8.29/8.33	c BCD2: #sat=1 #unsat=2 bias=2/3
8.29/8.33	c Solving starts ...
8.29/8.33	c ============================[ Search Statistics ]============================
8.29/8.33	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
8.29/8.33	c       |         |          |          |    Limit     GC | Var      | Constra 
8.29/8.33	c =============================================================================
8.29/8.33	c  0.0s |       0 |        0 |        0 |      403      0 |        0 |        0
8.29/8.34	c  0.0s |       0 |      121 |        9 |      403      0 |        0 |        0
8.29/8.34	c #cpu_time = 0.002s
8.29/8.34	c #wall_clock_time = 0.002s
8.29/8.34	c #decision = 121
8.29/8.34	c #random_decision = 3
8.29/8.34	c #conflict = 9
8.29/8.34	c #restart = 0
8.29/8.34	o 71
8.29/8.34	c BCD2: hardening fixes 16 literals
8.29/8.34	c BCD2: updating upper bound: 694 -> 70
8.29/8.34	c BCD2: 1 <= obj <= 70
8.29/8.34	c BCD2: #cores=1, #unrelaxed=0, #relaxed=53, #hardened=16
8.29/8.34	c BCD2: #sat=2 #unsat=2 bias=2/4
8.29/8.34	c Solving starts ...
8.29/8.34	c ============================[ Search Statistics ]============================
8.29/8.34	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
8.29/8.34	c       |         |          |          |    Limit     GC | Var      | Constra 
8.29/8.34	c =============================================================================
8.29/8.34	c  0.0s |       0 |        0 |        0 |      403      0 |       16 |        2
8.29/8.35	c  0.0s |       1 |      173 |      100 |      403      0 |       16 |        2
8.29/8.37	c  0.0s |       2 |      460 |      250 |      403      0 |       16 |        2
8.39/8.40	c  0.1s |       3 |      966 |      475 |      403      1 |       16 |        2
8.39/8.44	c  0.1s |       4 |     1641 |      813 |      403      3 |       16 |        2
8.39/8.49	c  0.2s |       5 |     2666 |     1320 |      403      5 |       16 |        2
8.49/8.58	c  0.2s |       6 |     3965 |     2081 |      403      8 |       16 |        2
8.69/8.72	c  0.4s |       7 |     5974 |     3223 |      403     12 |       16 |        2
8.89/8.92	c  0.6s |       8 |     8951 |     4936 |      444     19 |       16 |        2
9.19/9.23	c  0.9s |       9 |    13473 |     7506 |      444     28 |       16 |        2
9.59/9.67	c  1.3s |      10 |    20138 |    11361 |      444     42 |       16 |        2
10.28/10.35	c  2.0s |      11 |    30273 |    17144 |      444     63 |       16 |        2
11.28/11.39	c  3.1s |      12 |    44697 |    25819 |      444     95 |       16 |        2
12.38/12.48	c  4.1s |      12 |    59978 |    35051 |      489    127 |       16 |        2
12.38/12.48	c #cpu_time = 4.143s
12.38/12.48	c #wall_clock_time = 4.143s
12.38/12.48	c #decision = 59978
12.38/12.48	c #random_decision = 154
12.38/12.48	c #conflict = 35051
12.38/12.48	c #restart = 12
12.38/12.48	o 32
12.38/12.48	c BCD2: hardening fixes 34 literals
12.38/12.48	c BCD2: updating upper bound: 70 -> 31
12.38/12.48	c BCD2: 1 <= obj <= 31
12.38/12.48	c BCD2: #cores=1, #unrelaxed=0, #relaxed=19, #hardened=50
12.38/12.48	c BCD2: #sat=3 #unsat=2 bias=2/5
12.38/12.48	c Solving starts ...
12.38/12.48	c ============================[ Search Statistics ]============================
12.38/12.48	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
12.38/12.48	c       |         |          |          |    Limit     GC | Var      | Constra 
12.38/12.48	c =============================================================================
12.38/12.48	c  0.0s |       0 |        0 |        0 |      489      0 |       50 |        4
12.38/12.49	c  0.0s |       1 |      159 |      100 |      489      1 |       50 |        4
12.48/12.51	c  0.0s |       2 |      391 |      250 |      489      1 |       50 |        4
12.48/12.54	c  0.1s |       3 |      750 |      475 |      489      2 |       50 |        4
12.48/12.58	c  0.1s |       4 |     1246 |      813 |      489      3 |       50 |        4
12.58/12.63	c  0.2s |       5 |     2000 |     1320 |      489      5 |       50 |        4
12.68/12.72	c  0.2s |       6 |     3244 |     2081 |      489      7 |       50 |        4
12.78/12.84	c  0.4s |       7 |     5001 |     3223 |      489     11 |       50 |        4
12.98/13.04	c  0.6s |       8 |     7666 |     4936 |      489     16 |       50 |        4
13.29/13.32	c  0.8s |       9 |    11702 |     7506 |      489     25 |       50 |        4
13.68/13.73	c  1.3s |      10 |    17967 |    11361 |      489     37 |       50 |        4
14.29/14.38	c  1.9s |      11 |    26996 |    17144 |      489     55 |       50 |        4
15.28/15.38	c  2.9s |      12 |    40110 |    25819 |      489     84 |       50 |        4
16.78/16.85	c  4.4s |      13 |    59777 |    38832 |      489    125 |       50 |        4
17.28/17.30	c  4.8s |      13 |    65904 |    42827 |      538    138 |       51 |        6
17.28/17.30	c #cpu_time = 4.819s
17.28/17.30	c #wall_clock_time = 4.820s
17.28/17.30	c #decision = 65904
17.28/17.30	c #random_decision = 141
17.28/17.30	c #conflict = 42827
17.28/17.30	c #restart = 13
17.28/17.30	c BCD2: updating lower bound of a core
17.28/17.30	c lower bound updated to 14
17.28/17.30	c BCD2: 14 <= obj <= 31
17.28/17.30	c BCD2: #cores=1, #unrelaxed=0, #relaxed=19, #hardened=50
17.28/17.30	c BCD2: #sat=3 #unsat=3 bias=3/6
17.28/17.30	c Solving starts ...
17.28/17.30	c ============================[ Search Statistics ]============================
17.28/17.30	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
17.28/17.30	c       |         |          |          |    Limit     GC | Var      | Constra 
17.28/17.30	c =============================================================================
17.28/17.30	c  0.0s |       0 |        0 |        0 |      538      0 |       51 |        6
17.28/17.31	c  0.0s |       1 |      185 |      100 |      538      0 |       51 |        6
17.28/17.33	c  0.0s |       2 |      409 |      250 |      538      0 |       51 |        6
17.28/17.36	c  0.1s |       3 |      785 |      475 |      538      1 |       51 |        6
17.28/17.39	c  0.1s |       4 |     1301 |      813 |      538      2 |       51 |        6
17.38/17.45	c  0.1s |       5 |     2178 |     1320 |      538      3 |       51 |        6
17.48/17.53	c  0.2s |       6 |     3425 |     2081 |      538      6 |       51 |        6
17.59/17.66	c  0.4s |       7 |     5194 |     3223 |      538      9 |       51 |        6
17.78/17.84	c  0.5s |       8 |     7816 |     4936 |      538     14 |       51 |        6
18.08/18.13	c  0.8s |       9 |    11624 |     7506 |      538     22 |       51 |        6
18.48/18.55	c  1.3s |      10 |    17516 |    11361 |      538     33 |       51 |        6
19.09/19.19	c  1.9s |      11 |    25970 |    17144 |      538     51 |       51 |        6
20.09/20.16	c  2.9s |      12 |    39235 |    25819 |      538     77 |       51 |        6
20.39/20.49	c  3.2s |      12 |    43482 |    28706 |      538     85 |       51 |        6
20.39/20.49	c #cpu_time = 3.194s
20.39/20.49	c #wall_clock_time = 3.194s
20.39/20.49	c #decision = 43482
20.39/20.49	c #random_decision = 108
20.39/20.49	c #conflict = 28706
20.39/20.49	c #restart = 12
20.39/20.49	o 15
20.39/20.49	c BCD2: hardening fixes 7 literals
20.39/20.49	c BCD2: updating upper bound: 31 -> 14
20.39/20.49	c BCD2: 14 <= obj <= 14
20.39/20.49	c BCD2: #cores=1, #unrelaxed=0, #relaxed=12, #hardened=57
20.39/20.49	c BCD2: #sat=4 #unsat=3 bias=3/7
20.39/20.49	c Solving starts ...
20.39/20.49	c ============================[ Search Statistics ]============================
20.39/20.49	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
20.39/20.49	c       |         |          |          |    Limit     GC | Var      | Constra 
20.39/20.49	c =============================================================================
20.39/20.49	c  0.0s |       0 |        0 |        0 |      538      0 |       58 |        8
20.49/20.51	c  0.0s |       1 |      114 |      100 |      538      1 |       58 |        8
20.49/20.53	c  0.0s |       2 |      300 |      250 |      538      1 |       58 |        8
20.49/20.55	c  0.1s |       3 |      598 |      475 |      538      2 |       58 |        8
20.49/20.59	c  0.1s |       4 |     1062 |      813 |      538      3 |       58 |        8
20.59/20.65	c  0.2s |       5 |     1836 |     1320 |      538      4 |       58 |        8
20.69/20.73	c  0.2s |       6 |     3046 |     2081 |      538      7 |       58 |        8
20.79/20.86	c  0.4s |       7 |     4787 |     3223 |      538     10 |       58 |        8
21.00/21.05	c  0.6s |       8 |     7274 |     4936 |      538     15 |       58 |        8
21.29/21.34	c  0.8s |       9 |    11179 |     7506 |      538     23 |       58 |        8
21.69/21.77	c  1.3s |      10 |    16637 |    11361 |      538     34 |       58 |        8
22.39/22.43	c  1.9s |      11 |    25031 |    17144 |      538     51 |       58 |        8
23.39/23.43	c  2.9s |      12 |    38080 |    25819 |      538     77 |       58 |        8
23.59/23.64	c  3.1s |      12 |    40550 |    27557 |      538     82 |       59 |       10
23.59/23.64	c #cpu_time = 3.146s
23.59/23.64	c #wall_clock_time = 3.146s
23.59/23.64	c #decision = 40550
23.59/23.64	c #random_decision = 111
23.59/23.64	c #conflict = 27557
23.59/23.64	c #restart = 12
23.59/23.64	c BCD2: updating lower bound of a core
23.59/23.64	c lower bound updated to 18
23.59/23.64	s OPTIMUM FOUND
23.59/23.64	v -x1 x2 -x3 -x4 -x5 -x6 -x7 -x8 -x9 -x10
23.59/23.64	v -x11 -x12 -x13 -x14 -x15 -x16 -x17 -x18 x19 -x20
23.59/23.64	v -x21 -x22 -x23 -x24 -x25 -x26 -x27 -x28 -x29 -x30
23.59/23.64	v -x31 -x32 -x33 -x34 -x35 -x36 -x37 x38 -x39 -x40
23.59/23.64	v -x41 -x42 -x43 -x44 -x45 -x46 -x47 -x48 x49 -x50
23.59/23.64	v -x51 -x52 -x53 -x54 -x55 -x56 -x57 -x58 x59 -x60
23.59/23.64	v -x61 -x62 -x63 -x64 -x65 x66 -x67 -x68 -x69 -x70
23.59/23.64	v -x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80
23.59/23.64	v -x81 x82 -x83 -x84 -x85 -x86 -x87 -x88 -x89 -x90
23.59/23.64	v -x91 -x92 -x93 -x94 -x95 -x96 -x97 -x98 -x99 -x100
23.59/23.64	v -x101 -x102 -x103 x104 -x105 -x106 -x107 -x108 -x109 -x110
23.59/23.64	v -x111 -x112 -x113 -x114 -x115 -x116 -x117 -x118 -x119 -x120
23.59/23.64	v -x121 -x122 -x123 -x124 -x125 x126 -x127 -x128 -x129 -x130
23.59/23.64	v -x131 -x132 -x133 -x134 -x135 -x136 -x137 -x138 -x139 -x140
23.59/23.64	v x141 -x142 -x143 -x144 -x145 -x146 -x147 x148 -x149 -x150
23.59/23.64	v -x151 -x152 -x153 -x154 -x155 -x156 -x157 -x158 x159 -x160
23.59/23.64	v -x161 -x162 -x163 -x164 -x165 -x166 -x167 -x168 -x169
23.59/23.64	c total CPU time = 23.644s
23.59/23.64	c total wall clock time = 23.644s

Verifier Data

OK	15

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

pid=18771
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.28 2.26 2.26 3/179 18774
/proc/meminfo: memFree=29345420/32872528 swapFree=1402008/1579836
[pid=18774] ppid=18771 vsize=689596 CPUtime=0 cores=1,3,5,7
/proc/18774/stat : 18774 (toysat) R 18771 18774 13870 0 -1 4202496 2569 0 0 0 0 0 0 0 20 0 4 0 10711210 706146304 2930 33554432000 4194304 16246674 140733630576192 140733630575616 13880264 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/18774/statm: 172911 2938 441 2943 0 169805 0
[pid=18774/tid=18775] ppid=18771 vsize=708028 CPUtime=0 cores=1,3,5,7
/proc/18774/task/18775/stat : 18775 (toysat) S 18771 18774 13870 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 10711210 725020672 3000 33554432000 4194304 16246674 140733630576192 140179810528496 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=18774/tid=18776] ppid=18771 vsize=712124 CPUtime=0 cores=1,3,5,7
/proc/18774/task/18776/stat : 18776 (toysat) S 18771 18774 13870 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10711210 729214976 3018 33554432000 4194304 16246674 140733630576192 140179800038640 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=18774/tid=18777] ppid=18771 vsize=716220 CPUtime=0 cores=1,3,5,7
/proc/18774/task/18777/stat : 18777 (toysat) S 18771 18774 13870 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 10711210 733409280 3034 33554432000 4194304 16246674 140733630576192 140179679472816 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0

[startup+0.100173 s]
/proc/loadavg: 2.28 2.26 2.26 3/179 18774
/proc/meminfo: memFree=29345420/32872528 swapFree=1402008/1579836
[pid=18774] ppid=18771 vsize=1218116 CPUtime=0.09 cores=1,3,5,7
/proc/18774/stat : 18774 (toysat) R 18771 18774 13870 0 -1 4202496 18465 0 0 0 6 3 0 0 20 0 4 0 10711210 1247350784 18820 33554432000 4194304 16246674 140733630576192 140733630575616 12481124 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/18774/statm: 304529 18824 618 2943 0 301423 0
[pid=18774/tid=18775] ppid=18771 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/18774/task/18775/stat : 18775 (toysat) S 18771 18774 13870 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 10711210 1247350784 18825 33554432000 4194304 16246674 140733630576192 140179810528496 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=18774/tid=18776] ppid=18771 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/18774/task/18776/stat : 18776 (toysat) S 18771 18774 13870 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10711210 1247350784 18827 33554432000 4194304 16246674 140733630576192 140179800038640 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=18774/tid=18777] ppid=18771 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/18774/task/18777/stat : 18777 (toysat) S 18771 18774 13870 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 10711210 1247350784 18830 33554432000 4194304 16246674 140733630576192 140179679472816 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.200542 s]
/proc/loadavg: 2.28 2.26 2.26 3/179 18774
/proc/meminfo: memFree=29345420/32872528 swapFree=1402008/1579836
[pid=18774] ppid=18771 vsize=1218116 CPUtime=0.19 cores=1,3,5,7
/proc/18774/stat : 18774 (toysat) R 18771 18774 13870 0 -1 4202496 26320 0 0 0 15 4 0 0 20 0 4 0 10711210 1247350784 26673 33554432000 4194304 16246674 140733630576192 140733630575616 6144966 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/18774/statm: 304529 26673 618 2943 0 301423 0
[pid=18774/tid=18775] ppid=18771 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/18774/task/18775/stat : 18775 (toysat) S 18771 18774 13870 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 10711210 1247350784 26674 33554432000 4194304 16246674 140733630576192 140179810528496 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=18774/tid=18776] ppid=18771 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/18774/task/18776/stat : 18776 (toysat) S 18771 18774 13870 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10711210 1247350784 26674 33554432000 4194304 16246674 140733630576192 140179800038640 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=18774/tid=18777] ppid=18771 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/18774/task/18777/stat : 18777 (toysat) S 18771 18774 13870 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 10711210 1247350784 26674 33554432000 4194304 16246674 140733630576192 140179679472816 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.300462 s]
/proc/loadavg: 2.28 2.26 2.26 3/179 18774
/proc/meminfo: memFree=29345420/32872528 swapFree=1402008/1579836
[pid=18774] ppid=18771 vsize=1218116 CPUtime=0.29 cores=1,3,5,7
/proc/18774/stat : 18774 (toysat) R 18771 18774 13870 0 -1 4202496 39097 0 0 0 24 5 0 0 20 0 4 0 10711210 1247350784 39444 33554432000 4194304 16246674 140733630576192 140733630575616 5532301 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/18774/statm: 304529 39456 813 2943 0 301423 0
[pid=18774/tid=18775] ppid=18771 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/18774/task/18775/stat : 18775 (toysat) S 18771 18774 13870 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 10711210 1247350784 39465 33554432000 4194304 16246674 140733630576192 140179810528496 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=18774/tid=18776] ppid=18771 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/18774/task/18776/stat : 18776 (toysat) S 18771 18774 13870 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10711210 1247350784 39475 33554432000 4194304 16246674 140733630576192 140179800038640 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=18774/tid=18777] ppid=18771 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/18774/task/18777/stat : 18777 (toysat) S 18771 18774 13870 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 10711210 1247350784 39484 33554432000 4194304 16246674 140733630576192 140179679472816 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.700396 s]
/proc/loadavg: 2.28 2.26 2.26 3/179 18774
/proc/meminfo: memFree=29345420/32872528 swapFree=1402008/1579836
[pid=18774] ppid=18771 vsize=1218116 CPUtime=0.69 cores=1,3,5,7
/proc/18774/stat : 18774 (toysat) R 18771 18774 13870 0 -1 4202496 109669 0 0 0 53 16 0 0 20 0 4 0 10711210 1247350784 110016 33554432000 4194304 16246674 140733630576192 140733630559192 5723366 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/18774/statm: 304529 110024 813 2943 0 301423 0
[pid=18774/tid=18775] ppid=18771 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/18774/task/18775/stat : 18775 (toysat) S 18771 18774 13870 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 10711210 1247350784 110028 33554432000 4194304 16246674 140733630576192 140179810528496 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=18774/tid=18776] ppid=18771 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/18774/task/18776/stat : 18776 (toysat) S 18771 18774 13870 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10711210 1247350784 110031 33554432000 4194304 16246674 140733630576192 140179800038640 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=18774/tid=18777] ppid=18771 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/18774/task/18777/stat : 18777 (toysat) S 18771 18774 13870 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 10711210 1247350784 110035 33554432000 4194304 16246674 140733630576192 140179679472816 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1218116

[startup+1.5004 s]
/proc/loadavg: 2.28 2.26 2.26 3/183 18778
/proc/meminfo: memFree=28605284/32872528 swapFree=1402008/1579836
[pid=18774] ppid=18771 vsize=1219140 CPUtime=1.49 cores=1,3,5,7
/proc/18774/stat : 18774 (toysat) R 18771 18774 13870 0 -1 4202496 245736 0 0 0 115 34 0 0 20 0 4 0 10711210 1248399360 246060 33554432000 4194304 16246674 140733630576192 140733630575504 12483376 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/18774/statm: 304785 246060 872 2943 0 301679 0
[pid=18774/tid=18775] ppid=18771 vsize=1219140 CPUtime=0 cores=1,3,5,7
/proc/18774/task/18775/stat : 18775 (toysat) S 18771 18774 13870 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 10711210 1248399360 246060 33554432000 4194304 16246674 140733630576192 140179810528496 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=18774/tid=18776] ppid=18771 vsize=1219140 CPUtime=0 cores=1,3,5,7
/proc/18774/task/18776/stat : 18776 (toysat) S 18771 18774 13870 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10711210 1248399360 246060 33554432000 4194304 16246674 140733630576192 140179800038640 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=18774/tid=18777] ppid=18771 vsize=1219140 CPUtime=0 cores=1,3,5,7
/proc/18774/task/18777/stat : 18777 (toysat) S 18771 18774 13870 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 10711210 1248399360 246060 33554432000 4194304 16246674 140733630576192 140179679472816 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.1004 s]
/proc/loadavg: 2.28 2.26 2.26 3/183 18778
/proc/meminfo: memFree=28332468/32872528 swapFree=1402008/1579836
[pid=18774] ppid=18771 vsize=1306180 CPUtime=3.09 cores=1,3,5,7
/proc/18774/stat : 18774 (toysat) R 18771 18774 13870 0 -1 4202496 267470 0 0 0 273 36 0 0 20 0 4 0 10711210 1337528320 267794 33554432000 4194304 16246674 140733630576192 140733630559192 13927401 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/18774/statm: 326545 267794 872 2943 0 323439 0
[pid=18774/tid=18775] ppid=18771 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/18774/task/18775/stat : 18775 (toysat) S 18771 18774 13870 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 10711210 1337528320 267794 33554432000 4194304 16246674 140733630576192 140179810528496 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=18774/tid=18776] ppid=18771 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/18774/task/18776/stat : 18776 (toysat) S 18771 18774 13870 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10711210 1337528320 267794 33554432000 4194304 16246674 140733630576192 140179800038640 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=18774/tid=18777] ppid=18771 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/18774/task/18777/stat : 18777 (toysat) S 18771 18774 13870 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 10711210 1337528320 267794 33554432000 4194304 16246674 140733630576192 140179679472816 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.3004 s]
/proc/loadavg: 2.26 2.26 2.26 3/183 18778
/proc/meminfo: memFree=28274208/32872528 swapFree=1402008/1579836
[pid=18774] ppid=18771 vsize=1306180 CPUtime=6.29 cores=1,3,5,7
/proc/18774/stat : 18774 (toysat) R 18771 18774 13870 0 -1 4202496 267579 0 0 0 593 36 0 0 20 0 4 0 10711210 1337528320 267903 33554432000 4194304 16246674 140733630576192 140733630559192 5822604 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/18774/statm: 326545 267903 872 2943 0 323439 0
[pid=18774/tid=18775] ppid=18771 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/18774/task/18775/stat : 18775 (toysat) S 18771 18774 13870 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 10711210 1337528320 267903 33554432000 4194304 16246674 140733630576192 140179810528496 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=18774/tid=18776] ppid=18771 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/18774/task/18776/stat : 18776 (toysat) S 18771 18774 13870 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10711210 1337528320 267903 33554432000 4194304 16246674 140733630576192 140179800038640 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=18774/tid=18777] ppid=18771 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/18774/task/18777/stat : 18777 (toysat) S 18771 18774 13870 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 10711210 1337528320 267903 33554432000 4194304 16246674 140733630576192 140179679472816 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.24 2.25 2.26 3/183 18778
/proc/meminfo: memFree=28273488/32872528 swapFree=1402008/1579836
[pid=18774] ppid=18771 vsize=1306180 CPUtime=12.68 cores=1,3,5,7
/proc/18774/stat : 18774 (toysat) R 18771 18774 13870 0 -1 4202496 267673 0 0 0 1232 36 0 0 20 0 4 0 10711210 1337528320 267997 33554432000 4194304 16246674 140733630576192 140733630559184 13943600 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/18774/statm: 326545 267997 881 2943 0 323439 0
[pid=18774/tid=18775] ppid=18771 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/18774/task/18775/stat : 18775 (toysat) S 18771 18774 13870 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 10711210 1337528320 267997 33554432000 4194304 16246674 140733630576192 140179810528496 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=18774/tid=18776] ppid=18771 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/18774/task/18776/stat : 18776 (toysat) S 18771 18774 13870 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10711210 1337528320 267997 33554432000 4194304 16246674 140733630576192 140179800038640 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=18774/tid=18777] ppid=18771 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/18774/task/18777/stat : 18777 (toysat) S 18771 18774 13870 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 10711210 1337528320 267997 33554432000 4194304 16246674 140733630576192 140179679472816 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 1306180

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

[startup+12.8005 s]
/proc/loadavg: 2.24 2.25 2.26 3/183 18778
/proc/meminfo: memFree=28273488/32872528 swapFree=1402008/1579836
[pid=18774] ppid=18771 vsize=1306180 CPUtime=12.78 cores=1,3,5,7
/proc/18774/stat : 18774 (toysat) R 18771 18774 13870 0 -1 4202496 267673 0 0 0 1242 36 0 0 20 0 4 0 10711210 1337528320 267997 33554432000 4194304 16246674 140733630576192 140733630559184 12466837 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/18774/statm: 326545 267997 881 2943 0 323439 0
[pid=18774/tid=18775] ppid=18771 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/18774/task/18775/stat : 18775 (toysat) S 18771 18774 13870 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 10711210 1337528320 267997 33554432000 4194304 16246674 140733630576192 140179810528496 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=18774/tid=18776] ppid=18771 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/18774/task/18776/stat : 18776 (toysat) S 18771 18774 13870 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10711210 1337528320 267997 33554432000 4194304 16246674 140733630576192 140179800038640 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=18774/tid=18777] ppid=18771 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/18774/task/18777/stat : 18777 (toysat) S 18771 18774 13870 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 10711210 1337528320 267997 33554432000 4194304 16246674 140733630576192 140179679472816 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 12.78
Current children cumulated vsize (KiB) 1306180

[startup+19.2004 s]
/proc/loadavg: 2.30 2.27 2.26 4/183 18778
/proc/meminfo: memFree=28273872/32872528 swapFree=1402008/1579836
[pid=18774] ppid=18771 vsize=1306180 CPUtime=19.19 cores=1,3,5,7
/proc/18774/stat : 18774 (toysat) R 18771 18774 13870 0 -1 4202496 267674 0 0 0 1882 37 0 0 20 0 4 0 10711210 1337528320 267998 33554432000 4194304 16246674 140733630576192 140733630558080 5545713 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/18774/statm: 326545 267998 881 2943 0 323439 0
[pid=18774/tid=18775] ppid=18771 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/18774/task/18775/stat : 18775 (toysat) S 18771 18774 13870 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 10711210 1337528320 267998 33554432000 4194304 16246674 140733630576192 140179810528496 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=18774/tid=18776] ppid=18771 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/18774/task/18776/stat : 18776 (toysat) S 18771 18774 13870 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10711210 1337528320 267998 33554432000 4194304 16246674 140733630576192 140179800038640 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=18774/tid=18777] ppid=18771 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/18774/task/18777/stat : 18777 (toysat) S 18771 18774 13870 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 10711210 1337528320 267998 33554432000 4194304 16246674 140733630576192 140179679472816 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 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.36 2.28 2.26 4/183 18778
/proc/meminfo: memFree=28273756/32872528 swapFree=1402008/1579836
[pid=18774] ppid=18771 vsize=1306180 CPUtime=20.79 cores=1,3,5,7
/proc/18774/stat : 18774 (toysat) R 18771 18774 13870 0 -1 4202496 267674 0 0 0 2042 37 0 0 20 0 4 0 10711210 1337528320 267998 33554432000 4194304 16246674 140733630576192 140733630558080 5823116 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/18774/statm: 326545 267998 881 2943 0 323439 0
[pid=18774/tid=18775] ppid=18771 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/18774/task/18775/stat : 18775 (toysat) S 18771 18774 13870 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 10711210 1337528320 267998 33554432000 4194304 16246674 140733630576192 140179810528496 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=18774/tid=18776] ppid=18771 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/18774/task/18776/stat : 18776 (toysat) S 18771 18774 13870 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10711210 1337528320 267998 33554432000 4194304 16246674 140733630576192 140179800038640 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=18774/tid=18777] ppid=18771 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/18774/task/18777/stat : 18777 (toysat) S 18771 18774 13870 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 10711210 1337528320 267998 33554432000 4194304 16246674 140733630576192 140179679472816 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 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.36 2.28 2.26 4/183 18778
/proc/meminfo: memFree=28273632/32872528 swapFree=1402008/1579836
[pid=18774] ppid=18771 vsize=1306180 CPUtime=22.39 cores=1,3,5,7
/proc/18774/stat : 18774 (toysat) R 18771 18774 13870 0 -1 4202496 267674 0 0 0 2202 37 0 0 20 0 4 0 10711210 1337528320 267998 33554432000 4194304 16246674 140733630576192 140733630559192 5711326 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/18774/statm: 326545 267998 881 2943 0 323439 0
[pid=18774/tid=18775] ppid=18771 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/18774/task/18775/stat : 18775 (toysat) S 18771 18774 13870 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 10711210 1337528320 267998 33554432000 4194304 16246674 140733630576192 140179810528496 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=18774/tid=18776] ppid=18771 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/18774/task/18776/stat : 18776 (toysat) S 18771 18774 13870 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10711210 1337528320 267998 33554432000 4194304 16246674 140733630576192 140179800038640 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=18774/tid=18777] ppid=18771 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/18774/task/18777/stat : 18777 (toysat) S 18771 18774 13870 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 10711210 1337528320 267998 33554432000 4194304 16246674 140733630576192 140179679472816 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 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.36 2.28 2.26 4/183 18778
/proc/meminfo: memFree=28273756/32872528 swapFree=1402008/1579836
[pid=18774] ppid=18771 vsize=1306180 CPUtime=23.2 cores=1,3,5,7
/proc/18774/stat : 18774 (toysat) R 18771 18774 13870 0 -1 4202496 267674 0 0 0 2283 37 0 0 20 0 4 0 10711210 1337528320 267998 33554432000 4194304 16246674 140733630576192 140733630558080 13775094 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/18774/statm: 326545 267998 881 2943 0 323439 0
[pid=18774/tid=18775] ppid=18771 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/18774/task/18775/stat : 18775 (toysat) S 18771 18774 13870 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 10711210 1337528320 267998 33554432000 4194304 16246674 140733630576192 140179810528496 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=18774/tid=18776] ppid=18771 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/18774/task/18776/stat : 18776 (toysat) S 18771 18774 13870 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10711210 1337528320 267998 33554432000 4194304 16246674 140733630576192 140179800038640 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=18774/tid=18777] ppid=18771 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/18774/task/18777/stat : 18777 (toysat) S 18771 18774 13870 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 10711210 1337528320 267998 33554432000 4194304 16246674 140733630576192 140179679472816 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 23.2
Current children cumulated vsize (KiB) 1306180

[startup+23.6004 s]
/proc/loadavg: 2.36 2.28 2.26 4/183 18778
/proc/meminfo: memFree=28273756/32872528 swapFree=1402008/1579836
[pid=18774] ppid=18771 vsize=1306180 CPUtime=23.59 cores=1,3,5,7
/proc/18774/stat : 18774 (toysat) R 18771 18774 13870 0 -1 4202496 267674 0 0 0 2322 37 0 0 20 0 4 0 10711210 1337528320 267998 33554432000 4194304 16246674 140733630576192 140733630558080 5722960 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/18774/statm: 326545 267998 881 2943 0 323439 0
[pid=18774/tid=18775] ppid=18771 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/18774/task/18775/stat : 18775 (toysat) S 18771 18774 13870 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 10711210 1337528320 267998 33554432000 4194304 16246674 140733630576192 140179810528496 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=18774/tid=18776] ppid=18771 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/18774/task/18776/stat : 18776 (toysat) S 18771 18774 13870 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10711210 1337528320 267998 33554432000 4194304 16246674 140733630576192 140179800038640 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=18774/tid=18777] ppid=18771 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/18774/task/18777/stat : 18777 (toysat) S 18771 18774 13870 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 10711210 1337528320 267998 33554432000 4194304 16246674 140733630576192 140179679472816 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 23.59
Current children cumulated vsize (KiB) 1306180

[startup+23.7004 s]
/proc/loadavg: 2.36 2.28 2.26 4/183 18778
/proc/meminfo: memFree=28273756/32872528 swapFree=1402008/1579836
[pid=18774] ppid=18771 vsize=0 CPUtime=23.69 cores=1,3,5,7
/proc/18774/stat : 18774 (toysat) R 18771 18774 13870 0 -1 4202500 267678 0 0 0 2327 42 0 0 20 0 1 0 10711210 0 0 33554432000 0 0 0 0 0 0 0 33554432 0 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/18774/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 23.69
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 23.7063
CPU time (s): 23.7024
CPU user time (s): 23.2705
CPU system time (s): 0.431934
CPU usage (%): 99.9835
Max. virtual memory (cumulated for all children) (KiB): 1306180

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 23.2705
system time used= 0.431934
maximum resident set size= 1072000
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 267678
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= 25

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.05999 second user time and 0.097985 second system time

The end

Launcher Data

Begin job on node139 at 2016-06-16 16:17:35
IDJOB=4093387
IDBENCH=78863
IDSOLVER=2553
FILE ID=node139/4093387-1466086655
RUNJOBID= node139-1466075487-16984
PBS_JOBID= 19904001
Free space on /tmp= 71612 MiB

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

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

MD5SUM BENCH= ae60804d96363031fd1d95f40cdae528
RANDOM SEED=798087319

node139.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.500
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.00
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.500
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.500
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.500
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.56
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.500
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.500
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.56
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.500
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.500
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:        29345692 kB
Buffers:           36360 kB
Cached:           108732 kB
SwapCached:          960 kB
Active:          1177728 kB
Inactive:          68196 kB
Active(anon):    1101960 kB
Inactive(anon):     1240 kB
Active(file):      75768 kB
Inactive(file):    66956 kB
Unevictable:     1579836 kB
Mlocked:         1402008 kB
SwapTotal:      67108856 kB
SwapFree:       67100120 kB
Dirty:             16548 kB
Writeback:             0 kB
AnonPages:       2681860 kB
Mapped:            10612 kB
Shmem:                 0 kB
Slab:             567616 kB
SReclaimable:      11856 kB
SUnreclaim:       555760 kB
KernelStack:        1520 kB
PageTables:         9296 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2822804 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1273856 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= 71596 MiB
End job on node139 at 2016-06-16 16:17:59