Trace number 4110860

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-02? (MO) 951.784 963.241

General information on the benchmark

Namenormalized-PB16/OPT-BIGINT-LIN/lion9-single-obj/
normalized-single-obj-f58-fob_fxl_loss.seq-B-2-1-irabcde.opb
MD5SUM419d03c585c639c782f346c24427a3aa
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark2535691284
Best CPU time to get the best result obtained on this benchmark15.3557
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables15654
Total number of constraints39903
Number of constraints which are clauses39755
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints148
Minimum length of a constraint1
Maximum length of a constraint435
Number of terms in the objective function 795
Biggest coefficient in the objective function 396175840
Number of bits for the biggest coefficient in the objective function 29
Sum of the numbers in the objective function 240478734879
Number of bits of the sum of numbers in the objective function 38
Biggest number in a constraint 396175840
Number of bits of the biggest number in a constraint 29
Biggest sum of numbers in a constraint 240478734879
Number of bits of the biggest sum of numbers38
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-20T04:47:04+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-4110860-1466390824.opb"]
0.00/0.01	c use --random-gen="2324676022 1219473888 3316911562 3828389095 2220077743 3587920893 1923665781 2608647436 2258678536 2974685062 1420074126 1503940430 3833396780 1466553309 3201841812 2776255559 461412862 3182769446 4282069679 700010491 2802806817 3446377129 75737879 776681828 785820632 2719054526 19973912 4232506890 1013365231 4228631064 2750265 1511778605 3638999679 2064255996 3558521523 4185320568 4211236397 118577873 66951262 3629190780 916141543 4204943044 3922092836 1718853950 2388576902 2973868591 975211166 2876451224 1881826675 1949814489 3112720575 2824064706 1452554614 1223555138 3762090750 2599226717 2083504926 1604945175 719170056 964911868 955751381 3906288836 2061112915 3705783107 2194293568 3957198336 1772525044 899117507 648902874 1774239585 397071979 74617858 25754411 3383438027 2252690957 333789764 4140190678 960728807 1296533226 3936371633 3643898389 774721523 396973332 2026273251 3468781900 1328391782 726245749 1570235254 3921506181 1945911226 1168951999 4046559814 73201758 2054767372 2998536185 2253481320 2930030525 856505852 37766890 3261382663 2704477376 2377105030 4211793165 3910000644 2153689793 1514677880 2429149222 4059803755 1427431506 2505075907 1369151178 3675568278 1884702036 2626715263 923422927 1344103538 4174231417 2420972077 3566471893 3490934356 119865408 3344148522 3584145379 2435819696 2825434549 907011918 3100132470 1416946851 950642140 271297427 2198332511 2138380349 1153136237 3640027139 1863369361 1421017550 352488983 2319774990 3997742910 1226858795 401060391 2334366638 2349934558 753918510 2257383587 122753037 2511111591 3637796528 2977592635 2948581896 2897417449 1740674243 296545492 1885833053 1556793909 1049613548 1574648420 3919443899 3783748615 1170616445 754168857 1895369543 3774466446 2558495716 3488659851 1554692989 2810616719 1811439179 2083419536 3001526619 2708015814 1009850724 2726194907 329263688 513451588 2225636338 2143366699 3775592561 1615985784 389462403 4079276514 2716200283 2728087183 3778876890 1645489255 1818675270 1309228860 2653494510 550488042 3678170855 3131306464 566348899 1776998523 1929941129 2233577203 1209906810 1287919514 578888597 1343486108 2251785706 2177715060 2206453132 1038490075 1161212353 2301196440 4258389854 2456175987 884426714 1799666309 1213307199 1266071444 2224988707 2754223527 3859277187 131237857 933173414 172511143 3316980490 1764889776 2578059610 2646375235 1106669415 3477015338 1022602679 4285679908 2509667749 500152045 1657543237 2106835991 1626450352 3285269895 3972647919 1906643399 1805858784 3007250376 1792229128 3569827922 3937707036 574476026 3969440817 3954565727 3117009658 2045005868 639185412 2619204690 276271589 1309274243 637264857 2242515055 2680385192 2494314633 1281824730 2878465125 3821047631 4110847475 1889033655 255 362436" option to reproduce the execution
0.19/0.28	c #vars 15654
0.19/0.28	c #constraints 39903
0.69/0.75	c BCD2: Hardening is enabled.
0.69/0.75	c BCD2: BiasedSearch is enabled.
0.69/0.75	c Solving starts ...
0.69/0.75	c ============================[ Search Statistics ]============================
0.69/0.75	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.69/0.75	c       |         |          |          |    Limit     GC | Var      | Constra 
0.69/0.75	c =============================================================================
0.78/0.82	c  0.0s |       0 |        0 |        0 |    17912      0 |      305 |        0
0.78/0.87	c  0.1s |       0 |      173 |        2 |    17912      0 |      305 |       84
0.78/0.87	c #cpu_time = 0.046s
0.78/0.87	c #wall_clock_time = 0.046s
0.78/0.87	c #decision = 173
0.78/0.87	c #random_decision = 0
0.78/0.87	c #conflict = 2
0.78/0.87	c #restart = 0
0.78/0.87	o 11090838384
0.78/0.88	c BCD2: updating upper bound: 240478734879 -> 11090838383
0.78/0.88	c BCD2: 0 <= obj <= 11090838383
0.78/0.88	c BCD2: #cores=0, #unrelaxed=795, #relaxed=0, #hardened=0
0.78/0.88	c BCD2: #sat=1 #unsat=1 bias=1/2
0.78/0.88	c Solving starts ...
0.78/0.88	c ============================[ Search Statistics ]============================
0.78/0.88	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.78/0.88	c       |         |          |          |    Limit     GC | Var      | Constra 
0.78/0.88	c =============================================================================
0.78/0.88	c  0.0s |       0 |        0 |        0 |    17912      0 |      305 |       84
0.78/0.90	c  0.0s |       0 |        3 |        0 |    17912      0 |      305 |       84
0.78/0.90	c #cpu_time = 0.016s
0.78/0.90	c #wall_clock_time = 0.016s
0.78/0.90	c #decision = 3
0.78/0.90	c #random_decision = 0
0.78/0.90	c #conflict = 0
0.78/0.90	c #restart = 0
0.78/0.90	c BCD2: found a new core of size 4: cost of the new core is >=38
0.78/0.90	c lower bound updated to 38
0.88/0.90	c BCD2: 38 <= obj <= 11090838383
0.88/0.90	c BCD2: #cores=1, #unrelaxed=791, #relaxed=4, #hardened=0
0.88/0.90	c BCD2: #sat=1 #unsat=2 bias=2/3
0.88/0.94	c Solving starts ...
0.88/0.94	c ============================[ Search Statistics ]============================
0.88/0.94	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.88/0.94	c       |         |          |          |    Limit     GC | Var      | Constra 
0.88/0.94	c =============================================================================
0.88/0.94	c  0.0s |       0 |        0 |        0 |    17912      0 |      305 |       84
0.88/0.95	c  0.0s |       0 |        4 |        0 |    17912      0 |      305 |       84
0.88/0.95	c #cpu_time = 0.012s
0.88/0.95	c #wall_clock_time = 0.012s
0.88/0.95	c #decision = 4
0.88/0.95	c #random_decision = 0
0.88/0.95	c #conflict = 0
0.88/0.96	c #restart = 0
0.88/0.96	c BCD2: found a new core of size 4: cost of the new core is >=38
0.88/0.96	c lower bound updated to 76
0.88/0.96	c BCD2: 76 <= obj <= 11090838383
0.88/0.96	c BCD2: #cores=2, #unrelaxed=787, #relaxed=8, #hardened=0
0.88/0.96	c BCD2: #sat=1 #unsat=3 bias=3/4
0.88/0.96	c Solving starts ...
0.88/0.96	c ============================[ Search Statistics ]============================
0.88/0.96	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.88/0.96	c       |         |          |          |    Limit     GC | Var      | Constra 
0.88/0.96	c =============================================================================
0.88/0.96	c  0.0s |       0 |        0 |        0 |    17912      0 |      305 |       84
0.88/0.97	c  0.0s |       0 |        5 |        0 |    17912      0 |      305 |       84
0.88/0.97	c #cpu_time = 0.013s
0.88/0.97	c #wall_clock_time = 0.013s
0.88/0.97	c #decision = 5
0.88/0.97	c #random_decision = 0
0.88/0.97	c #conflict = 0
0.88/0.97	c #restart = 0
0.88/0.97	c BCD2: found a new core of size 4: cost of the new core is >=38
0.88/0.97	c lower bound updated to 114
0.88/0.97	c BCD2: 114 <= obj <= 11090838383
0.88/0.97	c BCD2: #cores=3, #unrelaxed=783, #relaxed=12, #hardened=0
0.88/0.97	c BCD2: #sat=1 #unsat=4 bias=4/5
0.88/0.97	c Solving starts ...
0.88/0.97	c ============================[ Search Statistics ]============================
0.88/0.97	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.88/0.97	c       |         |          |          |    Limit     GC | Var      | Constra 
0.88/0.97	c =============================================================================
0.88/0.97	c  0.0s |       0 |        0 |        0 |    17912      0 |      305 |       84
0.88/0.99	c  0.0s |       0 |        6 |        0 |    17912      0 |      305 |       84
0.88/0.99	c #cpu_time = 0.013s
0.88/0.99	c #wall_clock_time = 0.013s
0.88/0.99	c #decision = 6
0.88/0.99	c #random_decision = 0
0.88/0.99	c #conflict = 0
0.88/0.99	c #restart = 0
0.88/0.99	c BCD2: found a new core of size 4: cost of the new core is >=38
0.88/0.99	c lower bound updated to 152
0.88/0.99	c BCD2: 152 <= obj <= 11090838383
0.88/0.99	c BCD2: #cores=4, #unrelaxed=779, #relaxed=16, #hardened=0
0.88/0.99	c BCD2: #sat=1 #unsat=5 bias=5/6
0.88/0.99	c Solving starts ...
0.88/0.99	c ============================[ Search Statistics ]============================
0.88/0.99	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.88/0.99	c       |         |          |          |    Limit     GC | Var      | Constra 
0.88/0.99	c =============================================================================
0.99/1.03	c  0.0s |       0 |        0 |        0 |    17912      0 |      305 |       84
0.99/1.05	c  0.0s |       0 |        7 |        0 |    17912      0 |      305 |       84
0.99/1.05	c #cpu_time = 0.016s
0.99/1.05	c #wall_clock_time = 0.016s
0.99/1.05	c #decision = 7
0.99/1.05	c #random_decision = 0
0.99/1.05	c #conflict = 0
0.99/1.05	c #restart = 0
0.99/1.05	c BCD2: found a new core of size 4: cost of the new core is >=38
0.99/1.05	c lower bound updated to 190
0.99/1.05	c BCD2: 190 <= obj <= 11090838383
0.99/1.05	c BCD2: #cores=5, #unrelaxed=775, #relaxed=20, #hardened=0
0.99/1.05	c BCD2: #sat=1 #unsat=6 bias=6/7
0.99/1.05	c Solving starts ...
0.99/1.05	c ============================[ Search Statistics ]============================
0.99/1.05	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.99/1.05	c       |         |          |          |    Limit     GC | Var      | Constra 
0.99/1.05	c =============================================================================
0.99/1.05	c  0.0s |       0 |        0 |        0 |    17912      0 |      305 |       84
0.99/1.07	c  0.0s |       0 |        8 |        0 |    17912      0 |      305 |       84
0.99/1.07	c #cpu_time = 0.017s
0.99/1.07	c #wall_clock_time = 0.017s
0.99/1.07	c #decision = 8
0.99/1.07	c #random_decision = 0
0.99/1.07	c #conflict = 0
0.99/1.07	c #restart = 0
0.99/1.07	c BCD2: found a new core of size 4: cost of the new core is >=38
0.99/1.07	c lower bound updated to 228
0.99/1.07	c BCD2: 228 <= obj <= 11090838383
0.99/1.07	c BCD2: #cores=6, #unrelaxed=771, #relaxed=24, #hardened=0
0.99/1.07	c BCD2: #sat=1 #unsat=7 bias=7/8
0.99/1.07	c Solving starts ...
0.99/1.07	c ============================[ Search Statistics ]============================
0.99/1.07	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.99/1.07	c       |         |          |          |    Limit     GC | Var      | Constra 
0.99/1.07	c =============================================================================
0.99/1.07	c  0.0s |       0 |        0 |        0 |    17912      0 |      305 |       84
0.99/1.08	c  0.0s |       0 |        9 |        0 |    17912      0 |      305 |       84
0.99/1.08	c #cpu_time = 0.016s
0.99/1.08	c #wall_clock_time = 0.016s
0.99/1.08	c #decision = 9
0.99/1.08	c #random_decision = 0
0.99/1.08	c #conflict = 0
0.99/1.08	c #restart = 0
0.99/1.08	c BCD2: found a new core of size 4: cost of the new core is >=38
0.99/1.08	c lower bound updated to 266
0.99/1.09	c BCD2: 266 <= obj <= 11090838383
0.99/1.09	c BCD2: #cores=7, #unrelaxed=767, #relaxed=28, #hardened=0
0.99/1.09	c BCD2: #sat=1 #unsat=8 bias=8/9
0.99/1.09	c Solving starts ...
0.99/1.09	c ============================[ Search Statistics ]============================
0.99/1.09	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.99/1.09	c       |         |          |          |    Limit     GC | Var      | Constra 
0.99/1.09	c =============================================================================
0.99/1.09	c  0.0s |       0 |        0 |        0 |    17912      0 |      305 |       84
1.10/1.10	c  0.0s |       0 |       10 |        0 |    17912      0 |      305 |       84
1.10/1.10	c #cpu_time = 0.017s
1.10/1.10	c #wall_clock_time = 0.017s
1.10/1.10	c #decision = 10
1.10/1.10	c #random_decision = 0
1.10/1.10	c #conflict = 0
1.10/1.10	c #restart = 0
1.10/1.10	c BCD2: found a new core of size 4: cost of the new core is >=38
1.10/1.10	c lower bound updated to 304
1.10/1.11	c BCD2: 304 <= obj <= 11090838383
1.10/1.11	c BCD2: #cores=8, #unrelaxed=763, #relaxed=32, #hardened=0
1.10/1.11	c BCD2: #sat=1 #unsat=9 bias=9/10
1.10/1.11	c Solving starts ...
1.10/1.11	c ============================[ Search Statistics ]============================
1.10/1.11	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.10/1.11	c       |         |          |          |    Limit     GC | Var      | Constra 
1.10/1.11	c =============================================================================
1.10/1.11	c  0.0s |       0 |        0 |        0 |    17912      0 |      305 |       84
1.10/1.12	c  0.0s |       0 |       11 |        0 |    17912      0 |      305 |       84
1.10/1.12	c #cpu_time = 0.015s
1.10/1.12	c #wall_clock_time = 0.015s
1.10/1.12	c #decision = 11
1.10/1.12	c #random_decision = 0
1.10/1.12	c #conflict = 0
1.10/1.12	c #restart = 0
1.10/1.12	c BCD2: found a new core of size 4: cost of the new core is >=38
1.10/1.12	c lower bound updated to 342
1.10/1.13	c BCD2: 342 <= obj <= 11090838383
1.10/1.13	c BCD2: #cores=9, #unrelaxed=759, #relaxed=36, #hardened=0
1.10/1.13	c BCD2: #sat=1 #unsat=10 bias=10/11
1.10/1.13	c Solving starts ...
1.10/1.13	c ============================[ Search Statistics ]============================
1.10/1.13	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.10/1.13	c       |         |          |          |    Limit     GC | Var      | Constra 
1.10/1.13	c =============================================================================
1.10/1.13	c  0.0s |       0 |        0 |        0 |    17912      0 |      305 |       84
1.10/1.14	c  0.0s |       0 |       12 |        0 |    17912      0 |      305 |       84
1.10/1.14	c #cpu_time = 0.018s
1.10/1.14	c #wall_clock_time = 0.018s
1.10/1.14	c #decision = 12
1.10/1.14	c #random_decision = 0
1.10/1.14	c #conflict = 0
1.10/1.14	c #restart = 0
1.10/1.14	c BCD2: found a new core of size 4: cost of the new core is >=38
1.10/1.14	c lower bound updated to 380
1.10/1.15	c BCD2: 380 <= obj <= 11090838383
1.10/1.15	c BCD2: #cores=10, #unrelaxed=755, #relaxed=40, #hardened=0
1.10/1.15	c BCD2: #sat=1 #unsat=11 bias=11/12
1.10/1.15	c Solving starts ...
1.10/1.15	c ============================[ Search Statistics ]============================
1.10/1.15	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.10/1.15	c       |         |          |          |    Limit     GC | Var      | Constra 
1.10/1.15	c =============================================================================
1.10/1.15	c  0.0s |       0 |        0 |        0 |    17912      0 |      305 |       84
1.10/1.16	c  0.0s |       0 |       13 |        0 |    17912      0 |      305 |       84
1.10/1.16	c #cpu_time = 0.017s
1.10/1.16	c #wall_clock_time = 0.017s
1.10/1.16	c #decision = 13
1.10/1.16	c #random_decision = 0
1.10/1.16	c #conflict = 0
1.10/1.16	c #restart = 0
1.10/1.16	c BCD2: found a new core of size 4: cost of the new core is >=38
1.10/1.16	c lower bound updated to 418
1.10/1.16	c BCD2: 418 <= obj <= 11090838383
1.10/1.16	c BCD2: #cores=11, #unrelaxed=751, #relaxed=44, #hardened=0
1.10/1.16	c BCD2: #sat=1 #unsat=12 bias=12/13
1.10/1.16	c Solving starts ...
1.10/1.16	c ============================[ Search Statistics ]============================
1.10/1.16	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.10/1.16	c       |         |          |          |    Limit     GC | Var      | Constra 
1.10/1.16	c =============================================================================
1.10/1.16	c  0.0s |       0 |        0 |        0 |    17912      0 |      305 |       84
1.10/1.18	c  0.0s |       0 |       14 |        0 |    17912      0 |      305 |       84
1.10/1.18	c #cpu_time = 0.017s
1.10/1.18	c #wall_clock_time = 0.017s
1.10/1.18	c #decision = 14
1.10/1.18	c #random_decision = 0
1.10/1.18	c #conflict = 0
1.10/1.18	c #restart = 0
1.10/1.18	c BCD2: found a new core of size 4: cost of the new core is >=38
1.10/1.18	c lower bound updated to 456
1.10/1.18	c BCD2: 456 <= obj <= 11090838383
1.10/1.18	c BCD2: #cores=12, #unrelaxed=747, #relaxed=48, #hardened=0
1.10/1.18	c BCD2: #sat=1 #unsat=13 bias=13/14
1.10/1.18	c Solving starts ...
1.10/1.18	c ============================[ Search Statistics ]============================
1.10/1.18	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.10/1.18	c       |         |          |          |    Limit     GC | Var      | Constra 
1.10/1.18	c =============================================================================
1.10/1.19	c  0.0s |       0 |        0 |        0 |    17912      0 |      305 |       84
1.10/1.20	c  0.0s |       0 |       15 |        0 |    17912      0 |      305 |       84
1.10/1.20	c #cpu_time = 0.015s
1.10/1.20	c #wall_clock_time = 0.015s
1.10/1.20	c #decision = 15
1.10/1.20	c #random_decision = 0
1.10/1.20	c #conflict = 0
1.10/1.20	c #restart = 0
1.10/1.20	c BCD2: found a new core of size 4: cost of the new core is >=38
1.10/1.20	c lower bound updated to 494
1.20/1.20	c BCD2: 494 <= obj <= 11090838383
1.20/1.20	c BCD2: #cores=13, #unrelaxed=743, #relaxed=52, #hardened=0
1.20/1.20	c BCD2: #sat=1 #unsat=14 bias=14/15
1.20/1.20	c Solving starts ...
1.20/1.20	c ============================[ Search Statistics ]============================
1.20/1.20	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.20/1.20	c       |         |          |          |    Limit     GC | Var      | Constra 
1.20/1.20	c =============================================================================
1.20/1.20	c  0.0s |       0 |        0 |        0 |    17912      0 |      305 |       84
1.20/1.22	c  0.0s |       0 |       16 |        0 |    17912      0 |      305 |       84
1.20/1.22	c #cpu_time = 0.018s
1.20/1.22	c #wall_clock_time = 0.018s
1.20/1.22	c #decision = 16
1.20/1.22	c #random_decision = 0
1.20/1.22	c #conflict = 0
1.20/1.22	c #restart = 0
1.20/1.22	c BCD2: found a new core of size 4: cost of the new core is >=38
1.20/1.22	c lower bound updated to 532
1.20/1.22	c BCD2: 532 <= obj <= 11090838383
1.20/1.22	c BCD2: #cores=14, #unrelaxed=739, #relaxed=56, #hardened=0
1.20/1.22	c BCD2: #sat=1 #unsat=15 bias=15/16
1.20/1.22	c Solving starts ...
1.20/1.22	c ============================[ Search Statistics ]============================
1.20/1.22	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.20/1.22	c       |         |          |          |    Limit     GC | Var      | Constra 
1.20/1.22	c =============================================================================
1.20/1.22	c  0.0s |       0 |        0 |        0 |    17912      0 |      305 |       84
1.20/1.24	c  0.0s |       0 |       17 |        0 |    17912      0 |      305 |       84
1.20/1.24	c #cpu_time = 0.017s
1.20/1.24	c #wall_clock_time = 0.017s
1.20/1.24	c #decision = 17
1.20/1.24	c #random_decision = 0
1.20/1.24	c #conflict = 0
1.20/1.24	c #restart = 0
1.20/1.24	c BCD2: found a new core of size 4: cost of the new core is >=38
1.20/1.24	c lower bound updated to 570
1.20/1.24	c BCD2: 570 <= obj <= 11090838383
1.20/1.24	c BCD2: #cores=15, #unrelaxed=735, #relaxed=60, #hardened=0
1.20/1.24	c BCD2: #sat=1 #unsat=16 bias=16/17
1.20/1.24	c Solving starts ...
1.20/1.24	c ============================[ Search Statistics ]============================
1.20/1.24	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.20/1.24	c       |         |          |          |    Limit     GC | Var      | Constra 
1.20/1.24	c =============================================================================
1.20/1.24	c  0.0s |       0 |        0 |        0 |    17912      0 |      305 |       84
1.20/1.26	c  0.0s |       0 |       18 |        0 |    17912      0 |      305 |       84
1.20/1.26	c #cpu_time = 0.017s
1.20/1.26	c #wall_clock_time = 0.017s
1.20/1.26	c #decision = 18
1.20/1.26	c #random_decision = 0
1.20/1.26	c #conflict = 0
1.20/1.26	c #restart = 0
1.20/1.26	c BCD2: found a new core of size 4: cost of the new core is >=38
1.20/1.26	c lower bound updated to 608
1.20/1.26	c BCD2: 608 <= obj <= 11090838383
1.20/1.26	c BCD2: #cores=16, #unrelaxed=731, #relaxed=64, #hardened=0
1.20/1.26	c BCD2: #sat=1 #unsat=17 bias=17/18
1.20/1.26	c Solving starts ...
1.20/1.26	c ============================[ Search Statistics ]============================
1.20/1.26	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.20/1.26	c       |         |          |          |    Limit     GC | Var      | Constra 
1.20/1.26	c =============================================================================
1.20/1.27	c  0.0s |       0 |        0 |        0 |    17912      0 |      305 |       84
1.20/1.28	c  0.0s |       0 |       19 |        0 |    17912      0 |      305 |       84
1.20/1.28	c #cpu_time = 0.016s
1.20/1.28	c #wall_clock_time = 0.016s
1.20/1.28	c #decision = 19
1.20/1.28	c #random_decision = 0
1.20/1.28	c #conflict = 0
1.20/1.28	c #restart = 0
1.20/1.28	c BCD2: found a new core of size 4: cost of the new core is >=38
1.20/1.28	c lower bound updated to 646
1.20/1.28	c BCD2: 646 <= obj <= 11090838383
1.20/1.28	c BCD2: #cores=17, #unrelaxed=727, #relaxed=68, #hardened=0
1.20/1.28	c BCD2: #sat=1 #unsat=18 bias=18/19
1.20/1.28	c Solving starts ...
1.20/1.28	c ============================[ Search Statistics ]============================
1.20/1.28	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.20/1.28	c       |         |          |          |    Limit     GC | Var      | Constra 
1.20/1.28	c =============================================================================
1.20/1.28	c  0.0s |       0 |        0 |        0 |    17912      0 |      305 |       84
1.29/1.30	c  0.0s |       0 |       20 |        0 |    17912      0 |      305 |       84
1.29/1.30	c #cpu_time = 0.018s
1.29/1.30	c #wall_clock_time = 0.018s
1.29/1.30	c #decision = 20
1.29/1.30	c #random_decision = 0
1.29/1.30	c #conflict = 0
1.29/1.30	c #restart = 0
1.29/1.30	c BCD2: found a new core of size 4: cost of the new core is >=38
1.29/1.30	c lower bound updated to 684
1.29/1.30	c BCD2: 684 <= obj <= 11090838383
1.29/1.30	c BCD2: #cores=18, #unrelaxed=723, #relaxed=72, #hardened=0
1.29/1.30	c BCD2: #sat=1 #unsat=19 bias=19/20
1.29/1.31	c Solving starts ...
1.29/1.31	c ============================[ Search Statistics ]============================
1.29/1.31	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.29/1.31	c       |         |          |          |    Limit     GC | Var      | Constra 
1.29/1.31	c =============================================================================
1.29/1.31	c  0.0s |       0 |        0 |        0 |    17912      0 |      305 |       84
1.29/1.32	c  0.0s |       0 |       21 |        0 |    17912      0 |      305 |       84
1.29/1.32	c #cpu_time = 0.017s
1.29/1.32	c #wall_clock_time = 0.017s
1.29/1.32	c #decision = 21
1.29/1.32	c #random_decision = 0
1.29/1.32	c #conflict = 0
1.29/1.32	c #restart = 0
1.29/1.32	c BCD2: found a new core of size 4: cost of the new core is >=38
1.29/1.32	c lower bound updated to 722
1.29/1.32	c BCD2: 722 <= obj <= 11090838383
1.29/1.32	c BCD2: #cores=19, #unrelaxed=719, #relaxed=76, #hardened=0
1.29/1.32	c BCD2: #sat=1 #unsat=20 bias=20/21
1.29/1.32	c Solving starts ...
1.29/1.32	c ============================[ Search Statistics ]============================
1.29/1.32	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.29/1.32	c       |         |          |          |    Limit     GC | Var      | Constra 
1.29/1.32	c =============================================================================
1.29/1.32	c  0.0s |       0 |        0 |        0 |    17912      0 |      305 |       84
1.29/1.34	c  0.0s |       0 |       22 |        0 |    17912      0 |      305 |       84
1.29/1.34	c #cpu_time = 0.018s
1.29/1.34	c #wall_clock_time = 0.018s
1.29/1.34	c #decision = 22
1.29/1.34	c #random_decision = 0
1.29/1.34	c #conflict = 0
1.29/1.34	c #restart = 0
1.29/1.34	c BCD2: found a new core of size 4: cost of the new core is >=38
1.29/1.34	c lower bound updated to 760
1.29/1.34	c BCD2: 760 <= obj <= 11090838383
1.29/1.34	c BCD2: #cores=20, #unrelaxed=715, #relaxed=80, #hardened=0
1.29/1.34	c BCD2: #sat=1 #unsat=21 bias=21/22
1.29/1.34	c Solving starts ...
1.29/1.34	c ============================[ Search Statistics ]============================
1.29/1.34	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.29/1.34	c       |         |          |          |    Limit     GC | Var      | Constra 
1.29/1.34	c =============================================================================
1.29/1.35	c  0.0s |       0 |        0 |        0 |    17912      0 |      305 |       84
1.29/1.36	c  0.0s |       0 |       23 |        0 |    17912      0 |      305 |       84
1.29/1.36	c #cpu_time = 0.016s
1.29/1.36	c #wall_clock_time = 0.016s
1.29/1.36	c #decision = 23
1.29/1.36	c #random_decision = 0
1.29/1.36	c #conflict = 0
1.29/1.36	c #restart = 0
1.29/1.36	c BCD2: found a new core of size 4: cost of the new core is >=38
1.29/1.36	c lower bound updated to 798
1.29/1.37	c BCD2: 798 <= obj <= 11090838383
1.29/1.37	c BCD2: #cores=21, #unrelaxed=711, #relaxed=84, #hardened=0
1.29/1.37	c BCD2: #sat=1 #unsat=22 bias=22/23
1.29/1.37	c Solving starts ...
1.29/1.37	c ============================[ Search Statistics ]============================
1.29/1.37	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.29/1.37	c       |         |          |          |    Limit     GC | Var      | Constra 
1.29/1.37	c =============================================================================
1.29/1.37	c  0.0s |       0 |        0 |        0 |    17912      0 |      305 |       84
1.29/1.38	c  0.0s |       0 |       24 |        0 |    17912      0 |      305 |       84
1.29/1.38	c #cpu_time = 0.018s
1.29/1.38	c #wall_clock_time = 0.018s
1.29/1.38	c #decision = 24
1.29/1.38	c #random_decision = 0
1.29/1.38	c #conflict = 0
1.29/1.38	c #restart = 0
1.29/1.38	c BCD2: found a new core of size 4: cost of the new core is >=38
1.29/1.38	c lower bound updated to 836
1.29/1.39	c BCD2: 836 <= obj <= 11090838383
1.29/1.39	c BCD2: #cores=22, #unrelaxed=707, #relaxed=88, #hardened=0
1.29/1.39	c BCD2: #sat=1 #unsat=23 bias=23/24
1.29/1.39	c Solving starts ...
1.29/1.39	c ============================[ Search Statistics ]============================
1.29/1.39	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.29/1.39	c       |         |          |          |    Limit     GC | Var      | Constra 
1.29/1.39	c =============================================================================
1.29/1.39	c  0.0s |       0 |        0 |        0 |    17912      0 |      305 |       84
1.39/1.40	c  0.0s |       0 |       25 |        0 |    17912      0 |      305 |       84
1.39/1.40	c #cpu_time = 0.018s
1.39/1.40	c #wall_clock_time = 0.018s
1.39/1.40	c #decision = 25
1.39/1.40	c #random_decision = 0
1.39/1.40	c #conflict = 0
1.39/1.40	c #restart = 0
1.39/1.40	c BCD2: found a new core of size 4: cost of the new core is >=38
1.39/1.40	c lower bound updated to 874
1.39/1.41	c BCD2: 874 <= obj <= 11090838383
1.39/1.41	c BCD2: #cores=23, #unrelaxed=703, #relaxed=92, #hardened=0
1.39/1.41	c BCD2: #sat=1 #unsat=24 bias=24/25
1.39/1.41	c Solving starts ...
1.39/1.41	c ============================[ Search Statistics ]============================
1.39/1.41	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.39/1.41	c       |         |          |          |    Limit     GC | Var      | Constra 
1.39/1.41	c =============================================================================
1.39/1.41	c  0.0s |       0 |        0 |        0 |    17912      0 |      305 |       84
1.39/1.42	c  0.0s |       0 |       26 |        0 |    17912      0 |      305 |       84
1.39/1.42	c #cpu_time = 0.018s
1.39/1.42	c #wall_clock_time = 0.018s
1.39/1.42	c #decision = 26
1.39/1.42	c #random_decision = 0
1.39/1.42	c #conflict = 0
1.39/1.42	c #restart = 0
1.39/1.42	c BCD2: found a new core of size 4: cost of the new core is >=38
1.39/1.42	c lower bound updated to 912
1.39/1.43	c BCD2: 912 <= obj <= 11090838383
1.39/1.43	c BCD2: #cores=24, #unrelaxed=699, #relaxed=96, #hardened=0
1.39/1.43	c BCD2: #sat=1 #unsat=25 bias=25/26
1.39/1.43	c Solving starts ...
1.39/1.43	c ============================[ Search Statistics ]============================
1.39/1.43	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.39/1.43	c       |         |          |          |    Limit     GC | Var      | Constra 
1.39/1.43	c =============================================================================
1.39/1.43	c  0.0s |       0 |        0 |        0 |    17912      0 |      305 |       84
1.39/1.45	c  0.0s |       0 |       27 |        0 |    17912      0 |      305 |       84
1.39/1.45	c #cpu_time = 0.016s
1.39/1.45	c #wall_clock_time = 0.016s
1.39/1.45	c #decision = 27
1.39/1.45	c #random_decision = 0
1.39/1.45	c #conflict = 0
1.39/1.45	c #restart = 0
1.39/1.45	c BCD2: found a new core of size 4: cost of the new core is >=38
1.39/1.45	c lower bound updated to 950
1.39/1.45	c BCD2: 950 <= obj <= 11090838383
1.39/1.45	c BCD2: #cores=25, #unrelaxed=695, #relaxed=100, #hardened=0
1.39/1.45	c BCD2: #sat=1 #unsat=26 bias=26/27
1.39/1.45	c Solving starts ...
1.39/1.45	c ============================[ Search Statistics ]============================
1.39/1.45	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.39/1.45	c       |         |          |          |    Limit     GC | Var      | Constra 
1.39/1.45	c =============================================================================
1.39/1.45	c  0.0s |       0 |        0 |        0 |    17912      0 |      305 |       84
1.39/1.47	c  0.0s |       0 |       28 |        0 |    17912      0 |      305 |       84
1.39/1.47	c #cpu_time = 0.019s
1.39/1.47	c #wall_clock_time = 0.019s
1.39/1.47	c #decision = 28
1.39/1.47	c #random_decision = 0
1.39/1.47	c #conflict = 0
1.39/1.47	c #restart = 0
1.39/1.47	c BCD2: found a new core of size 4: cost of the new core is >=38
1.39/1.47	c lower bound updated to 988
1.39/1.47	c BCD2: 988 <= obj <= 11090838383
1.39/1.47	c BCD2: #cores=26, #unrelaxed=691, #relaxed=104, #hardened=0
1.39/1.47	c BCD2: #sat=1 #unsat=27 bias=27/28
1.39/1.47	c Solving starts ...
1.39/1.47	c ============================[ Search Statistics ]============================
1.39/1.47	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.39/1.47	c       |         |          |          |    Limit     GC | Var      | Constra 
1.39/1.47	c =============================================================================
1.39/1.47	c  0.0s |       0 |        0 |        0 |    17912      0 |      305 |       84
1.39/1.49	c  0.0s |       0 |       29 |        0 |    17912      0 |      305 |       84
1.39/1.49	c #cpu_time = 0.018s
1.39/1.49	c #wall_clock_time = 0.018s
1.39/1.49	c #decision = 29
1.39/1.49	c #random_decision = 0
1.39/1.49	c #conflict = 0
1.39/1.49	c #restart = 0
1.39/1.49	c BCD2: found a new core of size 4: cost of the new core is >=38
1.39/1.49	c lower bound updated to 1026
1.39/1.49	c BCD2: 1026 <= obj <= 11090838383
1.39/1.49	c BCD2: #cores=27, #unrelaxed=687, #relaxed=108, #hardened=0
1.39/1.49	c BCD2: #sat=1 #unsat=28 bias=28/29
1.39/1.49	c Solving starts ...
1.39/1.49	c ============================[ Search Statistics ]============================
1.39/1.49	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.39/1.49	c       |         |          |          |    Limit     GC | Var      | Constra 
1.39/1.49	c =============================================================================
1.39/1.49	c  0.0s |       0 |        0 |        0 |    17912      0 |      305 |       84
1.49/1.51	c  0.0s |       0 |       30 |        0 |    17912      0 |      305 |       84
1.49/1.51	c #cpu_time = 0.017s
1.49/1.51	c #wall_clock_time = 0.017s
1.49/1.51	c #decision = 30
1.49/1.51	c #random_decision = 0
1.49/1.51	c #conflict = 0
1.49/1.51	c #restart = 0
1.49/1.51	c BCD2: found a new core of size 4: cost of the new core is >=38
1.49/1.51	c lower bound updated to 1064
1.49/1.51	c BCD2: 1064 <= obj <= 11090838383
1.49/1.51	c BCD2: #cores=28, #unrelaxed=683, #relaxed=112, #hardened=0
1.49/1.51	c BCD2: #sat=1 #unsat=29 bias=29/30
1.49/1.51	c Solving starts ...
1.49/1.51	c ============================[ Search Statistics ]============================
1.49/1.51	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.49/1.51	c       |         |          |          |    Limit     GC | Var      | Constra 
1.49/1.51	c =============================================================================
1.49/1.51	c  0.0s |       0 |        0 |        0 |    17912      0 |      305 |       84
1.49/1.53	c  0.0s |       0 |       31 |        0 |    17912      0 |      305 |       84
1.49/1.53	c #cpu_time = 0.018s
1.49/1.53	c #wall_clock_time = 0.018s
1.49/1.53	c #decision = 31
1.49/1.53	c #random_decision = 0
1.49/1.53	c #conflict = 0
1.49/1.53	c #restart = 0
1.49/1.53	c BCD2: found a new core of size 4: cost of the new core is >=38
1.49/1.53	c lower bound updated to 1102
1.49/1.53	c BCD2: 1102 <= obj <= 11090838383
1.49/1.53	c BCD2: #cores=29, #unrelaxed=679, #relaxed=116, #hardened=0
1.49/1.53	c BCD2: #sat=1 #unsat=30 bias=30/31
1.49/1.53	c Solving starts ...
1.49/1.53	c ============================[ Search Statistics ]============================
1.49/1.53	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.49/1.53	c       |         |          |          |    Limit     GC | Var      | Constra 
1.49/1.53	c =============================================================================
1.49/1.53	c  0.0s |       0 |        0 |        0 |    17912      0 |      305 |       84
1.49/1.55	c  0.0s |       0 |       32 |        0 |    17912      0 |      305 |       84
1.49/1.55	c #cpu_time = 0.019s
1.49/1.55	c #wall_clock_time = 0.019s
1.49/1.55	c #decision = 32
1.49/1.55	c #random_decision = 0
1.49/1.55	c #conflict = 0
1.49/1.55	c #restart = 0
1.49/1.55	c BCD2: found a new core of size 4: cost of the new core is >=38
1.49/1.55	c lower bound updated to 1140
1.49/1.55	c BCD2: 1140 <= obj <= 11090838383
1.49/1.55	c BCD2: #cores=30, #unrelaxed=675, #relaxed=120, #hardened=0
1.49/1.55	c BCD2: #sat=1 #unsat=31 bias=31/32
1.49/1.56	c Solving starts ...
1.49/1.56	c ============================[ Search Statistics ]============================
1.49/1.56	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.49/1.56	c       |         |          |          |    Limit     GC | Var      | Constra 
1.49/1.56	c =============================================================================
1.49/1.56	c  0.0s |       0 |        0 |        0 |    17912      0 |      305 |       84
1.49/1.57	c  0.0s |       0 |       33 |        0 |    17912      0 |      305 |       84
1.49/1.57	c #cpu_time = 0.018s
1.49/1.57	c #wall_clock_time = 0.018s
1.49/1.57	c #decision = 33
1.49/1.57	c #random_decision = 0
1.49/1.57	c #conflict = 0
1.49/1.57	c #restart = 0
1.49/1.57	c BCD2: found a new core of size 4: cost of the new core is >=38
1.49/1.57	c lower bound updated to 1178
1.49/1.58	c BCD2: 1178 <= obj <= 11090838383
1.49/1.58	c BCD2: #cores=31, #unrelaxed=671, #relaxed=124, #hardened=0
1.49/1.58	c BCD2: #sat=1 #unsat=32 bias=32/33
1.49/1.58	c Solving starts ...
1.49/1.58	c ============================[ Search Statistics ]============================
1.49/1.58	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.49/1.58	c       |         |          |          |    Limit     GC | Var      | Constra 
1.49/1.58	c =============================================================================
1.49/1.58	c  0.0s |       0 |        0 |        0 |    17912      0 |      305 |       84
1.59/1.60	c  0.0s |       0 |       34 |        0 |    17912      0 |      305 |       84
1.59/1.60	c #cpu_time = 0.017s
1.59/1.60	c #wall_clock_time = 0.017s
1.59/1.60	c #decision = 34
1.59/1.60	c #random_decision = 0
1.59/1.60	c #conflict = 0
1.59/1.60	c #restart = 0
1.59/1.60	c BCD2: found a new core of size 4: cost of the new core is >=38
1.59/1.60	c lower bound updated to 1216
1.59/1.60	c BCD2: 1216 <= obj <= 11090838383
1.59/1.60	c BCD2: #cores=32, #unrelaxed=667, #relaxed=128, #hardened=0
1.59/1.60	c BCD2: #sat=1 #unsat=33 bias=33/34
1.59/1.60	c Solving starts ...
1.59/1.60	c ============================[ Search Statistics ]============================
1.59/1.60	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.59/1.60	c       |         |          |          |    Limit     GC | Var      | Constra 
1.59/1.60	c =============================================================================
1.59/1.60	c  0.0s |       0 |        0 |        0 |    17912      0 |      305 |       84
1.59/1.62	c  0.0s |       0 |       35 |        0 |    17912      0 |      305 |       84
1.59/1.62	c #cpu_time = 0.019s
1.59/1.62	c #wall_clock_time = 0.019s
1.59/1.62	c #decision = 35
1.59/1.62	c #random_decision = 0
1.59/1.62	c #conflict = 0
1.59/1.62	c #restart = 0
1.59/1.62	c BCD2: found a new core of size 4: cost of the new core is >=38
1.59/1.62	c lower bound updated to 1254
1.59/1.62	c BCD2: 1254 <= obj <= 11090838383
1.59/1.62	c BCD2: #cores=33, #unrelaxed=663, #relaxed=132, #hardened=0
1.59/1.62	c BCD2: #sat=1 #unsat=34 bias=34/35
1.59/1.62	c Solving starts ...
1.59/1.62	c ============================[ Search Statistics ]============================
1.59/1.62	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.59/1.62	c       |         |          |          |    Limit     GC | Var      | Constra 
1.59/1.62	c =============================================================================
1.59/1.62	c  0.0s |       0 |        0 |        0 |    17912      0 |      305 |       84
1.59/1.64	c  0.0s |       0 |       36 |        0 |    17912      0 |      305 |       84
1.59/1.64	c #cpu_time = 0.019s
1.59/1.64	c #wall_clock_time = 0.019s
1.59/1.64	c #decision = 36
1.59/1.64	c #random_decision = 0
1.59/1.64	c #conflict = 0
1.59/1.64	c #restart = 0
1.59/1.64	c BCD2: found a new core of size 4: cost of the new core is >=38
1.59/1.64	c lower bound updated to 1292
1.59/1.64	c BCD2: 1292 <= obj <= 11090838383
1.59/1.64	c BCD2: #cores=34, #unrelaxed=659, #relaxed=136, #hardened=0
1.59/1.64	c BCD2: #sat=1 #unsat=35 bias=35/36
1.59/1.64	c Solving starts ...
1.59/1.64	c ============================[ Search Statistics ]============================
1.59/1.64	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.59/1.64	c       |         |          |          |    Limit     GC | Var      | Constra 
1.59/1.64	c =============================================================================
1.59/1.64	c  0.0s |       0 |        0 |        0 |    17912      0 |      305 |       84
1.59/1.66	c  0.0s |       0 |       37 |        0 |    17912      0 |      305 |       84
1.59/1.66	c #cpu_time = 0.018s
1.59/1.66	c #wall_clock_time = 0.018s
1.59/1.66	c #decision = 37
1.59/1.66	c #random_decision = 0
1.59/1.66	c #conflict = 0
1.59/1.66	c #restart = 0
1.59/1.66	c BCD2: found a new core of size 4: cost of the new core is >=38
1.59/1.66	c lower bound updated to 1330
1.59/1.66	c BCD2: 1330 <= obj <= 11090838383
1.59/1.66	c BCD2: #cores=35, #unrelaxed=655, #relaxed=140, #hardened=0
1.59/1.66	c BCD2: #sat=1 #unsat=36 bias=36/37
1.59/1.67	c Solving starts ...
1.59/1.67	c ============================[ Search Statistics ]============================
1.59/1.67	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.59/1.67	c       |         |          |          |    Limit     GC | Var      | Constra 
1.59/1.67	c =============================================================================
1.59/1.67	c  0.0s |       0 |        0 |        0 |    17912      0 |      305 |       84
1.59/1.69	c  0.0s |       0 |       38 |        0 |    17912      0 |      305 |       84
1.59/1.69	c #cpu_time = 0.017s
1.59/1.69	c #wall_clock_time = 0.017s
1.59/1.69	c #decision = 38
1.59/1.69	c #random_decision = 0
1.59/1.69	c #conflict = 0
1.59/1.69	c #restart = 0
1.59/1.69	c BCD2: found a new core of size 4: cost of the new core is >=38
1.59/1.69	c lower bound updated to 1368
1.59/1.69	c BCD2: 1368 <= obj <= 11090838383
1.59/1.69	c BCD2: #cores=36, #unrelaxed=651, #relaxed=144, #hardened=0
1.59/1.69	c BCD2: #sat=1 #unsat=37 bias=37/38
1.59/1.69	c Solving starts ...
1.59/1.69	c ============================[ Search Statistics ]============================
1.59/1.69	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.59/1.69	c       |         |          |          |    Limit     GC | Var      | Constra 
1.59/1.69	c =============================================================================
1.59/1.69	c  0.0s |       0 |        0 |        0 |    17912      0 |      305 |       84
1.69/1.71	c  0.0s |       0 |       39 |        0 |    17912      0 |      305 |       84
1.69/1.71	c #cpu_time = 0.019s
1.69/1.71	c #wall_clock_time = 0.019s
1.69/1.71	c #decision = 39
1.69/1.71	c #random_decision = 0
1.69/1.71	c #conflict = 0
1.69/1.71	c #restart = 0
1.69/1.71	c BCD2: found a new core of size 4: cost of the new core is >=38
1.69/1.71	c lower bound updated to 1406
1.69/1.71	c BCD2: 1406 <= obj <= 11090838383
1.69/1.71	c BCD2: #cores=37, #unrelaxed=647, #relaxed=148, #hardened=0
1.69/1.71	c BCD2: #sat=1 #unsat=38 bias=38/39
1.69/1.71	c Solving starts ...
1.69/1.71	c ============================[ Search Statistics ]============================
1.69/1.71	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.69/1.71	c       |         |          |          |    Limit     GC | Var      | Constra 
1.69/1.71	c =============================================================================
1.69/1.71	c  0.0s |       0 |        0 |        0 |    17912      0 |      305 |       84
1.69/1.74	c  0.0s |       0 |       40 |        1 |    17912      0 |      305 |       84
1.69/1.74	c #cpu_time = 0.023s
1.69/1.74	c #wall_clock_time = 0.023s
1.69/1.74	c #decision = 40
1.69/1.74	c #random_decision = 0
1.69/1.74	c #conflict = 1
1.69/1.74	c #restart = 0
1.69/1.74	c BCD2: found a new core of size 3: cost of the new core is >=79235168
1.69/1.74	c lower bound updated to 79236574
1.69/1.74	c BCD2: 79236574 <= obj <= 11090838383
1.69/1.74	c BCD2: #cores=38, #unrelaxed=644, #relaxed=151, #hardened=0
1.69/1.74	c BCD2: #sat=1 #unsat=39 bias=39/40
1.69/1.74	c Solving starts ...
1.69/1.74	c ============================[ Search Statistics ]============================
1.69/1.74	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.69/1.74	c       |         |          |          |    Limit     GC | Var      | Constra 
1.69/1.74	c =============================================================================
1.69/1.74	c  0.0s |       0 |        0 |        0 |    17912      0 |      305 |       84
1.69/1.76	c  0.0s |       0 |       39 |        0 |    17912      0 |      305 |       84
1.69/1.76	c #cpu_time = 0.019s
1.69/1.76	c #wall_clock_time = 0.019s
1.69/1.76	c #decision = 39
1.69/1.76	c #random_decision = 0
1.69/1.76	c #conflict = 0
1.69/1.76	c #restart = 0
1.69/1.76	c BCD2: found a new core of size 1: cost of the new core is >=396175840
1.69/1.76	c lower bound updated to 475412414
1.69/1.76	c BCD2: 475412414 <= obj <= 11090838383
1.69/1.76	c BCD2: #cores=39, #unrelaxed=643, #relaxed=152, #hardened=0
1.69/1.76	c BCD2: #sat=1 #unsat=40 bias=40/41
1.69/1.76	c Solving starts ...
1.69/1.76	c ============================[ Search Statistics ]============================
1.69/1.76	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.69/1.76	c       |         |          |          |    Limit     GC | Var      | Constra 
1.69/1.76	c =============================================================================
1.69/1.77	c  0.0s |       0 |        0 |        0 |    17912      0 |      305 |       84
1.69/1.78	c  0.0s |       0 |      211 |        0 |    17912      0 |      305 |       84
1.69/1.78	c #cpu_time = 0.019s
1.69/1.78	c #wall_clock_time = 0.019s
1.69/1.78	c #decision = 211
1.69/1.78	c #random_decision = 0
1.69/1.78	c #conflict = 0
1.69/1.78	c #restart = 0
1.69/1.78	c BCD2: found a new core of size 28: cost of the new core is >=396175840
1.69/1.79	c lower bound updated to 871588254
1.69/1.79	c BCD2: 871588254 <= obj <= 11090838383
1.69/1.79	c BCD2: #cores=40, #unrelaxed=615, #relaxed=180, #hardened=0
1.69/1.79	c BCD2: #sat=1 #unsat=41 bias=41/42
1.69/1.79	c Solving starts ...
1.69/1.79	c ============================[ Search Statistics ]============================
1.69/1.79	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.69/1.79	c       |         |          |          |    Limit     GC | Var      | Constra 
1.69/1.79	c =============================================================================
1.69/1.79	c  0.0s |       0 |        0 |        0 |    17912      0 |      305 |       85
1.79/1.81	c  0.0s |       0 |      493 |        0 |    17912      0 |      305 |       85
1.79/1.81	c #cpu_time = 0.020s
1.79/1.81	c #wall_clock_time = 0.020s
1.79/1.81	c #decision = 493
1.79/1.81	c #random_decision = 0
1.79/1.81	c #conflict = 0
1.79/1.81	c #restart = 0
1.79/1.81	c BCD2: found a new core of size 91: cost of the new core is >=396175840
1.79/1.81	c lower bound updated to 1267764094
1.79/1.82	c BCD2: 1267764094 <= obj <= 11090838383
1.79/1.82	c BCD2: #cores=41, #unrelaxed=524, #relaxed=271, #hardened=0
1.79/1.82	c BCD2: #sat=1 #unsat=42 bias=42/43
1.79/1.82	c Solving starts ...
1.79/1.82	c ============================[ Search Statistics ]============================
1.79/1.82	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.79/1.82	c       |         |          |          |    Limit     GC | Var      | Constra 
1.79/1.82	c =============================================================================
1.79/1.82	c  0.0s |       0 |        0 |        0 |    17912      0 |      305 |       86
1.79/1.84	c  0.0s |       0 |      473 |        0 |    17912      0 |      305 |       86
1.79/1.84	c #cpu_time = 0.019s
1.79/1.84	c #wall_clock_time = 0.019s
1.79/1.84	c #decision = 473
1.79/1.84	c #random_decision = 0
1.79/1.84	c #conflict = 0
1.79/1.84	c #restart = 0
1.79/1.84	c BCD2: found a new core of size 91: cost of the new core is >=396175840
1.79/1.84	c lower bound updated to 1663939934
1.79/1.85	c BCD2: 1663939934 <= obj <= 11090838383
1.79/1.85	c BCD2: #cores=42, #unrelaxed=433, #relaxed=362, #hardened=0
1.79/1.85	c BCD2: #sat=1 #unsat=43 bias=43/44
1.79/1.85	c Solving starts ...
1.79/1.85	c ============================[ Search Statistics ]============================
1.79/1.85	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.79/1.85	c       |         |          |          |    Limit     GC | Var      | Constra 
1.79/1.85	c =============================================================================
1.79/1.85	c  0.0s |       0 |        0 |        0 |    17912      0 |      305 |       87
1.79/1.88	c  0.0s |       0 |      660 |       60 |    17912      0 |      305 |       87
1.79/1.88	c #cpu_time = 0.034s
1.79/1.88	c #wall_clock_time = 0.034s
1.79/1.88	c #decision = 660
1.79/1.88	c #random_decision = 1
1.79/1.88	c #conflict = 60
1.79/1.88	c #restart = 0
1.79/1.88	c BCD2: relaxing 97 and merging with 1 cores into a new core of size 188: cost of the new core is >=792351680
1.79/1.88	c BCD2: refineLB: 783347684 -> 792351680
1.79/1.88	c lower bound updated to 2060115774
1.79/1.88	c BCD2: 2060115774 <= obj <= 11090838383
1.79/1.88	c BCD2: #cores=42, #unrelaxed=336, #relaxed=459, #hardened=0
1.79/1.88	c BCD2: #sat=1 #unsat=44 bias=44/45
1.79/1.89	c Solving starts ...
1.79/1.89	c ============================[ Search Statistics ]============================
1.79/1.89	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.79/1.89	c       |         |          |          |    Limit     GC | Var      | Constra 
1.79/1.89	c =============================================================================
1.79/1.89	c  0.0s |       0 |        0 |        0 |    17912      0 |      307 |       87
1.89/1.98	c  0.1s |       0 |     1884 |        3 |    17912      0 |      307 |       90
1.89/1.98	c #cpu_time = 0.081s
1.89/1.98	c #wall_clock_time = 0.081s
1.89/1.98	c #decision = 1884
1.89/1.98	c #random_decision = 9
1.89/1.98	c #conflict = 3
1.89/1.98	c #restart = 0
1.89/1.98	o 9668556258

