Trace number 4117609

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-02OPT50 1.44078 1.44222

General information on the benchmark

NamePB15eval/normalized-PB15eval/OPT-SMALLINT-LIN/
dt-problems/normalized-lo_10x10_008.opb.metafix.opb
MD5SUM1583dc77e5c0851aa5dec9f78478de6b
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark50
Best CPU time to get the best result obtained on this benchmark0.198968
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables100
Total number of constraints58
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)58
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint10
Number of terms in the objective function 100
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 100
Number of bits of the sum of numbers in the objective function 7
Biggest number in a constraint 7
Number of bits of the biggest number in a constraint 3
Biggest sum of numbers in a constraint 100
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c 2016-06-29T17:33:44+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-4117609-1467214424.opb"]
0.00/0.01	c use --random-gen="1409705955 158163648 2327785995 1789530859 1079244418 3621802377 3183401895 924575477 1156436055 4201894481 3567087291 1567323567 2990618395 1899243135 2227530836 2758835965 3315782165 2336228754 840641460 1961942377 3564526618 716068217 3489799246 1313774858 4135915020 695170094 3049729779 2611219727 3926162712 1966466044 2975470407 2827412158 570385757 924916542 3245205806 1940486490 1632173691 2888663712 1066062682 2580419054 2080049094 71710312 4035578264 739911552 3275388807 1186362123 2427310985 3190866905 769882834 3842062362 3001849035 4141565847 2615005138 3907008081 493720981 2643158923 1897366179 4042656268 2690050993 3203215529 4066989916 3910566176 1746339214 4010763739 2387194219 1524036862 1307635784 587979449 1264416408 3676395721 3074043591 3694619717 1806411990 3882540161 3333331598 4252270731 2362960337 2843378725 5986613 734830820 1726213798 756195125 672087921 1778985031 1748394543 424727045 1756318159 3000112651 3505720976 1271076947 1273915486 3674249618 1952370108 4006505874 3280187347 3923242634 515289077 638107912 3570711728 2950745016 3114913991 27123537 1688823443 4037805709 3340513531 3619492462 2468568476 3867682493 4085510729 3045951600 3124433100 1380652314 4208039343 4068366777 1128082524 2656281307 2529296586 2908997086 1195434408 3101606397 1535655226 516147800 3200873394 1539236900 3960735777 4161456192 2616089956 1293663754 2350689924 65894738 4240528390 1760800228 3695875127 1232811570 3645756760 2115693775 550640706 2082689467 3442766529 2120849349 485648480 1287844608 4094023978 38640836 2109102398 610292855 2046126491 1104442241 2089159952 2299050663 3645995754 3014050435 3405433142 4261382490 1060376814 924314748 489250706 4003390948 2162700031 2299025595 1783647108 3589749749 670017920 2885477783 911885494 1539361243 988380266 2217768855 1350252264 738488492 79962159 1369446975 4225263296 2569136052 2957282076 3675414341 1013779931 2558500548 4046813783 3961582178 905729213 1588943405 1030520034 2342577150 397993546 4170213680 2991549207 2748048230 1654952813 1554044006 3837446150 2907507669 852814544 3556344295 983816998 3697141588 475580500 1648583223 99149679 3149683319 140605755 3651571268 1811800724 733272196 625085381 3066329808 2176297918 759728378 1411583011 653063626 2108897752 2856151601 3791500892 2902351697 750243101 862485547 1138432341 2709585406 4255672081 3003573821 376123266 1426506277 1171874740 2232647017 3230098274 2178976458 3435574337 644789136 2657320522 4156628376 909989715 3572276643 3935707434 2804924641 4238622732 3762423368 2527456836 2990015319 2626725414 1985174753 1327870419 1469758735 2999101058 553267710 431005347 1540790682 1326414988 2095192359 854365633 1761257833 1321642403 150950379 3622826403 3264515044 2038552789 385343470 255 362436" option to reproduce the execution
0.00/0.01	c #vars 100
0.00/0.01	c #constraints 58
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 |       68      0 |        9 |        0
0.00/0.01	c  0.0s |       0 |       21 |       13 |       68      0 |        9 |        0
0.00/0.01	c #cpu_time = 0.002s
0.00/0.01	c #wall_clock_time = 0.002s
0.00/0.01	c #decision = 21
0.00/0.01	c #random_decision = 0
0.00/0.01	c #conflict = 13
0.00/0.01	c #restart = 0
0.00/0.01	o 50
0.00/0.01	c BCD2: updating upper bound: 100 -> 49
0.00/0.01	c BCD2: 0 <= obj <= 49
0.00/0.01	c BCD2: #cores=0, #unrelaxed=100, #relaxed=0, #hardened=0
0.00/0.01	c BCD2: #sat=1 #unsat=1 bias=1/2
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 |       68      0 |        9 |        0
0.00/0.01	c  0.0s |       0 |        4 |        0 |       68      0 |        9 |        0
0.00/0.01	c #cpu_time = 0.000s
0.00/0.01	c #wall_clock_time = 0.000s
0.00/0.01	c #decision = 4
0.00/0.01	c #random_decision = 0
0.00/0.01	c #conflict = 0
0.00/0.01	c #restart = 0
0.00/0.01	c BCD2: found a new core of size 5: cost of the new core is >=1
0.00/0.01	c lower bound updated to 1
0.00/0.01	c BCD2: 1 <= obj <= 49
0.00/0.01	c BCD2: #cores=1, #unrelaxed=95, #relaxed=5, #hardened=0
0.00/0.01	c BCD2: #sat=1 #unsat=2 bias=2/3
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 |       68      0 |        9 |        0
0.00/0.02	c  0.0s |       0 |        5 |        2 |       68      0 |        9 |        0
0.00/0.02	c #cpu_time = 0.000s
0.00/0.02	c #wall_clock_time = 0.000s
0.00/0.02	c #decision = 5
0.00/0.02	c #random_decision = 0
0.00/0.02	c #conflict = 2
0.00/0.02	c #restart = 0
0.00/0.02	c BCD2: relaxing 3 and merging with 1 cores into a new core of size 8: cost of the new core is >=2
0.00/0.02	c lower bound updated to 2
0.00/0.02	c BCD2: 2 <= obj <= 49
0.00/0.02	c BCD2: #cores=1, #unrelaxed=92, #relaxed=8, #hardened=0
0.00/0.02	c BCD2: #sat=1 #unsat=3 bias=3/4
0.00/0.02	c Solving starts ...
0.00/0.02	c ============================[ Search Statistics ]============================
0.00/0.02	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.00/0.02	c       |         |          |          |    Limit     GC | Var      | Constra 
0.00/0.02	c =============================================================================
0.00/0.02	c  0.0s |       0 |        0 |        0 |       68      0 |       10 |        0
0.00/0.02	c  0.0s |       0 |        7 |        1 |       68      0 |       10 |        1
0.00/0.02	c #cpu_time = 0.000s
0.00/0.02	c #wall_clock_time = 0.000s
0.00/0.02	c #decision = 7
0.00/0.02	c #random_decision = 0
0.00/0.02	c #conflict = 1
0.00/0.02	c #restart = 0
0.00/0.02	c BCD2: relaxing 6 and merging with 1 cores into a new core of size 14: cost of the new core is >=3
0.00/0.02	c lower bound updated to 3
0.00/0.02	c BCD2: 3 <= obj <= 49
0.00/0.02	c BCD2: #cores=1, #unrelaxed=86, #relaxed=14, #hardened=0
0.00/0.02	c BCD2: #sat=1 #unsat=4 bias=4/5
0.00/0.02	c Solving starts ...
0.00/0.02	c ============================[ Search Statistics ]============================
0.00/0.02	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.00/0.02	c       |         |          |          |    Limit     GC | Var      | Constra 
0.00/0.02	c =============================================================================
0.00/0.02	c  0.0s |       0 |        0 |        0 |       68      0 |       11 |        1
0.00/0.02	c  0.0s |       0 |        4 |        1 |       68      0 |       11 |        2
0.00/0.02	c #cpu_time = 0.000s
0.00/0.02	c #wall_clock_time = 0.000s
0.00/0.02	c #decision = 4
0.00/0.02	c #random_decision = 0
0.00/0.02	c #conflict = 1
0.00/0.02	c #restart = 0
0.00/0.02	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 16: cost of the new core is >=4
0.00/0.02	c lower bound updated to 4
0.00/0.02	c BCD2: 4 <= obj <= 49
0.00/0.02	c BCD2: #cores=1, #unrelaxed=84, #relaxed=16, #hardened=0
0.00/0.02	c BCD2: #sat=1 #unsat=5 bias=5/6
0.00/0.02	c Solving starts ...
0.00/0.02	c ============================[ Search Statistics ]============================
0.00/0.02	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.00/0.02	c       |         |          |          |    Limit     GC | Var      | Constra 
0.00/0.02	c =============================================================================
0.00/0.02	c  0.0s |       0 |        0 |        0 |       68      0 |       12 |        2
0.00/0.02	c  0.0s |       0 |        6 |        0 |       68      0 |       12 |        3
0.00/0.02	c #cpu_time = 0.000s
0.00/0.02	c #wall_clock_time = 0.000s
0.00/0.02	c #decision = 6
0.00/0.02	c #random_decision = 0
0.00/0.02	c #conflict = 0
0.00/0.02	c #restart = 0
0.00/0.02	c BCD2: found a new core of size 5: cost of the new core is >=1
0.00/0.02	c lower bound updated to 5
0.00/0.02	c BCD2: 5 <= obj <= 49
0.00/0.02	c BCD2: #cores=2, #unrelaxed=79, #relaxed=21, #hardened=0
0.00/0.02	c BCD2: #sat=1 #unsat=6 bias=6/7
0.00/0.02	c Solving starts ...
0.00/0.02	c ============================[ Search Statistics ]============================
0.00/0.02	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.00/0.02	c       |         |          |          |    Limit     GC | Var      | Constra 
0.00/0.02	c =============================================================================
0.00/0.02	c  0.0s |       0 |        0 |        0 |       68      0 |       12 |        3
0.00/0.02	c  0.0s |       0 |       10 |        1 |       68      0 |       12 |        3
0.00/0.02	c #cpu_time = 0.000s
0.00/0.02	c #wall_clock_time = 0.000s
0.00/0.02	c #decision = 10
0.00/0.02	c #random_decision = 0
0.00/0.02	c #conflict = 1
0.00/0.02	c #restart = 0
0.00/0.02	c BCD2: found a new core of size 4: cost of the new core is >=1
0.00/0.02	c lower bound updated to 6
0.00/0.02	c BCD2: 6 <= obj <= 49
0.00/0.02	c BCD2: #cores=3, #unrelaxed=75, #relaxed=25, #hardened=0
0.00/0.02	c BCD2: #sat=1 #unsat=7 bias=7/8
0.00/0.02	c Solving starts ...
0.00/0.02	c ============================[ Search Statistics ]============================
0.00/0.02	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.00/0.02	c       |         |          |          |    Limit     GC | Var      | Constra 
0.00/0.02	c =============================================================================
0.00/0.02	c  0.0s |       0 |        0 |        0 |       68      0 |       12 |        3
0.00/0.02	c  0.0s |       0 |       11 |        1 |       68      0 |       12 |        3
0.00/0.02	c #cpu_time = 0.000s
0.00/0.02	c #wall_clock_time = 0.000s
0.00/0.02	c #decision = 11
0.00/0.02	c #random_decision = 0
0.00/0.02	c #conflict = 1
0.00/0.02	c #restart = 0
0.00/0.02	c BCD2: relaxing 4 and merging with 1 cores into a new core of size 8: cost of the new core is >=2
0.00/0.02	c lower bound updated to 7
0.00/0.02	c BCD2: 7 <= obj <= 49
0.00/0.02	c BCD2: #cores=3, #unrelaxed=71, #relaxed=29, #hardened=0
0.00/0.02	c BCD2: #sat=1 #unsat=8 bias=8/9
0.00/0.02	c Solving starts ...
0.00/0.02	c ============================[ Search Statistics ]============================
0.00/0.02	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.00/0.02	c       |         |          |          |    Limit     GC | Var      | Constra 
0.00/0.02	c =============================================================================
0.00/0.02	c  0.0s |       0 |        0 |        0 |       68      0 |       13 |        3
0.00/0.02	c  0.0s |       0 |        8 |        0 |       68      0 |       13 |        4
0.00/0.02	c #cpu_time = 0.000s
0.00/0.02	c #wall_clock_time = 0.000s
0.00/0.02	c #decision = 8
0.00/0.02	c #random_decision = 0
0.00/0.02	c #conflict = 0
0.00/0.02	c #restart = 0
0.00/0.02	c BCD2: found a new core of size 3: cost of the new core is >=1
0.00/0.02	c lower bound updated to 8
0.00/0.02	c BCD2: 8 <= obj <= 49
0.00/0.02	c BCD2: #cores=4, #unrelaxed=68, #relaxed=32, #hardened=0
0.00/0.02	c BCD2: #sat=1 #unsat=9 bias=9/10
0.00/0.02	c Solving starts ...
0.00/0.02	c ============================[ Search Statistics ]============================
0.00/0.02	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.00/0.02	c       |         |          |          |    Limit     GC | Var      | Constra 
0.00/0.02	c =============================================================================
0.00/0.02	c  0.0s |       0 |        0 |        0 |       68      0 |       13 |        4
0.00/0.02	c  0.0s |       0 |       10 |        0 |       68      0 |       13 |        4
0.00/0.02	c #cpu_time = 0.000s
0.00/0.02	c #wall_clock_time = 0.000s
0.00/0.02	c #decision = 10
0.00/0.02	c #random_decision = 0
0.00/0.02	c #conflict = 0
0.00/0.02	c #restart = 0
0.00/0.02	c BCD2: found a new core of size 4: cost of the new core is >=1
0.00/0.02	c lower bound updated to 9
0.00/0.02	c BCD2: 9 <= obj <= 49
0.00/0.02	c BCD2: #cores=5, #unrelaxed=64, #relaxed=36, #hardened=0
0.00/0.02	c BCD2: #sat=1 #unsat=10 bias=10/11
0.00/0.02	c Solving starts ...
0.00/0.02	c ============================[ Search Statistics ]============================
0.00/0.02	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.00/0.02	c       |         |          |          |    Limit     GC | Var      | Constra 
0.00/0.02	c =============================================================================
0.00/0.02	c  0.0s |       0 |        0 |        0 |       68      0 |       13 |        4
0.00/0.02	c  0.0s |       0 |       11 |        1 |       68      0 |       13 |        4
0.00/0.02	c #cpu_time = 0.000s
0.00/0.02	c #wall_clock_time = 0.000s
0.00/0.02	c #decision = 11
0.00/0.02	c #random_decision = 0
0.00/0.02	c #conflict = 1
0.00/0.02	c #restart = 0
0.00/0.02	c BCD2: relaxing 3 and merging with 1 cores into a new core of size 7: cost of the new core is >=2
0.00/0.02	c lower bound updated to 10
0.00/0.02	c BCD2: 10 <= obj <= 49
0.00/0.02	c BCD2: #cores=5, #unrelaxed=61, #relaxed=39, #hardened=0
0.00/0.02	c BCD2: #sat=1 #unsat=11 bias=11/12
0.00/0.02	c Solving starts ...
0.00/0.02	c ============================[ Search Statistics ]============================
0.00/0.02	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.00/0.02	c       |         |          |          |    Limit     GC | Var      | Constra 
0.00/0.02	c =============================================================================
0.00/0.02	c  0.0s |       0 |        0 |        0 |       68      0 |       14 |        4
0.00/0.02	c  0.0s |       0 |       11 |        1 |       68      0 |       14 |        5
0.00/0.02	c #cpu_time = 0.000s
0.00/0.02	c #wall_clock_time = 0.000s
0.00/0.02	c #decision = 11
0.00/0.02	c #random_decision = 0
0.00/0.02	c #conflict = 1
0.00/0.02	c #restart = 0
0.00/0.02	c BCD2: relaxing 3 and merging with 1 cores into a new core of size 10: cost of the new core is >=3
0.00/0.02	c lower bound updated to 11
0.00/0.02	c BCD2: 11 <= obj <= 49
0.00/0.02	c BCD2: #cores=5, #unrelaxed=58, #relaxed=42, #hardened=0
0.00/0.02	c BCD2: #sat=1 #unsat=12 bias=12/13
0.00/0.02	c Solving starts ...
0.00/0.02	c ============================[ Search Statistics ]============================
0.00/0.02	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.00/0.02	c       |         |          |          |    Limit     GC | Var      | Constra 
0.00/0.02	c =============================================================================
0.00/0.02	c  0.0s |       0 |        0 |        0 |       68      0 |       15 |        5
0.00/0.02	c  0.0s |       0 |       12 |        0 |       68      0 |       15 |        6
0.00/0.02	c #cpu_time = 0.000s
0.00/0.02	c #wall_clock_time = 0.000s
0.00/0.02	c #decision = 12
0.00/0.02	c #random_decision = 0
0.00/0.02	c #conflict = 0
0.00/0.02	c #restart = 0
0.00/0.02	c BCD2: found a new core of size 5: cost of the new core is >=1
0.00/0.02	c lower bound updated to 12
0.00/0.02	c BCD2: 12 <= obj <= 49
0.00/0.02	c BCD2: #cores=6, #unrelaxed=53, #relaxed=47, #hardened=0
0.00/0.02	c BCD2: #sat=1 #unsat=13 bias=13/14
0.00/0.02	c Solving starts ...
0.00/0.02	c ============================[ Search Statistics ]============================
0.00/0.02	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.00/0.02	c       |         |          |          |    Limit     GC | Var      | Constra 
0.00/0.02	c =============================================================================
0.00/0.02	c  0.0s |       0 |        0 |        0 |       68      0 |       15 |        6
0.00/0.02	c  0.0s |       0 |       12 |        1 |       68      0 |       15 |        6
0.00/0.02	c #cpu_time = 0.000s
0.00/0.02	c #wall_clock_time = 0.000s
0.00/0.02	c #decision = 12
0.00/0.02	c #random_decision = 0
0.00/0.02	c #conflict = 1
0.00/0.02	c #restart = 0
0.00/0.02	c BCD2: relaxing 4 and merging with 1 cores into a new core of size 9: cost of the new core is >=2
0.00/0.02	c lower bound updated to 13
0.00/0.02	c BCD2: 13 <= obj <= 49
0.00/0.02	c BCD2: #cores=6, #unrelaxed=49, #relaxed=51, #hardened=0
0.00/0.02	c BCD2: #sat=1 #unsat=14 bias=14/15
0.00/0.02	c Solving starts ...
0.00/0.02	c ============================[ Search Statistics ]============================
0.00/0.02	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.00/0.02	c       |         |          |          |    Limit     GC | Var      | Constra 
0.00/0.02	c =============================================================================
0.00/0.02	c  0.0s |       0 |        0 |        0 |       68      0 |       16 |        6
0.00/0.02	c  0.0s |       0 |       17 |        1 |       68      0 |       16 |        7
0.00/0.02	c #cpu_time = 0.000s
0.00/0.03	c #wall_clock_time = 0.000s
0.00/0.03	c #decision = 17
0.00/0.03	c #random_decision = 0
0.00/0.03	c #conflict = 1
0.00/0.03	c #restart = 0
0.00/0.03	c BCD2: relaxing 9 and merging with 2 cores into a new core of size 17: cost of the new core is >=3
0.00/0.03	c lower bound updated to 14
0.00/0.03	c BCD2: 14 <= obj <= 49
0.00/0.03	c BCD2: #cores=5, #unrelaxed=40, #relaxed=60, #hardened=0
0.00/0.03	c BCD2: #sat=1 #unsat=15 bias=15/16
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 |       68      0 |       18 |        7
0.00/0.03	c  0.0s |       0 |       12 |        1 |       68      0 |       18 |        9
0.00/0.03	c #cpu_time = 0.000s
0.00/0.03	c #wall_clock_time = 0.000s
0.00/0.03	c #decision = 12
0.00/0.03	c #random_decision = 0
0.00/0.03	c #conflict = 1
0.00/0.03	c #restart = 0
0.00/0.03	c BCD2: found a new core of size 7: cost of the new core is >=1
0.00/0.03	c lower bound updated to 15
0.00/0.03	c BCD2: 15 <= obj <= 49
0.00/0.03	c BCD2: #cores=6, #unrelaxed=33, #relaxed=67, #hardened=0
0.00/0.03	c BCD2: #sat=1 #unsat=16 bias=16/17
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 |       68      0 |       18 |        9
0.00/0.03	c  0.0s |       0 |        9 |        0 |       68      0 |       18 |        9
0.00/0.03	c #cpu_time = 0.000s
0.00/0.03	c #wall_clock_time = 0.000s
0.00/0.03	c #decision = 9
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 4: cost of the new core is >=1
0.00/0.03	c lower bound updated to 16
0.00/0.03	c BCD2: 16 <= obj <= 49
0.00/0.03	c BCD2: #cores=7, #unrelaxed=29, #relaxed=71, #hardened=0
0.00/0.03	c BCD2: #sat=1 #unsat=17 bias=17/18
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 |       68      0 |       18 |        9
0.00/0.03	c  0.0s |       0 |       10 |        1 |       68      0 |       18 |        9
0.00/0.03	c #cpu_time = 0.000s
0.00/0.03	c #wall_clock_time = 0.000s
0.00/0.03	c #decision = 10
0.00/0.03	c #random_decision = 0
0.00/0.03	c #conflict = 1
0.00/0.03	c #restart = 0
0.00/0.03	c BCD2: relaxing 3 and merging with 1 cores into a new core of size 7: cost of the new core is >=2
0.00/0.03	c lower bound updated to 17
0.00/0.03	c BCD2: 17 <= obj <= 49
0.00/0.03	c BCD2: #cores=7, #unrelaxed=26, #relaxed=74, #hardened=0
0.00/0.03	c BCD2: #sat=1 #unsat=18 bias=18/19
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 |       68      0 |       19 |        9
0.00/0.03	c  0.0s |       0 |       11 |        2 |       68      0 |       19 |       10
0.00/0.03	c #cpu_time = 0.000s
0.00/0.03	c #wall_clock_time = 0.000s
0.00/0.03	c #decision = 11
0.00/0.03	c #random_decision = 0
0.00/0.03	c #conflict = 2
0.00/0.03	c #restart = 0
0.00/0.03	c BCD2: relaxing 3 and merging with 1 cores into a new core of size 10: cost of the new core is >=2
0.00/0.03	c lower bound updated to 18
0.00/0.03	c BCD2: 18 <= obj <= 49
0.00/0.03	c BCD2: #cores=7, #unrelaxed=23, #relaxed=77, #hardened=0
0.00/0.03	c BCD2: #sat=1 #unsat=19 bias=19/20
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 |       68      0 |       20 |       10
0.00/0.03	c  0.0s |       0 |       10 |        0 |       68      0 |       20 |       11
0.00/0.03	c #cpu_time = 0.000s
0.00/0.03	c #wall_clock_time = 0.000s
0.00/0.03	c #decision = 10
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 4: cost of the new core is >=1
0.00/0.03	c lower bound updated to 19
0.00/0.03	c BCD2: 19 <= obj <= 49
0.00/0.03	c BCD2: #cores=8, #unrelaxed=19, #relaxed=81, #hardened=0
0.00/0.03	c BCD2: #sat=1 #unsat=20 bias=20/21
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 |       68      0 |       20 |       11
0.00/0.03	c  0.0s |       0 |       11 |        1 |       68      0 |       20 |       11
0.00/0.03	c #cpu_time = 0.000s
0.00/0.03	c #wall_clock_time = 0.000s
0.00/0.03	c #decision = 11
0.00/0.03	c #random_decision = 0
0.00/0.03	c #conflict = 1
0.00/0.03	c #restart = 0
0.00/0.03	c BCD2: relaxing 3 and merging with 1 cores into a new core of size 7: cost of the new core is >=2
0.00/0.03	c lower bound updated to 20
0.00/0.03	c BCD2: 20 <= obj <= 49
0.00/0.03	c BCD2: #cores=8, #unrelaxed=16, #relaxed=84, #hardened=0
0.00/0.03	c BCD2: #sat=1 #unsat=21 bias=21/22
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 |       68      0 |       21 |       11
0.00/0.03	c  0.0s |       0 |       11 |        1 |       68      0 |       21 |       12
0.00/0.03	c #cpu_time = 0.000s
0.00/0.03	c #wall_clock_time = 0.000s
0.00/0.03	c #decision = 11
0.00/0.03	c #random_decision = 0
0.00/0.03	c #conflict = 1
0.00/0.03	c #restart = 0
0.00/0.03	c BCD2: found a new core of size 3: cost of the new core is >=1
0.00/0.03	c lower bound updated to 21
0.00/0.03	c BCD2: 21 <= obj <= 49
0.00/0.03	c BCD2: #cores=9, #unrelaxed=13, #relaxed=87, #hardened=0
0.00/0.03	c BCD2: #sat=1 #unsat=22 bias=22/23
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 |       68      0 |       21 |       12
0.00/0.03	c  0.0s |       0 |       12 |        1 |       68      0 |       21 |       12
0.00/0.03	c #cpu_time = 0.000s
0.00/0.03	c #wall_clock_time = 0.000s
0.00/0.03	c #decision = 12
0.00/0.03	c #random_decision = 0
0.00/0.03	c #conflict = 1
0.00/0.03	c #restart = 0
0.00/0.03	c BCD2: relaxing 3 and merging with 1 cores into a new core of size 6: cost of the new core is >=2
0.00/0.03	c lower bound updated to 22
0.00/0.03	c BCD2: 22 <= obj <= 49
0.00/0.03	c BCD2: #cores=9, #unrelaxed=10, #relaxed=90, #hardened=0
0.00/0.03	c BCD2: #sat=1 #unsat=23 bias=23/24
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 |       68      0 |       22 |       12
0.00/0.03	c  0.0s |       0 |       36 |       16 |       68      0 |       22 |       13
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 = 36
0.00/0.03	c #random_decision = 0
0.00/0.03	c #conflict = 16
0.00/0.03	c #restart = 0
0.00/0.03	c BCD2: relaxing 1 and merging with 5 cores into a new core of size 39: cost of the new core is >=11
0.00/0.03	c lower bound updated to 23
0.00/0.03	c BCD2: 23 <= obj <= 49
0.00/0.03	c BCD2: #cores=5, #unrelaxed=9, #relaxed=91, #hardened=0
0.00/0.03	c BCD2: #sat=1 #unsat=24 bias=24/25
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 |       68      0 |       27 |       13
0.00/0.05	c  0.0s |       1 |      118 |      100 |       75      0 |       27 |       18
0.00/0.06	c  0.0s |       2 |      312 |      250 |       83      3 |       27 |       18
0.00/0.07	c  0.0s |       2 |      513 |      424 |       83      6 |       27 |       18
0.00/0.07	c #cpu_time = 0.040s
0.00/0.07	c #wall_clock_time = 0.040s
0.00/0.07	c #decision = 513
0.00/0.07	c #random_decision = 0
0.00/0.07	c #conflict = 424
0.00/0.07	c #restart = 2
0.00/0.07	c BCD2: relaxing 0 and merging with 4 cores into a new core of size 74: cost of the new core is >=22
0.00/0.07	c lower bound updated to 25
0.00/0.08	c BCD2: 25 <= obj <= 49
0.00/0.08	c BCD2: #cores=2, #unrelaxed=9, #relaxed=91, #hardened=0
0.00/0.08	c BCD2: #sat=1 #unsat=25 bias=25/26
0.00/0.08	c Solving starts ...
0.00/0.08	c ============================[ Search Statistics ]============================
0.00/0.08	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.00/0.08	c       |         |          |          |    Limit     GC | Var      | Constra 
0.00/0.08	c =============================================================================
0.00/0.08	c  0.0s |       0 |        0 |        0 |       83      0 |       31 |       18
0.00/0.09	c  0.0s |       1 |      115 |      100 |       92      0 |       31 |       22
0.09/0.11	c  0.0s |       2 |      295 |      250 |       92      2 |       31 |       22
0.09/0.14	c  0.1s |       3 |      556 |      475 |      102      5 |       31 |       22
0.09/0.18	c  0.1s |       4 |      927 |      813 |      102     10 |       31 |       22
0.18/0.24	c  0.2s |       5 |     1509 |     1320 |      113     16 |       31 |       22
0.29/0.35	c  0.3s |       6 |     2350 |     2081 |      125     25 |       31 |       22
0.49/0.51	c  0.4s |       7 |     3588 |     3223 |      138     37 |       31 |       22
0.69/0.74	c  0.7s |       8 |     5486 |     4936 |      152     55 |       31 |       22
0.99/1.03	c  1.0s |       8 |     7929 |     7122 |      168     78 |       31 |       22
0.99/1.03	c #cpu_time = 0.949s
0.99/1.03	c #wall_clock_time = 0.951s
0.99/1.03	c #decision = 7929
0.99/1.03	c #random_decision = 19
0.99/1.03	c #conflict = 7122
0.99/1.03	c #restart = 8
0.99/1.03	c BCD2: relaxing 0 and merging with 2 cores into a new core of size 91: cost of the new core is >=30
0.99/1.03	c lower bound updated to 30
0.99/1.03	c BCD2: 30 <= obj <= 49
0.99/1.03	c BCD2: #cores=1, #unrelaxed=9, #relaxed=91, #hardened=0
0.99/1.03	c BCD2: #sat=1 #unsat=26 bias=26/27
0.99/1.03	c Solving starts ...
0.99/1.03	c ============================[ Search Statistics ]============================
0.99/1.03	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.99/1.03	c       |         |          |          |    Limit     GC | Var      | Constra 
0.99/1.03	c =============================================================================
0.99/1.03	c  0.0s |       0 |        0 |        0 |      168      0 |       33 |       22
0.99/1.04	c  0.0s |       1 |      118 |      100 |      168      0 |       33 |       24
0.99/1.06	c  0.0s |       2 |      285 |      250 |      168      2 |       33 |       24
0.99/1.10	c  0.1s |       3 |      547 |      475 |      168      4 |       33 |       24
1.10/1.14	c  0.1s |       4 |      920 |      813 |      168      7 |       33 |       24
1.20/1.21	c  0.2s |       5 |     1485 |     1320 |      168     11 |       33 |       24
1.29/1.31	c  0.3s |       6 |     2315 |     2081 |      168     18 |       33 |       24
1.29/1.38	c  0.4s |       6 |     3120 |     2831 |      168     22 |      105 |       35
1.29/1.38	c #cpu_time = 0.353s
1.29/1.38	c #wall_clock_time = 0.354s
1.29/1.38	c #decision = 3120
1.29/1.38	c #random_decision = 10
1.29/1.38	c #conflict = 2831
1.29/1.38	c #restart = 6
1.29/1.38	c lower bound updated to 50
1.29/1.38	s OPTIMUM FOUND
1.29/1.38	v -x1 -x2 x3 x4 -x5 -x6 x7 x8 -x9 -x10
1.29/1.38	v -x11 -x12 x13 x14 x15 x16 -x17 x18 -x19 x20
1.29/1.38	v x21 -x22 x23 x24 x25 x26 -x27 -x28 x29 x30
1.29/1.38	v -x31 x32 -x33 -x34 x35 -x36 x37 -x38 -x39 -x40
1.29/1.38	v -x41 x42 x43 x44 -x45 x46 -x47 x48 -x49 x50
1.29/1.38	v x51 x52 -x53 x54 -x55 x56 -x57 x58 x59 x60
1.29/1.38	v x61 x62 -x63 x64 x65 -x66 x67 x68 -x69 -x70
1.29/1.38	v -x71 -x72 -x73 -x74 -x75 x76 x77 x78 x79 x80
1.29/1.38	v x81 -x82 x83 -x84 x85 -x86 -x87 -x88 -x89 -x90
1.29/1.38	v -x91 -x92 -x93 -x94 -x95 -x96 x97 x98 x99 -x100
1.29/1.38	c total CPU time = 1.383s
1.29/1.38	c total wall clock time = 1.386s

