Trace number 4106649

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-02OPT5 41.8546 41.8684

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mds/normalized-mds_50_10_1.opb
MD5SUM27fb9f28c418482a39889bf496c3dc4e
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark5
Best CPU time to get the best result obtained on this benchmark0.315951
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 5
Optimality of the best value was proved YES
Number of variables50
Total number of constraints50
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 constraints50
Minimum length of a constraint11
Maximum length of a constraint19
Number of terms in the objective function 50
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 50
Number of bits of the sum of numbers in the objective function 6
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 50
Number of bits of the biggest sum of numbers6
Number of products (including duplicates)610
Sum of products size (including duplicates)1220
Number of different products610
Sum of products size1220

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-18T20:42:45+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-4106649-1466275365.opb"]
0.00/0.01	c use --random-gen="2711961572 3721894716 1649745274 3148823288 2015692896 1751173081 1298187246 2057064659 2524018177 2486919344 2925615488 2747529845 3585029963 4174502523 2948030854 2030091918 2519791621 1429840078 2514328333 3880198804 3066548410 2200972863 2545952806 3193073330 2969816377 4125212930 2981306911 2438123129 2370182319 3302320860 2384454839 1281167930 2462112584 2076324483 711406651 1641719923 1648203895 1629456266 3723317667 3144390735 217958401 1251240031 1571350502 1533441736 3900464156 504601613 395535497 2654942635 1483100062 699611692 2425296431 959149881 2182993550 896583579 1777372726 2632414993 3555320639 4133455555 3596933066 3338332636 2268662534 2087119315 695892668 1265526821 1960447161 1700234105 4281717937 404852471 4005085563 1038487847 2559794931 3174760304 2522174374 1517945054 2013466834 3109616040 4246305164 4208175705 3350508804 3722319058 2219133799 1981061502 1970946136 3122091349 2645208416 1540265145 1237017483 4008519533 2064338402 2433225558 1727100571 1706040493 2349295687 715409154 1621911050 3981089044 2951023654 1276049052 2859967363 3054128933 727203284 2364130862 3976096033 659311676 4168243667 4234544414 2659599215 2906565574 2591651242 488087285 217985982 3532929989 3404166970 1701091235 752048081 3856220293 597348038 2563086149 1623216430 3454133279 3791173004 862550579 1099336237 54468230 1609542180 2881616672 1522503473 2028736469 507540420 3914026339 684227614 1780412896 1642406263 1974003364 3316489039 2982557105 1473979829 982502122 2924464992 3530476759 3899026543 1024627397 1538068348 1048103412 2712997507 4159722232 1516357244 3195562131 1096014429 2134896812 2750450052 2279513581 1229040215 3958432635 1798084019 2077001144 839709395 2567994916 629879123 1879178067 2596936088 1534237876 1474164316 3416965372 2047950552 3348299163 1416875696 502483734 380556306 2222363184 2454772528 1107396965 1740554047 2775418439 1445458897 1017023798 2085391439 2992194589 1067061683 3067635469 1697856066 1359111592 1542955446 3662477368 2087325082 2076617814 3592000524 1038250481 704930495 2215092022 841223470 1597535034 2544841388 2950830021 2593138455 318034704 1839998932 3470760179 4078049097 863583682 2390368447 644278889 1888771298 3785467240 89247651 3346043966 3183315468 1204024015 3959574340 196850277 924340105 24119482 1235341661 1416310561 1434551981 4154110859 2197734413 2371784677 3143094982 1743048639 714837638 1710115287 635057794 2323117124 1031765834 2915235672 111716163 3101135288 727543500 2779672842 540055164 3741806321 3637409725 1281396900 1952838960 1106590436 3250934947 2999290174 1642432975 255206445 520131835 169415951 762496276 2261179939 3824133964 4151014849 200006280 3072885487 2380819844 853906252 3097601502 2151222687 4023035335 1373101350 3989484573 3856560462 255 362436" option to reproduce the execution
0.00/0.01	c #vars 50
0.00/0.01	c #constraints 50
0.00/0.03	c BCD2: Hardening is enabled.
0.00/0.03	c BCD2: BiasedSearch is enabled.
0.00/0.03	c Solving starts ...
0.00/0.03	c ============================[ Search Statistics ]============================
0.00/0.03	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.00/0.03	c       |         |          |          |    Limit     GC | Var      | Constra 
0.00/0.03	c =============================================================================
0.00/0.03	c  0.0s |       0 |        0 |        0 |      643      0 |        0 |        0
0.00/0.03	c  0.0s |       0 |       74 |        0 |      643      0 |        0 |        0
0.00/0.03	c #cpu_time = 0.002s
0.00/0.03	c #wall_clock_time = 0.002s
0.00/0.03	c #decision = 74
0.00/0.03	c #random_decision = 1
0.00/0.03	c #conflict = 0
0.00/0.03	c #restart = 0
0.00/0.03	o 43
0.00/0.03	c BCD2: updating upper bound: 50 -> 42
0.00/0.03	c BCD2: 0 <= obj <= 42
0.00/0.03	c BCD2: #cores=0, #unrelaxed=50, #relaxed=0, #hardened=0
0.00/0.03	c BCD2: #sat=1 #unsat=1 bias=1/2
0.00/0.03	c Solving starts ...
0.00/0.03	c ============================[ Search Statistics ]============================
0.00/0.03	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.00/0.03	c       |         |          |          |    Limit     GC | Var      | Constra 
0.00/0.03	c =============================================================================
0.00/0.03	c  0.0s |       0 |        0 |        0 |      643      0 |        0 |        0
0.00/0.03	c  0.0s |       0 |       41 |        0 |      643      0 |        0 |        0
0.00/0.03	c #cpu_time = 0.001s
0.00/0.03	c #wall_clock_time = 0.001s
0.00/0.03	c #decision = 41
0.00/0.03	c #random_decision = 0
0.00/0.03	c #conflict = 0
0.00/0.03	c #restart = 0
0.00/0.03	c BCD2: found a new core of size 11: cost of the new core is >=1
0.00/0.03	c lower bound updated to 1
0.00/0.03	c BCD2: 1 <= obj <= 42
0.00/0.03	c BCD2: #cores=1, #unrelaxed=39, #relaxed=11, #hardened=0
0.00/0.03	c BCD2: #sat=1 #unsat=2 bias=2/3
0.00/0.03	c Solving starts ...
0.00/0.03	c ============================[ Search Statistics ]============================
0.00/0.03	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.00/0.03	c       |         |          |          |    Limit     GC | Var      | Constra 
0.00/0.03	c =============================================================================
0.00/0.03	c  0.0s |       0 |        0 |        0 |      643      0 |        0 |        0
0.00/0.03	c  0.0s |       0 |       33 |        0 |      643      0 |        0 |        0
0.00/0.03	c #cpu_time = 0.001s
0.00/0.03	c #wall_clock_time = 0.001s
0.00/0.03	c #decision = 33
0.00/0.03	c #random_decision = 0
0.00/0.03	c #conflict = 0
0.00/0.03	c #restart = 0
0.00/0.03	c BCD2: found a new core of size 11: cost of the new core is >=1
0.00/0.03	c lower bound updated to 2
0.00/0.03	c BCD2: 2 <= obj <= 42
0.00/0.03	c BCD2: #cores=2, #unrelaxed=28, #relaxed=22, #hardened=0
0.00/0.03	c BCD2: #sat=1 #unsat=3 bias=3/4
0.00/0.03	c Solving starts ...
0.00/0.03	c ============================[ Search Statistics ]============================
0.00/0.03	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.00/0.03	c       |         |          |          |    Limit     GC | Var      | Constra 
0.00/0.03	c =============================================================================
0.00/0.03	c  0.0s |       0 |        0 |        0 |      643      0 |        0 |        0
0.00/0.03	c  0.0s |       0 |      157 |        0 |      643      0 |        0 |        0
0.00/0.03	c #cpu_time = 0.002s
0.00/0.03	c #wall_clock_time = 0.002s
0.00/0.03	c #decision = 157
0.00/0.03	c #random_decision = 0
0.00/0.03	c #conflict = 0
0.00/0.03	c #restart = 0
0.00/0.03	o 11
0.00/0.03	c BCD2: updating upper bound: 42 -> 10
0.00/0.03	c BCD2: 2 <= obj <= 10
0.00/0.03	c BCD2: #cores=2, #unrelaxed=28, #relaxed=22, #hardened=0
0.00/0.03	c BCD2: #sat=2 #unsat=3 bias=3/5
0.00/0.03	c Solving starts ...
0.00/0.03	c ============================[ Search Statistics ]============================
0.00/0.03	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.00/0.03	c       |         |          |          |    Limit     GC | Var      | Constra 
0.00/0.03	c =============================================================================
0.00/0.03	c  0.0s |       0 |        0 |        0 |      643      0 |        0 |        1
0.00/0.05	c  0.0s |       0 |      111 |       49 |      643      0 |        0 |        1
0.00/0.05	c #cpu_time = 0.012s
0.00/0.05	c #wall_clock_time = 0.012s
0.00/0.05	c #decision = 111
0.00/0.05	c #random_decision = 0
0.00/0.05	c #conflict = 49
0.00/0.05	c #restart = 0
0.00/0.05	c BCD2: relaxing 28 and merging with 2 cores into a new core of size 50: cost of the new core is >=3
0.00/0.05	c lower bound updated to 3
0.00/0.05	c BCD2: 3 <= obj <= 10
0.00/0.05	c BCD2: #cores=1, #unrelaxed=0, #relaxed=50, #hardened=0
0.00/0.05	c BCD2: #sat=2 #unsat=4 bias=4/6
0.00/0.05	c Solving starts ...
0.00/0.05	c ============================[ Search Statistics ]============================
0.00/0.05	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.00/0.05	c       |         |          |          |    Limit     GC | Var      | Constra 
0.00/0.05	c =============================================================================
0.00/0.05	c  0.0s |       0 |        0 |        0 |      643      0 |        4 |        1
0.00/0.06	c  0.0s |       0 |      180 |       12 |      643      0 |        4 |        7
0.00/0.06	c #cpu_time = 0.008s
0.00/0.06	c #wall_clock_time = 0.008s
0.00/0.06	c #decision = 180
0.00/0.06	c #random_decision = 1
0.00/0.06	c #conflict = 12
0.00/0.06	c #restart = 0
0.00/0.06	o 8
0.00/0.06	c BCD2: updating upper bound: 10 -> 7
0.00/0.06	c BCD2: 3 <= obj <= 7
0.00/0.06	c BCD2: #cores=1, #unrelaxed=0, #relaxed=50, #hardened=0
0.00/0.06	c BCD2: #sat=3 #unsat=4 bias=4/7
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 |      643      0 |        4 |        9
0.08/0.10	c  0.0s |       1 |      249 |      100 |      708      0 |        4 |        9
0.08/0.15	c  0.1s |       2 |      539 |      250 |      779      0 |        4 |        9
0.19/0.23	c  0.2s |       3 |     1051 |      475 |      857      0 |        4 |        9
0.29/0.37	c  0.3s |       4 |     1655 |      813 |      943      0 |        4 |        9
0.49/0.57	c  0.5s |       5 |     2645 |     1320 |     1038      1 |        4 |        9
0.79/0.86	c  0.8s |       6 |     3902 |     2081 |     1142      2 |        4 |        9
1.19/1.26	c  1.2s |       7 |     6055 |     3223 |     1257      3 |        4 |        9
1.68/1.70	c  1.6s |       8 |     9068 |     4936 |     1383      6 |        4 |        9
2.38/2.42	c  2.4s |       9 |    14133 |     7506 |     1522      9 |        4 |        9
3.39/3.41	c  3.4s |      10 |    21088 |    11361 |     1675     13 |        4 |        9
4.88/4.98	c  4.9s |      11 |    31603 |    17144 |     1843     20 |        4 |        9
6.88/6.98	c  6.9s |      11 |    45071 |    24644 |     1843     27 |        4 |        9
7.18/7.27	c  7.2s |      12 |    47051 |    25819 |     2028     28 |        4 |        9
9.18/9.27	c  9.2s |      12 |    60724 |    33619 |     2028     35 |        4 |        9
10.48/10.59	c 10.5s |      13 |    69609 |    38832 |     2231     40 |        4 |        9
12.59/12.60	c 12.5s |      13 |    83347 |    46232 |     2231     46 |        4 |        9
14.59/14.60	c 14.5s |      13 |    97844 |    54232 |     2231     52 |        4 |        9
15.69/15.79	c 15.7s |      14 |   105450 |    58352 |     2455     55 |        4 |        9
17.70/17.79	c 17.7s |      14 |   117960 |    65452 |     2455     61 |        4 |        9
19.69/19.79	c 19.7s |      14 |   131229 |    73252 |     2455     67 |        4 |        9
21.79/21.80	c 21.7s |      14 |   143334 |    80152 |     2455     72 |        4 |        9
23.79/23.81	c 23.7s |      14 |   155475 |    87352 |     2701     77 |        4 |        9
23.79/23.88	c 23.8s |      15 |   155953 |    87632 |     2701     77 |        4 |        9
25.79/25.89	c 25.8s |      15 |   168741 |    95032 |     2701     82 |        4 |        9
27.79/27.89	c 27.8s |      15 |   181420 |   102332 |     2701     87 |        4 |        9
29.89/29.92	c 29.9s |      15 |   194146 |   109932 |     2701     93 |        4 |        9
31.89/31.96	c 31.9s |      15 |   206946 |   117832 |     2701     98 |        4 |        9
33.88/33.97	c 33.9s |      15 |   219486 |   125232 |     2701    103 |        4 |        9
35.48/35.58	c 35.5s |      16 |   229901 |   131552 |     2972    107 |        4 |        9
37.49/37.59	c 37.5s |      16 |   242554 |   139152 |     2972    112 |        4 |        9
39.48/39.59	c 39.5s |      16 |   256128 |   147452 |     2972    117 |        4 |        9
41.48/41.54	c 41.5s |      16 |   267885 |   154744 |     2972    121 |        4 |        9
41.48/41.54	c #cpu_time = 41.478s
41.48/41.54	c #wall_clock_time = 41.477s
41.48/41.54	c #decision = 267885
41.48/41.54	c #random_decision = 815
41.48/41.54	c #conflict = 154744
41.48/41.54	c #restart = 16
41.48/41.54	o 5
41.48/41.54	c BCD2: updating upper bound: 7 -> 4
41.48/41.54	c BCD2: 3 <= obj <= 4
41.48/41.54	c BCD2: #cores=1, #unrelaxed=0, #relaxed=50, #hardened=0
41.48/41.54	c BCD2: #sat=4 #unsat=4 bias=4/8
41.48/41.54	c Solving starts ...
41.48/41.54	c ============================[ Search Statistics ]============================
41.48/41.54	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
41.48/41.54	c       |         |          |          |    Limit     GC | Var      | Constra 
41.48/41.54	c =============================================================================
41.48/41.54	c  0.0s |       0 |        0 |        0 |     2972      0 |        4 |       11
41.48/41.57	c  0.0s |       1 |      210 |      100 |     2972      1 |        4 |       11
41.58/41.61	c  0.1s |       2 |      434 |      250 |     2972      1 |        4 |       11
41.58/41.66	c  0.1s |       3 |      791 |      475 |     2972      1 |        4 |       11
41.68/41.74	c  0.2s |       4 |     1291 |      813 |     2972      1 |        4 |       11
41.68/41.80	c  0.3s |       4 |     1647 |     1027 |     2972      1 |        5 |       13
41.68/41.80	c #cpu_time = 0.263s
41.68/41.80	c #wall_clock_time = 0.263s
41.68/41.80	c #decision = 1647
41.68/41.80	c #random_decision = 2
41.68/41.80	c #conflict = 1027
41.68/41.80	c #restart = 4
41.68/41.80	c BCD2: updating lower bound of a core
41.68/41.80	c lower bound updated to 5
41.68/41.80	s OPTIMUM FOUND
41.68/41.80	v -x1 x2 -x3 -x4 -x5 -x6 -x7 -x8 -x9 -x10
41.68/41.80	v -x11 -x12 -x13 x14 -x15 -x16 -x17 -x18 -x19 -x20
41.68/41.80	v -x21 x22 x23 -x24 -x25 -x26 -x27 -x28 -x29 -x30
41.68/41.80	v -x31 -x32 -x33 -x34 x35 -x36 -x37 -x38 -x39 -x40
41.68/41.80	v -x41 -x42 -x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50
41.68/41.80	c total CPU time = 41.801s
41.68/41.80	c total wall clock time = 41.801s

