Trace number 4110908

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) 1093.22 1093.42

General information on the benchmark

Namenormalized-PB16/OPT-BIGINT-LIN/lion9-single-obj/
normalized-single-obj-f58-fob_fxl_loss.seq-A-2-combined-irabcde.opb
MD5SUMa791f130a3b1013415ea493453217877
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark2536006228
Best CPU time to get the best result obtained on this benchmark117.942
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables16260
Total number of constraints42327
Number of constraints which are clauses42179
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-20T05:13:09+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-4110908-1466392388.opb"]
0.00/0.01	c use --random-gen="2533542477 3417799392 2783616212 510376940 3903387983 2887117980 949483626 637307529 3289743421 3482547708 2203877789 1875388573 2358671651 839261492 76188879 2734467135 1315758825 819446422 4055996592 2804740108 1892220161 3277026745 2560544853 3503568070 1071084826 7852548 3102895557 311327287 812818965 3316861843 4157515819 2735488709 3244239838 1280073353 944300381 2285844663 2076669372 1205352234 2868150022 2412571701 618371981 3420540101 1993118509 1807490521 3328487789 1617493866 1533966415 693146659 2600945168 1374596568 872974078 3001113599 4262563974 3316032928 3106595382 20794268 780980120 1171805417 1515791984 2691965271 3430552195 1482298222 3282596402 1440736248 2346219563 4171872581 1585827633 2097830782 2274344026 1853558912 2369834270 3204268652 1410598550 2552233712 3576418660 3905308299 534742571 973152305 2628084717 18479665 2435909956 66711392 479670120 3340604009 2263446401 2407457129 3432416032 1107859082 1466315519 10249897 1593497581 2148772025 3528240160 1220672662 2338917746 4191662784 1084817273 3495745118 4273523172 4120642307 3961808141 2412277343 3767855226 2688289931 3118510236 1709390749 3769529066 3666651150 985271713 4077917879 70614811 934302824 3893241352 2520953243 1468740111 879411125 1705925286 1340082561 3880633571 1630946189 2801967331 2780644469 1408859470 2331831445 4151717150 4073393653 208108214 986307105 2261417457 910273139 886802308 2759558767 672866431 1553962131 1105096119 2962117603 3852056739 265221615 2083755285 3431020992 2849180190 949430305 1192341977 1222361158 4163289241 2026056289 1162524926 256621781 3075498785 656796273 3307582137 3309285108 874955869 2526472384 4294182144 2619652804 2629878314 3929973518 2263881906 2040024622 3060958308 3450892446 713266077 4167222240 1135254786 3292794517 4241736285 1486038362 45932936 686471464 4169112418 1950901661 969240352 1584141574 4184622678 3670317808 1291099129 1796818008 1368953655 3063264159 2811504288 3469862092 1725575912 2992380068 2159874741 127468599 2812037353 712449931 4137594893 3155467036 3558382453 2355630771 540791995 891713249 2393741389 480148302 222679677 1680596327 3879681367 2590553190 3833423703 1924532917 632708172 359310324 1121576432 2382737651 2044101128 2354088608 3813402607 1578661584 1096283072 1582587764 4033970726 2876908515 2924914240 2134040029 75186788 1894625652 308466275 1939202368 1732454120 3051848940 4195656699 352452715 324092346 1133177668 469746681 1292867595 2176499687 203000173 3800578160 2266998012 3115722230 3614859651 4041862084 1738935878 3746296788 3019859995 4161880241 3004137021 957302531 3189501936 1917053006 79166460 2287215056 3549313642 1512351976 2671620759 2352653686 506867249 2667142900 1122589988 634333956 2334518725 2860541618 1406526335 255 362436" option to reproduce the execution
0.29/0.30	c #vars 16260
0.29/0.30	c #constraints 42327
0.79/0.88	c BCD2: Hardening is enabled.
0.79/0.88	c BCD2: BiasedSearch is enabled.
0.79/0.88	c Solving starts ...
0.79/0.88	c ============================[ Search Statistics ]============================
0.79/0.88	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.79/0.88	c       |         |          |          |    Limit     GC | Var      | Constra 
0.79/0.88	c =============================================================================
0.79/0.88	c  0.0s |       0 |        0 |        0 |    18848      0 |      416 |        0
0.89/0.94	c  0.1s |       0 |      171 |        2 |    18848      0 |      416 |       85
0.89/0.94	c #cpu_time = 0.051s
0.89/0.94	c #wall_clock_time = 0.051s
0.89/0.94	c #decision = 171
0.89/0.94	c #random_decision = 0
0.89/0.94	c #conflict = 2
0.89/0.94	c #restart = 0
0.89/0.94	o 11487014224
0.89/0.94	c BCD2: updating upper bound: 240478734879 -> 11487014223
0.89/0.94	c BCD2: 0 <= obj <= 11487014223
0.89/0.94	c BCD2: #cores=0, #unrelaxed=795, #relaxed=0, #hardened=0
0.89/0.94	c BCD2: #sat=1 #unsat=1 bias=1/2
0.89/0.94	c Solving starts ...
0.89/0.94	c ============================[ Search Statistics ]============================
0.89/0.94	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.89/0.94	c       |         |          |          |    Limit     GC | Var      | Constra 
0.89/0.94	c =============================================================================
0.89/0.94	c  0.0s |       0 |        0 |        0 |    18848      0 |      416 |       85
0.89/0.96	c  0.0s |       0 |        2 |        0 |    18848      0 |      416 |       85
0.89/0.96	c #cpu_time = 0.018s
0.89/0.96	c #wall_clock_time = 0.018s
0.89/0.96	c #decision = 2
0.89/0.96	c #random_decision = 0
0.89/0.96	c #conflict = 0
0.89/0.96	c #restart = 0
0.89/0.96	c BCD2: found a new core of size 3: cost of the new core is >=1444
0.89/0.96	c lower bound updated to 1444
0.89/0.96	c BCD2: 1444 <= obj <= 11487014223
0.89/0.96	c BCD2: #cores=1, #unrelaxed=792, #relaxed=3, #hardened=0
0.89/0.96	c BCD2: #sat=1 #unsat=2 bias=2/3
0.99/1.01	c Solving starts ...
0.99/1.01	c ============================[ Search Statistics ]============================
0.99/1.01	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.99/1.01	c       |         |          |          |    Limit     GC | Var      | Constra 
0.99/1.01	c =============================================================================
0.99/1.01	c  0.0s |       0 |        0 |        0 |    18848      0 |      416 |       85
0.99/1.03	c  0.0s |       0 |        3 |        0 |    18848      0 |      416 |       85
0.99/1.03	c #cpu_time = 0.018s
0.99/1.03	c #wall_clock_time = 0.018s
0.99/1.03	c #decision = 3
0.99/1.03	c #random_decision = 0
0.99/1.03	c #conflict = 0
0.99/1.03	c #restart = 0
0.99/1.03	c BCD2: found a new core of size 3: cost of the new core is >=1444
0.99/1.03	c lower bound updated to 2888
0.99/1.03	c BCD2: 2888 <= obj <= 11487014223
0.99/1.03	c BCD2: #cores=2, #unrelaxed=789, #relaxed=6, #hardened=0
0.99/1.03	c BCD2: #sat=1 #unsat=3 bias=3/4
0.99/1.03	c Solving starts ...
0.99/1.03	c ============================[ Search Statistics ]============================
0.99/1.03	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.99/1.03	c       |         |          |          |    Limit     GC | Var      | Constra 
0.99/1.03	c =============================================================================
0.99/1.03	c  0.0s |       0 |        0 |        0 |    18848      0 |      416 |       85
0.99/1.05	c  0.0s |       0 |        4 |        0 |    18848      0 |      416 |       85
0.99/1.05	c #cpu_time = 0.019s
0.99/1.05	c #wall_clock_time = 0.019s
0.99/1.05	c #decision = 4
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 3: cost of the new core is >=1444
0.99/1.05	c lower bound updated to 4332
0.99/1.05	c BCD2: 4332 <= obj <= 11487014223
0.99/1.05	c BCD2: #cores=3, #unrelaxed=786, #relaxed=9, #hardened=0
0.99/1.05	c BCD2: #sat=1 #unsat=4 bias=4/5
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.10	c  0.0s |       0 |        0 |        0 |    18848      0 |      416 |       85
1.10/1.12	c  0.0s |       0 |        5 |        0 |    18848      0 |      416 |       85
1.10/1.12	c #cpu_time = 0.018s
1.10/1.12	c #wall_clock_time = 0.018s
1.10/1.12	c #decision = 5
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 3: cost of the new core is >=1444
1.10/1.12	c lower bound updated to 5776
1.10/1.12	c BCD2: 5776 <= obj <= 11487014223
1.10/1.12	c BCD2: #cores=4, #unrelaxed=783, #relaxed=12, #hardened=0
1.10/1.12	c BCD2: #sat=1 #unsat=5 bias=5/6
1.10/1.12	c Solving starts ...
1.10/1.12	c ============================[ Search Statistics ]============================
1.10/1.12	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.10/1.12	c       |         |          |          |    Limit     GC | Var      | Constra 
1.10/1.12	c =============================================================================
1.10/1.12	c  0.0s |       0 |        0 |        0 |    18848      0 |      416 |       85
1.10/1.14	c  0.0s |       0 |        6 |        0 |    18848      0 |      416 |       85
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 = 6
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 3: cost of the new core is >=1444
1.10/1.14	c lower bound updated to 7220
1.10/1.14	c BCD2: 7220 <= obj <= 11487014223
1.10/1.14	c BCD2: #cores=5, #unrelaxed=780, #relaxed=15, #hardened=0
1.10/1.14	c BCD2: #sat=1 #unsat=6 bias=6/7
1.10/1.14	c Solving starts ...
1.10/1.14	c ============================[ Search Statistics ]============================
1.10/1.14	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.10/1.14	c       |         |          |          |    Limit     GC | Var      | Constra 
1.10/1.14	c =============================================================================
1.10/1.14	c  0.0s |       0 |        0 |        0 |    18848      0 |      416 |       85
1.10/1.16	c  0.0s |       0 |        7 |        0 |    18848      0 |      416 |       85
1.10/1.16	c #cpu_time = 0.020s
1.10/1.16	c #wall_clock_time = 0.020s
1.10/1.16	c #decision = 7
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 3: cost of the new core is >=1444
1.10/1.16	c lower bound updated to 8664
1.10/1.16	c BCD2: 8664 <= obj <= 11487014223
1.10/1.16	c BCD2: #cores=6, #unrelaxed=777, #relaxed=18, #hardened=0
1.10/1.16	c BCD2: #sat=1 #unsat=7 bias=7/8
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 |    18848      0 |      416 |       85
1.10/1.18	c  0.0s |       0 |        8 |        0 |    18848      0 |      416 |       85
1.10/1.18	c #cpu_time = 0.019s
1.10/1.18	c #wall_clock_time = 0.019s
1.10/1.18	c #decision = 8
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 3: cost of the new core is >=1444
1.10/1.18	c lower bound updated to 10108
1.10/1.18	c BCD2: 10108 <= obj <= 11487014223
1.10/1.18	c BCD2: #cores=7, #unrelaxed=774, #relaxed=21, #hardened=0
1.10/1.18	c BCD2: #sat=1 #unsat=8 bias=8/9
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 |    18848      0 |      416 |       85
1.20/1.21	c  0.0s |       0 |        9 |        0 |    18848      0 |      416 |       85
1.20/1.21	c #cpu_time = 0.018s
1.20/1.21	c #wall_clock_time = 0.018s
1.20/1.21	c #decision = 9
1.20/1.21	c #random_decision = 0
1.20/1.21	c #conflict = 0
1.20/1.21	c #restart = 0
1.20/1.21	c BCD2: found a new core of size 3: cost of the new core is >=1444
1.20/1.21	c lower bound updated to 11552
1.20/1.21	c BCD2: 11552 <= obj <= 11487014223
1.20/1.21	c BCD2: #cores=8, #unrelaxed=771, #relaxed=24, #hardened=0
1.20/1.21	c BCD2: #sat=1 #unsat=9 bias=9/10
1.20/1.21	c Solving starts ...
1.20/1.21	c ============================[ Search Statistics ]============================
1.20/1.21	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.20/1.21	c       |         |          |          |    Limit     GC | Var      | Constra 
1.20/1.21	c =============================================================================
1.20/1.21	c  0.0s |       0 |        0 |        0 |    18848      0 |      416 |       85
1.20/1.23	c  0.0s |       0 |       10 |        0 |    18848      0 |      416 |       85
1.20/1.23	c #cpu_time = 0.019s
1.20/1.23	c #wall_clock_time = 0.019s
1.20/1.23	c #decision = 10
1.20/1.23	c #random_decision = 0
1.20/1.23	c #conflict = 0
1.20/1.23	c #restart = 0
1.20/1.23	c BCD2: found a new core of size 3: cost of the new core is >=1444
1.20/1.23	c lower bound updated to 12996
1.20/1.23	c BCD2: 12996 <= obj <= 11487014223
1.20/1.23	c BCD2: #cores=9, #unrelaxed=768, #relaxed=27, #hardened=0
1.20/1.23	c BCD2: #sat=1 #unsat=10 bias=10/11
1.20/1.23	c Solving starts ...
1.20/1.23	c ============================[ Search Statistics ]============================
1.20/1.23	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.20/1.23	c       |         |          |          |    Limit     GC | Var      | Constra 
1.20/1.23	c =============================================================================
1.20/1.23	c  0.0s |       0 |        0 |        0 |    18848      0 |      416 |       85
1.20/1.25	c  0.0s |       0 |       11 |        0 |    18848      0 |      416 |       85
1.20/1.25	c #cpu_time = 0.021s
1.20/1.25	c #wall_clock_time = 0.021s
1.20/1.25	c #decision = 11
1.20/1.25	c #random_decision = 0
1.20/1.25	c #conflict = 0
1.20/1.25	c #restart = 0
1.20/1.25	c BCD2: found a new core of size 3: cost of the new core is >=1444
1.20/1.25	c lower bound updated to 14440
1.20/1.25	c BCD2: 14440 <= obj <= 11487014223
1.20/1.25	c BCD2: #cores=10, #unrelaxed=765, #relaxed=30, #hardened=0
1.20/1.25	c BCD2: #sat=1 #unsat=11 bias=11/12
1.20/1.25	c Solving starts ...
1.20/1.25	c ============================[ Search Statistics ]============================
1.20/1.25	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.20/1.25	c       |         |          |          |    Limit     GC | Var      | Constra 
1.20/1.25	c =============================================================================
1.20/1.25	c  0.0s |       0 |        0 |        0 |    18848      0 |      416 |       85
1.20/1.27	c  0.0s |       0 |       12 |        0 |    18848      0 |      416 |       85
1.20/1.27	c #cpu_time = 0.020s
1.20/1.27	c #wall_clock_time = 0.020s
1.20/1.27	c #decision = 12
1.20/1.27	c #random_decision = 0
1.20/1.27	c #conflict = 0
1.20/1.27	c #restart = 0
1.20/1.27	c BCD2: found a new core of size 3: cost of the new core is >=1444
1.20/1.27	c lower bound updated to 15884
1.20/1.27	c BCD2: 15884 <= obj <= 11487014223
1.20/1.27	c BCD2: #cores=11, #unrelaxed=762, #relaxed=33, #hardened=0
1.20/1.27	c BCD2: #sat=1 #unsat=12 bias=12/13
1.20/1.27	c Solving starts ...
1.20/1.27	c ============================[ Search Statistics ]============================
1.20/1.27	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.20/1.27	c       |         |          |          |    Limit     GC | Var      | Constra 
1.20/1.27	c =============================================================================
1.20/1.28	c  0.0s |       0 |        0 |        0 |    18848      0 |      416 |       85
1.29/1.30	c  0.0s |       0 |       13 |        0 |    18848      0 |      416 |       85
1.29/1.30	c #cpu_time = 0.019s
1.29/1.30	c #wall_clock_time = 0.019s
1.29/1.30	c #decision = 13
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 3: cost of the new core is >=1444
1.29/1.30	c lower bound updated to 17328
1.29/1.30	c BCD2: 17328 <= obj <= 11487014223
1.29/1.30	c BCD2: #cores=12, #unrelaxed=759, #relaxed=36, #hardened=0
1.29/1.30	c BCD2: #sat=1 #unsat=13 bias=13/14
1.29/1.30	c Solving starts ...
1.29/1.30	c ============================[ Search Statistics ]============================
1.29/1.30	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.29/1.30	c       |         |          |          |    Limit     GC | Var      | Constra 
1.29/1.30	c =============================================================================
1.29/1.30	c  0.0s |       0 |        0 |        0 |    18848      0 |      416 |       85
1.29/1.32	c  0.0s |       0 |       14 |        0 |    18848      0 |      416 |       85
1.29/1.32	c #cpu_time = 0.019s
1.29/1.32	c #wall_clock_time = 0.019s
1.29/1.32	c #decision = 14
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 3: cost of the new core is >=1444
1.29/1.32	c lower bound updated to 18772
1.29/1.32	c BCD2: 18772 <= obj <= 11487014223
1.29/1.32	c BCD2: #cores=13, #unrelaxed=756, #relaxed=39, #hardened=0
1.29/1.32	c BCD2: #sat=1 #unsat=14 bias=14/15
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 |    18848      0 |      416 |       85
1.29/1.34	c  0.0s |       0 |       15 |        0 |    18848      0 |      416 |       85
1.29/1.34	c #cpu_time = 0.021s
1.29/1.34	c #wall_clock_time = 0.021s
1.29/1.34	c #decision = 15
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 3: cost of the new core is >=1444
1.29/1.34	c lower bound updated to 20216
1.29/1.34	c BCD2: 20216 <= obj <= 11487014223
1.29/1.34	c BCD2: #cores=14, #unrelaxed=753, #relaxed=42, #hardened=0
1.29/1.34	c BCD2: #sat=1 #unsat=15 bias=15/16
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.34	c  0.0s |       0 |        0 |        0 |    18848      0 |      416 |       85
1.29/1.36	c  0.0s |       0 |       16 |        0 |    18848      0 |      416 |       85
1.29/1.36	c #cpu_time = 0.020s
1.29/1.36	c #wall_clock_time = 0.020s
1.29/1.36	c #decision = 16
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 3: cost of the new core is >=1444
1.29/1.36	c lower bound updated to 21660
1.29/1.37	c BCD2: 21660 <= obj <= 11487014223
1.29/1.37	c BCD2: #cores=15, #unrelaxed=750, #relaxed=45, #hardened=0
1.29/1.37	c BCD2: #sat=1 #unsat=16 bias=16/17
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 |    18848      0 |      416 |       85
1.29/1.39	c  0.0s |       0 |       17 |        0 |    18848      0 |      416 |       85
1.29/1.39	c #cpu_time = 0.019s
1.29/1.39	c #wall_clock_time = 0.019s
1.29/1.39	c #decision = 17
1.29/1.39	c #random_decision = 0
1.29/1.39	c #conflict = 0
1.29/1.39	c #restart = 0
1.29/1.39	c BCD2: found a new core of size 3: cost of the new core is >=1444
1.29/1.39	c lower bound updated to 23104
1.29/1.39	c BCD2: 23104 <= obj <= 11487014223
1.29/1.39	c BCD2: #cores=16, #unrelaxed=747, #relaxed=48, #hardened=0
1.29/1.39	c BCD2: #sat=1 #unsat=17 bias=17/18
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 |    18848      0 |      416 |       85
1.39/1.41	c  0.0s |       0 |       18 |        0 |    18848      0 |      416 |       85
1.39/1.41	c #cpu_time = 0.020s
1.39/1.41	c #wall_clock_time = 0.020s
1.39/1.41	c #decision = 18
1.39/1.41	c #random_decision = 0
1.39/1.41	c #conflict = 0
1.39/1.41	c #restart = 0
1.39/1.41	c BCD2: found a new core of size 3: cost of the new core is >=1444
1.39/1.41	c lower bound updated to 24548
1.39/1.41	c BCD2: 24548 <= obj <= 11487014223
1.39/1.41	c BCD2: #cores=17, #unrelaxed=744, #relaxed=51, #hardened=0
1.39/1.41	c BCD2: #sat=1 #unsat=18 bias=18/19
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 |    18848      0 |      416 |       85
1.39/1.44	c  0.0s |       0 |       19 |        0 |    18848      0 |      416 |       85
1.39/1.44	c #cpu_time = 0.021s
1.39/1.44	c #wall_clock_time = 0.021s
1.39/1.44	c #decision = 19
1.39/1.44	c #random_decision = 0
1.39/1.44	c #conflict = 0
1.39/1.44	c #restart = 0
1.39/1.44	c BCD2: found a new core of size 3: cost of the new core is >=1444
1.39/1.44	c lower bound updated to 25992
1.39/1.44	c BCD2: 25992 <= obj <= 11487014223
1.39/1.44	c BCD2: #cores=18, #unrelaxed=741, #relaxed=54, #hardened=0
1.39/1.44	c BCD2: #sat=1 #unsat=19 bias=19/20
1.39/1.44	c Solving starts ...
1.39/1.44	c ============================[ Search Statistics ]============================
1.39/1.44	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.39/1.44	c       |         |          |          |    Limit     GC | Var      | Constra 
1.39/1.44	c =============================================================================
1.39/1.44	c  0.0s |       0 |        0 |        0 |    18848      0 |      416 |       85
1.39/1.46	c  0.0s |       0 |       20 |        0 |    18848      0 |      416 |       85
1.39/1.46	c #cpu_time = 0.020s
1.39/1.46	c #wall_clock_time = 0.020s
1.39/1.46	c #decision = 20
1.39/1.46	c #random_decision = 0
1.39/1.46	c #conflict = 0
1.39/1.46	c #restart = 0
1.39/1.46	c BCD2: found a new core of size 3: cost of the new core is >=1444
1.39/1.46	c lower bound updated to 27436
1.39/1.46	c BCD2: 27436 <= obj <= 11487014223
1.39/1.46	c BCD2: #cores=19, #unrelaxed=738, #relaxed=57, #hardened=0
1.39/1.46	c BCD2: #sat=1 #unsat=20 bias=20/21
1.39/1.46	c Solving starts ...
1.39/1.46	c ============================[ Search Statistics ]============================
1.39/1.46	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.39/1.46	c       |         |          |          |    Limit     GC | Var      | Constra 
1.39/1.46	c =============================================================================
1.39/1.47	c  0.0s |       0 |        0 |        0 |    18848      0 |      416 |       85
1.39/1.49	c  0.0s |       0 |       21 |        0 |    18848      0 |      416 |       85
1.39/1.49	c #cpu_time = 0.020s
1.39/1.49	c #wall_clock_time = 0.020s
1.39/1.49	c #decision = 21
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 3: cost of the new core is >=1444
1.39/1.49	c lower bound updated to 28880
1.39/1.49	c BCD2: 28880 <= obj <= 11487014223
1.39/1.49	c BCD2: #cores=20, #unrelaxed=735, #relaxed=60, #hardened=0
1.39/1.49	c BCD2: #sat=1 #unsat=21 bias=21/22
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 |    18848      0 |      416 |       85
1.49/1.51	c  0.0s |       0 |       22 |        0 |    18848      0 |      416 |       85
1.49/1.51	c #cpu_time = 0.020s
1.49/1.51	c #wall_clock_time = 0.020s
1.49/1.51	c #decision = 22
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 3: cost of the new core is >=1444
1.49/1.51	c lower bound updated to 30324
1.49/1.51	c BCD2: 30324 <= obj <= 11487014223
1.49/1.51	c BCD2: #cores=21, #unrelaxed=732, #relaxed=63, #hardened=0
1.49/1.51	c BCD2: #sat=1 #unsat=22 bias=22/23
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 |    18848      0 |      416 |       85
1.49/1.53	c  0.0s |       0 |       23 |        0 |    18848      0 |      416 |       85
1.49/1.53	c #cpu_time = 0.022s
1.49/1.53	c #wall_clock_time = 0.022s
1.49/1.53	c #decision = 23
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 3: cost of the new core is >=1444
1.49/1.53	c lower bound updated to 31768
1.49/1.54	c BCD2: 31768 <= obj <= 11487014223
1.49/1.54	c BCD2: #cores=22, #unrelaxed=729, #relaxed=66, #hardened=0
1.49/1.54	c BCD2: #sat=1 #unsat=23 bias=23/24
1.49/1.54	c Solving starts ...
1.49/1.54	c ============================[ Search Statistics ]============================
1.49/1.54	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.49/1.54	c       |         |          |          |    Limit     GC | Var      | Constra 
1.49/1.54	c =============================================================================
1.49/1.54	c  0.0s |       0 |        0 |        0 |    18848      0 |      416 |       85
1.49/1.56	c  0.0s |       0 |       24 |        0 |    18848      0 |      416 |       85
1.49/1.56	c #cpu_time = 0.021s
1.49/1.56	c #wall_clock_time = 0.021s
1.49/1.56	c #decision = 24
1.49/1.56	c #random_decision = 0
1.49/1.56	c #conflict = 0
1.49/1.56	c #restart = 0
1.49/1.56	c BCD2: found a new core of size 3: cost of the new core is >=1444
1.49/1.56	c lower bound updated to 33212
1.49/1.56	c BCD2: 33212 <= obj <= 11487014223
1.49/1.56	c BCD2: #cores=23, #unrelaxed=726, #relaxed=69, #hardened=0
1.49/1.56	c BCD2: #sat=1 #unsat=24 bias=24/25
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.57	c  0.0s |       0 |        0 |        0 |    18848      0 |      416 |       85
1.49/1.59	c  0.0s |       0 |       25 |        0 |    18848      0 |      416 |       85
1.49/1.59	c #cpu_time = 0.020s
1.49/1.59	c #wall_clock_time = 0.020s
1.49/1.59	c #decision = 25
1.49/1.59	c #random_decision = 0
1.49/1.59	c #conflict = 0
1.49/1.59	c #restart = 0
1.49/1.59	c BCD2: found a new core of size 3: cost of the new core is >=1444
1.49/1.59	c lower bound updated to 34656
1.49/1.59	c BCD2: 34656 <= obj <= 11487014223
1.49/1.59	c BCD2: #cores=24, #unrelaxed=723, #relaxed=72, #hardened=0
1.49/1.59	c BCD2: #sat=1 #unsat=25 bias=25/26
1.49/1.59	c Solving starts ...
1.49/1.59	c ============================[ Search Statistics ]============================
1.49/1.59	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.49/1.59	c       |         |          |          |    Limit     GC | Var      | Constra 
1.49/1.59	c =============================================================================
1.49/1.59	c  0.0s |       0 |        0 |        0 |    18848      0 |      416 |       85
1.59/1.61	c  0.0s |       0 |       26 |        0 |    18848      0 |      416 |       85
1.59/1.61	c #cpu_time = 0.021s
1.59/1.61	c #wall_clock_time = 0.021s
1.59/1.61	c #decision = 26
1.59/1.61	c #random_decision = 0
1.59/1.61	c #conflict = 0
1.59/1.61	c #restart = 0
1.59/1.61	c BCD2: found a new core of size 3: cost of the new core is >=1444
1.59/1.61	c lower bound updated to 36100
1.59/1.61	c BCD2: 36100 <= obj <= 11487014223
1.59/1.61	c BCD2: #cores=25, #unrelaxed=720, #relaxed=75, #hardened=0
1.59/1.61	c BCD2: #sat=1 #unsat=26 bias=26/27
1.59/1.61	c Solving starts ...
1.59/1.61	c ============================[ Search Statistics ]============================
1.59/1.61	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.59/1.61	c       |         |          |          |    Limit     GC | Var      | Constra 
1.59/1.61	c =============================================================================
1.59/1.61	c  0.0s |       0 |        0 |        0 |    18848      0 |      416 |       85
1.59/1.63	c  0.0s |       0 |       27 |        0 |    18848      0 |      416 |       85
1.59/1.63	c #cpu_time = 0.022s
1.59/1.63	c #wall_clock_time = 0.022s
1.59/1.63	c #decision = 27
1.59/1.63	c #random_decision = 0
1.59/1.63	c #conflict = 0
1.59/1.63	c #restart = 0
1.59/1.63	c BCD2: found a new core of size 3: cost of the new core is >=1444
1.59/1.63	c lower bound updated to 37544
1.59/1.64	c BCD2: 37544 <= obj <= 11487014223
1.59/1.64	c BCD2: #cores=26, #unrelaxed=717, #relaxed=78, #hardened=0
1.59/1.64	c BCD2: #sat=1 #unsat=27 bias=27/28
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 |    18848      0 |      416 |       85
1.59/1.66	c  0.0s |       0 |       28 |        0 |    18848      0 |      416 |       85
1.59/1.66	c #cpu_time = 0.022s
1.59/1.66	c #wall_clock_time = 0.022s
1.59/1.66	c #decision = 28
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 3: cost of the new core is >=1444
1.59/1.66	c lower bound updated to 38988
1.59/1.66	c BCD2: 38988 <= obj <= 11487014223
1.59/1.66	c BCD2: #cores=27, #unrelaxed=714, #relaxed=81, #hardened=0
1.59/1.66	c BCD2: #sat=1 #unsat=28 bias=28/29
1.59/1.66	c Solving starts ...
1.59/1.66	c ============================[ Search Statistics ]============================
1.59/1.66	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.59/1.66	c       |         |          |          |    Limit     GC | Var      | Constra 
1.59/1.66	c =============================================================================
1.59/1.67	c  0.0s |       0 |        0 |        0 |    18848      0 |      416 |       85
1.59/1.69	c  0.0s |       0 |       29 |        0 |    18848      0 |      416 |       85
1.59/1.69	c #cpu_time = 0.021s
1.59/1.69	c #wall_clock_time = 0.021s
1.59/1.69	c #decision = 29
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 3: cost of the new core is >=1444
1.59/1.69	c lower bound updated to 40432
1.59/1.69	c BCD2: 40432 <= obj <= 11487014223
1.59/1.69	c BCD2: #cores=28, #unrelaxed=711, #relaxed=84, #hardened=0
1.59/1.69	c BCD2: #sat=1 #unsat=29 bias=29/30
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 |    18848      0 |      416 |       85
1.69/1.71	c  0.0s |       0 |       30 |        0 |    18848      0 |      416 |       85
1.69/1.71	c #cpu_time = 0.021s
1.69/1.71	c #wall_clock_time = 0.021s
1.69/1.71	c #decision = 30
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 3: cost of the new core is >=1444
1.69/1.71	c lower bound updated to 41876
1.69/1.71	c BCD2: 41876 <= obj <= 11487014223
1.69/1.71	c BCD2: #cores=29, #unrelaxed=708, #relaxed=87, #hardened=0
1.69/1.71	c BCD2: #sat=1 #unsat=30 bias=30/31
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 |    18848      0 |      416 |       85
1.69/1.74	c  0.0s |       0 |       31 |        0 |    18848      0 |      416 |       85
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 = 31
1.69/1.74	c #random_decision = 0
1.69/1.74	c #conflict = 0
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 >=1444
1.69/1.74	c lower bound updated to 43320
1.69/1.74	c BCD2: 43320 <= obj <= 11487014223
1.69/1.74	c BCD2: #cores=30, #unrelaxed=705, #relaxed=90, #hardened=0
1.69/1.74	c BCD2: #sat=1 #unsat=31 bias=31/32
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.75	c  0.0s |       0 |        0 |        0 |    18848      0 |      416 |       85
1.69/1.77	c  0.0s |       0 |       32 |        0 |    18848      0 |      416 |       85
1.69/1.77	c #cpu_time = 0.020s
1.69/1.77	c #wall_clock_time = 0.020s
1.69/1.77	c #decision = 32
1.69/1.77	c #random_decision = 0
1.69/1.77	c #conflict = 0
1.69/1.77	c #restart = 0
1.69/1.77	c BCD2: found a new core of size 3: cost of the new core is >=1444
1.69/1.77	c lower bound updated to 44764
1.69/1.77	c BCD2: 44764 <= obj <= 11487014223
1.69/1.77	c BCD2: #cores=31, #unrelaxed=702, #relaxed=93, #hardened=0
1.69/1.77	c BCD2: #sat=1 #unsat=32 bias=32/33
1.69/1.77	c Solving starts ...
1.69/1.77	c ============================[ Search Statistics ]============================
1.69/1.77	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.69/1.77	c       |         |          |          |    Limit     GC | Var      | Constra 
1.69/1.77	c =============================================================================
1.69/1.77	c  0.0s |       0 |        0 |        0 |    18848      0 |      416 |       85
1.69/1.79	c  0.0s |       0 |       33 |        0 |    18848      0 |      416 |       85
1.69/1.79	c #cpu_time = 0.022s
1.69/1.79	c #wall_clock_time = 0.022s
1.69/1.79	c #decision = 33
1.69/1.79	c #random_decision = 0
1.69/1.79	c #conflict = 0
1.69/1.79	c #restart = 0
1.69/1.79	c BCD2: found a new core of size 3: cost of the new core is >=1444
1.69/1.79	c lower bound updated to 46208
1.69/1.79	c BCD2: 46208 <= obj <= 11487014223
1.69/1.79	c BCD2: #cores=32, #unrelaxed=699, #relaxed=96, #hardened=0
1.69/1.79	c BCD2: #sat=1 #unsat=33 bias=33/34
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 |    18848      0 |      416 |       85
1.79/1.82	c  0.0s |       0 |       34 |        0 |    18848      0 |      416 |       85
1.79/1.82	c #cpu_time = 0.023s
1.79/1.82	c #wall_clock_time = 0.023s
1.79/1.82	c #decision = 34
1.79/1.82	c #random_decision = 0
1.79/1.82	c #conflict = 0
1.79/1.82	c #restart = 0
1.79/1.82	c BCD2: found a new core of size 3: cost of the new core is >=1444
1.79/1.82	c lower bound updated to 47652
1.79/1.82	c BCD2: 47652 <= obj <= 11487014223
1.79/1.82	c BCD2: #cores=33, #unrelaxed=696, #relaxed=99, #hardened=0
1.79/1.82	c BCD2: #sat=1 #unsat=34 bias=34/35
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.83	c  0.0s |       0 |        0 |        0 |    18848      0 |      416 |       85
1.79/1.85	c  0.0s |       0 |       34 |        0 |    18848      0 |      416 |       85
1.79/1.85	c #cpu_time = 0.020s
1.79/1.85	c #wall_clock_time = 0.020s
1.79/1.85	c #decision = 34
1.79/1.85	c #random_decision = 0
1.79/1.85	c #conflict = 0
1.79/1.85	c #restart = 0
1.79/1.85	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 5: cost of the new core is >=56316
1.79/1.85	c lower bound updated to 102524
1.79/1.85	c BCD2: 102524 <= obj <= 11487014223
1.79/1.85	c BCD2: #cores=33, #unrelaxed=694, #relaxed=101, #hardened=0
1.79/1.85	c BCD2: #sat=1 #unsat=35 bias=35/36
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 |    18848      0 |      432 |       85
1.79/1.87	c  0.0s |       0 |       36 |        0 |    18848      0 |      432 |      116
1.79/1.87	c #cpu_time = 0.022s
1.79/1.87	c #wall_clock_time = 0.022s
1.79/1.87	c #decision = 36
1.79/1.87	c #random_decision = 0
1.79/1.87	c #conflict = 0
1.79/1.87	c #restart = 0
1.79/1.87	c BCD2: found a new core of size 3: cost of the new core is >=1444
1.79/1.87	c lower bound updated to 103968
1.79/1.87	c BCD2: 103968 <= obj <= 11487014223
1.79/1.87	c BCD2: #cores=34, #unrelaxed=691, #relaxed=104, #hardened=0
1.79/1.87	c BCD2: #sat=1 #unsat=36 bias=36/37
1.79/1.87	c Solving starts ...
1.79/1.87	c ============================[ Search Statistics ]============================
1.79/1.87	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.79/1.87	c       |         |          |          |    Limit     GC | Var      | Constra 
1.79/1.87	c =============================================================================
1.79/1.87	c  0.0s |       0 |        0 |        0 |    18848      0 |      432 |      116
1.89/1.90	c  0.0s |       0 |       37 |        0 |    18848      0 |      432 |      116
1.89/1.90	c #cpu_time = 0.023s
1.89/1.90	c #wall_clock_time = 0.023s
1.89/1.90	c #decision = 37
1.89/1.90	c #random_decision = 0
1.89/1.90	c #conflict = 0
1.89/1.90	c #restart = 0
1.89/1.90	c BCD2: found a new core of size 3: cost of the new core is >=1444
1.89/1.90	c lower bound updated to 105412
1.89/1.90	c BCD2: 105412 <= obj <= 11487014223
1.89/1.90	c BCD2: #cores=35, #unrelaxed=688, #relaxed=107, #hardened=0
1.89/1.90	c BCD2: #sat=1 #unsat=37 bias=37/38
1.89/1.90	c Solving starts ...
1.89/1.90	c ============================[ Search Statistics ]============================
1.89/1.90	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.89/1.90	c       |         |          |          |    Limit     GC | Var      | Constra 
1.89/1.90	c =============================================================================
1.89/1.90	c  0.0s |       0 |        0 |        0 |    18848      0 |      432 |      116
1.89/1.92	c  0.0s |       0 |       38 |        0 |    18848      0 |      432 |      116
1.89/1.92	c #cpu_time = 0.023s
1.89/1.92	c #wall_clock_time = 0.023s
1.89/1.92	c #decision = 38
1.89/1.92	c #random_decision = 0
1.89/1.92	c #conflict = 0
1.89/1.92	c #restart = 0
1.89/1.92	c BCD2: found a new core of size 3: cost of the new core is >=1444
1.89/1.92	c lower bound updated to 106856
1.89/1.93	c BCD2: 106856 <= obj <= 11487014223
1.89/1.93	c BCD2: #cores=36, #unrelaxed=685, #relaxed=110, #hardened=0
1.89/1.93	c BCD2: #sat=1 #unsat=38 bias=38/39
1.89/1.93	c Solving starts ...
1.89/1.93	c ============================[ Search Statistics ]============================
1.89/1.93	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.89/1.93	c       |         |          |          |    Limit     GC | Var      | Constra 
1.89/1.93	c =============================================================================
1.89/1.93	c  0.0s |       0 |        0 |        0 |    18848      0 |      432 |      116
1.89/1.96	c  0.0s |       0 |       40 |        1 |    18848      0 |      432 |      116
1.89/1.96	c #cpu_time = 0.024s
1.89/1.96	c #wall_clock_time = 0.024s
1.89/1.96	c #decision = 40
1.89/1.96	c #random_decision = 0
1.89/1.96	c #conflict = 1
1.89/1.96	c #restart = 0
1.89/1.96	c BCD2: found a new core of size 3: cost of the new core is >=79235168
1.89/1.96	c lower bound updated to 79342024
1.89/1.96	c BCD2: 79342024 <= obj <= 11487014223
1.89/1.96	c BCD2: #cores=37, #unrelaxed=682, #relaxed=113, #hardened=0
1.89/1.96	c BCD2: #sat=1 #unsat=39 bias=39/40
1.89/1.96	c Solving starts ...
1.89/1.96	c ============================[ Search Statistics ]============================
1.89/1.96	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.89/1.96	c       |         |          |          |    Limit     GC | Var      | Constra 
1.89/1.96	c =============================================================================
1.89/1.96	c  0.0s |       0 |        0 |        0 |    18848      0 |      432 |      116
1.89/1.98	c  0.0s |       0 |       39 |        0 |    18848      0 |      432 |      116
1.89/1.98	c #cpu_time = 0.023s
1.89/1.98	c #wall_clock_time = 0.023s
1.89/1.98	c #decision = 39
1.89/1.98	c #random_decision = 0
1.89/1.98	c #conflict = 0
1.89/1.98	c #restart = 0
1.89/1.98	c BCD2: found a new core of size 1: cost of the new core is >=396175840
1.89/1.98	c lower bound updated to 475517864
1.89/1.98	c BCD2: 475517864 <= obj <= 11487014223
1.89/1.98	c BCD2: #cores=38, #unrelaxed=681, #relaxed=114, #hardened=0
1.89/1.98	c BCD2: #sat=1 #unsat=40 bias=40/41
1.89/1.99	c Solving starts ...
1.89/1.99	c ============================[ Search Statistics ]============================
1.89/1.99	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.89/1.99	c       |         |          |          |    Limit     GC | Var      | Constra 
1.89/1.99	c =============================================================================
1.89/1.99	c  0.0s |       0 |        0 |        0 |    18848      0 |      432 |      116
1.99/2.02	c  0.0s |       0 |      211 |        0 |    18848      0 |      432 |      116
1.99/2.02	c #cpu_time = 0.030s
1.99/2.02	c #wall_clock_time = 0.030s
1.99/2.02	c #decision = 211
1.99/2.02	c #random_decision = 0
1.99/2.02	c #conflict = 0
1.99/2.02	c #restart = 0
1.99/2.02	c BCD2: found a new core of size 28: cost of the new core is >=396175840
1.99/2.02	c lower bound updated to 871693704
1.99/2.02	c BCD2: 871693704 <= obj <= 11487014223
1.99/2.02	c BCD2: #cores=39, #unrelaxed=653, #relaxed=142, #hardened=0
1.99/2.02	c BCD2: #sat=1 #unsat=41 bias=41/42
1.99/2.02	c Solving starts ...
1.99/2.02	c ============================[ Search Statistics ]============================
1.99/2.02	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.99/2.02	c       |         |          |          |    Limit     GC | Var      | Constra 
1.99/2.02	c =============================================================================
1.99/2.02	c  0.0s |       0 |        0 |        0 |    18848      0 |      432 |      117
1.99/2.06	c  0.0s |       0 |      493 |        0 |    18848      0 |      432 |      117
1.99/2.06	c #cpu_time = 0.035s
1.99/2.06	c #wall_clock_time = 0.035s
1.99/2.06	c #decision = 493
1.99/2.06	c #random_decision = 0
1.99/2.06	c #conflict = 0
1.99/2.06	c #restart = 0
1.99/2.06	c BCD2: found a new core of size 91: cost of the new core is >=396175840
1.99/2.06	c lower bound updated to 1267869544
1.99/2.07	c BCD2: 1267869544 <= obj <= 11487014223
1.99/2.07	c BCD2: #cores=40, #unrelaxed=562, #relaxed=233, #hardened=0
1.99/2.07	c BCD2: #sat=1 #unsat=42 bias=42/43
1.99/2.07	c Solving starts ...
1.99/2.07	c ============================[ Search Statistics ]============================
1.99/2.07	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.99/2.07	c       |         |          |          |    Limit     GC | Var      | Constra 
1.99/2.07	c =============================================================================
1.99/2.08	c  0.0s |       0 |        0 |        0 |    18848      0 |      432 |      118
2.09/2.12	c  0.0s |       0 |      473 |        0 |    18848      0 |      432 |      118
2.09/2.12	c #cpu_time = 0.033s
2.09/2.12	c #wall_clock_time = 0.033s
2.09/2.12	c #decision = 473
2.09/2.12	c #random_decision = 0
2.09/2.12	c #conflict = 0
2.09/2.12	c #restart = 0
2.09/2.12	c BCD2: found a new core of size 91: cost of the new core is >=396175840
2.09/2.12	c lower bound updated to 1664045384
2.09/2.12	c BCD2: 1664045384 <= obj <= 11487014223
2.09/2.12	c BCD2: #cores=41, #unrelaxed=471, #relaxed=324, #hardened=0
2.09/2.12	c BCD2: #sat=1 #unsat=43 bias=43/44
2.09/2.12	c Solving starts ...
2.09/2.12	c ============================[ Search Statistics ]============================
2.09/2.12	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.09/2.12	c       |         |          |          |    Limit     GC | Var      | Constra 
2.09/2.12	c =============================================================================
2.09/2.12	c  0.0s |       0 |        0 |        0 |    18848      0 |      432 |      119
2.09/2.19	c  0.1s |       0 |     1221 |        0 |    18848      0 |      432 |      119
2.09/2.19	c #cpu_time = 0.053s
2.09/2.19	c #wall_clock_time = 0.053s
2.09/2.19	c #decision = 1221
2.09/2.19	c #random_decision = 1
2.09/2.19	c #conflict = 0
2.09/2.19	c #restart = 0
2.09/2.19	o 3726564012

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-4110908-1466392388/watcher-4110908-1466392388 -o /tmp/evaluation-result-4110908-1466392388/solver-4110908-1466392388 -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-4110908-1466392388.opb 