Verifier Data

OK	50

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

pid=19906
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.34 2.27 2.20 4/179 19909
/proc/meminfo: memFree=28550968/32872528 swapFree=1394328/1580332
[pid=19909] ppid=19906 vsize=850364 CPUtime=0 cores=0,2,4,6
/proc/19909/stat : 19909 (toysat) R 19906 19909 19119 0 -1 4202496 3197 0 0 0 0 0 0 0 20 0 4 0 11470949 870772736 3046 33554432000 4194304 16246674 140733656199056 140733656198480 13880264 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/19909/statm: 213359 3055 441 2943 0 210253 0
[pid=19909/tid=19910] ppid=19906 vsize=868796 CPUtime=0 cores=0,2,4,6
/proc/19909/task/19910/stat : 19910 (toysat) S 19906 19909 19119 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 11470949 889647104 3117 33554432000 4194304 16246674 140733656199056 140533140794608 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=19909/tid=19911] ppid=19906 vsize=872892 CPUtime=0 cores=0,2,4,6
/proc/19909/task/19911/stat : 19911 (toysat) S 19906 19909 19119 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 11470949 893841408 3134 33554432000 4194304 16246674 140733656199056 140533130304752 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=19909/tid=19912] ppid=19906 vsize=876988 CPUtime=0 cores=0,2,4,6
/proc/19909/task/19912/stat : 19912 (toysat) S 19906 19909 19119 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 11470949 898035712 3151 33554432000 4194304 16246674 140733656199056 140533119831216 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0

