Trace number 4080187

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 NameAnswerobjective functionCPU timeWall clock time
toysat 2016-05-02OPT3 56.5034 56.5224

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/
factor-mod-B/factor-mod-size=7-P0=17-P1=53-P2=109-B.opb
MD5SUM2eab9a3df979d0268940cd1121c39af7
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark0.027994
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 3
Optimality of the best value was proved YES
Number of variables42
Total number of constraints5
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints5
Minimum length of a constraint7
Maximum length of a constraint63
Number of terms in the objective function 7
Biggest coefficient in the objective function 64
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 127
Number of bits of the sum of numbers in the objective function 7
Biggest number in a constraint 8192
Number of bits of the biggest number in a constraint 14
Biggest sum of numbers in a constraint 32512
Number of bits of the biggest sum of numbers15
Number of products (including duplicates)98
Sum of products size (including duplicates)196
Number of different products98
Sum of products size196

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-07T01:11:59+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","--pb","--search=bcd2","HOME/instance-4080187-1465254719.opb"]
0.00/0.01	c use --random-gen="3346305710 767546423 2574954886 2981468137 4122783259 333639217 2675978998 584865459 1661121846 35143611 4185608248 1890265575 2526892693 2910978546 313795929 4187570821 1954738454 1745382419 278952797 1141857905 2039651622 3042461157 3123001413 169949503 879631368 1282647616 2484780373 1767251626 1366894319 190577586 32100028 4192405046 923538583 547073251 2280817035 2298241265 671520034 4139778587 114407043 4161688031 3311015024 2899624981 883038858 2813105048 1452800916 2535139419 3704536237 1091461958 2888834405 3609311725 3346974454 2080720045 967797185 1842920790 2532067258 1897052963 1019488249 1849240112 3795657038 2003163570 434404248 248194565 658473805 1392771952 2552075122 2504834180 681980905 2234047894 1349653045 3813736102 392840103 123846039 1612170447 3387766115 3678250101 3746972449 2115362232 4140080110 1912416215 6060072 1381988952 1639865678 2298596157 2717157490 1384509474 2380168173 2162510405 3737187124 3891112060 583693152 1937563236 1172750112 4282803377 1752591637 1008816040 917529872 3912721563 2383013100 171700464 313713612 2310867255 2541755773 3813791151 1155472275 3003326333 2486986232 1525224317 1702646195 1307639662 374590560 2427524192 3898150399 3830542856 2730937105 3507705669 322595013 2558182483 3820551824 824291905 1574418189 1274594011 455679621 3828183911 3013615979 552141676 1714548996 865020421 258958784 3394556714 3159887793 3000848594 338633672 1902257869 2755924278 4253747246 1259186803 2563606312 1419854562 2270373852 2757529072 2124986718 3465771359 3576169957 121858055 1193309725 555762350 3792521811 1713291885 1066124004 298314247 1448985273 441762699 1356400112 2654161494 1842057502 1359756901 2903285403 161956223 2019948000 2046286411 1943628724 1866730849 2401823921 4016297980 395301216 3835086989 2499815062 417634534 1125127367 2724382872 1567855277 378502266 623404572 1516604917 2566990054 1432163866 8935749 1079696671 2783188920 208241974 1428338377 3231838549 3229461187 3782695264 172201558 2266099857 3030164341 377841375 956028566 3651256417 3124467117 446542189 414555066 3325298943 1915203183 817341631 410421340 3573083257 1693749582 1910959799 3999778210 2324279682 2746292134 473545235 3220464087 2634122581 1092830677 200713417 4225888374 2132368116 314425944 46994553 418534098 9289960 2346540331 4226973709 1288846861 3933721259 32413958 722489431 1590702640 1812313671 2699254652 3309792537 3540440768 3575526165 3832483661 907259243 1680473666 2425190165 2834891222 2652383865 2955759257 2782338323 1350313990 2024888303 828955327 2798973093 2955435003 2949200307 3662334222 1395463545 2043306261 3346550306 955365949 3465379892 1271697821 3800485461 1878425917 844348952 9584170 1940276963 2461964050 1207351926 3776619770 2422081875 255 362436" option to reproduce the execution
0.00/0.01	c #vars 42
0.00/0.01	c #constraints 5
0.00/0.01	c BCD2: Hardening is enabled.
0.00/0.01	c BCD2: BiasedSearch is enabled.
0.00/0.01	c Solving starts ...
0.00/0.01	c ============================[ Search Statistics ]============================
0.00/0.01	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.00/0.01	c       |         |          |          |    Limit     GC | Var      | Constra 
0.00/0.01	c =============================================================================
0.00/0.01	c  0.0s |       0 |        0 |        0 |      147      0 |        0 |        0
0.00/0.03	c  0.0s |       1 |      120 |      100 |      147      0 |        0 |        0
0.00/0.06	c  0.0s |       1 |      224 |      188 |      162      0 |        0 |        0
0.00/0.06	c #cpu_time = 0.045s
0.00/0.06	c #wall_clock_time = 0.046s
0.00/0.06	c #decision = 224
0.00/0.06	c #random_decision = 1
0.00/0.06	c #conflict = 188
0.00/0.06	c #restart = 1
0.00/0.06	o 113
0.00/0.06	c BCD2: updating upper bound: 127 -> 112
0.00/0.06	c BCD2: 0 <= obj <= 112
0.00/0.06	c BCD2: #cores=0, #unrelaxed=7, #relaxed=0, #hardened=0
0.00/0.06	c BCD2: #sat=1 #unsat=1 bias=1/2
0.00/0.06	c Solving starts ...
0.00/0.06	c ============================[ Search Statistics ]============================
0.00/0.06	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.00/0.06	c       |         |          |          |    Limit     GC | Var      | Constra 
0.00/0.06	c =============================================================================
0.00/0.06	c  0.0s |       0 |        0 |        0 |      162      0 |        0 |        0
0.00/0.06	c  0.0s |       0 |        5 |        0 |      162      1 |        0 |        0
0.00/0.06	c #cpu_time = 0.002s
0.00/0.06	c #wall_clock_time = 0.002s
0.00/0.06	c #decision = 5
0.00/0.06	c #random_decision = 0
0.00/0.06	c #conflict = 0
0.00/0.06	c #restart = 0
0.00/0.06	c BCD2: found a new core of size 6: cost of the new core is >=2
0.00/0.06	c lower bound updated to 2
0.00/0.06	c BCD2: 2 <= obj <= 112
0.00/0.06	c BCD2: #cores=1, #unrelaxed=1, #relaxed=6, #hardened=0
0.00/0.06	c BCD2: #sat=1 #unsat=2 bias=2/3
0.00/0.06	c Solving starts ...
0.00/0.06	c ============================[ Search Statistics ]============================
0.00/0.06	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.00/0.06	c       |         |          |          |    Limit     GC | Var      | Constra 
0.00/0.06	c =============================================================================
0.00/0.06	c  0.0s |       0 |        0 |        0 |      162      0 |        0 |        0
0.00/0.08	c  0.0s |       1 |      157 |      100 |      179      0 |        0 |        0
0.09/0.12	c  0.1s |       2 |      358 |      250 |      179      1 |        0 |        0
0.09/0.17	c  0.1s |       3 |      606 |      475 |      197      3 |        0 |        0
0.19/0.26	c  0.2s |       4 |      963 |      813 |      217      5 |        0 |        0
0.29/0.36	c  0.3s |       5 |     1491 |     1320 |      239      8 |        0 |        0
0.49/0.55	c  0.5s |       6 |     2297 |     2081 |      263     13 |        0 |        0
0.69/0.78	c  0.7s |       7 |     3468 |     3223 |      290     19 |        0 |        0
1.10/1.14	c  1.1s |       8 |     5319 |     4936 |      319     28 |        0 |        0
1.49/1.55	c  1.5s |       9 |     7948 |     7506 |      351     40 |        0 |        0
2.09/2.12	c  2.1s |      10 |    12105 |    11361 |      387     58 |        0 |        0
2.89/2.93	c  2.9s |      11 |    18136 |    17144 |      426     83 |        0 |        0
4.19/4.22	c  4.2s |      12 |    27286 |    25819 |      469    117 |        0 |        0
6.19/6.23	c  6.2s |      12 |    40235 |    37919 |      469    161 |        0 |        0
6.29/6.39	c  6.3s |      13 |    41159 |    38832 |      516    164 |        0 |        0
8.28/8.39	c  8.3s |      13 |    56038 |    52832 |      516    211 |        0 |        0
9.18/9.20	c  9.1s |      14 |    61873 |    58352 |      568    230 |        0 |        0
11.18/11.21	c 11.2s |      14 |    74925 |    70552 |      568    268 |        0 |        0
13.19/13.22	c 13.2s |      14 |    88307 |    83452 |      568    308 |        0 |        0
13.98/14.04	c 14.0s |      15 |    92832 |    87632 |      625    321 |        0 |        0
15.98/16.05	c 16.0s |      15 |   106259 |   100332 |      625    358 |        0 |        0
17.98/18.06	c 18.0s |      15 |   119596 |   113132 |      625    395 |        0 |        0
19.98/20.06	c 20.0s |      15 |   132591 |   125532 |      625    430 |        0 |        0
20.89/21.00	c 20.9s |      16 |   138944 |   131552 |      688    447 |        0 |        0
22.98/23.01	c 22.9s |      16 |   151952 |   143952 |      688    479 |        0 |        0
24.98/25.01	c 25.0s |      16 |   164750 |   155952 |      688    511 |        0 |        0
26.99/27.02	c 27.0s |      16 |   176618 |   166952 |      688    540 |        0 |        0
28.99/29.03	c 29.0s |      16 |   188522 |   178152 |      688    570 |        0 |        0
30.99/31.03	c 31.0s |      16 |   201333 |   190352 |      688    603 |        0 |        0
32.09/32.18	c 32.1s |      17 |   209238 |   197432 |      757    621 |        0 |        0
34.09/34.19	c 34.1s |      17 |   222007 |   209732 |      757    651 |        0 |        0
36.19/36.20	c 36.1s |      17 |   234598 |   221632 |      757    680 |        0 |        0
38.19/38.20	c 38.1s |      17 |   248316 |   234132 |      757    711 |        0 |        0
40.19/40.22	c 40.2s |      17 |   262140 |   247132 |      757    742 |        0 |        0
42.19/42.22	c 42.2s |      17 |   275594 |   259632 |      757    772 |        0 |        0
44.19/44.23	c 44.2s |      17 |   288163 |   271432 |      757    801 |        0 |        0
46.19/46.23	c 46.2s |      17 |   301399 |   283832 |      757    831 |        0 |        0
48.18/48.24	c 48.2s |      17 |   313816 |   295332 |      833    859 |        0 |        0
48.39/48.41	c 48.3s |      18 |   314798 |   296252 |      833    861 |        0 |        0
50.38/50.42	c 50.4s |      18 |   327532 |   308552 |      833    888 |        0 |        0
52.38/52.43	c 52.4s |      18 |   339753 |   320352 |      833    914 |        0 |        0
54.38/54.45	c 54.4s |      18 |   352480 |   331952 |      833    940 |        0 |        0
56.28/56.36	c 56.3s |      18 |   364162 |   342978 |      833    965 |        0 |        0
56.28/56.36	c #cpu_time = 56.152s
56.28/56.36	c #wall_clock_time = 56.299s
56.28/56.36	c #decision = 364162
56.28/56.36	c #random_decision = 1030
56.28/56.36	c #conflict = 342978
56.28/56.36	c #restart = 18
56.28/56.36	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 7: cost of the new core is >=3
56.28/56.36	c lower bound updated to 3
56.28/56.36	c BCD2: 3 <= obj <= 112
56.28/56.36	c BCD2: #cores=1, #unrelaxed=0, #relaxed=7, #hardened=0
56.28/56.36	c BCD2: #sat=1 #unsat=3 bias=3/4
56.28/56.36	c Solving starts ...
56.28/56.36	c ============================[ Search Statistics ]============================
56.28/56.36	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
56.28/56.36	c       |         |          |          |    Limit     GC | Var      | Constra 
56.28/56.36	c =============================================================================
56.28/56.36	c  0.0s |       0 |        0 |        0 |      833      0 |        1 |        0
56.28/56.38	c  0.0s |       1 |      134 |      100 |      833      0 |        1 |        1
56.28/56.39	c  0.0s |       1 |      302 |      202 |      833      0 |        1 |        1
56.28/56.39	c #cpu_time = 0.033s
56.28/56.39	c #wall_clock_time = 0.033s
56.28/56.39	c #decision = 302
56.28/56.39	c #random_decision = 2
56.28/56.39	c #conflict = 202
56.28/56.39	c #restart = 1
56.28/56.39	o 69
56.28/56.39	c BCD2: updating upper bound: 112 -> 68
56.28/56.39	c BCD2: 3 <= obj <= 68
56.28/56.39	c BCD2: #cores=1, #unrelaxed=0, #relaxed=7, #hardened=0
56.28/56.39	c BCD2: #sat=2 #unsat=3 bias=3/5
56.28/56.39	c Solving starts ...
56.28/56.39	c ============================[ Search Statistics ]============================
56.28/56.39	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
56.28/56.39	c       |         |          |          |    Limit     GC | Var      | Constra 
56.28/56.39	c =============================================================================
56.28/56.39	c  0.0s |       0 |        0 |        0 |      833      0 |        1 |        1
56.38/56.42	c  0.0s |       1 |      118 |      100 |      833      0 |        1 |        1
56.38/56.44	c  0.0s |       2 |      287 |      250 |      833      1 |        1 |        1
56.38/56.44	c  0.0s |       2 |      309 |      256 |      833      1 |        1 |        1
56.38/56.44	c #cpu_time = 0.048s
56.38/56.44	c #wall_clock_time = 0.048s
56.38/56.44	c #decision = 309
56.38/56.44	c #random_decision = 0
56.38/56.44	c #conflict = 256
56.38/56.44	c #restart = 2
56.38/56.44	o 31
56.38/56.44	c BCD2: hardening fixes 2 literals
56.38/56.44	c BCD2: updating upper bound: 68 -> 30
56.38/56.44	c BCD2: 3 <= obj <= 30
56.38/56.44	c BCD2: #cores=1, #unrelaxed=0, #relaxed=5, #hardened=2
56.38/56.44	c BCD2: #sat=3 #unsat=3 bias=3/6
56.38/56.44	c Solving starts ...
56.38/56.44	c ============================[ Search Statistics ]============================
56.38/56.44	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
56.38/56.44	c       |         |          |          |    Limit     GC | Var      | Constra 
56.38/56.44	c =============================================================================
56.38/56.44	c  0.0s |       0 |        0 |        0 |      833      0 |       19 |        5
56.38/56.45	c  0.0s |       0 |       58 |       45 |      833      0 |       19 |       47
56.38/56.45	c #cpu_time = 0.011s
56.38/56.45	c #wall_clock_time = 0.011s
56.38/56.45	c #decision = 58
56.38/56.45	c #random_decision = 0
56.38/56.45	c #conflict = 45
56.38/56.45	c #restart = 0
56.38/56.45	o 13
56.38/56.45	c BCD2: hardening fixes 1 literals
56.38/56.45	c BCD2: updating upper bound: 30 -> 12
56.38/56.45	c BCD2: 3 <= obj <= 12
56.38/56.45	c BCD2: #cores=1, #unrelaxed=0, #relaxed=4, #hardened=3
56.38/56.45	c BCD2: #sat=4 #unsat=3 bias=3/7
56.38/56.45	c Solving starts ...
56.38/56.45	c ============================[ Search Statistics ]============================
56.38/56.45	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
56.38/56.45	c       |         |          |          |    Limit     GC | Var      | Constra 
56.38/56.45	c =============================================================================
56.38/56.45	c  0.0s |       0 |        0 |        0 |      833      0 |       28 |       48
56.38/56.45	c  0.0s |       0 |       17 |        0 |      833      0 |       28 |       70
56.38/56.45	c #cpu_time = 0.001s
56.38/56.45	c #wall_clock_time = 0.001s
56.38/56.45	c #decision = 17
56.38/56.45	c #random_decision = 1
56.38/56.45	c #conflict = 0
56.38/56.45	c #restart = 0
56.38/56.45	o 5
56.38/56.45	c BCD2: hardening fixes 1 literals
56.38/56.45	c BCD2: updating upper bound: 12 -> 4
56.38/56.45	c BCD2: 3 <= obj <= 4
56.38/56.45	c BCD2: #cores=1, #unrelaxed=0, #relaxed=3, #hardened=4
56.38/56.45	c BCD2: #sat=5 #unsat=3 bias=3/8
56.38/56.45	c Solving starts ...
56.38/56.45	c ============================[ Search Statistics ]============================
56.38/56.45	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
56.38/56.45	c       |         |          |          |    Limit     GC | Var      | Constra 
56.38/56.45	c =============================================================================
56.38/56.45	c  0.0s |       0 |        0 |        0 |      833      0 |       37 |       72
56.38/56.46	c  0.0s |       0 |       19 |        5 |      833      0 |       37 |       93
56.38/56.46	c #cpu_time = 0.002s
56.38/56.46	c #wall_clock_time = 0.002s
56.38/56.46	c #decision = 19
56.38/56.46	c #random_decision = 0
56.38/56.46	c #conflict = 5
56.38/56.46	c #restart = 0
56.38/56.46	o 3
56.38/56.46	s OPTIMUM FOUND
56.38/56.46	v x1 x2 -x3 -x4 -x5 -x6 -x7 x8 x9 x10
56.38/56.46	v x11 x12 x13 -x14 x15 -x16 x17 -x18 x19 x20
56.38/56.46	v -x21 x22 -x23 x24 x25 x26 x27 -x28 x29 -x30
56.38/56.46	v -x31 -x32 -x33 -x34 -x35 x36 -x37 -x38 x39 x40
56.38/56.46	v -x41 -x42
56.38/56.46	c total CPU time = 56.312s
56.38/56.46	c total wall clock time = 56.459s