Verifier Data

OK	5

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

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

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


[startup+0 s]
/proc/loadavg: 2.35 2.28 2.26 3/179 26849
/proc/meminfo: memFree=28224688/32872528 swapFree=1499884/1696108
[pid=26849] ppid=26846 vsize=500156 CPUtime=0 cores=0,2,4,6
/proc/26849/stat : 26849 (toysat) R 26846 26849 24910 0 -1 4202496 1825 0 0 0 0 0 0 0 20 0 4 0 29582193 512159744 2185 33554432000 4194304 16246674 140737065442912 140737065442336 13880264 0 2 0 34082818 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26849/statm: 125551 2195 441 2943 0 122445 0
[pid=26849/tid=26850] ppid=26846 vsize=517564 CPUtime=0 cores=0,2,4,6
/proc/26849/task/26850/stat : 26850 (toysat) S 26846 26849 24910 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 29582193 529985536 2253 33554432000 4194304 16246674 140737065442912 140161404873968 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=26849/tid=26851] ppid=26846 vsize=521660 CPUtime=0 cores=0,2,4,6
/proc/26849/task/26851/stat : 26851 (toysat) S 26846 26849 24910 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 29582193 534179840 2270 33554432000 4194304 16246674 140737065442912 140161394384112 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=26849/tid=26852] ppid=26846 vsize=525756 CPUtime=0 cores=0,2,4,6
/proc/26849/task/26852/stat : 26852 (toysat) S 26846 26849 24910 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 29582193 538374144 2287 33554432000 4194304 16246674 140737065442912 140161383910576 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0