[startup+0.100167 s]
/proc/loadavg: 2.34 2.27 2.20 4/179 19909
/proc/meminfo: memFree=28550968/32872528 swapFree=1394328/1580332
[pid=19909] ppid=19906 vsize=1218116 CPUtime=0.09 cores=0,2,4,6
/proc/19909/stat : 19909 (toysat) R 19906 19909 19119 0 -1 4202496 21864 0 0 0 5 4 0 0 20 0 4 0 11470949 1247350784 21700 33554432000 4194304 16246674 140733656199056 140733656198480 5665836 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/19909/statm: 304529 21709 783 2943 0 301423 0
[pid=19909/tid=19910] ppid=19906 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/19909/task/19910/stat : 19910 (toysat) S 19906 19909 19119 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 11470949 1247350784 21716 33554432000 4194304 16246674 140733656199056 140533140794608 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=19909/tid=19911] ppid=19906 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/19909/task/19911/stat : 19911 (toysat) S 19906 19909 19119 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 11470949 1247350784 21724 33554432000 4194304 16246674 140733656199056 140533130304752 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=19909/tid=19912] ppid=19906 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/19909/task/19912/stat : 19912 (toysat) S 19906 19909 19119 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 11470949 1247350784 21728 33554432000 4194304 16246674 140733656199056 140533119831216 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1218116

