Trace number 4109322

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 29.8405 29.8498

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1110973670--soft-33-100-0.wbo
MD5SUMfc19369358a85dcf0daa4440bb60967e
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark8
Best CPU time to get the best result obtained on this benchmark6.74297
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 1248
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:55+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-4109322-1466343655.wbo"]
0.00/0.01	c use --random-gen="2589967818 3432698999 353231644 3411775045 1729666087 437794564 3164402496 2101185082 4047738454 1023214852 1046217194 1430891493 2056355975 892153285 1396924761 2920368957 402354554 2648341127 1631800083 1953198357 2576425502 2114502671 3890646038 107011132 1429897715 2214192901 4070919086 938896348 1153648029 3377214512 562692467 2505594683 2800120935 2764161085 1470550172 2275776595 2802543613 3883008426 3237871442 2860387965 3426645026 1310710671 2718851295 85865727 2324515263 2480571093 2213407261 2081627132 2425033693 848817474 3723430281 1035323932 2482751433 4249621438 1276241312 3400709144 4060327354 910685682 2336073246 3514487235 50567960 3374966767 3282525214 2830068222 3633803462 4088990884 794423326 2279248293 3617371236 3504737532 4122611505 3547194131 753921835 3891125199 2521053241 287117767 4231365693 3119806514 2996556838 4161059845 2572427396 4264123645 1194701330 4270029421 2308841766 2655575669 4252927131 1477833348 182229598 1313331841 1563434423 204307885 750843925 3330405114 3397026019 2980112073 3664932312 4186635085 551644122 2688078862 2261091515 1426372545 2006993044 1631632783 1549525230 742466330 807694759 726341960 3015122245 133509815 3953174566 2089681664 179208705 1928984647 2631471087 3899489648 806532310 2541797655 3808005268 4240874913 189019590 3414744182 562074874 2842638423 2447905769 2185588797 2682738660 1493653189 3620246908 2207790709 2180289278 2099811724 3379079649 393852113 630786183 2381984926 4280496048 524497039 1902936325 1350370325 2963877223 1475241649 1903988280 1390347758 4240937414 1756768596 1074146130 3210086692 2837485419 4188794086 2234688844 2554172602 2642808909 16317716 3734226131 733738909 3453909183 1064275798 855195801 3683851713 1229948750 3101223475 3957203040 4187690643 3402123705 1199827887 3326713358 1288392024 2294409073 3765003357 1819136862 937674109 3560848788 952962162 1813815447 1429548049 2195402058 965683490 1299817047 812905936 201801518 3403388172 3028491296 653529321 1294810579 1502348054 61954456 3970189646 3400951518 3119361655 1812946834 2255997143 2573642741 1376429460 1875507699 3355360511 2545869855 1080512094 4111127121 3708076340 3542823376 3628315168 464316234 3407641678 305758708 872007801 1792179658 2009944971 2667497935 4180010056 2745307546 1041720064 1481920109 1628188201 3731456596 4287962638 86482374 360630282 2100217988 4193700838 1974193531 1985106720 1193873317 2041296649 2218532412 2166950789 2726359525 1106281161 1079996834 212929597 2596282837 3972486576 3108496064 719567607 3431342067 3378497537 3779463946 708483439 3770763562 172360674 442279477 2598465980 3622743780 2468317141 433726872 3328935547 4250430838 2481095465 2908797093 3591254403 1356563053 1988109585 1572359255 3235712228 4163826697 85941001 255 362436" option to reproduce the execution
0.18/0.24	c #vars 169
0.18/0.24	c #constraints 101
0.18/0.25	c BCD2: Hardening is enabled.
0.18/0.25	c BCD2: BiasedSearch is enabled.
0.18/0.25	c Solving starts ...
0.18/0.25	c ============================[ Search Statistics ]============================
0.18/0.25	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.18/0.25	c       |         |          |          |    Limit     GC | Var      | Constra 
0.18/0.25	c =============================================================================
0.18/0.25	c  0.0s |       0 |        0 |        0 |      113      0 |        0 |        0
0.18/0.25	c  0.0s |       0 |      102 |       11 |      113      0 |        0 |        0
0.18/0.25	c #cpu_time = 0.002s
0.18/0.25	c #wall_clock_time = 0.002s
0.18/0.25	c #decision = 102
0.18/0.25	c #random_decision = 0
0.18/0.25	c #conflict = 11
0.18/0.25	c #restart = 0
0.18/0.25	o 597
0.18/0.25	c BCD2: updating upper bound: 3203 -> 596
0.18/0.25	c BCD2: 0 <= obj <= 596
0.18/0.25	c BCD2: #cores=0, #unrelaxed=69, #relaxed=0, #hardened=0
0.18/0.25	c BCD2: #sat=1 #unsat=1 bias=1/2
0.18/0.25	c Solving starts ...
0.18/0.25	c ============================[ Search Statistics ]============================
0.18/0.25	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.18/0.25	c       |         |          |          |    Limit     GC | Var      | Constra 
0.18/0.25	c =============================================================================
0.18/0.25	c  0.0s |       0 |        0 |        0 |      113      0 |        0 |        0
0.18/0.27	c  0.0s |       1 |      253 |      100 |      125      0 |        0 |        0
0.18/0.29	c  0.0s |       2 |      561 |      250 |      138      0 |        0 |        0
0.29/0.34	c  0.1s |       3 |      989 |      475 |      152      2 |        0 |        0
0.29/0.40	c  0.1s |       4 |     1662 |      813 |      168      4 |        0 |        0
0.39/0.49	c  0.2s |       5 |     2627 |     1320 |      185      7 |        0 |        0
0.59/0.65	c  0.4s |       6 |     3887 |     2081 |      204     12 |        0 |        0
0.79/0.88	c  0.6s |       7 |     5779 |     3223 |      225     19 |        0 |        0
1.19/1.23	c  1.0s |       8 |     8536 |     4936 |      248     29 |        0 |        0
1.59/1.63	c  1.4s |       9 |    12262 |     7506 |      273     41 |        0 |        0
2.09/2.15	c  1.9s |      10 |    18046 |    11361 |      301     59 |        0 |        0
2.98/3.00	c  2.7s |      11 |    26041 |    17144 |      332     85 |        0 |        0
4.18/4.25	c  4.0s |      12 |    38333 |    25819 |      366    121 |        0 |        0
6.18/6.21	c  6.0s |      13 |    57023 |    38832 |      403    172 |        0 |        0
8.18/8.22	c  8.0s |      13 |    74648 |    50832 |      403    217 |        0 |        0
9.78/9.81	c  9.6s |      13 |    84756 |    58110 |      444    247 |        0 |        0
9.78/9.81	c #cpu_time = 9.529s
9.78/9.81	c #wall_clock_time = 9.557s
9.78/9.81	c #decision = 84756
9.78/9.81	c #random_decision = 210
9.78/9.81	c #conflict = 58110
9.78/9.81	c #restart = 13
9.78/9.81	c BCD2: found a new core of size 69: cost of the new core is >=1
9.78/9.81	c lower bound updated to 1
9.78/9.81	c BCD2: 1 <= obj <= 596
9.78/9.81	c BCD2: #cores=1, #unrelaxed=0, #relaxed=69, #hardened=0
9.78/9.81	c BCD2: #sat=1 #unsat=2 bias=2/3
9.78/9.81	c Solving starts ...
9.78/9.81	c ============================[ Search Statistics ]============================
9.78/9.81	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
9.78/9.81	c       |         |          |          |    Limit     GC | Var      | Constra 
9.78/9.81	c =============================================================================
9.78/9.81	c  0.0s |       0 |        0 |        0 |      444      0 |        0 |        0
9.78/9.81	c  0.0s |       0 |      132 |       22 |      444      0 |        0 |        0
9.78/9.81	c #cpu_time = 0.005s
9.78/9.81	c #wall_clock_time = 0.005s
9.78/9.81	c #decision = 132
9.78/9.81	c #random_decision = 1
9.78/9.81	c #conflict = 22
9.78/9.81	c #restart = 0
9.78/9.81	o 71
9.78/9.81	c BCD2: hardening fixes 16 literals
9.78/9.81	c BCD2: updating upper bound: 596 -> 70
9.78/9.81	c BCD2: 1 <= obj <= 70
9.78/9.81	c BCD2: #cores=1, #unrelaxed=0, #relaxed=53, #hardened=16
9.78/9.81	c BCD2: #sat=2 #unsat=2 bias=2/4
9.78/9.81	c Solving starts ...
9.78/9.81	c ============================[ Search Statistics ]============================
9.78/9.81	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
9.78/9.81	c       |         |          |          |    Limit     GC | Var      | Constra 
9.78/9.81	c =============================================================================
9.78/9.81	c  0.0s |       0 |        0 |        0 |      444      0 |       16 |        2
9.78/9.83	c  0.0s |       1 |      187 |      100 |      444      0 |       16 |        2
9.78/9.85	c  0.0s |       2 |      428 |      250 |      444      0 |       16 |        2
9.78/9.88	c  0.1s |       3 |      767 |      475 |      444      1 |       16 |        2
9.89/9.92	c  0.1s |       4 |     1331 |      813 |      444      3 |       16 |        2
9.89/9.99	c  0.2s |       5 |     2185 |     1320 |      444      4 |       16 |        2
9.99/10.08	c  0.3s |       6 |     3293 |     2081 |      444      7 |       16 |        2
10.18/10.23	c  0.4s |       7 |     5051 |     3223 |      444     11 |       16 |        2
10.38/10.44	c  0.6s |       8 |     7699 |     4936 |      444     17 |       16 |        2
10.68/10.76	c  0.9s |       9 |    11867 |     7506 |      444     27 |       16 |        2
11.18/11.23	c  1.4s |      10 |    17903 |    11361 |      444     40 |       16 |        2
11.88/11.96	c  2.2s |      11 |    26448 |    17144 |      444     61 |       16 |        2
12.88/12.99	c  3.2s |      12 |    39925 |    25819 |      444     91 |       16 |        2
13.58/13.60	c  3.8s |      12 |    47535 |    30783 |      489    108 |       16 |        2
13.58/13.60	c #cpu_time = 3.775s
13.58/13.60	c #wall_clock_time = 3.785s
13.58/13.60	c #decision = 47535
13.58/13.60	c #random_decision = 115
13.58/13.60	c #conflict = 30783
13.58/13.60	c #restart = 12
13.58/13.60	o 35
13.58/13.60	c BCD2: hardening fixes 31 literals
13.58/13.60	c BCD2: updating upper bound: 70 -> 34
13.58/13.60	c BCD2: 1 <= obj <= 34
13.58/13.60	c BCD2: #cores=1, #unrelaxed=0, #relaxed=22, #hardened=47
13.58/13.60	c BCD2: #sat=3 #unsat=2 bias=2/5
13.58/13.60	c Solving starts ...
13.58/13.60	c ============================[ Search Statistics ]============================
13.58/13.60	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
13.58/13.60	c       |         |          |          |    Limit     GC | Var      | Constra 
13.58/13.60	c =============================================================================
13.58/13.60	c  0.0s |       0 |        0 |        0 |      489      0 |       47 |        4
13.58/13.61	c  0.0s |       1 |      155 |      100 |      489      0 |       47 |        4
13.58/13.63	c  0.0s |       2 |      423 |      250 |      489      0 |       47 |        4
13.58/13.66	c  0.1s |       3 |      766 |      475 |      489      1 |       47 |        4
13.58/13.70	c  0.1s |       4 |     1302 |      813 |      489      2 |       47 |        4
13.68/13.75	c  0.2s |       5 |     2031 |     1320 |      489      4 |       47 |        4
13.78/13.84	c  0.2s |       6 |     3142 |     2081 |      489      6 |       47 |        4
13.88/13.97	c  0.4s |       7 |     4794 |     3223 |      489     10 |       47 |        4
14.08/14.17	c  0.6s |       8 |     7443 |     4936 |      489     16 |       47 |        4
14.39/14.46	c  0.9s |       9 |    11253 |     7506 |      489     24 |       47 |        4
14.88/14.90	c  1.3s |      10 |    17418 |    11361 |      489     37 |       47 |        4
15.08/15.11	c  1.5s |      10 |    20090 |    13293 |      489     43 |       47 |        4
15.08/15.11	c #cpu_time = 1.511s
15.08/15.11	c #wall_clock_time = 1.515s
15.08/15.11	c #decision = 20090
15.08/15.11	c #random_decision = 33
15.08/15.11	c #conflict = 13293
15.08/15.11	c #restart = 10
15.08/15.11	o 10
15.08/15.11	c BCD2: hardening fixes 14 literals
15.08/15.11	c BCD2: updating upper bound: 34 -> 9
15.08/15.11	c BCD2: 1 <= obj <= 9
15.08/15.11	c BCD2: #cores=1, #unrelaxed=0, #relaxed=8, #hardened=61
15.08/15.11	c BCD2: #sat=4 #unsat=2 bias=2/6
15.08/15.11	c Solving starts ...
15.08/15.11	c ============================[ Search Statistics ]============================
15.08/15.11	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
15.08/15.11	c       |         |          |          |    Limit     GC | Var      | Constra 
15.08/15.11	c =============================================================================
15.08/15.11	c  0.0s |       0 |        0 |        0 |      489      0 |       61 |        6
15.08/15.13	c  0.0s |       1 |      127 |      100 |      489      0 |       61 |        6
15.08/15.14	c  0.0s |       2 |      327 |      250 |      489      1 |       61 |        6
15.08/15.17	c  0.1s |       3 |      617 |      475 |      489      1 |       61 |        6
15.18/15.21	c  0.1s |       4 |     1068 |      813 |      489      2 |       61 |        6
15.18/15.27	c  0.2s |       5 |     1828 |     1320 |      489      4 |       61 |        6
15.28/15.35	c  0.2s |       6 |     2985 |     2081 |      489      6 |       61 |        6
15.39/15.47	c  0.4s |       7 |     4604 |     3223 |      489     10 |       61 |        6
15.58/15.65	c  0.5s |       8 |     6950 |     4936 |      489     15 |       61 |        6
15.88/15.92	c  0.8s |       9 |    10761 |     7506 |      489     23 |       61 |        6
16.28/16.34	c  1.2s |      10 |    16566 |    11361 |      489     35 |       61 |        6
16.88/16.98	c  1.9s |      11 |    24922 |    17144 |      489     54 |       61 |        6
17.88/17.93	c  2.8s |      12 |    37353 |    25819 |      489     81 |       61 |        6
19.38/19.44	c  4.3s |      13 |    55681 |    38832 |      538    119 |       61 |        6
21.38/21.44	c  6.3s |      13 |    79924 |    55532 |      538    168 |       61 |        6
21.69/21.72	c  6.6s |      13 |    82999 |    57705 |      538    175 |       62 |        8
21.69/21.72	c #cpu_time = 6.590s
21.69/21.72	c #wall_clock_time = 6.607s
21.69/21.72	c #decision = 82999
21.69/21.72	c #random_decision = 204
21.69/21.72	c #conflict = 57705
21.69/21.72	c #restart = 13
21.69/21.72	c BCD2: updating lower bound of a core
21.69/21.72	c lower bound updated to 6
21.69/21.72	c BCD2: 6 <= obj <= 9
21.69/21.72	c BCD2: #cores=1, #unrelaxed=0, #relaxed=8, #hardened=61
21.69/21.72	c BCD2: #sat=4 #unsat=3 bias=3/7
21.69/21.72	c Solving starts ...
21.69/21.72	c ============================[ Search Statistics ]============================
21.69/21.72	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
21.69/21.72	c       |         |          |          |    Limit     GC | Var      | Constra 
21.69/21.72	c =============================================================================
21.69/21.72	c  0.0s |       0 |        0 |        0 |      538      0 |       62 |        8
21.69/21.74	c  0.0s |       1 |      143 |      100 |      538      0 |       62 |        8
21.69/21.76	c  0.0s |       2 |      356 |      250 |      538      1 |       62 |        8
21.69/21.78	c  0.1s |       3 |      702 |      475 |      538      1 |       62 |        8
21.79/21.82	c  0.1s |       4 |     1216 |      813 |      538      2 |       62 |        8
21.79/21.87	c  0.2s |       5 |     1916 |     1320 |      538      4 |       62 |        8
21.89/21.96	c  0.2s |       6 |     3053 |     2081 |      538      6 |       62 |        8
21.99/22.08	c  0.4s |       7 |     4703 |     3223 |      538      9 |       62 |        8
22.19/22.28	c  0.6s |       8 |     7397 |     4936 |      538     15 |       62 |        8
22.49/22.56	c  0.8s |       9 |    11224 |     7506 |      538     22 |       62 |        8
22.89/22.99	c  1.3s |      10 |    17213 |    11361 |      538     33 |       62 |        8
23.59/23.64	c  1.9s |      11 |    25687 |    17144 |      538     50 |       62 |        8
24.49/24.59	c  2.9s |      12 |    38121 |    25819 |      538     76 |       62 |        8
26.09/26.12	c  4.4s |      13 |    56391 |    38832 |      592    113 |       62 |        8
26.69/26.71	c  5.0s |      13 |    62575 |    43666 |      592    126 |       62 |        8
26.69/26.71	c #cpu_time = 4.975s
26.69/26.71	c #wall_clock_time = 4.988s
26.69/26.71	c #decision = 62575
26.69/26.71	c #random_decision = 147
26.69/26.71	c #conflict = 43666
26.69/26.71	c #restart = 13
26.69/26.71	o 8
26.69/26.71	c BCD2: hardening fixes 2 literals
26.69/26.71	c BCD2: updating upper bound: 9 -> 7
26.69/26.71	c BCD2: 6 <= obj <= 7
26.69/26.71	c BCD2: #cores=1, #unrelaxed=0, #relaxed=6, #hardened=63
26.69/26.71	c BCD2: #sat=5 #unsat=3 bias=3/8
26.69/26.71	c Solving starts ...
26.69/26.71	c ============================[ Search Statistics ]============================
26.69/26.71	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
26.69/26.71	c       |         |          |          |    Limit     GC | Var      | Constra 
26.69/26.71	c =============================================================================
26.69/26.71	c  0.0s |       0 |        0 |        0 |      592      0 |       64 |       10
26.69/26.72	c  0.0s |       1 |      134 |      100 |      592      1 |       64 |       10
26.69/26.74	c  0.0s |       2 |      350 |      250 |      592      1 |       64 |       10
26.69/26.77	c  0.1s |       3 |      721 |      475 |      592      2 |       64 |       10
26.79/26.82	c  0.1s |       4 |     1204 |      813 |      592      3 |       64 |       10
26.79/26.88	c  0.2s |       5 |     1950 |     1320 |      592      4 |       64 |       10
26.89/26.97	c  0.3s |       6 |     3021 |     2081 |      592      6 |       64 |       10
27.09/27.10	c  0.4s |       7 |     4764 |     3223 |      592      9 |       64 |       10
27.29/27.30	c  0.6s |       8 |     7118 |     4936 |      592     14 |       64 |       10
27.59/27.61	c  0.9s |       9 |    10697 |     7506 |      592     21 |       64 |       10
27.99/28.09	c  1.4s |      10 |    15863 |    11361 |      592     31 |       64 |       10
28.69/28.79	c  2.1s |      11 |    24056 |    17144 |      592     47 |       64 |       10
29.69/29.78	c  3.1s |      11 |    34518 |    24887 |      592     68 |       65 |       12
29.69/29.78	c #cpu_time = 3.066s
29.69/29.78	c #wall_clock_time = 3.074s
29.69/29.78	c #decision = 34518
29.69/29.78	c #random_decision = 90
29.69/29.78	c #conflict = 24887
29.69/29.78	c #restart = 11
29.69/29.78	c BCD2: updating lower bound of a core
29.69/29.78	c lower bound updated to 8
29.69/29.79	s OPTIMUM FOUND
29.69/29.79	v -x1 -x2 -x3 -x4 -x5 -x6 -x7 -x8 -x9 -x10
29.69/29.79	v -x11 x12 -x13 -x14 -x15 -x16 -x17 -x18 -x19 x20
29.69/29.79	v -x21 -x22 -x23 -x24 -x25 -x26 -x27 x28 -x29 -x30
29.69/29.79	v -x31 -x32 -x33 -x34 -x35 -x36 -x37 -x38 -x39 -x40
29.69/29.79	v -x41 -x42 -x43 -x44 -x45 -x46 x47 -x48 -x49 -x50
29.69/29.79	v -x51 -x52 -x53 -x54 -x55 -x56 -x57 x58 -x59 -x60
29.69/29.79	v -x61 -x62 -x63 -x64 -x65 x66 -x67 -x68 -x69 -x70
29.69/29.79	v -x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80
29.69/29.79	v x81 -x82 -x83 -x84 -x85 -x86 -x87 -x88 -x89 -x90
29.69/29.79	v -x91 -x92 -x93 -x94 -x95 -x96 -x97 -x98 -x99 -x100
29.69/29.79	v -x101 x102 -x103 -x104 -x105 -x106 -x107 -x108 -x109 -x110
29.69/29.79	v -x111 -x112 x113 -x114 -x115 -x116 -x117 -x118 -x119 -x120
29.69/29.79	v -x121 -x122 -x123 -x124 -x125 -x126 -x127 -x128 -x129 x130
29.69/29.79	v -x131 -x132 -x133 -x134 x135 -x136 -x137 -x138 -x139 -x140
29.69/29.79	v -x141 -x142 -x143 -x144 -x145 -x146 -x147 -x148 -x149 -x150
29.69/29.79	v -x151 -x152 x153 -x154 -x155 -x156 -x157 -x158 -x159 x160
29.69/29.79	v -x161 -x162 -x163 -x164 -x165 -x166 -x167 -x168 -x169
29.69/29.79	c total CPU time = 29.707s
29.69/29.79	c total wall clock time = 29.787s