[startup+0.100125 s]
/proc/loadavg: 2.35 2.28 2.26 3/179 26849
/proc/meminfo: memFree=28224688/32872528 swapFree=1499884/1696108
[pid=26849] ppid=26846 vsize=1218116 CPUtime=0.08 cores=0,2,4,6
/proc/26849/stat : 26849 (toysat) R 26846 26849 24910 0 -1 4202496 22069 0 0 0 5 3 0 0 20 0 4 0 29582193 1247350784 22416 33554432000 4194304 16246674 140737065442912 140737065442336 5828874 0 0 0 34082818 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26849/statm: 304529 22423 789 2943 0 301423 0
[pid=26849/tid=26850] ppid=26846 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/26849/task/26850/stat : 26850 (toysat) S 26846 26849 24910 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 29582193 1247350784 22426 33554432000 4194304 16246674 140737065442912 140161404873968 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=26849/tid=26851] ppid=26846 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/26849/task/26851/stat : 26851 (toysat) S 26846 26849 24910 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 29582193 1247350784 22430 33554432000 4194304 16246674 140737065442912 140161394384112 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=26849/tid=26852] ppid=26846 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/26849/task/26852/stat : 26852 (toysat) S 26846 26849 24910 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 29582193 1247350784 22433 33554432000 4194304 16246674 140737065442912 140161383910576 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1218116