pid=3119
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.32 2.23 2.19 3/179 3122
/proc/meminfo: memFree=28394168/32872528 swapFree=1370848/1518016
[pid=3122] ppid=3119 vsize=757180 CPUtime=0 cores=0,2,4,6
/proc/3122/stat : 3122 (toysat) R 3119 3122 1977 0 -1 4202496 2831 0 0 0 0 0 0 0 20 0 4 0 41285339 775352320 3192 33554432000 4194304 16246674 140733447677376 140733447676800 13880264 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3122/statm: 189807 3200 441 2943 0 186701 0
[pid=3122/tid=3123] ppid=3119 vsize=774588 CPUtime=0 cores=0,2,4,6
/proc/3122/task/3123/stat : 3123 (toysat) S 3119 3122 1977 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 41285340 793178112 3261 33554432000 4194304 16246674 140733447677376 139651184569584 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=3122/tid=3124] ppid=3119 vsize=779708 CPUtime=0 cores=0,2,4,6
/proc/3122/task/3124/stat : 3124 (toysat) S 3119 3122 1977 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 41285340 798420992 3278 33554432000 4194304 16246674 140733447677376 139651174079728 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=3122/tid=3125] ppid=3119 vsize=782780 CPUtime=0 cores=0,2,4,6
/proc/3122/task/3125/stat : 3125 (toysat) S 3119 3122 1977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 41285340 801566720 3292 33554432000 4194304 16246674 140733447677376 139651163606192 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0