Verifier Data

OK	8

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-4109322-1466343655/watcher-4109322-1466343655 -o /tmp/evaluation-result-4109322-1466343655/solver-4109322-1466343655 -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-4109322-1466343655.wbo 

pid=6333
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.16 2.23 1.94 4/180 6336
/proc/meminfo: memFree=28830324/32872528 swapFree=1542984/1696284
[pid=6336] ppid=6333 vsize=782780 CPUtime=0 cores=1,3,5,7
/proc/6336/stat : 6336 (toysat) R 6333 6336 6047 0 -1 4202496 2933 0 0 0 0 0 0 0 20 0 4 0 36412162 801566720 3293 33554432000 4194304 16246674 140734709616480 140734709615904 13880264 0 2 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6336/statm: 196463 3302 441 2943 0 193357 0
[pid=6336/tid=6337] ppid=6333 vsize=801212 CPUtime=0 cores=1,3,5,7
/proc/6336/task/6337/stat : 6337 (toysat) S 6333 6336 6047 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36412162 820441088 3365 33554432000 4194304 16246674 140734709616480 140456567483632 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=6336/tid=6338] ppid=6333 vsize=805308 CPUtime=0 cores=1,3,5,7
/proc/6336/task/6338/stat : 6338 (toysat) S 6333 6336 6047 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36412162 824635392 3380 33554432000 4194304 16246674 140734709616480 140456556993776 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=6336/tid=6339] ppid=6333 vsize=809404 CPUtime=0 cores=1,3,5,7
/proc/6336/task/6339/stat : 6339 (toysat) S 6333 6336 6047 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36412162 828829696 3397 33554432000 4194304 16246674 140734709616480 140456436427952 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0