[startup+0.200466 s]
/proc/loadavg: 2.35 2.28 2.26 3/179 26849
/proc/meminfo: memFree=28224688/32872528 swapFree=1499884/1696108
[pid=26849] ppid=26846 vsize=1218116 CPUtime=0.19 cores=0,2,4,6
/proc/26849/stat : 26849 (toysat) R 26846 26849 24910 0 -1 4202496 41468 0 0 0 13 6 0 0 20 0 4 0 29582193 1247350784 41816 33554432000 4194304 16246674 140737065442912 140737065442336 6023439 0 0 0 34082818 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26849/statm: 304529 41820 789 2943 0 301423 0
[pid=26849/tid=26850] ppid=26846 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/26849/task/26850/stat : 26850 (toysat) S 26846 26849 24910 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 29582193 1247350784 41820 33554432000 4194304 16246674 140737065442912 140161404873968 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=26849/tid=26851] ppid=26846 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/26849/task/26851/stat : 26851 (toysat) S 26846 26849 24910 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 29582193 1247350784 41825 33554432000 4194304 16246674 140737065442912 140161394384112 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=26849/tid=26852] ppid=26846 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/26849/task/26852/stat : 26852 (toysat) S 26846 26849 24910 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 29582193 1247350784 41834 33554432000 4194304 16246674 140737065442912 140161383910576 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1218116

[startup+0.300436 s]
/proc/loadavg: 2.35 2.28 2.26 3/179 26849
/proc/meminfo: memFree=28224688/32872528 swapFree=1499884/1696108
[pid=26849] ppid=26846 vsize=1218116 CPUtime=0.29 cores=0,2,4,6
/proc/26849/stat : 26849 (toysat) R 26846 26849 24910 0 -1 4202496 60713 0 0 0 20 9 0 0 20 0 4 0 29582193 1247350784 61061 33554432000 4194304 16246674 140737065442912 140737065442336 5674521 0 0 0 34082818 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26849/statm: 304529 61070 789 2943 0 301423 0
[pid=26849/tid=26850] ppid=26846 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/26849/task/26850/stat : 26850 (toysat) S 26846 26849 24910 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 29582193 1247350784 61073 33554432000 4194304 16246674 140737065442912 140161404873968 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=26849/tid=26851] ppid=26846 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/26849/task/26851/stat : 26851 (toysat) S 26846 26849 24910 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 29582193 1247350784 61073 33554432000 4194304 16246674 140737065442912 140161394384112 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=26849/tid=26852] ppid=26846 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/26849/task/26852/stat : 26852 (toysat) S 26846 26849 24910 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 29582193 1247350784 61076 33554432000 4194304 16246674 140737065442912 140161383910576 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1218116