[startup+0.100139 s]
/proc/loadavg: 2.32 2.23 2.19 3/179 3122
/proc/meminfo: memFree=28394168/32872528 swapFree=1370848/1518016
[pid=3122] ppid=3119 vsize=1301060 CPUtime=0.09 cores=0,2,4,6
/proc/3122/stat : 3122 (toysat) R 3119 3122 1977 0 -1 4202496 25839 0 0 0 5 4 0 0 20 0 4 0 41285339 1332285440 26139 33554432000 4194304 16246674 140733447677376 140733447676688 7374276 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3122/statm: 325265 26153 798 2943 0 322159 0
[pid=3122/tid=3123] ppid=3119 vsize=1301060 CPUtime=0 cores=0,2,4,6
/proc/3122/task/3123/stat : 3123 (toysat) S 3119 3122 1977 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 41285340 1332285440 26164 33554432000 4194304 16246674 140733447677376 139651184569584 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=3122/tid=3124] ppid=3119 vsize=1301060 CPUtime=0 cores=0,2,4,6
/proc/3122/task/3124/stat : 3124 (toysat) S 3119 3122 1977 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 41285340 1332285440 26175 33554432000 4194304 16246674 140733447677376 139651174079728 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=3122/tid=3125] ppid=3119 vsize=1301060 CPUtime=0 cores=0,2,4,6
/proc/3122/task/3125/stat : 3125 (toysat) S 3119 3122 1977 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 41285340 1332285440 26185 33554432000 4194304 16246674 140733447677376 139651163606192 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) 1301060