Verifier Data

ERROR: no interpretation found !

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

pid=2862
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.28 2.25 2.19 3/179 2865
/proc/meminfo: memFree=16781160/32872528 swapFree=1370848/1518016
[pid=2865] ppid=2862 vsize=663996 CPUtime=0 cores=0,2,4,6
/proc/2865/stat : 2865 (toysat) R 2862 2865 1977 0 -1 4202496 2466 0 0 0 0 0 0 0 20 0 4 0 41128920 679931904 3337 33554432000 4194304 16246674 140733453568512 140733453567936 15002730 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/2865/statm: 166767 3347 441 2943 0 163661 0
[pid=2865/tid=2866] ppid=2862 vsize=680516 CPUtime=0 cores=0,2,4,6
/proc/2865/task/2866/stat : 2866 (toysat) S 2862 2865 1977 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 41128920 696848384 3403 33554432000 4194304 16246674 140733453568512 140664027196656 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=2865/tid=2867] ppid=2862 vsize=684612 CPUtime=0 cores=0,2,4,6
/proc/2865/task/2867/stat : 2867 (toysat) S 2862 2865 1977 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 41128920 701042688 3419 33554432000 4194304 16246674 140733453568512 140664016706800 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=2865/tid=2868] ppid=2862 vsize=688708 CPUtime=0 cores=0,2,4,6
/proc/2865/task/2868/stat : 2868 (toysat) S 2862 2865 1977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 41128920 705236992 3435 33554432000 4194304 16246674 140733453568512 140663937035440 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0