Verifier Data

OK	3

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-4080187-1465254719/watcher-4080187-1465254719 -o /tmp/evaluation-result-4080187-1465254719/solver-4080187-1465254719 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node114-1465241547-9912 --watchdog 1960 toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4080187-1465254719.opb 

pid=11492
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.03 2.24 2.20 4/178 11495
/proc/meminfo: memFree=29659800/32872528 swapFree=12208/1156848
[pid=11495] ppid=11492 vsize=727620 CPUtime=0 cores=1,3,5,7
/proc/11495/stat : 11495 (toysat) R 11492 11495 9895 0 -1 4202496 2718 0 0 0 0 0 0 0 20 0 4 0 107406505 745082880 3078 33554432000 4194304 16246674 140734464260368 140734464259792 13880264 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/11495/statm: 182673 3087 442 2943 0 179567 0
[pid=11495/tid=11496] ppid=11492 vsize=746052 CPUtime=0 cores=1,3,5,7
/proc/11495/task/11496/stat : 11496 (toysat) S 11492 11495 9895 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 107406506 763957248 3147 33554432000 4194304 16246674 140734464260368 140337901186288 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=11495/tid=11497] ppid=11492 vsize=750148 CPUtime=0 cores=1,3,5,7
/proc/11495/task/11497/stat : 11497 (toysat) S 11492 11495 9895 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 107406506 768151552 3166 33554432000 4194304 16246674 140734464260368 140337890696432 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=11495/tid=11498] ppid=11492 vsize=755268 CPUtime=0 cores=1,3,5,7
/proc/11495/task/11498/stat : 11498 (toysat) S 11492 11495 9895 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 107406506 773394432 3183 33554432000 4194304 16246674 140734464260368 140337880222896 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0