[startup+0.200499 s]
/proc/loadavg: 2.32 2.23 2.19 3/179 3122
/proc/meminfo: memFree=28394168/32872528 swapFree=1370848/1518016
[pid=3122] ppid=3119 vsize=1312324 CPUtime=0.19 cores=0,2,4,6
/proc/3122/stat : 3122 (toysat) R 3119 3122 1977 0 -1 4202496 47451 0 0 0 13 6 0 0 20 0 4 0 41285339 1343819776 48261 33554432000 4194304 16246674 140733447677376 140733447676688 8057043 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3122/statm: 328081 48261 800 2943 0 324975 0
[pid=3122/tid=3123] ppid=3119 vsize=1312324 CPUtime=0 cores=0,2,4,6
/proc/3122/task/3123/stat : 3123 (toysat) S 3119 3122 1977 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 41285340 1343819776 48261 33554432000 4194304 16246674 140733447677376 139651184569584 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=3122/tid=3124] ppid=3119 vsize=1312324 CPUtime=0 cores=0,2,4,6
/proc/3122/task/3124/stat : 3124 (toysat) S 3119 3122 1977 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 41285340 1343819776 48261 33554432000 4194304 16246674 140733447677376 139651174079728 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=3122/tid=3125] ppid=3119 vsize=1312324 CPUtime=0 cores=0,2,4,6
/proc/3122/task/3125/stat : 3125 (toysat) S 3119 3122 1977 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 41285340 1343819776 48261 33554432000 4194304 16246674 140733447677376 139651163606192 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) 1312324