[startup+0.100163 s]
/proc/loadavg: 2.28 2.25 2.19 3/179 2865
/proc/meminfo: memFree=16781160/32872528 swapFree=1370848/1518016
[pid=2865] ppid=2862 vsize=1302084 CPUtime=0.09 cores=0,2,4,6
/proc/2865/stat : 2865 (toysat) R 2862 2865 1977 0 -1 4202496 27573 0 0 0 5 4 0 0 20 0 4 0 41128920 1333334016 28382 33554432000 4194304 16246674 140733453568512 140733453567824 8058796 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/2865/statm: 325521 28395 801 2943 0 322415 0
[pid=2865/tid=2866] ppid=2862 vsize=1302084 CPUtime=0 cores=0,2,4,6
/proc/2865/task/2866/stat : 2866 (toysat) S 2862 2865 1977 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 41128920 1333334016 28405 33554432000 4194304 16246674 140733453568512 140664027196656 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=2865/tid=2867] ppid=2862 vsize=1302084 CPUtime=0 cores=0,2,4,6
/proc/2865/task/2867/stat : 2867 (toysat) S 2862 2865 1977 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 41128920 1333334016 28416 33554432000 4194304 16246674 140733453568512 140664016706800 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=2865/tid=2868] ppid=2862 vsize=1302084 CPUtime=0 cores=0,2,4,6
/proc/2865/task/2868/stat : 2868 (toysat) S 2862 2865 1977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 41128920 1333334016 28426 33554432000 4194304 16246674 140733453568512 140663937035440 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1302084