[startup+0.700358 s]
/proc/loadavg: 2.35 2.28 2.26 3/179 26849
/proc/meminfo: memFree=28224688/32872528 swapFree=1499884/1696108
[pid=26849] ppid=26846 vsize=1218116 CPUtime=0.69 cores=0,2,4,6
/proc/26849/stat : 26849 (toysat) R 26846 26849 24910 0 -1 4202496 136213 0 0 0 49 20 0 0 20 0 4 0 29582193 1247350784 136560 33554432000 4194304 16246674 140737065442912 140737065442336 5675357 0 0 0 34082818 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26849/statm: 304529 136570 789 2943 0 301423 0
[pid=26849/tid=26850] ppid=26846 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/26849/task/26850/stat : 26850 (toysat) S 26846 26849 24910 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 29582193 1247350784 136574 33554432000 4194304 16246674 140737065442912 140161404873968 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=26849/tid=26851] ppid=26846 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/26849/task/26851/stat : 26851 (toysat) S 26846 26849 24910 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 29582193 1247350784 136577 33554432000 4194304 16246674 140737065442912 140161394384112 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=26849/tid=26852] ppid=26846 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/26849/task/26852/stat : 26852 (toysat) S 26846 26849 24910 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 29582193 1247350784 136580 33554432000 4194304 16246674 140737065442912 140161383910576 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 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.35 2.28 2.26 3/183 26853
/proc/meminfo: memFree=27374424/32872528 swapFree=1499884/1696108
[pid=26849] ppid=26846 vsize=1220164 CPUtime=1.48 cores=0,2,4,6
/proc/26849/stat : 26849 (toysat) R 26846 26849 24910 0 -1 4202496 246042 0 0 0 114 34 0 0 20 0 4 0 29582193 1249447936 246367 33554432000 4194304 16246674 140737065442912 140737065442128 5661532 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/26849/statm: 305041 246367 848 2943 0 301935 0
[pid=26849/tid=26850] ppid=26846 vsize=1220164 CPUtime=0 cores=0,2,4,6
/proc/26849/task/26850/stat : 26850 (toysat) S 26846 26849 24910 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 29582193 1249447936 246367 33554432000 4194304 16246674 140737065442912 140161404873968 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=26849/tid=26851] ppid=26846 vsize=1220164 CPUtime=0 cores=0,2,4,6
/proc/26849/task/26851/stat : 26851 (toysat) S 26846 26849 24910 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 29582193 1249447936 246367 33554432000 4194304 16246674 140737065442912 140161394384112 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=26849/tid=26852] ppid=26846 vsize=1220164 CPUtime=0 cores=0,2,4,6
/proc/26849/task/26852/stat : 26852 (toysat) S 26846 26849 24910 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 29582193 1249447936 246367 33554432000 4194304 16246674 140737065442912 140161383910576 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 1220164

[startup+3.10041 s]
/proc/loadavg: 2.35 2.28 2.26 4/183 26853
/proc/meminfo: memFree=27179156/32872528 swapFree=1499884/1696108
[pid=26849] ppid=26846 vsize=1306180 CPUtime=3.08 cores=0,2,4,6
/proc/26849/stat : 26849 (toysat) R 26846 26849 24910 0 -1 4202496 267573 0 0 0 271 37 0 0 20 0 4 0 29582193 1337528320 267898 33554432000 4194304 16246674 140737065442912 140737065424832 15015658 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/26849/statm: 326545 267898 848 2943 0 323439 0
[pid=26849/tid=26850] ppid=26846 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/26849/task/26850/stat : 26850 (toysat) S 26846 26849 24910 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 29582193 1337528320 267898 33554432000 4194304 16246674 140737065442912 140161404873968 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=26849/tid=26851] ppid=26846 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/26849/task/26851/stat : 26851 (toysat) S 26846 26849 24910 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 29582193 1337528320 267898 33554432000 4194304 16246674 140737065442912 140161394384112 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=26849/tid=26852] ppid=26846 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/26849/task/26852/stat : 26852 (toysat) S 26846 26849 24910 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 29582193 1337528320 267898 33554432000 4194304 16246674 140737065442912 140161383910576 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 1306180

[startup+6.30042 s]
/proc/loadavg: 2.40 2.30 2.26 3/183 26853
/proc/meminfo: memFree=27153480/32872528 swapFree=1499884/1696108
[pid=26849] ppid=26846 vsize=1307204 CPUtime=6.28 cores=0,2,4,6
/proc/26849/stat : 26849 (toysat) R 26846 26849 24910 0 -1 4202496 267757 0 0 0 591 37 0 0 20 0 4 0 29582193 1338576896 268082 33554432000 4194304 16246674 140737065442912 140737065424832 5763283 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/26849/statm: 326801 268082 848 2943 0 323695 0
[pid=26849/tid=26850] ppid=26846 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/26849/task/26850/stat : 26850 (toysat) S 26846 26849 24910 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 29582193 1338576896 268082 33554432000 4194304 16246674 140737065442912 140161404873968 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=26849/tid=26851] ppid=26846 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/26849/task/26851/stat : 26851 (toysat) S 26846 26849 24910 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 29582193 1338576896 268082 33554432000 4194304 16246674 140737065442912 140161394384112 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=26849/tid=26852] ppid=26846 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/26849/task/26852/stat : 26852 (toysat) S 26846 26849 24910 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 29582193 1338576896 268082 33554432000 4194304 16246674 140737065442912 140161383910576 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 1307204