[startup+0.300487 s]
/proc/loadavg: 2.32 2.23 2.19 3/179 3122
/proc/meminfo: memFree=28394168/32872528 swapFree=1370848/1518016
[pid=3122] ppid=3119 vsize=1313348 CPUtime=0.29 cores=0,2,4,6
/proc/3122/stat : 3122 (toysat) R 3119 3122 1977 0 -1 4202496 61673 0 0 0 21 8 0 0 20 0 4 0 41285339 1344868352 62483 33554432000 4194304 16246674 140733447677376 140733447676040 7392237 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3122/statm: 328337 62483 800 2943 0 325231 0
[pid=3122/tid=3123] ppid=3119 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/3122/task/3123/stat : 3123 (toysat) S 3119 3122 1977 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 41285340 1344868352 62483 33554432000 4194304 16246674 140733447677376 139651184569584 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=3122/tid=3124] ppid=3119 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/3122/task/3124/stat : 3124 (toysat) S 3119 3122 1977 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 41285340 1344868352 62483 33554432000 4194304 16246674 140733447677376 139651174079728 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=3122/tid=3125] ppid=3119 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/3122/task/3125/stat : 3125 (toysat) S 3119 3122 1977 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 41285340 1344868352 62483 33554432000 4194304 16246674 140733447677376 139651163606192 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.700396 s]
/proc/loadavg: 2.32 2.23 2.19 3/179 3122
/proc/meminfo: memFree=28394168/32872528 swapFree=1370848/1518016
[pid=3122] ppid=3119 vsize=1313348 CPUtime=0.68 cores=0,2,4,6
/proc/3122/stat : 3122 (toysat) R 3119 3122 1977 0 -1 4202496 108483 0 0 0 52 16 0 0 20 0 4 0 41285339 1344868352 109294 33554432000 4194304 16246674 140733447677376 140733447676040 13780501 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3122/statm: 328337 109302 833 2943 0 325231 0
[pid=3122/tid=3123] ppid=3119 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/3122/task/3123/stat : 3123 (toysat) S 3119 3122 1977 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 41285340 1344868352 109307 33554432000 4194304 16246674 140733447677376 139651184569584 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=3122/tid=3124] ppid=3119 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/3122/task/3124/stat : 3124 (toysat) S 3119 3122 1977 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 41285340 1344868352 109312 33554432000 4194304 16246674 140733447677376 139651174079728 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=3122/tid=3125] ppid=3119 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/3122/task/3125/stat : 3125 (toysat) S 3119 3122 1977 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 41285340 1344868352 109318 33554432000 4194304 16246674 140733447677376 139651163606192 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 1313348