[startup+0.200502 s]
/proc/loadavg: 2.34 2.27 2.20 4/179 19909
/proc/meminfo: memFree=28550968/32872528 swapFree=1394328/1580332
[pid=19909] ppid=19906 vsize=1218116 CPUtime=0.18 cores=0,2,4,6
/proc/19909/stat : 19909 (toysat) R 19906 19909 19119 0 -1 4202496 40643 0 0 0 11 7 0 0 20 0 4 0 11470949 1247350784 40480 33554432000 4194304 16246674 140733656199056 140733656198480 12479207 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/19909/statm: 304529 40488 783 2943 0 301423 0
[pid=19909/tid=19910] ppid=19906 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/19909/task/19910/stat : 19910 (toysat) S 19906 19909 19119 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 11470949 1247350784 40493 33554432000 4194304 16246674 140733656199056 140533140794608 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=19909/tid=19911] ppid=19906 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/19909/task/19911/stat : 19911 (toysat) S 19906 19909 19119 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 11470949 1247350784 40497 33554432000 4194304 16246674 140733656199056 140533130304752 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=19909/tid=19912] ppid=19906 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/19909/task/19912/stat : 19912 (toysat) S 19906 19909 19119 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 11470949 1247350784 40501 33554432000 4194304 16246674 140733656199056 140533119831216 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 1218116