[startup+12.7004 s]
/proc/loadavg: 2.37 2.29 2.26 4/183 26853
/proc/meminfo: memFree=27141764/32872528 swapFree=1499884/1696108
[pid=26849] ppid=26846 vsize=1317444 CPUtime=12.69 cores=0,2,4,6
/proc/26849/stat : 26849 (toysat) R 26846 26849 24910 0 -1 4202496 270441 0 0 0 1231 38 0 0 20 0 4 0 29582193 1349062656 270766 33554432000 4194304 16246674 140737065442912 140737065424832 5672188 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/26849/statm: 329361 270766 851 2943 0 326255 0
[pid=26849/tid=26850] ppid=26846 vsize=1317444 CPUtime=0 cores=0,2,4,6
/proc/26849/task/26850/stat : 26850 (toysat) S 26846 26849 24910 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 29582193 1349062656 270766 33554432000 4194304 16246674 140737065442912 140161404873968 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=26849/tid=26851] ppid=26846 vsize=1317444 CPUtime=0 cores=0,2,4,6
/proc/26849/task/26851/stat : 26851 (toysat) S 26846 26849 24910 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 29582193 1349062656 270766 33554432000 4194304 16246674 140737065442912 140161394384112 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=26849/tid=26852] ppid=26846 vsize=1317444 CPUtime=0 cores=0,2,4,6
/proc/26849/task/26852/stat : 26852 (toysat) S 26846 26849 24910 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 29582193 1349062656 270766 33554432000 4194304 16246674 140737065442912 140161383910576 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1317444

[startup+25.5005 s]
/proc/loadavg: 2.35 2.29 2.26 3/183 26853
/proc/meminfo: memFree=27105564/32872528 swapFree=1499884/1696108
[pid=26849] ppid=26846 vsize=1317444 CPUtime=25.49 cores=0,2,4,6
/proc/26849/stat : 26849 (toysat) R 26846 26849 24910 0 -1 4202496 270457 0 0 0 2511 38 0 0 20 0 4 0 29582193 1349062656 270782 33554432000 4194304 16246674 140737065442912 140737065425912 5822168 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/26849/statm: 329361 270782 851 2943 0 326255 0
[pid=26849/tid=26850] ppid=26846 vsize=1317444 CPUtime=0 cores=0,2,4,6
/proc/26849/task/26850/stat : 26850 (toysat) S 26846 26849 24910 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 29582193 1349062656 270782 33554432000 4194304 16246674 140737065442912 140161404873968 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=26849/tid=26851] ppid=26846 vsize=1317444 CPUtime=0 cores=0,2,4,6
/proc/26849/task/26851/stat : 26851 (toysat) S 26846 26849 24910 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 29582193 1349062656 270782 33554432000 4194304 16246674 140737065442912 140161394384112 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=26849/tid=26852] ppid=26846 vsize=1317444 CPUtime=0 cores=0,2,4,6
/proc/26849/task/26852/stat : 26852 (toysat) S 26846 26849 24910 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 29582193 1349062656 270782 33554432000 4194304 16246674 140737065442912 140161383910576 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 1317444

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

[startup+25.6005 s]
/proc/loadavg: 2.35 2.29 2.26 3/183 26853
/proc/meminfo: memFree=27105564/32872528 swapFree=1499884/1696108
[pid=26849] ppid=26846 vsize=1317444 CPUtime=25.59 cores=0,2,4,6
/proc/26849/stat : 26849 (toysat) R 26846 26849 24910 0 -1 4202496 270457 0 0 0 2521 38 0 0 20 0 4 0 29582193 1349062656 270782 33554432000 4194304 16246674 140737065442912 140737065425912 5822484 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/26849/statm: 329361 270782 851 2943 0 326255 0
[pid=26849/tid=26850] ppid=26846 vsize=1317444 CPUtime=0 cores=0,2,4,6
/proc/26849/task/26850/stat : 26850 (toysat) S 26846 26849 24910 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 29582193 1349062656 270782 33554432000 4194304 16246674 140737065442912 140161404873968 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=26849/tid=26851] ppid=26846 vsize=1317444 CPUtime=0 cores=0,2,4,6
/proc/26849/task/26851/stat : 26851 (toysat) S 26846 26849 24910 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 29582193 1349062656 270782 33554432000 4194304 16246674 140737065442912 140161394384112 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=26849/tid=26852] ppid=26846 vsize=1317444 CPUtime=0 cores=0,2,4,6
/proc/26849/task/26852/stat : 26852 (toysat) S 26846 26849 24910 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 29582193 1349062656 270782 33554432000 4194304 16246674 140737065442912 140161383910576 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 25.59
Current children cumulated vsize (KiB) 1317444