[startup+0.200484 s]
/proc/loadavg: 2.28 2.25 2.19 3/179 2865
/proc/meminfo: memFree=16781160/32872528 swapFree=1370848/1518016
[pid=2865] ppid=2862 vsize=1313348 CPUtime=0.19 cores=0,2,4,6
/proc/2865/stat : 2865 (toysat) R 2862 2865 1977 0 -1 4202496 47467 0 0 0 13 6 0 0 20 0 4 0 41128920 1344868352 48787 33554432000 4194304 16246674 140733453568512 140733453567824 7364368 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/2865/statm: 328337 48787 801 2943 0 325231 0
[pid=2865/tid=2866] ppid=2862 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/2865/task/2866/stat : 2866 (toysat) S 2862 2865 1977 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 41128920 1344868352 48787 33554432000 4194304 16246674 140733453568512 140664027196656 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=2865/tid=2867] ppid=2862 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/2865/task/2867/stat : 2867 (toysat) S 2862 2865 1977 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 41128920 1344868352 48787 33554432000 4194304 16246674 140733453568512 140664016706800 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=2865/tid=2868] ppid=2862 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/2865/task/2868/stat : 2868 (toysat) S 2862 2865 1977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 41128920 1344868352 48787 33554432000 4194304 16246674 140733453568512 140663937035440 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1313348