[startup+0.300473 s]
/proc/loadavg: 2.34 2.27 2.20 4/179 19909
/proc/meminfo: memFree=28550968/32872528 swapFree=1394328/1580332
[pid=19909] ppid=19906 vsize=1218116 CPUtime=0.29 cores=0,2,4,6
/proc/19909/stat : 19909 (toysat) R 19906 19909 19119 0 -1 4202496 59547 0 0 0 19 10 0 0 20 0 4 0 11470949 1247350784 59383 33554432000 4194304 16246674 140733656199056 140733656180928 5523634 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/19909/statm: 304529 59391 783 2943 0 301423 0
[pid=19909/tid=19910] ppid=19906 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/19909/task/19910/stat : 19910 (toysat) S 19906 19909 19119 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 11470949 1247350784 59395 33554432000 4194304 16246674 140733656199056 140533140794608 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=19909/tid=19911] ppid=19906 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/19909/task/19911/stat : 19911 (toysat) S 19906 19909 19119 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 11470949 1247350784 59401 33554432000 4194304 16246674 140733656199056 140533130304752 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=19909/tid=19912] ppid=19906 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/19909/task/19912/stat : 19912 (toysat) S 19906 19909 19119 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 11470949 1247350784 59408 33554432000 4194304 16246674 140733656199056 140533119831216 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1218116