[startup+0.100217 s]
/proc/loadavg: 2.03 2.24 2.20 4/178 11495
/proc/meminfo: memFree=29659800/32872528 swapFree=12208/1156848
[pid=11495] ppid=11492 vsize=1218116 CPUtime=0.09 cores=1,3,5,7
/proc/11495/stat : 11495 (toysat) R 11492 11495 9895 0 -1 4202496 21381 0 0 0 6 3 0 0 20 0 4 0 107406505 1247350784 21728 33554432000 4194304 16246674 140734464260368 140734464259792 13780501 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/11495/statm: 304529 21737 797 2943 0 301423 0
[pid=11495/tid=11496] ppid=11492 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/11495/task/11496/stat : 11496 (toysat) S 11492 11495 9895 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 107406506 1247350784 21742 33554432000 4194304 16246674 140734464260368 140337901186288 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=11495/tid=11497] ppid=11492 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/11495/task/11497/stat : 11497 (toysat) S 11492 11495 9895 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 107406506 1247350784 21748 33554432000 4194304 16246674 140734464260368 140337890696432 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=11495/tid=11498] ppid=11492 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/11495/task/11498/stat : 11498 (toysat) S 11492 11495 9895 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 107406506 1247350784 21753 33554432000 4194304 16246674 140734464260368 140337880222896 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.200545 s]
/proc/loadavg: 2.03 2.24 2.20 4/178 11495
/proc/meminfo: memFree=29659800/32872528 swapFree=12208/1156848
[pid=11495] ppid=11492 vsize=1218116 CPUtime=0.19 cores=1,3,5,7
/proc/11495/stat : 11495 (toysat) R 11492 11495 9895 0 -1 4202496 41709 0 0 0 13 6 0 0 20 0 4 0 107406505 1247350784 42056 33554432000 4194304 16246674 140734464260368 140734464259792 5712452 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/11495/statm: 304529 42068 797 2943 0 301423 0
[pid=11495/tid=11496] ppid=11492 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/11495/task/11496/stat : 11496 (toysat) S 11492 11495 9895 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 107406506 1247350784 42075 33554432000 4194304 16246674 140734464260368 140337901186288 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=11495/tid=11497] ppid=11492 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/11495/task/11497/stat : 11497 (toysat) S 11492 11495 9895 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 107406506 1247350784 42082 33554432000 4194304 16246674 140734464260368 140337890696432 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=11495/tid=11498] ppid=11492 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/11495/task/11498/stat : 11498 (toysat) S 11492 11495 9895 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 107406506 1247350784 42090 33554432000 4194304 16246674 140734464260368 140337880222896 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.300501 s]
/proc/loadavg: 2.03 2.24 2.20 4/178 11495
/proc/meminfo: memFree=29659800/32872528 swapFree=12208/1156848
[pid=11495] ppid=11492 vsize=1218116 CPUtime=0.29 cores=1,3,5,7
/proc/11495/stat : 11495 (toysat) R 11492 11495 9895 0 -1 4202496 61313 0 0 0 21 8 0 0 20 0 4 0 107406505 1247350784 61660 33554432000 4194304 16246674 140734464260368 140734464259792 5677277 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/11495/statm: 304529 61666 797 2943 0 301423 0
[pid=11495/tid=11496] ppid=11492 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/11495/task/11496/stat : 11496 (toysat) S 11492 11495 9895 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 107406506 1247350784 61669 33554432000 4194304 16246674 140734464260368 140337901186288 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=11495/tid=11497] ppid=11492 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/11495/task/11497/stat : 11497 (toysat) S 11492 11495 9895 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 107406506 1247350784 61673 33554432000 4194304 16246674 140734464260368 140337890696432 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=11495/tid=11498] ppid=11492 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/11495/task/11498/stat : 11498 (toysat) S 11492 11495 9895 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 107406506 1247350784 61678 33554432000 4194304 16246674 140734464260368 140337880222896 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.700415 s]
/proc/loadavg: 2.03 2.24 2.20 4/178 11495
/proc/meminfo: memFree=29659800/32872528 swapFree=12208/1156848
[pid=11495] ppid=11492 vsize=1218116 CPUtime=0.69 cores=1,3,5,7
/proc/11495/stat : 11495 (toysat) R 11492 11495 9895 0 -1 4202496 138617 0 0 0 49 20 0 0 20 0 4 0 107406505 1247350784 138964 33554432000 4194304 16246674 140734464260368 140734464243368 6843278 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/11495/statm: 304529 138973 797 2943 0 301423 0
[pid=11495/tid=11496] ppid=11492 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/11495/task/11496/stat : 11496 (toysat) S 11492 11495 9895 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 107406506 1247350784 138978 33554432000 4194304 16246674 140734464260368 140337901186288 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=11495/tid=11497] ppid=11492 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/11495/task/11497/stat : 11497 (toysat) S 11492 11495 9895 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 107406506 1247350784 138982 33554432000 4194304 16246674 140734464260368 140337890696432 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=11495/tid=11498] ppid=11492 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/11495/task/11498/stat : 11498 (toysat) S 11492 11495 9895 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 107406506 1247350784 138986 33554432000 4194304 16246674 140734464260368 140337880222896 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.50043 s]
/proc/loadavg: 2.03 2.24 2.20 4/182 11499
/proc/meminfo: memFree=28767632/32872528 swapFree=12208/1156848
[pid=11495] ppid=11492 vsize=1219140 CPUtime=1.49 cores=1,3,5,7
/proc/11495/stat : 11495 (toysat) R 11492 11495 9895 0 -1 4202496 245679 0 0 0 114 35 0 0 20 0 4 0 107406505 1248399360 246004 33554432000 4194304 16246674 140734464260368 140734464259680 5723856 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/11495/statm: 304785 246004 853 2943 0 301679 0
[pid=11495/tid=11496] ppid=11492 vsize=1219140 CPUtime=0 cores=1,3,5,7
/proc/11495/task/11496/stat : 11496 (toysat) S 11492 11495 9895 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 107406506 1248399360 246004 33554432000 4194304 16246674 140734464260368 140337901186288 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=11495/tid=11497] ppid=11492 vsize=1219140 CPUtime=0 cores=1,3,5,7
/proc/11495/task/11497/stat : 11497 (toysat) S 11492 11495 9895 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 107406506 1248399360 246004 33554432000 4194304 16246674 140734464260368 140337890696432 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=11495/tid=11498] ppid=11492 vsize=1219140 CPUtime=0 cores=1,3,5,7
/proc/11495/task/11498/stat : 11498 (toysat) S 11492 11495 9895 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 107406506 1248399360 246004 33554432000 4194304 16246674 140734464260368 140337880222896 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.10043 s]
/proc/loadavg: 2.03 2.24 2.20 4/182 11499
/proc/meminfo: memFree=28589568/32872528 swapFree=12208/1156848
[pid=11495] ppid=11492 vsize=1306180 CPUtime=3.09 cores=1,3,5,7
/proc/11495/stat : 11495 (toysat) R 11492 11495 9895 0 -1 4202496 267477 0 0 0 272 37 0 0 20 0 4 0 107406505 1337528320 267802 33554432000 4194304 16246674 140734464260368 140734464242240 5602895 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/11495/statm: 326545 267802 855 2943 0 323439 0
[pid=11495/tid=11496] ppid=11492 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/11495/task/11496/stat : 11496 (toysat) S 11492 11495 9895 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 107406506 1337528320 267802 33554432000 4194304 16246674 140734464260368 140337901186288 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=11495/tid=11497] ppid=11492 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/11495/task/11497/stat : 11497 (toysat) S 11492 11495 9895 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 107406506 1337528320 267802 33554432000 4194304 16246674 140734464260368 140337890696432 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=11495/tid=11498] ppid=11492 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/11495/task/11498/stat : 11498 (toysat) S 11492 11495 9895 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 107406506 1337528320 267802 33554432000 4194304 16246674 140734464260368 140337880222896 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.30032 s]
/proc/loadavg: 2.11 2.25 2.21 3/182 11499
/proc/meminfo: memFree=28588824/32872528 swapFree=12208/1156848
[pid=11495] ppid=11492 vsize=1306180 CPUtime=6.29 cores=1,3,5,7
/proc/11495/stat : 11495 (toysat) R 11492 11495 9895 0 -1 4202496 267564 0 0 0 592 37 0 0 20 0 4 0 107406505 1337528320 267889 33554432000 4194304 16246674 140734464260368 140734464243368 13943729 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/11495/statm: 326545 267889 855 2943 0 323439 0
[pid=11495/tid=11496] ppid=11492 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/11495/task/11496/stat : 11496 (toysat) S 11492 11495 9895 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 107406506 1337528320 267889 33554432000 4194304 16246674 140734464260368 140337901186288 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=11495/tid=11497] ppid=11492 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/11495/task/11497/stat : 11497 (toysat) S 11492 11495 9895 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 107406506 1337528320 267889 33554432000 4194304 16246674 140734464260368 140337890696432 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=11495/tid=11498] ppid=11492 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/11495/task/11498/stat : 11498 (toysat) S 11492 11495 9895 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 107406506 1337528320 267889 33554432000 4194304 16246674 140734464260368 140337880222896 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.10 2.25 2.21 3/182 11499
/proc/meminfo: memFree=28588040/32872528 swapFree=12208/1156848
[pid=11495] ppid=11492 vsize=1306180 CPUtime=12.68 cores=1,3,5,7
/proc/11495/stat : 11495 (toysat) R 11492 11495 9895 0 -1 4202496 267644 0 0 0 1231 37 0 0 20 0 4 0 107406505 1337528320 267969 33554432000 4194304 16246674 140734464260368 140734464242240 12460640 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/11495/statm: 326545 267969 855 2943 0 323439 0
[pid=11495/tid=11496] ppid=11492 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/11495/task/11496/stat : 11496 (toysat) S 11492 11495 9895 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 107406506 1337528320 267969 33554432000 4194304 16246674 140734464260368 140337901186288 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=11495/tid=11497] ppid=11492 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/11495/task/11497/stat : 11497 (toysat) S 11492 11495 9895 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 107406506 1337528320 267969 33554432000 4194304 16246674 140734464260368 140337890696432 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=11495/tid=11498] ppid=11492 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/11495/task/11498/stat : 11498 (toysat) S 11492 11495 9895 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 107406506 1337528320 267969 33554432000 4194304 16246674 140734464260368 140337880222896 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