[startup+32.0073 s]
/proc/loadavg: 2.32 2.29 2.26 4/183 26853
/proc/meminfo: memFree=27099472/32872528 swapFree=1499884/1696108
[pid=26849] ppid=26846 vsize=1323588 CPUtime=31.99 cores=0,2,4,6
/proc/26849/stat : 26849 (toysat) R 26846 26849 24910 0 -1 4202496 271993 0 0 0 3161 38 0 0 20 0 4 0 29582193 1355354112 272318 33554432000 4194304 16246674 140737065442912 140737065424832 5674629 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/26849/statm: 330897 272318 851 2943 0 327791 0
[pid=26849/tid=26850] ppid=26846 vsize=1323588 CPUtime=0 cores=0,2,4,6
/proc/26849/task/26850/stat : 26850 (toysat) S 26846 26849 24910 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 29582193 1355354112 272318 33554432000 4194304 16246674 140737065442912 140161404873968 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=26849/tid=26851] ppid=26846 vsize=1323588 CPUtime=0 cores=0,2,4,6
/proc/26849/task/26851/stat : 26851 (toysat) S 26846 26849 24910 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 29582193 1355354112 272318 33554432000 4194304 16246674 140737065442912 140161394384112 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=26849/tid=26852] ppid=26846 vsize=1323588 CPUtime=0 cores=0,2,4,6
/proc/26849/task/26852/stat : 26852 (toysat) S 26846 26849 24910 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 29582193 1355354112 272318 33554432000 4194304 16246674 140737065442912 140161383910576 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 31.99
Current children cumulated vsize (KiB) 1323588

[startup+38.4004 s]
/proc/loadavg: 2.27 2.28 2.26 3/183 26853
/proc/meminfo: memFree=27065872/32872528 swapFree=1499884/1696108
[pid=26849] ppid=26846 vsize=1323588 CPUtime=38.38 cores=0,2,4,6
/proc/26849/stat : 26849 (toysat) R 26846 26849 24910 0 -1 4202496 271993 0 0 0 3800 38 0 0 20 0 4 0 29582193 1355354112 272318 33554432000 4194304 16246674 140737065442912 140737065424832 13927401 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/26849/statm: 330897 272318 851 2943 0 327791 0
[pid=26849/tid=26850] ppid=26846 vsize=1323588 CPUtime=0 cores=0,2,4,6
/proc/26849/task/26850/stat : 26850 (toysat) S 26846 26849 24910 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 29582193 1355354112 272318 33554432000 4194304 16246674 140737065442912 140161404873968 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=26849/tid=26851] ppid=26846 vsize=1323588 CPUtime=0 cores=0,2,4,6
/proc/26849/task/26851/stat : 26851 (toysat) S 26846 26849 24910 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 29582193 1355354112 272318 33554432000 4194304 16246674 140737065442912 140161394384112 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=26849/tid=26852] ppid=26846 vsize=1323588 CPUtime=0 cores=0,2,4,6
/proc/26849/task/26852/stat : 26852 (toysat) S 26846 26849 24910 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 29582193 1355354112 272318 33554432000 4194304 16246674 140737065442912 140161383910576 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 38.38
Current children cumulated vsize (KiB) 1323588

[startup+40.0004 s]
/proc/loadavg: 2.27 2.28 2.26 3/183 26853
/proc/meminfo: memFree=27065732/32872528 swapFree=1499884/1696108
[pid=26849] ppid=26846 vsize=1323588 CPUtime=39.98 cores=0,2,4,6
/proc/26849/stat : 26849 (toysat) R 26846 26849 24910 0 -1 4202496 271993 0 0 0 3960 38 0 0 20 0 4 0 29582193 1355354112 272318 33554432000 4194304 16246674 140737065442912 140737065442088 13906983 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/26849/statm: 330897 272318 851 2943 0 327791 0
[pid=26849/tid=26850] ppid=26846 vsize=1323588 CPUtime=0 cores=0,2,4,6
/proc/26849/task/26850/stat : 26850 (toysat) S 26846 26849 24910 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 29582193 1355354112 272318 33554432000 4194304 16246674 140737065442912 140161404873968 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=26849/tid=26851] ppid=26846 vsize=1323588 CPUtime=0 cores=0,2,4,6
/proc/26849/task/26851/stat : 26851 (toysat) S 26846 26849 24910 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 29582193 1355354112 272318 33554432000 4194304 16246674 140737065442912 140161394384112 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=26849/tid=26852] ppid=26846 vsize=1323588 CPUtime=0 cores=0,2,4,6
/proc/26849/task/26852/stat : 26852 (toysat) S 26846 26849 24910 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 29582193 1355354112 272318 33554432000 4194304 16246674 140737065442912 140161383910576 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 39.98
Current children cumulated vsize (KiB) 1323588

[startup+40.8073 s]
/proc/loadavg: 2.27 2.28 2.26 3/183 26853
/proc/meminfo: memFree=27065732/32872528 swapFree=1499884/1696108
[pid=26849] ppid=26846 vsize=1323588 CPUtime=40.79 cores=0,2,4,6
/proc/26849/stat : 26849 (toysat) R 26846 26849 24910 0 -1 4202496 271993 0 0 0 4041 38 0 0 20 0 4 0 29582193 1355354112 272318 33554432000 4194304 16246674 140737065442912 140737065425912 13950236 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/26849/statm: 330897 272318 851 2943 0 327791 0
[pid=26849/tid=26850] ppid=26846 vsize=1323588 CPUtime=0 cores=0,2,4,6
/proc/26849/task/26850/stat : 26850 (toysat) S 26846 26849 24910 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 29582193 1355354112 272318 33554432000 4194304 16246674 140737065442912 140161404873968 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=26849/tid=26851] ppid=26846 vsize=1323588 CPUtime=0 cores=0,2,4,6
/proc/26849/task/26851/stat : 26851 (toysat) S 26846 26849 24910 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 29582193 1355354112 272318 33554432000 4194304 16246674 140737065442912 140161394384112 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=26849/tid=26852] ppid=26846 vsize=1323588 CPUtime=0 cores=0,2,4,6
/proc/26849/task/26852/stat : 26852 (toysat) S 26846 26849 24910 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 29582193 1355354112 272318 33554432000 4194304 16246674 140737065442912 140161383910576 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 40.79
Current children cumulated vsize (KiB) 1323588