[startup+0.7004 s]
/proc/loadavg: 2.34 2.27 2.20 4/179 19909
/proc/meminfo: memFree=28550968/32872528 swapFree=1394328/1580332
[pid=19909] ppid=19906 vsize=1218116 CPUtime=0.69 cores=0,2,4,6
/proc/19909/stat : 19909 (toysat) R 19906 19909 19119 0 -1 4202496 135480 0 0 0 47 22 0 0 20 0 4 0 11470949 1247350784 135316 33554432000 4194304 16246674 140733656199056 140733656180928 13194563 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/19909/statm: 304529 135324 783 2943 0 301423 0
[pid=19909/tid=19910] ppid=19906 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/19909/task/19910/stat : 19910 (toysat) S 19906 19909 19119 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 11470949 1247350784 135330 33554432000 4194304 16246674 140733656199056 140533140794608 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=19909/tid=19911] ppid=19906 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/19909/task/19911/stat : 19911 (toysat) S 19906 19909 19119 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 11470949 1247350784 135338 33554432000 4194304 16246674 140733656199056 140533130304752 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=19909/tid=19912] ppid=19906 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/19909/task/19912/stat : 19912 (toysat) S 19906 19909 19119 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 11470949 1247350784 135343 33554432000 4194304 16246674 140733656199056 140533119831216 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1218116

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