[startup+25.5005 s]
/proc/loadavg: 2.14 2.25 2.21 3/182 11499
/proc/meminfo: memFree=28588312/32872528 swapFree=12208/1156848
[pid=11495] ppid=11492 vsize=1307204 CPUtime=25.48 cores=1,3,5,7
/proc/11495/stat : 11495 (toysat) R 11492 11495 9895 0 -1 4202496 267662 0 0 0 2511 37 0 0 20 0 4 0 107406505 1338576896 267987 33554432000 4194304 16246674 140734464260368 140734464242240 5823835 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/11495/statm: 326801 267987 855 2943 0 323695 0
[pid=11495/tid=11496] ppid=11492 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/11495/task/11496/stat : 11496 (toysat) S 11492 11495 9895 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 107406506 1338576896 267987 33554432000 4194304 16246674 140734464260368 140337901186288 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=11495/tid=11497] ppid=11492 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/11495/task/11497/stat : 11497 (toysat) S 11492 11495 9895 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 107406506 1338576896 267987 33554432000 4194304 16246674 140734464260368 140337890696432 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=11495/tid=11498] ppid=11492 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/11495/task/11498/stat : 11498 (toysat) S 11492 11495 9895 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 107406506 1338576896 267987 33554432000 4194304 16246674 140734464260368 140337880222896 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 1307204