[startup+0.300449 s]
/proc/loadavg: 2.28 2.25 2.19 3/179 2865
/proc/meminfo: memFree=16781160/32872528 swapFree=1370848/1518016
[pid=2865] ppid=2862 vsize=1313348 CPUtime=0.29 cores=0,2,4,6
/proc/2865/stat : 2865 (toysat) R 2862 2865 1977 0 -1 4202496 56279 0 0 0 21 8 0 0 20 0 4 0 41128920 1344868352 57599 33554432000 4194304 16246674 140733453568512 140733453567824 13923787 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/2865/statm: 328337 57599 834 2943 0 325231 0
[pid=2865/tid=2866] ppid=2862 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/2865/task/2866/stat : 2866 (toysat) S 2862 2865 1977 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 41128920 1344868352 57599 33554432000 4194304 16246674 140733453568512 140664027196656 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=2865/tid=2867] ppid=2862 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/2865/task/2867/stat : 2867 (toysat) S 2862 2865 1977 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 41128920 1344868352 57599 33554432000 4194304 16246674 140733453568512 140664016706800 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=2865/tid=2868] ppid=2862 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/2865/task/2868/stat : 2868 (toysat) S 2862 2865 1977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 41128920 1344868352 57599 33554432000 4194304 16246674 140733453568512 140663937035440 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1313348