[startup+0.80048 s]
/proc/loadavg: 2.34 2.27 2.20 4/179 19909
/proc/meminfo: memFree=28550968/32872528 swapFree=1394328/1580332
[pid=19909] ppid=19906 vsize=1218116 CPUtime=0.79 cores=0,2,4,6
/proc/19909/stat : 19909 (toysat) R 19906 19909 19119 0 -1 4202496 154330 0 0 0 54 25 0 0 20 0 4 0 11470949 1247350784 154167 33554432000 4194304 16246674 140733656199056 140733656180928 5546181 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/19909/statm: 304529 154176 784 2943 0 301423 0
[pid=19909/tid=19910] ppid=19906 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/19909/task/19910/stat : 19910 (toysat) S 19906 19909 19119 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 11470949 1247350784 154181 33554432000 4194304 16246674 140733656199056 140533140794608 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=19909/tid=19911] ppid=19906 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/19909/task/19911/stat : 19911 (toysat) S 19906 19909 19119 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 11470949 1247350784 154189 33554432000 4194304 16246674 140733656199056 140533130304752 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=19909/tid=19912] ppid=19906 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/19909/task/19912/stat : 19912 (toysat) S 19906 19909 19119 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 11470949 1247350784 154195 33554432000 4194304 16246674 140733656199056 140533119831216 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.79
Current children cumulated vsize (KiB) 1218116