[startup+0.100175 s]
/proc/loadavg: 2.16 2.23 1.94 4/180 6336
/proc/meminfo: memFree=28830324/32872528 swapFree=1542984/1696284
[pid=6336] ppid=6333 vsize=1218116 CPUtime=0.09 cores=1,3,5,7
/proc/6336/stat : 6336 (toysat) R 6333 6336 6047 0 -1 4202496 18420 0 0 0 7 2 0 0 20 0 4 0 36412162 1247350784 18774 33554432000 4194304 16246674 140734709616480 140734709598400 12481124 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6336/statm: 304529 18777 607 2943 0 301423 0
[pid=6336/tid=6337] ppid=6333 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/6336/task/6337/stat : 6337 (toysat) S 6333 6336 6047 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36412162 1247350784 18779 33554432000 4194304 16246674 140734709616480 140456567483632 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=6336/tid=6338] ppid=6333 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/6336/task/6338/stat : 6338 (toysat) S 6333 6336 6047 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36412162 1247350784 18785 33554432000 4194304 16246674 140734709616480 140456556993776 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=6336/tid=6339] ppid=6333 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/6336/task/6339/stat : 6339 (toysat) S 6333 6336 6047 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36412162 1247350784 18792 33554432000 4194304 16246674 140734709616480 140456436427952 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1218116