[startup+0.700382 s]
/proc/loadavg: 2.28 2.25 2.19 3/179 2865
/proc/meminfo: memFree=16781160/32872528 swapFree=1370848/1518016
[pid=2865] ppid=2862 vsize=1313348 CPUtime=0.69 cores=0,2,4,6
/proc/2865/stat : 2865 (toysat) R 2862 2865 1977 0 -1 4202496 107173 0 0 0 51 18 0 0 20 0 4 0 41128920 1344868352 108494 33554432000 4194304 16246674 140733453568512 140733453550400 6775184 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/2865/statm: 328337 108501 839 2943 0 325231 0
[pid=2865/tid=2866] ppid=2862 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/2865/task/2866/stat : 2866 (toysat) S 2862 2865 1977 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 41128920 1344868352 108507 33554432000 4194304 16246674 140733453568512 140664027196656 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=2865/tid=2867] ppid=2862 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/2865/task/2867/stat : 2867 (toysat) S 2862 2865 1977 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 41128920 1344868352 108512 33554432000 4194304 16246674 140733453568512 140664016706800 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=2865/tid=2868] ppid=2862 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/2865/task/2868/stat : 2868 (toysat) S 2862 2865 1977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 41128920 1344868352 108517 33554432000 4194304 16246674 140733453568512 140663937035440 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1313348

[startup+1.50029 s]
/proc/loadavg: 2.28 2.25 2.19 4/183 2869
/proc/meminfo: memFree=16287632/32872528 swapFree=1370848/1518016
[pid=2865] ppid=2862 vsize=1313348 CPUtime=1.49 cores=0,2,4,6
/proc/2865/stat : 2865 (toysat) R 2862 2865 1977 0 -1 4202496 122547 0 0 0 129 20 0 0 20 0 4 0 41128920 1344868352 123867 33554432000 4194304 16246674 140733453568512 140733453550400 5531896 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/2865/statm: 328337 123867 914 2943 0 325231 0
[pid=2865/tid=2866] ppid=2862 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/2865/task/2866/stat : 2866 (toysat) S 2862 2865 1977 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 41128920 1344868352 123867 33554432000 4194304 16246674 140733453568512 140664027196656 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=2865/tid=2867] ppid=2862 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/2865/task/2867/stat : 2867 (toysat) S 2862 2865 1977 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 41128920 1344868352 123867 33554432000 4194304 16246674 140733453568512 140664016706800 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=2865/tid=2868] ppid=2862 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/2865/task/2868/stat : 2868 (toysat) S 2862 2865 1977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 41128920 1344868352 123867 33554432000 4194304 16246674 140733453568512 140663937035440 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 1313348

[startup+3.10029 s]
/proc/loadavg: 2.28 2.25 2.19 4/183 2869
/proc/meminfo: memFree=16283416/32872528 swapFree=1370848/1518016
[pid=2865] ppid=2862 vsize=1346116 CPUtime=3.09 cores=0,2,4,6
/proc/2865/stat : 2865 (toysat) R 2862 2865 1977 0 -1 4202496 277170 0 0 0 269 40 0 0 20 0 4 0 41128920 1378422784 278490 33554432000 4194304 16246674 140733453568512 140733453550400 12429241 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/2865/statm: 336529 278490 914 2943 0 333423 0
[pid=2865/tid=2866] ppid=2862 vsize=1346116 CPUtime=0 cores=0,2,4,6
/proc/2865/task/2866/stat : 2866 (toysat) S 2862 2865 1977 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 41128920 1378422784 278490 33554432000 4194304 16246674 140733453568512 140664027196656 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=2865/tid=2867] ppid=2862 vsize=1346116 CPUtime=0 cores=0,2,4,6
/proc/2865/task/2867/stat : 2867 (toysat) S 2862 2865 1977 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 41128920 1378422784 278490 33554432000 4194304 16246674 140733453568512 140664016706800 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=2865/tid=2868] ppid=2862 vsize=1346116 CPUtime=0 cores=0,2,4,6
/proc/2865/task/2868/stat : 2868 (toysat) S 2862 2865 1977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 41128920 1378422784 278490 33554432000 4194304 16246674 140733453568512 140663937035440 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 1346116

[startup+6.30043 s]
/proc/loadavg: 2.34 2.27 2.19 4/183 2869
/proc/meminfo: memFree=15667648/32872528 swapFree=1370848/1518016
[pid=2865] ppid=2862 vsize=1346116 CPUtime=6.29 cores=0,2,4,6
/proc/2865/stat : 2865 (toysat) R 2862 2865 1977 0 -1 4202496 277229 0 0 0 589 40 0 0 20 0 4 0 41128920 1378422784 278549 33554432000 4194304 16246674 140733453568512 140733453550400 12449269 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/2865/statm: 336529 278549 914 2943 0 333423 0
[pid=2865/tid=2866] ppid=2862 vsize=1346116 CPUtime=0 cores=0,2,4,6
/proc/2865/task/2866/stat : 2866 (toysat) S 2862 2865 1977 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 41128920 1378422784 278549 33554432000 4194304 16246674 140733453568512 140664027196656 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=2865/tid=2867] ppid=2862 vsize=1346116 CPUtime=0 cores=0,2,4,6
/proc/2865/task/2867/stat : 2867 (toysat) S 2862 2865 1977 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 41128920 1378422784 278549 33554432000 4194304 16246674 140733453568512 140664016706800 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=2865/tid=2868] ppid=2862 vsize=1346116 CPUtime=0 cores=0,2,4,6
/proc/2865/task/2868/stat : 2868 (toysat) S 2862 2865 1977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 41128920 1378422784 278549 33554432000 4194304 16246674 140733453568512 140663937035440 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1346116

[startup+12.7004 s]
/proc/loadavg: 2.31 2.26 2.19 3/183 2869
/proc/meminfo: memFree=15593272/32872528 swapFree=1370848/1518016
[pid=2865] ppid=2862 vsize=1419844 CPUtime=12.69 cores=0,2,4,6
/proc/2865/stat : 2865 (toysat) R 2862 2865 1977 0 -1 4202496 295661 0 0 0 1226 43 0 0 20 0 4 0 41128920 1453920256 296981 33554432000 4194304 16246674 140733453568512 140733453566336 4220871 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/2865/statm: 354961 296981 914 2943 0 351855 0
[pid=2865/tid=2866] ppid=2862 vsize=1419844 CPUtime=0 cores=0,2,4,6
/proc/2865/task/2866/stat : 2866 (toysat) S 2862 2865 1977 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 41128920 1453920256 296981 33554432000 4194304 16246674 140733453568512 140664027196656 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=2865/tid=2867] ppid=2862 vsize=1419844 CPUtime=0 cores=0,2,4,6
/proc/2865/task/2867/stat : 2867 (toysat) S 2862 2865 1977 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 41128920 1453920256 296981 33554432000 4194304 16246674 140733453568512 140664016706800 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=2865/tid=2868] ppid=2862 vsize=1419844 CPUtime=0 cores=0,2,4,6
/proc/2865/task/2868/stat : 2868 (toysat) S 2862 2865 1977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 41128920 1453920256 296981 33554432000 4194304 16246674 140733453568512 140663937035440 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1419844