[startup+1.20766 s]
/proc/loadavg: 2.34 2.27 2.20 3/183 19913
/proc/meminfo: memFree=27709480/32872528 swapFree=1394328/1580332
[pid=19909] ppid=19906 vsize=1218116 CPUtime=1.2 cores=0,2,4,6
/proc/19909/stat : 19909 (toysat) R 19906 19909 19119 0 -1 4202496 230866 0 0 0 85 35 0 0 20 0 4 0 11470949 1247350784 230702 33554432000 4194304 16246674 140733656199056 140733656182056 13191638 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/19909/statm: 304529 230713 784 2943 0 301423 0
[pid=19909/tid=19910] ppid=19906 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/19909/task/19910/stat : 19910 (toysat) S 19906 19909 19119 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 11470949 1247350784 230721 33554432000 4194304 16246674 140733656199056 140533140794608 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=19909/tid=19911] ppid=19906 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/19909/task/19911/stat : 19911 (toysat) S 19906 19909 19119 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 11470949 1247350784 230728 33554432000 4194304 16246674 140733656199056 140533130304752 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=19909/tid=19912] ppid=19906 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/19909/task/19912/stat : 19912 (toysat) S 19906 19909 19119 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 11470949 1247350784 230736 33554432000 4194304 16246674 140733656199056 140533119831216 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1.2
Current children cumulated vsize (KiB) 1218116

[startup+1.40037 s]
/proc/loadavg: 2.34 2.27 2.20 3/183 19913
/proc/meminfo: memFree=27709480/32872528 swapFree=1394328/1580332
[pid=19909] ppid=19906 vsize=0 CPUtime=1.39 cores=0,2,4,6
/proc/19909/stat : 19909 (toysat) R 19906 19909 19119 0 -1 4202500 245593 0 0 0 101 38 0 0 20 0 1 0 11470949 0 0 33554432000 0 0 0 0 0 0 0 33554432 0 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/19909/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 1.44222
CPU time (s): 1.44078
CPU user time (s): 1.01484
CPU system time (s): 0.425935
CPU usage (%): 99.8999
Max. virtual memory (cumulated for all children) (KiB): 1218116

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.01484
system time used= 0.425935
maximum resident set size= 981624
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 245593
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= 22
involuntary context switches= 3

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.009998 second user time and 0.007998 second system time

The end

Launcher Data

Begin job on node139 at 2016-06-29 17:33:44
IDJOB=4117609
IDBENCH=111594
IDSOLVER=2542
FILE ID=node139/4117609-1467214424
RUNJOBID= node139-1467208982-19135
PBS_JOBID= 19997572
Free space on /tmp= 71696 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB15eval/normalized-PB15eval/OPT-SMALLINT-LIN/dt-problems/normalized-lo_10x10_008.opb.metafix.opb
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --pb --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4117609-1467214424/watcher-4117609-1467214424 -o /tmp/evaluation-result-4117609-1467214424/solver-4117609-1467214424 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node139-1467208982-19135 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4117609-1467214424.opb

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

MD5SUM BENCH= 1583dc77e5c0851aa5dec9f78478de6b
RANDOM SEED=618354468

node139.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.092
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	: 5334.18
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		: 2667.092
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		: 2667.092
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		: 2667.092
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		: 2667.092
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.56
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		: 2667.092
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		: 2667.092
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.48
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		: 2667.092
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:        28552124 kB
Buffers:           99036 kB
Cached:           833648 kB
SwapCached:         3080 kB
Active:          1788364 kB
Inactive:         215960 kB
Active(anon):    1070756 kB
Inactive(anon):     3176 kB
Active(file):     717608 kB
Inactive(file):   212784 kB
Unevictable:     1580332 kB
Mlocked:         1394328 kB
SwapTotal:      67108856 kB
SwapFree:       67097568 kB
Dirty:             32848 kB
Writeback:            24 kB
AnonPages:       2650136 kB
Mapped:            11100 kB
Shmem:                 0 kB
Slab:             600968 kB
SReclaimable:      44228 kB
SUnreclaim:       556740 kB
KernelStack:        1464 kB
PageTables:         9016 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2795852 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    186368 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= 71680 MiB
End job on node139 at 2016-06-29 17:33:45