[startup+0.200494 s]
/proc/loadavg: 2.16 2.23 1.94 4/180 6336
/proc/meminfo: memFree=28830324/32872528 swapFree=1542984/1696284
[pid=6336] ppid=6333 vsize=1218116 CPUtime=0.18 cores=1,3,5,7
/proc/6336/stat : 6336 (toysat) R 6333 6336 6047 0 -1 4202496 26347 0 0 0 15 3 0 0 20 0 4 0 36412162 1247350784 26700 33554432000 4194304 16246674 140734709616480 140734709598400 12500869 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6336/statm: 304529 26703 607 2943 0 301423 0
[pid=6336/tid=6337] ppid=6333 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/6336/task/6337/stat : 6337 (toysat) S 6333 6336 6047 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36412162 1247350784 26706 33554432000 4194304 16246674 140734709616480 140456567483632 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=6336/tid=6338] ppid=6333 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/6336/task/6338/stat : 6338 (toysat) S 6333 6336 6047 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36412162 1247350784 26709 33554432000 4194304 16246674 140734709616480 140456556993776 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=6336/tid=6339] ppid=6333 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/6336/task/6339/stat : 6339 (toysat) S 6333 6336 6047 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36412162 1247350784 26716 33554432000 4194304 16246674 140734709616480 140456436427952 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 1218116