[startup+41.6004 s]
/proc/loadavg: 2.27 2.28 2.26 3/183 26853
/proc/meminfo: memFree=27065732/32872528 swapFree=1499884/1696108
[pid=26849] ppid=26846 vsize=1323588 CPUtime=41.58 cores=0,2,4,6
/proc/26849/stat : 26849 (toysat) R 26846 26849 24910 0 -1 4202496 271993 0 0 0 4120 38 0 0 20 0 4 0 29582193 1355354112 272318 33554432000 4194304 16246674 140737065442912 140737065425912 5676613 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/26849/statm: 330897 272318 851 2943 0 327791 0
[pid=26849/tid=26850] ppid=26846 vsize=1323588 CPUtime=0 cores=0,2,4,6
/proc/26849/task/26850/stat : 26850 (toysat) S 26846 26849 24910 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 29582193 1355354112 272318 33554432000 4194304 16246674 140737065442912 140161404873968 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=26849/tid=26851] ppid=26846 vsize=1323588 CPUtime=0 cores=0,2,4,6
/proc/26849/task/26851/stat : 26851 (toysat) S 26846 26849 24910 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 29582193 1355354112 272318 33554432000 4194304 16246674 140737065442912 140161394384112 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=26849/tid=26852] ppid=26846 vsize=1323588 CPUtime=0 cores=0,2,4,6
/proc/26849/task/26852/stat : 26852 (toysat) S 26846 26849 24910 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 29582193 1355354112 272318 33554432000 4194304 16246674 140737065442912 140161383910576 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 41.58
Current children cumulated vsize (KiB) 1323588

[startup+41.8004 s]
/proc/loadavg: 2.27 2.28 2.26 3/183 26853
/proc/meminfo: memFree=27065732/32872528 swapFree=1499884/1696108
[pid=26849] ppid=26846 vsize=1323588 CPUtime=41.79 cores=0,2,4,6
/proc/26849/stat : 26849 (toysat) S 26846 26849 24910 0 -1 4202496 271996 0 0 0 4141 38 0 0 20 0 4 0 29582193 1355354112 272320 33554432000 4194304 16246674 140737065442912 140737065442256 14069300 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/26849/statm: 330897 272320 852 2943 0 327791 0
[pid=26849/tid=26850] ppid=26846 vsize=1323588 CPUtime=0 cores=0,2,4,6
/proc/26849/task/26850/stat : 26850 (toysat) S 26846 26849 24910 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 29582193 1355354112 272320 33554432000 4194304 16246674 140737065442912 140161404873744 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26849/tid=26851] ppid=26846 vsize=1323588 CPUtime=0 cores=0,2,4,6
/proc/26849/task/26851/stat : 26851 (toysat) R 26846 26849 24910 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 29582193 1355354112 272320 33554432000 4194304 16246674 140737065442912 140161394384112 4220897 0 2 0 34082818 0 0 0 -1 4 0 0 0 0 0
[pid=26849/tid=26852] ppid=26846 vsize=1323588 CPUtime=0 cores=0,2,4,6
/proc/26849/task/26852/stat : 26852 (toysat) S 26846 26849 24910 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 29582193 1355354112 272320 33554432000 4194304 16246674 140737065442912 140161383910576 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 41.79
Current children cumulated vsize (KiB) 1323588

Child status: 0
Real time (s): 41.8684
CPU time (s): 41.8546
CPU user time (s): 41.4127
CPU system time (s): 0.441932
CPU usage (%): 99.967
Max. virtual memory (cumulated for all children) (KiB): 1323588

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 41.4127
system time used= 0.441932
maximum resident set size= 1089284
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 271998
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= 58

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.229965 second user time and 0.432934 second system time

The end

Launcher Data

Begin job on node137 at 2016-06-18 20:42:45
IDJOB=4106649
IDBENCH=48163
IDSOLVER=2542
FILE ID=node137/4106649-1466275365
RUNJOBID= node137-1466264772-24926
PBS_JOBID= 19918225
Free space on /tmp= 71688 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/mds/normalized-mds_50_10_1.opb
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --pb --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4106649-1466275365/watcher-4106649-1466275365 -o /tmp/evaluation-result-4106649-1466275365/solver-4106649-1466275365 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node137-1466264772-24926 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4106649-1466275365.opb

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

MD5SUM BENCH= 27fb9f28c418482a39889bf496c3dc4e
RANDOM SEED=1017735059

node137.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.486
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.97
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.486
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.486
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.56
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.486
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.486
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.486
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.38
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.486
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.56
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.486
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:        28224952 kB
Buffers:          155356 kB
Cached:           258896 kB
SwapCached:         1268 kB
Active:          1947408 kB
Inactive:         259724 kB
Active(anon):    1794320 kB
Inactive(anon):     1028 kB
Active(file):     153088 kB
Inactive(file):   258696 kB
Unevictable:     1696108 kB
Mlocked:         1499884 kB
SwapTotal:      67108856 kB
SwapFree:       67100008 kB
Dirty:             16536 kB
Writeback:             0 kB
AnonPages:       3490324 kB
Mapped:            10788 kB
Shmem:                 0 kB
Slab:             608076 kB
SReclaimable:      51836 kB
SUnreclaim:       556240 kB
KernelStack:        1504 kB
PageTables:        10772 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    3632180 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1077248 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= 71672 MiB
End job on node137 at 2016-06-18 20:43:27