[startup+1.5004 s]
/proc/loadavg: 2.32 2.23 2.19 3/183 3126
/proc/meminfo: memFree=27910556/32872528 swapFree=1370848/1518016
[pid=3122] ppid=3119 vsize=1319492 CPUtime=1.49 cores=0,2,4,6
/proc/3122/stat : 3122 (toysat) R 3119 3122 1977 0 -1 4202496 120644 0 0 0 130 19 0 0 20 0 4 0 41285339 1351159808 121454 33554432000 4194304 16246674 140733447677376 140733447659264 5531308 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3122/statm: 329873 121454 911 2943 0 326767 0
[pid=3122/tid=3123] ppid=3119 vsize=1319492 CPUtime=0 cores=0,2,4,6
/proc/3122/task/3123/stat : 3123 (toysat) S 3119 3122 1977 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 41285340 1351159808 121454 33554432000 4194304 16246674 140733447677376 139651184569584 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=3122/tid=3124] ppid=3119 vsize=1319492 CPUtime=0 cores=0,2,4,6
/proc/3122/task/3124/stat : 3124 (toysat) S 3119 3122 1977 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 41285340 1351159808 121454 33554432000 4194304 16246674 140733447677376 139651174079728 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=3122/tid=3125] ppid=3119 vsize=1319492 CPUtime=0 cores=0,2,4,6
/proc/3122/task/3125/stat : 3125 (toysat) S 3119 3122 1977 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 41285340 1351159808 121454 33554432000 4194304 16246674 140733447677376 139651163606192 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) 1319492

[startup+3.10034 s]
/proc/loadavg: 2.32 2.23 2.19 3/183 3126
/proc/meminfo: memFree=27910184/32872528 swapFree=1370848/1518016
[pid=3122] ppid=3119 vsize=1354308 CPUtime=3.09 cores=0,2,4,6
/proc/3122/stat : 3122 (toysat) R 3119 3122 1977 0 -1 4202496 279040 0 0 0 270 39 0 0 20 0 4 0 41285339 1386811392 279850 33554432000 4194304 16246674 140733447677376 140733447659264 12429121 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3122/statm: 338577 279850 912 2943 0 335471 0
[pid=3122/tid=3123] ppid=3119 vsize=1354308 CPUtime=0 cores=0,2,4,6
/proc/3122/task/3123/stat : 3123 (toysat) S 3119 3122 1977 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 41285340 1386811392 279850 33554432000 4194304 16246674 140733447677376 139651184569584 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=3122/tid=3124] ppid=3119 vsize=1354308 CPUtime=0 cores=0,2,4,6
/proc/3122/task/3124/stat : 3124 (toysat) S 3119 3122 1977 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 41285340 1386811392 279850 33554432000 4194304 16246674 140733447677376 139651174079728 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=3122/tid=3125] ppid=3119 vsize=1354308 CPUtime=0 cores=0,2,4,6
/proc/3122/task/3125/stat : 3125 (toysat) S 3119 3122 1977 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 41285340 1386811392 279850 33554432000 4194304 16246674 140733447677376 139651163606192 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) 1354308

[startup+6.30041 s]
/proc/loadavg: 2.29 2.23 2.19 4/183 3126
/proc/meminfo: memFree=27275936/32872528 swapFree=1370848/1518016
[pid=3122] ppid=3119 vsize=1354308 CPUtime=6.29 cores=0,2,4,6
/proc/3122/stat : 3122 (toysat) R 3119 3122 1977 0 -1 4202496 279277 0 0 0 590 39 0 0 20 0 4 0 41285339 1386811392 280087 33554432000 4194304 16246674 140733447677376 140733447659264 12654363 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3122/statm: 338577 280087 912 2943 0 335471 0
[pid=3122/tid=3123] ppid=3119 vsize=1354308 CPUtime=0 cores=0,2,4,6
/proc/3122/task/3123/stat : 3123 (toysat) S 3119 3122 1977 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 41285340 1386811392 280087 33554432000 4194304 16246674 140733447677376 139651184569584 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=3122/tid=3124] ppid=3119 vsize=1354308 CPUtime=0 cores=0,2,4,6
/proc/3122/task/3124/stat : 3124 (toysat) S 3119 3122 1977 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 41285340 1386811392 280087 33554432000 4194304 16246674 140733447677376 139651174079728 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=3122/tid=3125] ppid=3119 vsize=1354308 CPUtime=0 cores=0,2,4,6
/proc/3122/task/3125/stat : 3125 (toysat) S 3119 3122 1977 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 41285340 1386811392 280087 33554432000 4194304 16246674 140733447677376 139651163606192 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) 1354308

[startup+12.7004 s]
/proc/loadavg: 2.27 2.23 2.19 3/183 3126
/proc/meminfo: memFree=27268820/32872528 swapFree=1370848/1518016
[pid=3122] ppid=3119 vsize=1361476 CPUtime=12.69 cores=0,2,4,6
/proc/3122/stat : 3122 (toysat) R 3119 3122 1977 0 -1 4202496 281069 0 0 0 1230 39 0 0 20 0 4 0 41285339 1394151424 281879 33554432000 4194304 16246674 140733447677376 140733447676688 12449391 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3122/statm: 340369 281879 912 2943 0 337263 0
[pid=3122/tid=3123] ppid=3119 vsize=1361476 CPUtime=0 cores=0,2,4,6
/proc/3122/task/3123/stat : 3123 (toysat) S 3119 3122 1977 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 41285340 1394151424 281879 33554432000 4194304 16246674 140733447677376 139651184569584 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=3122/tid=3124] ppid=3119 vsize=1361476 CPUtime=0 cores=0,2,4,6
/proc/3122/task/3124/stat : 3124 (toysat) S 3119 3122 1977 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 41285340 1394151424 281879 33554432000 4194304 16246674 140733447677376 139651174079728 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=3122/tid=3125] ppid=3119 vsize=1361476 CPUtime=0 cores=0,2,4,6
/proc/3122/task/3125/stat : 3125 (toysat) S 3119 3122 1977 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 41285340 1394151424 281879 33554432000 4194304 16246674 140733447677376 139651163606192 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) 1361476

[startup+25.5005 s]
/proc/loadavg: 2.28 2.23 2.19 3/183 3126
/proc/meminfo: memFree=26636032/32872528 swapFree=1370848/1518016
[pid=3122] ppid=3119 vsize=1994308 CPUtime=25.49 cores=0,2,4,6
/proc/3122/stat : 3122 (toysat) R 3119 3122 1977 0 -1 4202496 439277 0 0 0 2486 63 0 0 20 0 4 0 41285339 2042171392 440087 33554432000 4194304 16246674 140733447677376 140733447676688 4220880 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3122/statm: 498577 440087 912 2943 0 495471 0
[pid=3122/tid=3123] ppid=3119 vsize=1994308 CPUtime=0 cores=0,2,4,6
/proc/3122/task/3123/stat : 3123 (toysat) S 3119 3122 1977 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 41285340 2042171392 440087 33554432000 4194304 16246674 140733447677376 139651184569584 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=3122/tid=3124] ppid=3119 vsize=1994308 CPUtime=0 cores=0,2,4,6
/proc/3122/task/3124/stat : 3124 (toysat) S 3119 3122 1977 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 41285340 2042171392 440087 33554432000 4194304 16246674 140733447677376 139651174079728 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=3122/tid=3125] ppid=3119 vsize=1994308 CPUtime=0 cores=0,2,4,6
/proc/3122/task/3125/stat : 3125 (toysat) S 3119 3122 1977 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 41285340 2042171392 440087 33554432000 4194304 16246674 140733447677376 139651163606192 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 1994308