[startup+0.300477 s]
/proc/loadavg: 2.16 2.23 1.94 4/180 6336
/proc/meminfo: memFree=28830324/32872528 swapFree=1542984/1696284
[pid=6336] ppid=6333 vsize=1218116 CPUtime=0.29 cores=1,3,5,7
/proc/6336/stat : 6336 (toysat) R 6333 6336 6047 0 -1 4202496 38679 0 0 0 24 5 0 0 20 0 4 0 36412162 1247350784 39025 33554432000 4194304 16246674 140734709616480 140734709598400 5662075 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6336/statm: 304529 39032 815 2943 0 301423 0
[pid=6336/tid=6337] ppid=6333 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/6336/task/6337/stat : 6337 (toysat) S 6333 6336 6047 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36412162 1247350784 39036 33554432000 4194304 16246674 140734709616480 140456567483632 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=6336/tid=6338] ppid=6333 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/6336/task/6338/stat : 6338 (toysat) S 6333 6336 6047 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36412162 1247350784 39041 33554432000 4194304 16246674 140734709616480 140456556993776 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=6336/tid=6339] ppid=6333 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/6336/task/6339/stat : 6339 (toysat) S 6333 6336 6047 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36412162 1247350784 39047 33554432000 4194304 16246674 140734709616480 140456436427952 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1218116