[startup+51.1005 s]
/proc/loadavg: 2.15 2.25 2.20 3/183 11500
/proc/meminfo: memFree=28587576/32872528 swapFree=12208/1156848
[pid=11495] ppid=11492 vsize=1307204 CPUtime=51.08 cores=1,3,5,7
/proc/11495/stat : 11495 (toysat) R 11492 11495 9895 0 -1 4202496 267662 0 0 0 5070 38 0 0 20 0 4 0 107406505 1338576896 267987 33554432000 4194304 16246674 140734464260368 140734464243368 5672188 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/11495/statm: 326801 267987 855 2943 0 323695 0
[pid=11495/tid=11496] ppid=11492 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/11495/task/11496/stat : 11496 (toysat) S 11492 11495 9895 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 107406506 1338576896 267987 33554432000 4194304 16246674 140734464260368 140337901186288 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=11495/tid=11497] ppid=11492 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/11495/task/11497/stat : 11497 (toysat) S 11492 11495 9895 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 107406506 1338576896 267987 33554432000 4194304 16246674 140734464260368 140337890696432 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=11495/tid=11498] ppid=11492 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/11495/task/11498/stat : 11498 (toysat) S 11492 11495 9895 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 107406506 1338576896 267987 33554432000 4194304 16246674 140734464260368 140337880222896 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 1307204

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