[startup+25.5005 s]
/proc/loadavg: 2.31 2.26 2.19 3/183 2869
/proc/meminfo: memFree=15090412/32872528 swapFree=1370848/1518016
[pid=2865] ppid=2862 vsize=1921604 CPUtime=25.48 cores=0,2,4,6
/proc/2865/stat : 2865 (toysat) R 2862 2865 1977 0 -1 4202496 421101 0 0 0 2487 61 0 0 20 0 4 0 41128920 1967722496 422421 33554432000 4194304 16246674 140733453568512 140733453566336 4206600 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/2865/statm: 480401 422421 914 2943 0 477295 0
[pid=2865/tid=2866] ppid=2862 vsize=1921604 CPUtime=0 cores=0,2,4,6
/proc/2865/task/2866/stat : 2866 (toysat) S 2862 2865 1977 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 41128920 1967722496 422421 33554432000 4194304 16246674 140733453568512 140664027196656 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=2865/tid=2867] ppid=2862 vsize=1921604 CPUtime=0 cores=0,2,4,6
/proc/2865/task/2867/stat : 2867 (toysat) S 2862 2865 1977 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 41128920 1967722496 422421 33554432000 4194304 16246674 140733453568512 140664016706576 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2865/tid=2868] ppid=2862 vsize=1921604 CPUtime=0 cores=0,2,4,6
/proc/2865/task/2868/stat : 2868 (toysat) S 2862 2865 1977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 41128920 1967722496 422421 33554432000 4194304 16246674 140733453568512 140663937035440 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 1921604

[startup+51.1005 s]
/proc/loadavg: 2.34 2.27 2.20 4/183 2869
/proc/meminfo: memFree=14056980/32872528 swapFree=1370848/1518016
[pid=2865] ppid=2862 vsize=2953796 CPUtime=51.08 cores=0,2,4,6
/proc/2865/stat : 2865 (toysat) R 2862 2865 1977 0 -1 4202496 679149 0 0 0 5013 95 0 0 20 0 4 0 41128920 3024687104 680469 33554432000 4194304 16246674 140733453568512 140733453566336 4206991 0 2 0 34082818 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2865/statm: 738449 680469 914 2943 0 735343 0
[pid=2865/tid=2866] ppid=2862 vsize=2953796 CPUtime=0 cores=0,2,4,6
/proc/2865/task/2866/stat : 2866 (toysat) S 2862 2865 1977 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 41128920 3024687104 680469 33554432000 4194304 16246674 140733453568512 140664027196656 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=2865/tid=2867] ppid=2862 vsize=2953796 CPUtime=0 cores=0,2,4,6
/proc/2865/task/2867/stat : 2867 (toysat) S 2862 2865 1977 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 41128920 3024687104 680469 33554432000 4194304 16246674 140733453568512 140664016706576 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2865/tid=2868] ppid=2862 vsize=2953796 CPUtime=0 cores=0,2,4,6
/proc/2865/task/2868/stat : 2868 (toysat) S 2862 2865 1977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 41128920 3024687104 680469 33554432000 4194304 16246674 140733453568512 140663937035440 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 2953796

[startup+102.3 s]
/proc/loadavg: 2.26 2.26 2.19 3/183 2870
/proc/meminfo: memFree=11678324/32872528 swapFree=1370848/1518016
[pid=2865] ppid=2862 vsize=4590148 CPUtime=102.27 cores=0,2,4,6
/proc/2865/stat : 2865 (toysat) R 2862 2865 1977 0 -1 4202496 1088237 0 0 0 10071 156 0 0 20 0 4 0 41128920 4700311552 1089557 33554432000 4194304 16246674 140733453568512 140733453567688 4220912 0 2 0 34082818 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2865/statm: 1147537 1089557 914 2943 0 1144431 0
[pid=2865/tid=2866] ppid=2862 vsize=4590148 CPUtime=0 cores=0,2,4,6
/proc/2865/task/2866/stat : 2866 (toysat) S 2862 2865 1977 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 41128920 4700311552 1089557 33554432000 4194304 16246674 140733453568512 140664027196656 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=2865/tid=2867] ppid=2862 vsize=4590148 CPUtime=0 cores=0,2,4,6
/proc/2865/task/2867/stat : 2867 (toysat) S 2862 2865 1977 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 41128920 4700311552 1089557 33554432000 4194304 16246674 140733453568512 140664016706800 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=2865/tid=2868] ppid=2862 vsize=4590148 CPUtime=0 cores=0,2,4,6
/proc/2865/task/2868/stat : 2868 (toysat) S 2862 2865 1977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 41128920 4700311552 1089557 33554432000 4194304 16246674 140733453568512 140663937035440 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 4590148


################
# More data... #
################

[pid=2865/tid=2868] ppid=2862 vsize=12726852 CPUtime=0 cores=0,2,4,6
/proc/2865/task/2868/stat : 2868 (toysat) S 2862 2865 1977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 41128920 13032296448 3123484 33554432000 4194304 16246674 140733453568512 140663937035440 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 12726852

[startup+642.3 s]
/proc/loadavg: 2.28 2.22 2.18 3/183 2933
/proc/meminfo: memFree=3571676/32872528 swapFree=1370848/1518016
[pid=2865] ppid=2862 vsize=14173764 CPUtime=642.12 cores=0,2,4,6
/proc/2865/stat : 2865 (toysat) R 2862 2865 1977 0 -1 4202496 7087448 0 0 0 63130 1082 0 0 20 0 4 0 41128920 14513934336 3485472 33554432000 4194304 16246674 140733453568512 140733453566336 14013988 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/2865/statm: 3543441 3485472 918 2943 0 3540335 0
[pid=2865/tid=2866] ppid=2862 vsize=14173764 CPUtime=0 cores=0,2,4,6
/proc/2865/task/2866/stat : 2866 (toysat) S 2862 2865 1977 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 41128920 14513934336 3485472 33554432000 4194304 16246674 140733453568512 140664027196656 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=2865/tid=2867] ppid=2862 vsize=14173764 CPUtime=0 cores=0,2,4,6
/proc/2865/task/2867/stat : 2867 (toysat) S 2862 2865 1977 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 41128920 14513934336 3485472 33554432000 4194304 16246674 140733453568512 140664016706576 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2865/tid=2868] ppid=2862 vsize=14173764 CPUtime=0 cores=0,2,4,6
/proc/2865/task/2868/stat : 2868 (toysat) S 2862 2865 1977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 41128920 14513934336 3485472 33554432000 4194304 16246674 140733453568512 140663937035440 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 642.12
Current children cumulated vsize (KiB) 14173764

[startup+702.3 s]
/proc/loadavg: 2.10 2.17 2.17 3/183 2934
/proc/meminfo: memFree=3243340/32872528 swapFree=1370848/1518016
[pid=2865] ppid=2862 vsize=14173764 CPUtime=702.12 cores=0,2,4,6
/proc/2865/stat : 2865 (toysat) R 2862 2865 1977 0 -1 4202496 7087449 0 0 0 69126 1086 0 0 20 0 4 0 41128920 14513934336 3485472 33554432000 4194304 16246674 140733453568512 140733453567728 4220520 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/2865/statm: 3543441 3485472 918 2943 0 3540335 0
[pid=2865/tid=2866] ppid=2862 vsize=14173764 CPUtime=0 cores=0,2,4,6
/proc/2865/task/2866/stat : 2866 (toysat) S 2862 2865 1977 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 41128920 14513934336 3485472 33554432000 4194304 16246674 140733453568512 140664027196656 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=2865/tid=2867] ppid=2862 vsize=14173764 CPUtime=0 cores=0,2,4,6
/proc/2865/task/2867/stat : 2867 (toysat) S 2862 2865 1977 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 41128920 14513934336 3485472 33554432000 4194304 16246674 140733453568512 140664016706800 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=2865/tid=2868] ppid=2862 vsize=14173764 CPUtime=0 cores=0,2,4,6
/proc/2865/task/2868/stat : 2868 (toysat) S 2862 2865 1977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 41128920 14513934336 3485472 33554432000 4194304 16246674 140733453568512 140663937035440 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 702.12
Current children cumulated vsize (KiB) 14173764

[startup+762.3 s]
/proc/loadavg: 2.23 2.20 2.18 3/183 2936
/proc/meminfo: memFree=2532588/32872528 swapFree=1370848/1518016
[pid=2865] ppid=2862 vsize=14883396 CPUtime=762.11 cores=0,2,4,6
/proc/2865/stat : 2865 (toysat) R 2862 2865 1977 0 -1 4202496 7209554 0 0 0 75100 1111 0 0 20 0 4 0 41128920 15240597504 3662765 33554432000 4194304 16246674 140733453568512 140733453566336 14013822 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/2865/statm: 3720849 3662765 918 2943 0 3717743 0
[pid=2865/tid=2866] ppid=2862 vsize=14883396 CPUtime=0 cores=0,2,4,6
/proc/2865/task/2866/stat : 2866 (toysat) S 2862 2865 1977 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 41128920 15240597504 3662765 33554432000 4194304 16246674 140733453568512 140664027196656 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=2865/tid=2867] ppid=2862 vsize=14883396 CPUtime=0 cores=0,2,4,6
/proc/2865/task/2867/stat : 2867 (toysat) S 2862 2865 1977 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 41128920 15240597504 3662765 33554432000 4194304 16246674 140733453568512 140664016706576 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2865/tid=2868] ppid=2862 vsize=14883396 CPUtime=0 cores=0,2,4,6
/proc/2865/task/2868/stat : 2868 (toysat) S 2862 2865 1977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 41128920 15240597504 3662765 33554432000 4194304 16246674 140733453568512 140663937035440 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 762.11
Current children cumulated vsize (KiB) 14883396

[startup+822.3 s]
/proc/loadavg: 2.29 2.22 2.19 3/184 2940
/proc/meminfo: memFree=1511236/32872528 swapFree=1370848/1518016
[pid=2865] ppid=2862 vsize=14883396 CPUtime=822.1 cores=0,2,4,6
/proc/2865/stat : 2865 (toysat) R 2862 2865 1977 0 -1 4202496 7209669 0 0 0 81096 1114 0 0 20 0 4 0 41128920 15240597504 3662880 33554432000 4194304 16246674 140733453568512 140733453566464 14013920 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/2865/statm: 3720849 3662880 918 2943 0 3717743 0
[pid=2865/tid=2866] ppid=2862 vsize=14883396 CPUtime=0 cores=0,2,4,6
/proc/2865/task/2866/stat : 2866 (toysat) S 2862 2865 1977 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 41128920 15240597504 3662880 33554432000 4194304 16246674 140733453568512 140664027196656 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=2865/tid=2867] ppid=2862 vsize=14883396 CPUtime=0 cores=0,2,4,6
/proc/2865/task/2867/stat : 2867 (toysat) S 2862 2865 1977 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 41128920 15240597504 3662880 33554432000 4194304 16246674 140733453568512 140664016706576 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2865/tid=2868] ppid=2862 vsize=14883396 CPUtime=0 cores=0,2,4,6
/proc/2865/task/2868/stat : 2868 (toysat) S 2862 2865 1977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 41128920 15240597504 3662880 33554432000 4194304 16246674 140733453568512 140663937035440 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 822.1
Current children cumulated vsize (KiB) 14883396