[startup+0.700428 s]
/proc/loadavg: 2.16 2.23 1.94 4/180 6336
/proc/meminfo: memFree=28830324/32872528 swapFree=1542984/1696284
[pid=6336] ppid=6333 vsize=1218116 CPUtime=0.69 cores=1,3,5,7
/proc/6336/stat : 6336 (toysat) R 6333 6336 6047 0 -1 4202496 108371 0 0 0 54 15 0 0 20 0 4 0 36412162 1247350784 108718 33554432000 4194304 16246674 140734709616480 140734709598400 5546181 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6336/statm: 304529 108731 815 2943 0 301423 0
[pid=6336/tid=6337] ppid=6333 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/6336/task/6337/stat : 6337 (toysat) S 6333 6336 6047 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36412162 1247350784 108734 33554432000 4194304 16246674 140734709616480 140456567483632 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=6336/tid=6338] ppid=6333 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/6336/task/6338/stat : 6338 (toysat) S 6333 6336 6047 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36412162 1247350784 108738 33554432000 4194304 16246674 140734709616480 140456556993776 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=6336/tid=6339] ppid=6333 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/6336/task/6339/stat : 6339 (toysat) S 6333 6336 6047 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36412162 1247350784 108740 33554432000 4194304 16246674 140734709616480 140456436427952 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1218116

[startup+1.50042 s]
/proc/loadavg: 2.16 2.23 1.94 5/184 6340
/proc/meminfo: memFree=28092212/32872528 swapFree=1542984/1696284
[pid=6336] ppid=6333 vsize=1219140 CPUtime=1.49 cores=1,3,5,7
/proc/6336/stat : 6336 (toysat) R 6333 6336 6047 0 -1 4202496 245783 0 0 0 114 35 0 0 20 0 4 0 36412162 1248399360 246107 33554432000 4194304 16246674 140734709616480 140734709615792 5546005 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6336/statm: 304785 246107 874 2943 0 301679 0
[pid=6336/tid=6337] ppid=6333 vsize=1219140 CPUtime=0 cores=1,3,5,7
/proc/6336/task/6337/stat : 6337 (toysat) S 6333 6336 6047 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36412162 1248399360 246107 33554432000 4194304 16246674 140734709616480 140456567483632 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=6336/tid=6338] ppid=6333 vsize=1219140 CPUtime=0 cores=1,3,5,7
/proc/6336/task/6338/stat : 6338 (toysat) S 6333 6336 6047 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36412162 1248399360 246107 33554432000 4194304 16246674 140734709616480 140456556993776 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=6336/tid=6339] ppid=6333 vsize=1219140 CPUtime=0 cores=1,3,5,7
/proc/6336/task/6339/stat : 6339 (toysat) S 6333 6336 6047 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36412162 1248399360 246107 33554432000 4194304 16246674 140734709616480 140456436427952 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 1219140

[startup+3.10038 s]
/proc/loadavg: 2.22 2.24 1.95 4/184 6340
/proc/meminfo: memFree=27845452/32872528 swapFree=1542984/1696284
[pid=6336] ppid=6333 vsize=1305156 CPUtime=3.08 cores=1,3,5,7
/proc/6336/stat : 6336 (toysat) R 6333 6336 6047 0 -1 4202496 267294 0 0 0 270 38 0 0 20 0 4 0 36412162 1336479744 267618 33554432000 4194304 16246674 140734709616480 140734709598400 5822484 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/6336/statm: 326289 267618 874 2943 0 323183 0
[pid=6336/tid=6337] ppid=6333 vsize=1305156 CPUtime=0 cores=1,3,5,7
/proc/6336/task/6337/stat : 6337 (toysat) S 6333 6336 6047 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36412162 1336479744 267618 33554432000 4194304 16246674 140734709616480 140456567483632 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=6336/tid=6338] ppid=6333 vsize=1305156 CPUtime=0 cores=1,3,5,7
/proc/6336/task/6338/stat : 6338 (toysat) S 6333 6336 6047 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36412162 1336479744 267618 33554432000 4194304 16246674 140734709616480 140456556993776 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=6336/tid=6339] ppid=6333 vsize=1305156 CPUtime=0 cores=1,3,5,7
/proc/6336/task/6339/stat : 6339 (toysat) S 6333 6336 6047 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36412162 1336479744 267618 33554432000 4194304 16246674 140734709616480 140456436427952 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 1305156

[startup+6.30049 s]
/proc/loadavg: 2.22 2.24 1.95 4/184 6340
/proc/meminfo: memFree=27759068/32872528 swapFree=1542984/1696284
[pid=6336] ppid=6333 vsize=1306180 CPUtime=6.28 cores=1,3,5,7
/proc/6336/stat : 6336 (toysat) R 6333 6336 6047 0 -1 4202496 267570 0 0 0 590 38 0 0 20 0 4 0 36412162 1337528320 267894 33554432000 4194304 16246674 140734709616480 140734709599480 6011869 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/6336/statm: 326545 267894 874 2943 0 323439 0
[pid=6336/tid=6337] ppid=6333 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/6336/task/6337/stat : 6337 (toysat) S 6333 6336 6047 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36412162 1337528320 267894 33554432000 4194304 16246674 140734709616480 140456567483632 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=6336/tid=6338] ppid=6333 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/6336/task/6338/stat : 6338 (toysat) S 6333 6336 6047 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36412162 1337528320 267894 33554432000 4194304 16246674 140734709616480 140456556993776 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=6336/tid=6339] ppid=6333 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/6336/task/6339/stat : 6339 (toysat) S 6333 6336 6047 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36412162 1337528320 267894 33554432000 4194304 16246674 140734709616480 140456436427952 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 1306180