[startup+51.2005 s]
/proc/loadavg: 2.15 2.25 2.20 3/183 11500
/proc/meminfo: memFree=28587576/32872528 swapFree=12208/1156848
[pid=11495] ppid=11492 vsize=1307204 CPUtime=51.18 cores=1,3,5,7
/proc/11495/stat : 11495 (toysat) R 11492 11495 9895 0 -1 4202496 267662 0 0 0 5080 38 0 0 20 0 4 0 107406505 1338576896 267987 33554432000 4194304 16246674 140734464260368 140734464243368 13965561 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/11495/statm: 326801 267987 855 2943 0 323695 0
[pid=11495/tid=11496] ppid=11492 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/11495/task/11496/stat : 11496 (toysat) S 11492 11495 9895 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 107406506 1338576896 267987 33554432000 4194304 16246674 140734464260368 140337901186288 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=11495/tid=11497] ppid=11492 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/11495/task/11497/stat : 11497 (toysat) S 11492 11495 9895 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 107406506 1338576896 267987 33554432000 4194304 16246674 140734464260368 140337890696432 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=11495/tid=11498] ppid=11492 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/11495/task/11498/stat : 11498 (toysat) S 11492 11495 9895 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 107406506 1338576896 267987 33554432000 4194304 16246674 140734464260368 140337880222896 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 51.18
Current children cumulated vsize (KiB) 1307204