[startup+51.1004 s]
/proc/loadavg: 2.27 2.23 2.19 3/183 3126
/proc/meminfo: memFree=25867344/32872528 swapFree=1370848/1518016
[pid=3122] ppid=3119 vsize=2703940 CPUtime=51.09 cores=0,2,4,6
/proc/3122/stat : 3122 (toysat) R 3119 3122 1977 0 -1 4202496 616685 0 0 0 5023 86 0 0 20 0 4 0 41285339 2768834560 617495 33554432000 4194304 16246674 140733447677376 140733447676552 4207010 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3122/statm: 675985 617495 912 2943 0 672879 0
[pid=3122/tid=3123] ppid=3119 vsize=2703940 CPUtime=0 cores=0,2,4,6
/proc/3122/task/3123/stat : 3123 (toysat) S 3119 3122 1977 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 41285340 2768834560 617495 33554432000 4194304 16246674 140733447677376 139651184569584 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=3122/tid=3124] ppid=3119 vsize=2703940 CPUtime=0 cores=0,2,4,6
/proc/3122/task/3124/stat : 3124 (toysat) S 3119 3122 1977 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 41285340 2768834560 617495 33554432000 4194304 16246674 140733447677376 139651174079504 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3122/tid=3125] ppid=3119 vsize=2703940 CPUtime=0 cores=0,2,4,6
/proc/3122/task/3125/stat : 3125 (toysat) S 3119 3122 1977 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 41285340 2768834560 617495 33554432000 4194304 16246674 140733447677376 139651163606192 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 2703940

[startup+102.3 s]
/proc/loadavg: 2.24 2.22 2.19 3/183 3128
/proc/meminfo: memFree=24265312/32872528 swapFree=1370848/1518016
[pid=3122] ppid=3119 vsize=4174404 CPUtime=102.28 cores=0,2,4,6
/proc/3122/stat : 3122 (toysat) R 3119 3122 1977 0 -1 4202496 984214 0 0 0 10089 139 0 0 20 0 4 0 41285339 4274589696 985024 33554432000 4194304 16246674 140733447677376 140733447676040 4221016 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3122/statm: 1043601 985027 913 2943 0 1040495 0
[pid=3122/tid=3123] ppid=3119 vsize=4174404 CPUtime=0 cores=0,2,4,6
/proc/3122/task/3123/stat : 3123 (toysat) S 3119 3122 1977 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 41285340 4274589696 985051 33554432000 4194304 16246674 140733447677376 139651184569584 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=3122/tid=3124] ppid=3119 vsize=4174404 CPUtime=0 cores=0,2,4,6
/proc/3122/task/3124/stat : 3124 (toysat) S 3119 3122 1977 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 41285340 4274589696 985057 33554432000 4194304 16246674 140733447677376 139651174079504 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3122/tid=3125] ppid=3119 vsize=4174404 CPUtime=0 cores=0,2,4,6
/proc/3122/task/3125/stat : 3125 (toysat) S 3119 3122 1977 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 41285340 4274589696 985062 33554432000 4194304 16246674 140733447677376 139651163606192 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 4174404


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

[startup+702.3 s]
/proc/loadavg: 2.27 2.28 2.22 3/183 3143
/proc/meminfo: memFree=12930456/32872528 swapFree=1370848/1518016
[pid=3122] ppid=3119 vsize=12941892 CPUtime=702.18 cores=0,2,4,6
/proc/3122/stat : 3122 (toysat) R 3119 3122 1977 0 -1 4202496 7750138 0 0 0 69027 1191 0 0 20 0 4 0 41285339 13252497408 3176996 33554432000 4194304 16246674 140733447677376 140733447675328 14003409 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3122/statm: 3235473 3176996 917 2943 0 3232367 0
[pid=3122/tid=3123] ppid=3119 vsize=12941892 CPUtime=0 cores=0,2,4,6
/proc/3122/task/3123/stat : 3123 (toysat) S 3119 3122 1977 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 41285340 13252497408 3176996 33554432000 4194304 16246674 140733447677376 139651184569584 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=3122/tid=3124] ppid=3119 vsize=12941892 CPUtime=0 cores=0,2,4,6
/proc/3122/task/3124/stat : 3124 (toysat) S 3119 3122 1977 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 41285340 13252497408 3176996 33554432000 4194304 16246674 140733447677376 139651174079504 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3122/tid=3125] ppid=3119 vsize=12941892 CPUtime=0 cores=0,2,4,6
/proc/3122/task/3125/stat : 3125 (toysat) S 3119 3122 1977 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 41285340 13252497408 3176996 33554432000 4194304 16246674 140733447677376 139651163606192 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 702.18
Current children cumulated vsize (KiB) 12941892

[startup+762.3 s]
/proc/loadavg: 2.19 2.25 2.21 3/183 3144
/proc/meminfo: memFree=11594032/32872528 swapFree=1370848/1518016
[pid=3122] ppid=3119 vsize=13227588 CPUtime=762.17 cores=0,2,4,6
/proc/3122/stat : 3122 (toysat) R 3119 3122 1977 0 -1 4202496 7772506 0 0 0 75016 1201 0 0 20 0 4 0 41285339 13545050112 3248420 33554432000 4194304 16246674 140733447677376 140733447676472 4220936 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/3122/statm: 3306897 3248420 917 2943 0 3303791 0
[pid=3122/tid=3123] ppid=3119 vsize=13227588 CPUtime=0 cores=0,2,4,6
/proc/3122/task/3123/stat : 3123 (toysat) S 3119 3122 1977 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 41285340 13545050112 3248420 33554432000 4194304 16246674 140733447677376 139651184569584 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=3122/tid=3124] ppid=3119 vsize=13227588 CPUtime=0 cores=0,2,4,6
/proc/3122/task/3124/stat : 3124 (toysat) S 3119 3122 1977 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 41285340 13545050112 3248420 33554432000 4194304 16246674 140733447677376 139651174079728 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=3122/tid=3125] ppid=3119 vsize=13227588 CPUtime=0 cores=0,2,4,6
/proc/3122/task/3125/stat : 3125 (toysat) S 3119 3122 1977 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 41285340 13545050112 3248420 33554432000 4194304 16246674 140733447677376 139651163606192 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 762.17
Current children cumulated vsize (KiB) 13227588

[startup+822.3 s]
/proc/loadavg: 2.11 2.22 2.20 3/183 3145
/proc/meminfo: memFree=10356980/32872528 swapFree=1370848/1518016
[pid=3122] ppid=3119 vsize=13554244 CPUtime=822.16 cores=0,2,4,6
/proc/3122/stat : 3122 (toysat) R 3119 3122 1977 0 -1 4202496 7803860 0 0 0 81005 1211 0 0 20 0 4 0 41285339 13879545856 3329852 33554432000 4194304 16246674 140733447677376 140733447675328 14013533 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/3122/statm: 3388561 3329852 917 2943 0 3385455 0
[pid=3122/tid=3123] ppid=3119 vsize=13554244 CPUtime=0 cores=0,2,4,6
/proc/3122/task/3123/stat : 3123 (toysat) S 3119 3122 1977 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 41285340 13879545856 3329852 33554432000 4194304 16246674 140733447677376 139651184569584 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=3122/tid=3124] ppid=3119 vsize=13554244 CPUtime=0 cores=0,2,4,6
/proc/3122/task/3124/stat : 3124 (toysat) S 3119 3122 1977 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 41285340 13879545856 3329852 33554432000 4194304 16246674 140733447677376 139651174079504 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3122/tid=3125] ppid=3119 vsize=13554244 CPUtime=0 cores=0,2,4,6
/proc/3122/task/3125/stat : 3125 (toysat) S 3119 3122 1977 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 41285340 13879545856 3329852 33554432000 4194304 16246674 140733447677376 139651163606192 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 822.16
Current children cumulated vsize (KiB) 13554244

[startup+882.307 s]
/proc/loadavg: 2.32 2.25 2.21 4/183 3146
/proc/meminfo: memFree=8921868/32872528 swapFree=1370848/1518016
[pid=3122] ppid=3119 vsize=14006852 CPUtime=882.16 cores=0,2,4,6
/proc/3122/stat : 3122 (toysat) R 3119 3122 1977 0 -1 4202496 7917244 0 0 0 86984 1232 0 0 20 0 4 0 41285339 14343016448 3443236 33554432000 4194304 16246674 140733447677376 140733447675328 14013920 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/3122/statm: 3501713 3443236 917 2943 0 3498607 0
[pid=3122/tid=3123] ppid=3119 vsize=14006852 CPUtime=0 cores=0,2,4,6
/proc/3122/task/3123/stat : 3123 (toysat) S 3119 3122 1977 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 41285340 14343016448 3443236 33554432000 4194304 16246674 140733447677376 139651184569584 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=3122/tid=3124] ppid=3119 vsize=14006852 CPUtime=0 cores=0,2,4,6
/proc/3122/task/3124/stat : 3124 (toysat) S 3119 3122 1977 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 41285340 14343016448 3443236 33554432000 4194304 16246674 140733447677376 139651174079504 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3122/tid=3125] ppid=3119 vsize=14006852 CPUtime=0 cores=0,2,4,6
/proc/3122/task/3125/stat : 3125 (toysat) S 3119 3122 1977 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 41285340 14343016448 3443236 33554432000 4194304 16246674 140733447677376 139651163606192 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 882.16
Current children cumulated vsize (KiB) 14006852

[startup+942.3 s]
/proc/loadavg: 2.32 2.27 2.21 3/183 3147
/proc/meminfo: memFree=7593460/32872528 swapFree=1370848/1518016
[pid=3122] ppid=3119 vsize=15008324 CPUtime=942.15 cores=0,2,4,6
/proc/3122/stat : 3122 (toysat) R 3119 3122 1977 0 -1 4202496 8111913 0 0 0 92945 1270 0 0 20 0 4 0 41285339 15368523776 3693604 33554432000 4194304 16246674 140733447677376 140733447676472 15015658 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/3122/statm: 3752081 3693604 917 2943 0 3748975 0
[pid=3122/tid=3123] ppid=3119 vsize=15008324 CPUtime=0 cores=0,2,4,6
/proc/3122/task/3123/stat : 3123 (toysat) S 3119 3122 1977 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 41285340 15368523776 3693604 33554432000 4194304 16246674 140733447677376 139651184569584 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=3122/tid=3124] ppid=3119 vsize=15008324 CPUtime=0 cores=0,2,4,6
/proc/3122/task/3124/stat : 3124 (toysat) S 3119 3122 1977 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 41285340 15368523776 3693604 33554432000 4194304 16246674 140733447677376 139651174079728 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=3122/tid=3125] ppid=3119 vsize=15008324 CPUtime=0 cores=0,2,4,6
/proc/3122/task/3125/stat : 3125 (toysat) S 3119 3122 1977 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 41285340 15368523776 3693604 33554432000 4194304 16246674 140733447677376 139651163606192 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 942.15
Current children cumulated vsize (KiB) 15008324