[startup+12.7004 s]
/proc/loadavg: 2.26 2.25 1.95 4/183 6340
/proc/meminfo: memFree=27758600/32872528 swapFree=1542984/1696284
[pid=6336] ppid=6333 vsize=1306180 CPUtime=12.68 cores=1,3,5,7
/proc/6336/stat : 6336 (toysat) R 6333 6336 6047 0 -1 4202496 267608 0 0 0 1230 38 0 0 20 0 4 0 36412162 1337528320 267932 33554432000 4194304 16246674 140734709616480 140734709598400 6010629 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/6336/statm: 326545 267932 883 2943 0 323439 0
[pid=6336/tid=6337] ppid=6333 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/6336/task/6337/stat : 6337 (toysat) S 6333 6336 6047 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36412162 1337528320 267932 33554432000 4194304 16246674 140734709616480 140456567483632 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=6336/tid=6338] ppid=6333 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/6336/task/6338/stat : 6338 (toysat) S 6333 6336 6047 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36412162 1337528320 267932 33554432000 4194304 16246674 140734709616480 140456556993776 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=6336/tid=6339] ppid=6333 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/6336/task/6339/stat : 6339 (toysat) S 6333 6336 6047 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36412162 1337528320 267932 33554432000 4194304 16246674 140734709616480 140456436427952 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 1306180

[startup+25.5005 s]
/proc/loadavg: 2.22 2.24 1.95 4/183 6340
/proc/meminfo: memFree=27759240/32872528 swapFree=1542984/1696284
[pid=6336] ppid=6333 vsize=1306180 CPUtime=25.49 cores=1,3,5,7
/proc/6336/stat : 6336 (toysat) R 6333 6336 6047 0 -1 4202496 267609 0 0 0 2510 39 0 0 20 0 4 0 36412162 1337528320 267933 33554432000 4194304 16246674 140734709616480 140734709599480 5831811 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/6336/statm: 326545 267933 883 2943 0 323439 0
[pid=6336/tid=6337] ppid=6333 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/6336/task/6337/stat : 6337 (toysat) S 6333 6336 6047 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36412162 1337528320 267933 33554432000 4194304 16246674 140734709616480 140456567483632 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=6336/tid=6338] ppid=6333 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/6336/task/6338/stat : 6338 (toysat) S 6333 6336 6047 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36412162 1337528320 267933 33554432000 4194304 16246674 140734709616480 140456556993776 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=6336/tid=6339] ppid=6333 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/6336/task/6339/stat : 6339 (toysat) S 6333 6336 6047 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36412162 1337528320 267933 33554432000 4194304 16246674 140734709616480 140456436427952 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 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 6336 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+25.6005 s]
/proc/loadavg: 2.22 2.24 1.95 4/183 6340
/proc/meminfo: memFree=27759240/32872528 swapFree=1542984/1696284
[pid=6336] ppid=6333 vsize=1306180 CPUtime=25.59 cores=1,3,5,7
/proc/6336/stat : 6336 (toysat) R 6333 6336 6047 0 -1 4202496 267609 0 0 0 2520 39 0 0 20 0 4 0 36412162 1337528320 267933 33554432000 4194304 16246674 140734709616480 140734709599480 5546214 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/6336/statm: 326545 267933 883 2943 0 323439 0
[pid=6336/tid=6337] ppid=6333 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/6336/task/6337/stat : 6337 (toysat) S 6333 6336 6047 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36412162 1337528320 267933 33554432000 4194304 16246674 140734709616480 140456567483632 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=6336/tid=6338] ppid=6333 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/6336/task/6338/stat : 6338 (toysat) S 6333 6336 6047 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36412162 1337528320 267933 33554432000 4194304 16246674 140734709616480 140456556993776 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=6336/tid=6339] ppid=6333 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/6336/task/6339/stat : 6339 (toysat) S 6333 6336 6047 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36412162 1337528320 267933 33554432000 4194304 16246674 140734709616480 140456436427952 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 25.59
Current children cumulated vsize (KiB) 1306180

[startup+27.2005 s]
/proc/loadavg: 2.20 2.23 1.95 4/183 6340
/proc/meminfo: memFree=27759364/32872528 swapFree=1542984/1696284
[pid=6336] ppid=6333 vsize=1306180 CPUtime=27.19 cores=1,3,5,7
/proc/6336/stat : 6336 (toysat) R 6333 6336 6047 0 -1 4202496 267609 0 0 0 2680 39 0 0 20 0 4 0 36412162 1337528320 267933 33554432000 4194304 16246674 140734709616480 140734709598400 5822604 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/6336/statm: 326545 267933 883 2943 0 323439 0
[pid=6336/tid=6337] ppid=6333 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/6336/task/6337/stat : 6337 (toysat) S 6333 6336 6047 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36412162 1337528320 267933 33554432000 4194304 16246674 140734709616480 140456567483632 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=6336/tid=6338] ppid=6333 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/6336/task/6338/stat : 6338 (toysat) S 6333 6336 6047 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36412162 1337528320 267933 33554432000 4194304 16246674 140734709616480 140456556993776 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=6336/tid=6339] ppid=6333 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/6336/task/6339/stat : 6339 (toysat) S 6333 6336 6047 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36412162 1337528320 267933 33554432000 4194304 16246674 140734709616480 140456436427952 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 27.19
Current children cumulated vsize (KiB) 1306180