[startup+54.4004 s]
/proc/loadavg: 2.15 2.25 2.20 3/183 11500
/proc/meminfo: memFree=28587580/32872528 swapFree=12208/1156848
[pid=11495] ppid=11492 vsize=1307204 CPUtime=54.38 cores=1,3,5,7
/proc/11495/stat : 11495 (toysat) R 11492 11495 9895 0 -1 4202496 267662 0 0 0 5400 38 0 0 20 0 4 0 107406505 1338576896 267987 33554432000 4194304 16246674 140734464260368 140734464242240 13950722 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/11495/statm: 326801 267987 855 2943 0 323695 0
[pid=11495/tid=11496] ppid=11492 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/11495/task/11496/stat : 11496 (toysat) S 11492 11495 9895 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 107406506 1338576896 267987 33554432000 4194304 16246674 140734464260368 140337901186288 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=11495/tid=11497] ppid=11492 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/11495/task/11497/stat : 11497 (toysat) S 11492 11495 9895 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 107406506 1338576896 267987 33554432000 4194304 16246674 140734464260368 140337890696432 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=11495/tid=11498] ppid=11492 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/11495/task/11498/stat : 11498 (toysat) S 11492 11495 9895 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 107406506 1338576896 267987 33554432000 4194304 16246674 140734464260368 140337880222896 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 54.38
Current children cumulated vsize (KiB) 1307204

[startup+55.2004 s]
/proc/loadavg: 2.14 2.24 2.20 3/183 11500
/proc/meminfo: memFree=28587580/32872528 swapFree=12208/1156848
[pid=11495] ppid=11492 vsize=1307204 CPUtime=55.18 cores=1,3,5,7
/proc/11495/stat : 11495 (toysat) R 11492 11495 9895 0 -1 4202496 267662 0 0 0 5480 38 0 0 20 0 4 0 107406505 1338576896 267987 33554432000 4194304 16246674 140734464260368 140734464242240 13950192 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/11495/statm: 326801 267987 855 2943 0 323695 0
[pid=11495/tid=11496] ppid=11492 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/11495/task/11496/stat : 11496 (toysat) S 11492 11495 9895 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 107406506 1338576896 267987 33554432000 4194304 16246674 140734464260368 140337901186288 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=11495/tid=11497] ppid=11492 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/11495/task/11497/stat : 11497 (toysat) S 11492 11495 9895 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 107406506 1338576896 267987 33554432000 4194304 16246674 140734464260368 140337890696432 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=11495/tid=11498] ppid=11492 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/11495/task/11498/stat : 11498 (toysat) S 11492 11495 9895 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 107406506 1338576896 267987 33554432000 4194304 16246674 140734464260368 140337880222896 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 55.18
Current children cumulated vsize (KiB) 1307204