[startup+1002.3 s]
/proc/loadavg: 2.22 2.25 2.20 3/183 3149
/proc/meminfo: memFree=6270044/32872528 swapFree=1370848/1518016
[pid=3122] ppid=3119 vsize=15325764 CPUtime=1002.13 cores=0,2,4,6
/proc/3122/stat : 3122 (toysat) R 3119 3122 1977 0 -1 4202496 8134115 0 0 0 98932 1281 0 0 20 0 4 0 41285339 15693582336 3772527 33554432000 4194304 16246674 140733447677376 140733447675328 14013920 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/3122/statm: 3831441 3772527 917 2943 0 3828335 0
[pid=3122/tid=3123] ppid=3119 vsize=15325764 CPUtime=0 cores=0,2,4,6
/proc/3122/task/3123/stat : 3123 (toysat) S 3119 3122 1977 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 41285340 15693582336 3772527 33554432000 4194304 16246674 140733447677376 139651184569584 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=3122/tid=3124] ppid=3119 vsize=15325764 CPUtime=0 cores=0,2,4,6
/proc/3122/task/3124/stat : 3124 (toysat) S 3119 3122 1977 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 41285340 15693582336 3772527 33554432000 4194304 16246674 140733447677376 139651174079504 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3122/tid=3125] ppid=3119 vsize=15325764 CPUtime=0 cores=0,2,4,6
/proc/3122/task/3125/stat : 3125 (toysat) S 3119 3122 1977 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 41285340 15693582336 3772527 33554432000 4194304 16246674 140733447677376 139651163606192 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1002.13
Current children cumulated vsize (KiB) 15325764

[startup+1062.3 s]
/proc/loadavg: 2.24 2.24 2.20 4/184 3153
/proc/meminfo: memFree=5637548/32872528 swapFree=1370848/1518016
[pid=3122] ppid=3119 vsize=15325764 CPUtime=1062.13 cores=0,2,4,6
/proc/3122/stat : 3122 (toysat) R 3119 3122 1977 0 -1 4202496 8134553 0 0 0 104928 1285 0 0 20 0 4 0 41285339 15693582336 3772965 33554432000 4194304 16246674 140733447677376 140733447675328 14014083 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/3122/statm: 3831441 3772965 917 2943 0 3828335 0
[pid=3122/tid=3123] ppid=3119 vsize=15325764 CPUtime=0 cores=0,2,4,6
/proc/3122/task/3123/stat : 3123 (toysat) S 3119 3122 1977 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 41285340 15693582336 3772965 33554432000 4194304 16246674 140733447677376 139651184569584 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=3122/tid=3124] ppid=3119 vsize=15325764 CPUtime=0 cores=0,2,4,6
/proc/3122/task/3124/stat : 3124 (toysat) S 3119 3122 1977 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 41285340 15693582336 3772965 33554432000 4194304 16246674 140733447677376 139651174079504 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3122/tid=3125] ppid=3119 vsize=15325764 CPUtime=0 cores=0,2,4,6
/proc/3122/task/3125/stat : 3125 (toysat) S 3119 3122 1977 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 41285340 15693582336 3772965 33554432000 4194304 16246674 140733447677376 139651163606192 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1062.13
Current children cumulated vsize (KiB) 15325764



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+1092.6 s]
/proc/loadavg: 2.15 2.22 2.19 3/183 3154
/proc/meminfo: memFree=4874796/32872528 swapFree=1370848/1518016
[pid=3122] ppid=3119 vsize=15920708 CPUtime=1092.42 cores=0,2,4,6
/proc/3122/stat : 3122 (toysat) R 3119 3122 1977 0 -1 4202496 8283141 0 0 0 107932 1310 0 0 20 0 4 0 41285339 16302804992 3921554 33554432000 4194304 16246674 140733447677376 140733447676472 4221105 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/3122/statm: 3980177 3921556 917 2943 0 3977071 0
[pid=3122/tid=3123] ppid=3119 vsize=15920708 CPUtime=0 cores=0,2,4,6
/proc/3122/task/3123/stat : 3123 (toysat) S 3119 3122 1977 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 41285340 16302804992 3921556 33554432000 4194304 16246674 140733447677376 139651184569584 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=3122/tid=3124] ppid=3119 vsize=15920708 CPUtime=0 cores=0,2,4,6
/proc/3122/task/3124/stat : 3124 (toysat) S 3119 3122 1977 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 41285340 16302804992 3921556 33554432000 4194304 16246674 140733447677376 139651174079728 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=3122/tid=3125] ppid=3119 vsize=15920708 CPUtime=0 cores=0,2,4,6
/proc/3122/task/3125/stat : 3125 (toysat) S 3119 3122 1977 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 41285340 16302804992 3921556 33554432000 4194304 16246674 140733447677376 139651163606192 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1092.42
Current children cumulated vsize (KiB) 15920708

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 3122 sig 9
??? kill -3122 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1092.8 s]
/proc/loadavg: 2.15 2.22 2.19 3/183 3154
/proc/meminfo: memFree=4874796/32872528 swapFree=1370848/1518016
[pid=3122] ppid=3119 vsize=0 CPUtime=1092.61 cores=0,2,4,6
/proc/3122/stat : 3122 (toysat) Z 3119 3122 1977 0 -1 4203532 8283764 0 0 0 107933 1328 0 0 20 0 2 0 41285339 0 0 33554432000 0 0 0 0 0 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/3122/statm: 0 0 0 0 0 0 0
[pid=3122/tid=3125] ppid=3119 vsize=0 CPUtime=0.18 cores=0,2,4,6
/proc/3122/task/3125/stat : 3125 (toysat) R 3119 3122 1977 0 -1 4203588 2 0 0 0 0 18 0 0 20 0 2 0 41285340 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1092.61
Current children cumulated vsize (KiB) 0

[startup+1093.2 s]
/proc/loadavg: 2.15 2.22 2.19 3/183 3154
/proc/meminfo: memFree=4874796/32872528 swapFree=1370848/1518016
[pid=3122] ppid=3119 vsize=0 CPUtime=1093.01 cores=0,2,4,6
/proc/3122/stat : 3122 (toysat) Z 3119 3122 1977 0 -1 4203532 8283764 0 0 0 107933 1368 0 0 20 0 2 0 41285339 0 0 33554432000 0 0 0 0 0 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/3122/statm: 0 0 0 0 0 0 0
[pid=3122/tid=3125] ppid=3119 vsize=0 CPUtime=0.58 cores=0,2,4,6
/proc/3122/task/3125/stat : 3125 (toysat) R 3119 3122 1977 0 -1 4203588 2 0 0 0 0 58 0 0 20 0 2 0 41285340 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1093.01
Current children cumulated vsize (KiB) 0

[startup+1093.4 s]
/proc/loadavg: 2.15 2.22 2.19 3/181 3154
/proc/meminfo: memFree=20153984/32872528 swapFree=1370848/1518016
[pid=3122] ppid=3119 vsize=0 CPUtime=1093.21 cores=0,2,4,6
/proc/3122/stat : 3122 (toysat) Z 3119 3122 1977 0 -1 4203532 8283764 0 0 0 107933 1388 0 0 20 0 2 0 41285339 0 0 33554432000 0 0 0 0 0 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/3122/statm: 0 0 0 0 0 0 0
[pid=3122/tid=3125] ppid=3119 vsize=0 CPUtime=0.78 cores=0,2,4,6
/proc/3122/task/3125/stat : 3125 (toysat) R 3119 3122 1977 0 -1 4203588 2 0 0 0 0 78 0 0 20 0 2 0 41285340 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1093.21
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1093.42
CPU time (s): 1093.22
CPU user time (s): 1079.33
CPU system time (s): 13.8869
CPU usage (%): 99.9819
Max. virtual memory (cumulated for all children) (KiB): 15920708

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1079.33
system time used= 13.8869
maximum resident set size= 15688704
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 8283764
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 387
involuntary context switches= 1180

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.84857 second user time and 4.11837 second system time

The end

Launcher Data

Begin job on node129 at 2016-06-20 05:13:08
IDJOB=4110908
IDBENCH=108567
IDSOLVER=2542
FILE ID=node129/4110908-1466392388
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-A-2-combined-irabcde.opb
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --pb --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4110908-1466392388/watcher-4110908-1466392388 -o /tmp/evaluation-result-4110908-1466392388/solver-4110908-1466392388 -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-4110908-1466392388.opb

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

MD5SUM BENCH= a791f130a3b1013415ea493453217877
RANDOM SEED=394184591

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:        28395448 kB
Buffers:            3932 kB
Cached:            68372 kB
SwapCached:        54364 kB
Active:          2160592 kB
Inactive:          65960 kB
Active(anon):    2101140 kB
Inactive(anon):    55340 kB
Active(file):      59452 kB
Inactive(file):    10620 kB
Unevictable:     1518016 kB
Mlocked:         1370848 kB
SwapTotal:      67108856 kB
SwapFree:       67045696 kB
Dirty:             17476 kB
Writeback:             0 kB
AnonPages:       3644992 kB
Mapped:            10384 kB
Shmem:                 0 kB
Slab:             593804 kB
SReclaimable:      37776 kB
SUnreclaim:       556028 kB
KernelStack:        1528 kB
PageTables:        11364 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    3763844 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    942080 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= 71700 MiB
End job on node129 at 2016-06-20 05:31:22