[startup+28.8004 s]
/proc/loadavg: 2.20 2.23 1.95 4/183 6340
/proc/meminfo: memFree=27759120/32872528 swapFree=1542984/1696284
[pid=6336] ppid=6333 vsize=1306180 CPUtime=28.79 cores=1,3,5,7
/proc/6336/stat : 6336 (toysat) R 6333 6336 6047 0 -1 4202496 267609 0 0 0 2840 39 0 0 20 0 4 0 36412162 1337528320 267933 33554432000 4194304 16246674 140734709616480 140734709599480 5717656 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/6336/statm: 326545 267933 883 2943 0 323439 0
[pid=6336/tid=6337] ppid=6333 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/6336/task/6337/stat : 6337 (toysat) S 6333 6336 6047 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36412162 1337528320 267933 33554432000 4194304 16246674 140734709616480 140456567483632 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=6336/tid=6338] ppid=6333 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/6336/task/6338/stat : 6338 (toysat) S 6333 6336 6047 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36412162 1337528320 267933 33554432000 4194304 16246674 140734709616480 140456556993776 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=6336/tid=6339] ppid=6333 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/6336/task/6339/stat : 6339 (toysat) S 6333 6336 6047 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36412162 1337528320 267933 33554432000 4194304 16246674 140734709616480 140456436427952 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 28.79
Current children cumulated vsize (KiB) 1306180

[startup+29.6005 s]
/proc/loadavg: 2.20 2.23 1.95 4/183 6340
/proc/meminfo: memFree=27759120/32872528 swapFree=1542984/1696284
[pid=6336] ppid=6333 vsize=1306180 CPUtime=29.59 cores=1,3,5,7
/proc/6336/stat : 6336 (toysat) R 6333 6336 6047 0 -1 4202496 267609 0 0 0 2920 39 0 0 20 0 4 0 36412162 1337528320 267933 33554432000 4194304 16246674 140734709616480 140734709599480 13191364 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/6336/statm: 326545 267933 883 2943 0 323439 0
[pid=6336/tid=6337] ppid=6333 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/6336/task/6337/stat : 6337 (toysat) S 6333 6336 6047 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36412162 1337528320 267933 33554432000 4194304 16246674 140734709616480 140456567483632 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=6336/tid=6338] ppid=6333 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/6336/task/6338/stat : 6338 (toysat) S 6333 6336 6047 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36412162 1337528320 267933 33554432000 4194304 16246674 140734709616480 140456556993776 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=6336/tid=6339] ppid=6333 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/6336/task/6339/stat : 6339 (toysat) S 6333 6336 6047 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36412162 1337528320 267933 33554432000 4194304 16246674 140734709616480 140456436427952 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 29.59
Current children cumulated vsize (KiB) 1306180

[startup+29.8074 s]
/proc/loadavg: 2.20 2.23 1.95 4/183 6340
/proc/meminfo: memFree=27759120/32872528 swapFree=1542984/1696284
[pid=6336] ppid=6333 vsize=0 CPUtime=29.78 cores=1,3,5,7
/proc/6336/stat : 6336 (toysat) R 6333 6336 6047 0 -1 4202500 267614 0 0 0 2938 40 0 0 20 0 1 0 36412162 0 0 33554432000 0 0 0 0 0 0 0 33554432 0 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/6336/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 29.78
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 29.8498
CPU time (s): 29.8405
CPU user time (s): 29.3895
CPU system time (s): 0.450931
CPU usage (%): 99.9688
Max. virtual memory (cumulated for all children) (KiB): 1306180

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 29.3895
system time used= 0.450931
maximum resident set size= 1071740
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 267614
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= 18
involuntary context switches= 66

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.079987 second user time and 0.117982 second system time

The end

Launcher Data

Begin job on node125 at 2016-06-19 15:40:55
IDJOB=4109322
IDBENCH=78777
IDSOLVER=2553
FILE ID=node125/4109322-1466343655
RUNJOBID= node125-1466341817-6064
PBS_JOBID= 19922028
Free space on /tmp= 71728 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/normalized-t2001.13queen13.1110973670--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-4109322-1466343655/watcher-4109322-1466343655 -o /tmp/evaluation-result-4109322-1466343655/solver-4109322-1466343655 -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-4109322-1466343655.wbo

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

MD5SUM BENCH= fc19369358a85dcf0daa4440bb60967e
RANDOM SEED=1443376827

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:        28830248 kB
Buffers:          179444 kB
Cached:           350580 kB
SwapCached:          764 kB
Active:          1230364 kB
Inactive:         369940 kB
Active(anon):    1071452 kB
Inactive(anon):     1188 kB
Active(file):     158912 kB
Inactive(file):   368752 kB
Unevictable:     1696284 kB
Mlocked:         1542984 kB
SwapTotal:      67108856 kB
SwapFree:       67098312 kB
Dirty:             32932 kB
Writeback:             0 kB
AnonPages:       2768052 kB
Mapped:            10788 kB
Shmem:                 0 kB
Slab:             611360 kB
SReclaimable:      54684 kB
SUnreclaim:       556676 kB
KernelStack:        1528 kB
PageTables:         9844 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2913076 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    155648 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:41:25