[startup+56.0004 s]
/proc/loadavg: 2.14 2.24 2.20 3/183 11500
/proc/meminfo: memFree=28587580/32872528 swapFree=12208/1156848
[pid=11495] ppid=11492 vsize=1307204 CPUtime=55.98 cores=1,3,5,7
/proc/11495/stat : 11495 (toysat) R 11492 11495 9895 0 -1 4202496 267662 0 0 0 5560 38 0 0 20 0 4 0 107406505 1338576896 267987 33554432000 4194304 16246674 140734464260368 140734464242240 5677392 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/11495/statm: 326801 267987 855 2943 0 323695 0
[pid=11495/tid=11496] ppid=11492 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/11495/task/11496/stat : 11496 (toysat) S 11492 11495 9895 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 107406506 1338576896 267987 33554432000 4194304 16246674 140734464260368 140337901186288 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=11495/tid=11497] ppid=11492 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/11495/task/11497/stat : 11497 (toysat) S 11492 11495 9895 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 107406506 1338576896 267987 33554432000 4194304 16246674 140734464260368 140337890696432 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=11495/tid=11498] ppid=11492 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/11495/task/11498/stat : 11498 (toysat) S 11492 11495 9895 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 107406506 1338576896 267987 33554432000 4194304 16246674 140734464260368 140337880222896 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 55.98
Current children cumulated vsize (KiB) 1307204

[startup+56.4004 s]
/proc/loadavg: 2.14 2.24 2.20 3/183 11500
/proc/meminfo: memFree=28587580/32872528 swapFree=12208/1156848
[pid=11495] ppid=11492 vsize=1307204 CPUtime=56.38 cores=1,3,5,7
/proc/11495/stat : 11495 (toysat) R 11492 11495 9895 0 -1 4202496 267663 0 0 0 5600 38 0 0 20 0 4 0 107406505 1338576896 267988 33554432000 4194304 16246674 140734464260368 140734464242240 13943729 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/11495/statm: 326801 267988 856 2943 0 323695 0
[pid=11495/tid=11496] ppid=11492 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/11495/task/11496/stat : 11496 (toysat) S 11492 11495 9895 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 107406506 1338576896 267988 33554432000 4194304 16246674 140734464260368 140337901186288 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=11495/tid=11497] ppid=11492 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/11495/task/11497/stat : 11497 (toysat) S 11492 11495 9895 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 107406506 1338576896 267988 33554432000 4194304 16246674 140734464260368 140337890696432 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=11495/tid=11498] ppid=11492 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/11495/task/11498/stat : 11498 (toysat) S 11492 11495 9895 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 107406506 1338576896 267988 33554432000 4194304 16246674 140734464260368 140337880222896 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 56.38
Current children cumulated vsize (KiB) 1307204

[startup+56.5004 s]
/proc/loadavg: 2.14 2.24 2.20 3/183 11500
/proc/meminfo: memFree=28587580/32872528 swapFree=12208/1156848
[pid=11495] ppid=11492 vsize=0 CPUtime=56.48 cores=1,3,5,7
/proc/11495/stat : 11495 (toysat) Z 11492 11495 9895 0 -1 4202508 267668 0 0 0 5606 42 0 0 20 0 2 0 107406505 0 0 33554432000 0 0 0 0 0 0 0 33554432 0 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/11495/statm: 0 0 0 0 0 0 0
[pid=11495/tid=11496] ppid=11492 vsize=0 CPUtime=0.02 cores=1,3,5,7
/proc/11495/task/11496/stat : 11496 (toysat) R 11492 11495 9895 0 -1 4203588 10 0 0 0 0 2 0 0 20 0 2 0 107406506 0 0 33554432000 0 0 0 0 0 0 0 33554432 0 18446744073709551615 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 56.48
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 56.5224
CPU time (s): 56.5034
CPU user time (s): 56.0685
CPU system time (s): 0.434933
CPU usage (%): 99.9665
Max. virtual memory (cumulated for all children) (KiB): 1307204

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 56.0685
system time used= 0.434933
maximum resident set size= 1071964
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 267668
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= 19
involuntary context switches= 60

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.149977 second user time and 0.216967 second system time

The end

Launcher Data

Begin job on node114 at 2016-06-07 01:11:59
IDJOB=4080187
IDBENCH=47990
IDSOLVER=2542
FILE ID=node114/4080187-1465254719
RUNJOBID= node114-1465241547-9912
PBS_JOBID= 19843245
Free space on /tmp= 71720 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/factor-mod-size=7-P0=17-P1=53-P2=109-B.opb
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --pb --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4080187-1465254719/watcher-4080187-1465254719 -o /tmp/evaluation-result-4080187-1465254719/solver-4080187-1465254719 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node114-1465241547-9912 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4080187-1465254719.opb

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

MD5SUM BENCH= 2eab9a3df979d0268940cd1121c39af7
RANDOM SEED=175414496

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.852
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.852
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.852
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.54
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.852
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:        29660080 kB
Buffers:           58352 kB
Cached:           214104 kB
SwapCached:         1724 kB
Active:          1198580 kB
Inactive:         153688 kB
Active(anon):    1080968 kB
Inactive(anon):     1200 kB
Active(file):     117612 kB
Inactive(file):   152488 kB
Unevictable:     1156848 kB
Mlocked:           12208 kB
SwapTotal:      67108856 kB
SwapFree:       67096600 kB
Dirty:             16324 kB
Writeback:             0 kB
AnonPages:       2236552 kB
Mapped:             9676 kB
Shmem:                 0 kB
Slab:             570024 kB
SReclaimable:      14064 kB
SUnreclaim:       555960 kB
KernelStack:        1512 kB
PageTables:         8276 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2377868 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1150976 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71704 MiB
End job on node114 at 2016-06-07 01:12:56