[startup+882.3 s]
/proc/loadavg: 2.67 2.31 2.21 2/179 2972
/proc/meminfo: memFree=15734916/32872528 swapFree=1370848/1518016
[pid=2865] ppid=2862 vsize=15457860 CPUtime=878.62 cores=0,2,4,6
/proc/2865/stat : 2865 (toysat) D 2862 2865 1977 0 -1 4202496 7297767 0 276 0 86724 1138 0 0 20 0 4 0 41128920 15828848640 3688991 33554432000 4194304 16246674 140733453568512 140733453566336 4221016 0 2 0 34082818 18446744073709551615 0 0 17 0 0 0 326 0 0
/proc/2865/statm: 3864465 3688991 918 2943 0 3861359 0
[pid=2865/tid=2866] ppid=2862 vsize=15457860 CPUtime=0 cores=0,2,4,6
/proc/2865/task/2866/stat : 2866 (toysat) S 2862 2865 1977 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 41128920 15828848640 3688991 33554432000 4194304 16246674 140733453568512 140664027196656 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=2865/tid=2867] ppid=2862 vsize=15457860 CPUtime=0 cores=0,2,4,6
/proc/2865/task/2867/stat : 2867 (toysat) S 2862 2865 1977 0 -1 4202560 13 0 4 0 0 0 0 0 20 0 4 0 41128920 15828848640 3688991 33554432000 4194304 16246674 140733453568512 140664016706800 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 25 0 0
[pid=2865/tid=2868] ppid=2862 vsize=15457860 CPUtime=0 cores=0,2,4,6
/proc/2865/task/2868/stat : 2868 (toysat) S 2862 2865 1977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 41128920 15828848640 3688991 33554432000 4194304 16246674 140733453568512 140663937035440 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 878.62
Current children cumulated vsize (KiB) 15457860

[startup+942.3 s]
/proc/loadavg: 2.43 2.31 2.22 4/183 3013
/proc/meminfo: memFree=14150908/32872528 swapFree=1370848/1518016
[pid=2865] ppid=2862 vsize=15457860 CPUtime=930.87 cores=0,2,4,6
/proc/2865/stat : 2865 (toysat) R 2862 2865 1977 0 -1 4202496 7399520 0 14818 0 91821 1266 0 0 20 0 4 0 41128920 15828848640 3805285 33554432000 4194304 16246674 140733453568512 140733453566464 14013573 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 1124 0 0
/proc/2865/statm: 3864465 3805285 918 2943 0 3861359 0
[pid=2865/tid=2866] ppid=2862 vsize=15457860 CPUtime=0 cores=0,2,4,6
/proc/2865/task/2866/stat : 2866 (toysat) S 2862 2865 1977 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 41128920 15828848640 3805285 33554432000 4194304 16246674 140733453568512 140664027196656 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=2865/tid=2867] ppid=2862 vsize=15457860 CPUtime=0 cores=0,2,4,6
/proc/2865/task/2867/stat : 2867 (toysat) S 2862 2865 1977 0 -1 4202560 13 0 4 0 0 0 0 0 20 0 4 0 41128920 15828848640 3805285 33554432000 4194304 16246674 140733453568512 140664016706576 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 25 0 0
[pid=2865/tid=2868] ppid=2862 vsize=15457860 CPUtime=0 cores=0,2,4,6
/proc/2865/task/2868/stat : 2868 (toysat) S 2862 2865 1977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 41128920 15828848640 3805285 33554432000 4194304 16246674 140733453568512 140663937035440 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 930.87
Current children cumulated vsize (KiB) 15457860



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+962.407 s]
/proc/loadavg: 2.53 2.34 2.23 3/183 3014
/proc/meminfo: memFree=13769808/32872528 swapFree=1370848/1518016
[pid=2865] ppid=2862 vsize=15898180 CPUtime=950.97 cores=0,2,4,6
/proc/2865/stat : 2865 (toysat) R 2862 2865 1977 0 -1 4202496 7509376 0 14818 0 93812 1285 0 0 20 0 4 0 41128920 16279736320 3915142 33554432000 4194304 16246674 140733453568512 140733453567608 4221105 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 1124 0 0
/proc/2865/statm: 3974545 3915151 918 2943 0 3971439 0
[pid=2865/tid=2866] ppid=2862 vsize=15898180 CPUtime=0 cores=0,2,4,6
/proc/2865/task/2866/stat : 2866 (toysat) S 2862 2865 1977 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 41128920 16279736320 3915157 33554432000 4194304 16246674 140733453568512 140664027196656 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=2865/tid=2867] ppid=2862 vsize=15898180 CPUtime=0 cores=0,2,4,6
/proc/2865/task/2867/stat : 2867 (toysat) S 2862 2865 1977 0 -1 4202560 13 0 4 0 0 0 0 0 20 0 4 0 41128920 16279736320 3915164 33554432000 4194304 16246674 140733453568512 140664016706800 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 25 0 0
[pid=2865/tid=2868] ppid=2862 vsize=15898180 CPUtime=0 cores=0,2,4,6
/proc/2865/task/2868/stat : 2868 (toysat) S 2862 2865 1977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 41128920 16279736320 3915171 33554432000 4194304 16246674 140733453568512 140663937035440 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 950.97
Current children cumulated vsize (KiB) 15898180

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+962.527 s]
/proc/loadavg: 2.53 2.34 2.23 3/183 3014
/proc/meminfo: memFree=13769808/32872528 swapFree=1370848/1518016
[pid=2865] ppid=2862 vsize=0 CPUtime=951.07 cores=0,2,4,6
/proc/2865/stat : 2865 (toysat) Z 2862 2865 1977 0 -1 4203532 7513154 0 14820 0 93815 1292 0 0 20 0 2 0 41128920 0 0 33554432000 0 0 0 0 0 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 1124 0 0
/proc/2865/statm: 0 0 0 0 0 0 0
[pid=2865/tid=2866] ppid=2862 vsize=0 CPUtime=0.06 cores=0,2,4,6
/proc/2865/task/2866/stat : 2866 (toysat) R 2862 2865 1977 0 -1 4203588 9 0 1 0 0 6 0 0 20 0 2 0 41128920 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 -1 6 0 0 1 0 0
Current children cumulated CPU time (s) 951.07
Current children cumulated vsize (KiB) 0

[startup+962.9 s]
/proc/loadavg: 2.53 2.34 2.23 3/183 3014
/proc/meminfo: memFree=13769808/32872528 swapFree=1370848/1518016
[pid=2865] ppid=2862 vsize=0 CPUtime=951.44 cores=0,2,4,6
/proc/2865/stat : 2865 (toysat) Z 2862 2865 1977 0 -1 4203532 7513154 0 14820 0 93815 1329 0 0 20 0 2 0 41128920 0 0 33554432000 0 0 0 0 0 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 1124 0 0
/proc/2865/statm: 0 0 0 0 0 0 0
[pid=2865/tid=2866] ppid=2862 vsize=0 CPUtime=0.43 cores=0,2,4,6
/proc/2865/task/2866/stat : 2866 (toysat) R 2862 2865 1977 0 -1 4203588 9 0 1 0 0 43 0 0 20 0 2 0 41128920 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 -1 6 0 0 1 0 0
Current children cumulated CPU time (s) 951.44
Current children cumulated vsize (KiB) 0

[startup+963.1 s]
/proc/loadavg: 2.53 2.34 2.23 3/183 3014
/proc/meminfo: memFree=13769808/32872528 swapFree=1370848/1518016
[pid=2865] ppid=2862 vsize=0 CPUtime=951.64 cores=0,2,4,6
/proc/2865/stat : 2865 (toysat) Z 2862 2865 1977 0 -1 4203532 7513154 0 14820 0 93815 1349 0 0 20 0 2 0 41128920 0 0 33554432000 0 0 0 0 0 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 1124 0 0
/proc/2865/statm: 0 0 0 0 0 0 0
[pid=2865/tid=2866] ppid=2862 vsize=0 CPUtime=0.63 cores=0,2,4,6
/proc/2865/task/2866/stat : 2866 (toysat) R 2862 2865 1977 0 -1 4203588 9 0 1 0 0 63 0 0 20 0 2 0 41128920 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 -1 6 0 0 1 0 0
Current children cumulated CPU time (s) 951.64
Current children cumulated vsize (KiB) 0

[startup+963.2 s]
/proc/loadavg: 2.53 2.34 2.23 3/183 3014
/proc/meminfo: memFree=13769808/32872528 swapFree=1370848/1518016
[pid=2865] ppid=2862 vsize=0 CPUtime=951.74 cores=0,2,4,6
/proc/2865/stat : 2865 (toysat) Z 2862 2865 1977 0 -1 4203532 7513154 0 14820 0 93815 1359 0 0 20 0 2 0 41128920 0 0 33554432000 0 0 0 0 0 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 1124 0 0
/proc/2865/statm: 0 0 0 0 0 0 0
[pid=2865/tid=2866] ppid=2862 vsize=0 CPUtime=0.73 cores=0,2,4,6
/proc/2865/task/2866/stat : 2866 (toysat) R 2862 2865 1977 0 -1 4203588 9 0 1 0 0 73 0 0 20 0 2 0 41128920 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 -1 6 0 0 1 0 0
Current children cumulated CPU time (s) 951.74
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 963.241
CPU time (s): 951.784
CPU user time (s): 938.152
CPU system time (s): 13.6319
CPU usage (%): 98.8106
Max. virtual memory (cumulated for all children) (KiB): 15898180

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 938.152
system time used= 13.6319
maximum resident set size= 15675676
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 7513154
page faults= 14820
swaps= 0
block input operations= 912568
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 15414
involuntary context switches= 1285

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.00439 second user time and 4.43633 second system time

The end

Launcher Data

Begin job on node129 at 2016-06-20 04:47:04
IDJOB=4110860
IDBENCH=108486
IDSOLVER=2542
FILE ID=node129/4110860-1466390824
RUNJOBID= node129-1466385731-1993
PBS_JOBID= 19923266
Free space on /tmp= 71720 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB16/normalized-PB16/OPT-BIGINT-LIN/lion9-single-obj/normalized-single-obj-f58-fob_fxl_loss.seq-B-2-1-irabcde.opb
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --pb --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4110860-1466390824/watcher-4110860-1466390824 -o /tmp/evaluation-result-4110860-1466390824/solver-4110860-1466390824 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node129-1466385731-1993 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4110860-1466390824.opb

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

MD5SUM BENCH= 419d03c585c639c782f346c24427a3aa
RANDOM SEED=1436275679

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.143
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.143
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.143
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.54
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.143
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.143
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.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        16781912 kB
Buffers:           54884 kB
Cached:            81728 kB
SwapCached:         7804 kB
Active:         13747388 kB
Inactive:          70116 kB
Active(anon):   13675036 kB
Inactive(anon):     7976 kB
Active(file):      72352 kB
Inactive(file):    62140 kB
Unevictable:     1518016 kB
Mlocked:         1370848 kB
SwapTotal:      67108856 kB
SwapFree:       67092816 kB
Dirty:             17504 kB
Writeback:             4 kB
AnonPages:      15191392 kB
Mapped:            10816 kB
Shmem:                 0 kB
Slab:             596328 kB
SReclaimable:      40476 kB
SUnreclaim:       555852 kB
KernelStack:        1512 kB
PageTables:        33632 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:   15334488 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    149504 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71704 MiB
End job on node129 at 2016-06-20 05:03:08