Trace number 4111472

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) 947.861 948.019

General information on the benchmark

Namenormalized-PB16/OPT-BIGINT-LIN/lion9-single-obj/
normalized-single-obj-f37-AC_TotalLoss.seq-B-2-2-irabcde.opb
MD5SUMdc894c73a92250dbdb92616254f958db
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark1678835457
Best CPU time to get the best result obtained on this benchmark3.75343
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2877
Total number of constraints8077
Number of constraints which are clauses7973
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints104
Minimum length of a constraint1
Maximum length of a constraint27
Number of terms in the objective function 301
Biggest coefficient in the objective function 71744535
Number of bits for the biggest coefficient in the objective function 27
Sum of the numbers in the objective function 12053081879
Number of bits of the sum of numbers in the objective function 34
Biggest number in a constraint 71744535
Number of bits of the biggest number in a constraint 27
Biggest sum of numbers in a constraint 12053081879
Number of bits of the biggest sum of numbers34
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-20T08:54:12+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-4111472-1466405652.opb"]
0.00/0.01	c use --random-gen="1692942374 666896297 3429439403 3464243634 233534880 1212830387 2266112339 211963055 2621034286 2882625173 1138166689 2136145307 3499450282 219551543 1046859019 858494883 1575151174 701722020 2705337203 2490921931 427431859 3800273224 509094371 3621757347 1571531041 1609056807 406840835 2936591270 1554349163 1997218059 946622683 658990853 1678990395 624539265 3926658962 768822510 1540446592 180680576 1200834842 4289362884 1424908821 3498475995 3545018122 2604010505 4216107315 872034903 2652139818 2319450365 1134690836 2041396244 4040596024 3013429293 3282496278 3375917966 3469224623 4015418187 946971938 2785287286 3478088791 21453195 2327895479 2518239552 3278327705 3112031224 2097434238 3888370116 3074600350 2383563881 2293664280 4083270167 2757235613 2731286955 1564809012 3291285227 658412175 3667940220 1500807306 4111404088 344001362 3408229233 3596538590 3204017577 2111888313 4290513037 1328670432 731144778 3578207075 3152109419 2502663994 2533162394 3276057716 1093803535 1593064075 2183135370 3206901121 2913305209 1430246490 3233340909 1117970267 50175167 3591680 3758530240 2936391498 1509397081 3519190398 404089189 3466371026 3932889668 1316527548 819009292 1488047084 3567054840 1767796477 3171596860 1066653088 2812782827 118151362 2935872437 218620719 254565380 3272276340 2728818723 2446119631 4067905078 499352647 362359902 1052587183 785930469 3556753166 2715253667 1768357305 368974870 1118959551 502964176 1800654901 595617334 2573408196 1603449153 858264971 3559168260 3580452856 3895300540 2354923565 1234706240 1241513 2103081217 1052217064 618062341 994641919 1916511982 2447392320 168665911 3169836695 1183598803 1653949238 3998524606 402732173 3118921863 3984571568 1712090624 4123791023 3348901603 2967281127 389562387 1536502492 2702520865 761037885 1104287820 1292798622 1926687811 306833243 313549809 602817894 1568256413 1372823560 2032124415 3394953200 3094081400 752259087 406690387 218311701 4179896415 4136795237 95445249 2071544792 2025422526 2082293799 1320388234 4247440695 146683265 2186253768 694523825 2086883653 1694867448 4140922634 3698977908 1409315689 3471842813 2501838074 3896216332 3416585259 4114261236 3960577706 2829682059 1444805290 2447340026 1984388079 3398934173 1241445139 2466802346 127328660 759800044 4208056722 913877051 1071846841 2324932007 883977006 360687551 1421834439 208928836 601588442 1362944837 2434794639 1269678365 2936329027 1815154899 3129979752 3582593083 3249766213 3306273827 3588156840 558710885 3284056908 209041887 889755876 2696831765 2478468216 618642986 2092556382 4231797724 4006220545 4256797252 1589296457 2609987574 2929499100 1517422903 866331967 2328279556 1294204566 3534651116 3540043659 637739187 928812670 833182348 1163832641 66568434 255 362436" option to reproduce the execution
0.00/0.07	c #vars 2877
0.00/0.07	c #constraints 8077
0.09/0.16	c BCD2: Hardening is enabled.
0.09/0.16	c BCD2: BiasedSearch is enabled.
0.09/0.16	c Solving starts ...
0.09/0.16	c ============================[ Search Statistics ]============================
0.09/0.16	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.09/0.16	c       |         |          |          |    Limit     GC | Var      | Constra 
0.09/0.16	c =============================================================================
0.09/0.16	c  0.0s |       0 |        0 |        0 |     3512      0 |      209 |        0
0.09/0.17	c  0.0s |       0 |      290 |        7 |     3512      0 |      209 |       52
0.09/0.17	c #cpu_time = 0.014s
0.09/0.17	c #wall_clock_time = 0.014s
0.09/0.17	c #decision = 290
0.09/0.17	c #random_decision = 0
0.09/0.17	c #conflict = 7
0.09/0.17	c #restart = 0
0.09/0.17	o 6671710314
0.09/0.18	c BCD2: updating upper bound: 12053081879 -> 6671710313
0.09/0.19	c BCD2: 0 <= obj <= 6671710313
0.09/0.19	c BCD2: #cores=0, #unrelaxed=301, #relaxed=0, #hardened=0
0.09/0.19	c BCD2: #sat=1 #unsat=1 bias=1/2
0.09/0.19	c Solving starts ...
0.09/0.19	c ============================[ Search Statistics ]============================
0.09/0.19	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.09/0.19	c       |         |          |          |    Limit     GC | Var      | Constra 
0.09/0.19	c =============================================================================
0.09/0.19	c  0.0s |       0 |        0 |        0 |     3512      0 |      209 |       52
0.09/0.19	c  0.0s |       0 |        3 |        0 |     3512      0 |      209 |       52
0.09/0.19	c #cpu_time = 0.007s
0.09/0.19	c #wall_clock_time = 0.007s
0.09/0.19	c #decision = 3
0.09/0.19	c #random_decision = 0
0.09/0.19	c #conflict = 0
0.09/0.19	c #restart = 0
0.09/0.19	c BCD2: found a new core of size 4: cost of the new core is >=27
0.09/0.19	c lower bound updated to 27
0.19/0.20	c BCD2: 27 <= obj <= 6671710313
0.19/0.20	c BCD2: #cores=1, #unrelaxed=297, #relaxed=4, #hardened=0
0.19/0.20	c BCD2: #sat=1 #unsat=2 bias=2/3
0.19/0.20	c Solving starts ...
0.19/0.20	c ============================[ Search Statistics ]============================
0.19/0.20	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.19/0.20	c       |         |          |          |    Limit     GC | Var      | Constra 
0.19/0.20	c =============================================================================
0.19/0.20	c  0.0s |       0 |        0 |        0 |     3512      0 |      209 |       52
0.19/0.21	c  0.0s |       0 |        4 |        0 |     3512      0 |      209 |       52
0.19/0.21	c #cpu_time = 0.007s
0.19/0.21	c #wall_clock_time = 0.007s
0.19/0.21	c #decision = 4
0.19/0.21	c #random_decision = 0
0.19/0.21	c #conflict = 0
0.19/0.21	c #restart = 0
0.19/0.21	c BCD2: found a new core of size 4: cost of the new core is >=27
0.19/0.21	c lower bound updated to 54
0.19/0.22	c BCD2: 54 <= obj <= 6671710313
0.19/0.22	c BCD2: #cores=2, #unrelaxed=293, #relaxed=8, #hardened=0
0.19/0.22	c BCD2: #sat=1 #unsat=3 bias=3/4
0.19/0.22	c Solving starts ...
0.19/0.22	c ============================[ Search Statistics ]============================
0.19/0.22	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.19/0.22	c       |         |          |          |    Limit     GC | Var      | Constra 
0.19/0.22	c =============================================================================
0.19/0.22	c  0.0s |       0 |        0 |        0 |     3512      0 |      209 |       52
0.19/0.22	c  0.0s |       0 |        5 |        0 |     3512      0 |      209 |       52
0.19/0.22	c #cpu_time = 0.006s
0.19/0.22	c #wall_clock_time = 0.006s
0.19/0.22	c #decision = 5
0.19/0.22	c #random_decision = 0
0.19/0.22	c #conflict = 0
0.19/0.22	c #restart = 0
0.19/0.22	c BCD2: found a new core of size 4: cost of the new core is >=27
0.19/0.22	c lower bound updated to 81
0.19/0.23	c BCD2: 81 <= obj <= 6671710313
0.19/0.23	c BCD2: #cores=3, #unrelaxed=289, #relaxed=12, #hardened=0
0.19/0.23	c BCD2: #sat=1 #unsat=4 bias=4/5
0.19/0.23	c Solving starts ...
0.19/0.23	c ============================[ Search Statistics ]============================
0.19/0.23	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.19/0.23	c       |         |          |          |    Limit     GC | Var      | Constra 
0.19/0.23	c =============================================================================
0.19/0.23	c  0.0s |       0 |        0 |        0 |     3512      0 |      209 |       52
0.19/0.24	c  0.0s |       0 |        6 |        0 |     3512      0 |      209 |       52
0.19/0.24	c #cpu_time = 0.006s
0.19/0.24	c #wall_clock_time = 0.006s
0.19/0.24	c #decision = 6
0.19/0.24	c #random_decision = 0
0.19/0.24	c #conflict = 0
0.19/0.24	c #restart = 0
0.19/0.24	c BCD2: found a new core of size 4: cost of the new core is >=27
0.19/0.24	c lower bound updated to 108
0.19/0.24	c BCD2: 108 <= obj <= 6671710313
0.19/0.24	c BCD2: #cores=4, #unrelaxed=285, #relaxed=16, #hardened=0
0.19/0.24	c BCD2: #sat=1 #unsat=5 bias=5/6
0.19/0.24	c Solving starts ...
0.19/0.24	c ============================[ Search Statistics ]============================
0.19/0.24	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.19/0.24	c       |         |          |          |    Limit     GC | Var      | Constra 
0.19/0.24	c =============================================================================
0.19/0.24	c  0.0s |       0 |        0 |        0 |     3512      0 |      209 |       52
0.19/0.25	c  0.0s |       0 |        7 |        0 |     3512      0 |      209 |       52
0.19/0.25	c #cpu_time = 0.007s
0.19/0.25	c #wall_clock_time = 0.007s
0.19/0.25	c #decision = 7
0.19/0.25	c #random_decision = 0
0.19/0.25	c #conflict = 0
0.19/0.25	c #restart = 0
0.19/0.25	c BCD2: found a new core of size 4: cost of the new core is >=27
0.19/0.25	c lower bound updated to 135
0.19/0.26	c BCD2: 135 <= obj <= 6671710313
0.19/0.26	c BCD2: #cores=5, #unrelaxed=281, #relaxed=20, #hardened=0
0.19/0.26	c BCD2: #sat=1 #unsat=6 bias=6/7
0.19/0.26	c Solving starts ...
0.19/0.26	c ============================[ Search Statistics ]============================
0.19/0.26	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.19/0.26	c       |         |          |          |    Limit     GC | Var      | Constra 
0.19/0.26	c =============================================================================
0.19/0.26	c  0.0s |       0 |        0 |        0 |     3512      0 |      209 |       52
0.19/0.26	c  0.0s |       0 |        8 |        0 |     3512      0 |      209 |       52
0.19/0.26	c #cpu_time = 0.006s
0.19/0.26	c #wall_clock_time = 0.006s
0.19/0.26	c #decision = 8
0.19/0.26	c #random_decision = 0
0.19/0.26	c #conflict = 0
0.19/0.26	c #restart = 0
0.19/0.26	c BCD2: found a new core of size 4: cost of the new core is >=27
0.19/0.26	c lower bound updated to 162
0.19/0.27	c BCD2: 162 <= obj <= 6671710313
0.19/0.27	c BCD2: #cores=6, #unrelaxed=277, #relaxed=24, #hardened=0
0.19/0.27	c BCD2: #sat=1 #unsat=7 bias=7/8
0.19/0.27	c Solving starts ...
0.19/0.27	c ============================[ Search Statistics ]============================
0.19/0.27	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.19/0.27	c       |         |          |          |    Limit     GC | Var      | Constra 
0.19/0.27	c =============================================================================
0.19/0.27	c  0.0s |       0 |        0 |        0 |     3512      0 |      209 |       52
0.19/0.28	c  0.0s |       0 |        9 |        0 |     3512      0 |      209 |       52
0.19/0.28	c #cpu_time = 0.006s
0.19/0.28	c #wall_clock_time = 0.006s
0.19/0.28	c #decision = 9
0.19/0.28	c #random_decision = 0
0.19/0.28	c #conflict = 0
0.19/0.28	c #restart = 0
0.19/0.28	c BCD2: found a new core of size 4: cost of the new core is >=27
0.19/0.28	c lower bound updated to 189
0.19/0.29	c BCD2: 189 <= obj <= 6671710313
0.19/0.29	c BCD2: #cores=7, #unrelaxed=273, #relaxed=28, #hardened=0
0.19/0.29	c BCD2: #sat=1 #unsat=8 bias=8/9
0.19/0.29	c Solving starts ...
0.19/0.29	c ============================[ Search Statistics ]============================
0.19/0.29	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.19/0.29	c       |         |          |          |    Limit     GC | Var      | Constra 
0.19/0.29	c =============================================================================
0.19/0.29	c  0.0s |       0 |        0 |        0 |     3512      0 |      209 |       52
0.19/0.29	c  0.0s |       0 |       10 |        0 |     3512      0 |      209 |       52
0.19/0.29	c #cpu_time = 0.007s
0.19/0.29	c #wall_clock_time = 0.007s
0.19/0.29	c #decision = 10
0.19/0.29	c #random_decision = 0
0.19/0.29	c #conflict = 0
0.19/0.29	c #restart = 0
0.19/0.29	c BCD2: found a new core of size 4: cost of the new core is >=27
0.19/0.29	c lower bound updated to 216
0.29/0.30	c BCD2: 216 <= obj <= 6671710313
0.29/0.30	c BCD2: #cores=8, #unrelaxed=269, #relaxed=32, #hardened=0
0.29/0.30	c BCD2: #sat=1 #unsat=9 bias=9/10
0.29/0.30	c Solving starts ...
0.29/0.30	c ============================[ Search Statistics ]============================
0.29/0.30	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.29/0.30	c       |         |          |          |    Limit     GC | Var      | Constra 
0.29/0.30	c =============================================================================
0.29/0.32	c  0.0s |       0 |        0 |        0 |     3512      0 |      209 |       52
0.29/0.32	c  0.0s |       0 |       11 |        0 |     3512      0 |      209 |       52
0.29/0.32	c #cpu_time = 0.005s
0.29/0.32	c #wall_clock_time = 0.005s
0.29/0.32	c #decision = 11
0.29/0.32	c #random_decision = 0
0.29/0.32	c #conflict = 0
0.29/0.32	c #restart = 0
0.29/0.32	c BCD2: found a new core of size 4: cost of the new core is >=27
0.29/0.32	c lower bound updated to 243
0.29/0.33	c BCD2: 243 <= obj <= 6671710313
0.29/0.33	c BCD2: #cores=9, #unrelaxed=265, #relaxed=36, #hardened=0
0.29/0.33	c BCD2: #sat=1 #unsat=10 bias=10/11
0.29/0.33	c Solving starts ...
0.29/0.33	c ============================[ Search Statistics ]============================
0.29/0.33	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.29/0.33	c       |         |          |          |    Limit     GC | Var      | Constra 
0.29/0.33	c =============================================================================
0.29/0.33	c  0.0s |       0 |        0 |        0 |     3512      0 |      209 |       52
0.29/0.33	c  0.0s |       0 |       12 |        0 |     3512      0 |      209 |       52
0.29/0.33	c #cpu_time = 0.005s
0.29/0.33	c #wall_clock_time = 0.005s
0.29/0.33	c #decision = 12
0.29/0.33	c #random_decision = 0
0.29/0.33	c #conflict = 0
0.29/0.33	c #restart = 0
0.29/0.33	c BCD2: found a new core of size 4: cost of the new core is >=27
0.29/0.33	c lower bound updated to 270
0.29/0.34	c BCD2: 270 <= obj <= 6671710313
0.29/0.34	c BCD2: #cores=10, #unrelaxed=261, #relaxed=40, #hardened=0
0.29/0.34	c BCD2: #sat=1 #unsat=11 bias=11/12
0.29/0.34	c Solving starts ...
0.29/0.34	c ============================[ Search Statistics ]============================
0.29/0.34	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.29/0.34	c       |         |          |          |    Limit     GC | Var      | Constra 
0.29/0.34	c =============================================================================
0.29/0.34	c  0.0s |       0 |        0 |        0 |     3512      0 |      209 |       52
0.29/0.35	c  0.0s |       0 |       13 |        0 |     3512      0 |      209 |       52
0.29/0.35	c #cpu_time = 0.005s
0.29/0.35	c #wall_clock_time = 0.005s
0.29/0.35	c #decision = 13
0.29/0.35	c #random_decision = 0
0.29/0.35	c #conflict = 0
0.29/0.35	c #restart = 0
0.29/0.35	c BCD2: found a new core of size 4: cost of the new core is >=27
0.29/0.35	c lower bound updated to 297
0.29/0.35	c BCD2: 297 <= obj <= 6671710313
0.29/0.35	c BCD2: #cores=11, #unrelaxed=257, #relaxed=44, #hardened=0
0.29/0.35	c BCD2: #sat=1 #unsat=12 bias=12/13
0.29/0.35	c Solving starts ...
0.29/0.35	c ============================[ Search Statistics ]============================
0.29/0.35	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.29/0.35	c       |         |          |          |    Limit     GC | Var      | Constra 
0.29/0.35	c =============================================================================
0.29/0.35	c  0.0s |       0 |        0 |        0 |     3512      0 |      209 |       52
0.29/0.36	c  0.0s |       0 |       14 |        0 |     3512      0 |      209 |       52
0.29/0.36	c #cpu_time = 0.005s
0.29/0.36	c #wall_clock_time = 0.005s
0.29/0.36	c #decision = 14
0.29/0.36	c #random_decision = 0
0.29/0.36	c #conflict = 0
0.29/0.36	c #restart = 0
0.29/0.36	c BCD2: found a new core of size 4: cost of the new core is >=27
0.29/0.36	c lower bound updated to 324
0.29/0.37	c BCD2: 324 <= obj <= 6671710313
0.29/0.37	c BCD2: #cores=12, #unrelaxed=253, #relaxed=48, #hardened=0
0.29/0.37	c BCD2: #sat=1 #unsat=13 bias=13/14
0.29/0.37	c Solving starts ...
0.29/0.37	c ============================[ Search Statistics ]============================
0.29/0.37	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.29/0.37	c       |         |          |          |    Limit     GC | Var      | Constra 
0.29/0.37	c =============================================================================
0.29/0.37	c  0.0s |       0 |        0 |        0 |     3512      0 |      209 |       52
0.29/0.37	c  0.0s |       0 |       15 |        0 |     3512      0 |      209 |       52
0.29/0.37	c #cpu_time = 0.005s
0.29/0.37	c #wall_clock_time = 0.005s
0.29/0.37	c #decision = 15
0.29/0.37	c #random_decision = 0
0.29/0.37	c #conflict = 0
0.29/0.37	c #restart = 0
0.29/0.37	c BCD2: found a new core of size 4: cost of the new core is >=27
0.29/0.37	c lower bound updated to 351
0.29/0.38	c BCD2: 351 <= obj <= 6671710313
0.29/0.38	c BCD2: #cores=13, #unrelaxed=249, #relaxed=52, #hardened=0
0.29/0.38	c BCD2: #sat=1 #unsat=14 bias=14/15
0.29/0.38	c Solving starts ...
0.29/0.38	c ============================[ Search Statistics ]============================
0.29/0.38	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.29/0.38	c       |         |          |          |    Limit     GC | Var      | Constra 
0.29/0.38	c =============================================================================
0.29/0.38	c  0.0s |       0 |        0 |        0 |     3512      0 |      209 |       52
0.29/0.38	c  0.0s |       0 |       16 |        0 |     3512      0 |      209 |       52
0.29/0.38	c #cpu_time = 0.005s
0.29/0.38	c #wall_clock_time = 0.005s
0.29/0.38	c #decision = 16
0.29/0.38	c #random_decision = 0
0.29/0.38	c #conflict = 0
0.29/0.38	c #restart = 0
0.29/0.38	c BCD2: found a new core of size 4: cost of the new core is >=27
0.29/0.38	c lower bound updated to 378
0.29/0.39	c BCD2: 378 <= obj <= 6671710313
0.29/0.39	c BCD2: #cores=14, #unrelaxed=245, #relaxed=56, #hardened=0
0.29/0.39	c BCD2: #sat=1 #unsat=15 bias=15/16
0.29/0.39	c Solving starts ...
0.29/0.39	c ============================[ Search Statistics ]============================
0.29/0.39	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.29/0.39	c       |         |          |          |    Limit     GC | Var      | Constra 
0.29/0.39	c =============================================================================
0.29/0.39	c  0.0s |       0 |        0 |        0 |     3512      0 |      209 |       52
0.29/0.39	c  0.0s |       0 |       17 |        0 |     3512      0 |      209 |       52
0.29/0.39	c #cpu_time = 0.003s
0.29/0.39	c #wall_clock_time = 0.003s
0.29/0.39	c #decision = 17
0.29/0.39	c #random_decision = 0
0.29/0.39	c #conflict = 0
0.29/0.39	c #restart = 0
0.29/0.39	c BCD2: found a new core of size 4: cost of the new core is >=27
0.29/0.39	c lower bound updated to 405
0.39/0.40	c BCD2: 405 <= obj <= 6671710313
0.39/0.40	c BCD2: #cores=15, #unrelaxed=241, #relaxed=60, #hardened=0
0.39/0.40	c BCD2: #sat=1 #unsat=16 bias=16/17
0.39/0.40	c Solving starts ...
0.39/0.40	c ============================[ Search Statistics ]============================
0.39/0.40	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.39/0.40	c       |         |          |          |    Limit     GC | Var      | Constra 
0.39/0.40	c =============================================================================
0.39/0.40	c  0.0s |       0 |        0 |        0 |     3512      0 |      209 |       52
0.39/0.40	c  0.0s |       0 |       18 |        0 |     3512      0 |      209 |       52
0.39/0.40	c #cpu_time = 0.003s
0.39/0.40	c #wall_clock_time = 0.003s
0.39/0.40	c #decision = 18
0.39/0.40	c #random_decision = 0
0.39/0.40	c #conflict = 0
0.39/0.40	c #restart = 0
0.39/0.40	c BCD2: found a new core of size 4: cost of the new core is >=27
0.39/0.40	c lower bound updated to 432
0.39/0.41	c BCD2: 432 <= obj <= 6671710313
0.39/0.41	c BCD2: #cores=16, #unrelaxed=237, #relaxed=64, #hardened=0
0.39/0.41	c BCD2: #sat=1 #unsat=17 bias=17/18
0.39/0.41	c Solving starts ...
0.39/0.41	c ============================[ Search Statistics ]============================
0.39/0.41	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.39/0.41	c       |         |          |          |    Limit     GC | Var      | Constra 
0.39/0.41	c =============================================================================
0.39/0.41	c  0.0s |       0 |        0 |        0 |     3512      0 |      209 |       52
0.39/0.41	c  0.0s |       0 |       19 |        0 |     3512      0 |      209 |       52
0.39/0.41	c #cpu_time = 0.004s
0.39/0.41	c #wall_clock_time = 0.004s
0.39/0.41	c #decision = 19
0.39/0.41	c #random_decision = 0
0.39/0.41	c #conflict = 0
0.39/0.41	c #restart = 0
0.39/0.41	c BCD2: found a new core of size 4: cost of the new core is >=27
0.39/0.41	c lower bound updated to 459
0.39/0.41	c BCD2: 459 <= obj <= 6671710313
0.39/0.41	c BCD2: #cores=17, #unrelaxed=233, #relaxed=68, #hardened=0
0.39/0.41	c BCD2: #sat=1 #unsat=18 bias=18/19
0.39/0.41	c Solving starts ...
0.39/0.41	c ============================[ Search Statistics ]============================
0.39/0.41	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.39/0.41	c       |         |          |          |    Limit     GC | Var      | Constra 
0.39/0.41	c =============================================================================
0.39/0.42	c  0.0s |       0 |        0 |        0 |     3512      0 |      209 |       52
0.39/0.42	c  0.0s |       0 |       20 |        0 |     3512      0 |      209 |       52
0.39/0.42	c #cpu_time = 0.004s
0.39/0.42	c #wall_clock_time = 0.004s
0.39/0.42	c #decision = 20
0.39/0.42	c #random_decision = 0
0.39/0.42	c #conflict = 0
0.39/0.42	c #restart = 0
0.39/0.42	c BCD2: found a new core of size 4: cost of the new core is >=27
0.39/0.42	c lower bound updated to 486
0.39/0.42	c BCD2: 486 <= obj <= 6671710313
0.39/0.42	c BCD2: #cores=18, #unrelaxed=229, #relaxed=72, #hardened=0
0.39/0.42	c BCD2: #sat=1 #unsat=19 bias=19/20
0.39/0.42	c Solving starts ...
0.39/0.42	c ============================[ Search Statistics ]============================
0.39/0.42	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.39/0.42	c       |         |          |          |    Limit     GC | Var      | Constra 
0.39/0.42	c =============================================================================
0.39/0.42	c  0.0s |       0 |        0 |        0 |     3512      0 |      209 |       52
0.39/0.43	c  0.0s |       0 |       21 |        0 |     3512      0 |      209 |       52
0.39/0.43	c #cpu_time = 0.003s
0.39/0.43	c #wall_clock_time = 0.003s
0.39/0.43	c #decision = 21
0.39/0.43	c #random_decision = 0
0.39/0.43	c #conflict = 0
0.39/0.43	c #restart = 0
0.39/0.43	c BCD2: found a new core of size 4: cost of the new core is >=27
0.39/0.43	c lower bound updated to 513
0.39/0.43	c BCD2: 513 <= obj <= 6671710313
0.39/0.43	c BCD2: #cores=19, #unrelaxed=225, #relaxed=76, #hardened=0
0.39/0.43	c BCD2: #sat=1 #unsat=20 bias=20/21
0.39/0.43	c Solving starts ...
0.39/0.43	c ============================[ Search Statistics ]============================
0.39/0.43	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.39/0.43	c       |         |          |          |    Limit     GC | Var      | Constra 
0.39/0.43	c =============================================================================
0.39/0.43	c  0.0s |       0 |        0 |        0 |     3512      0 |      209 |       52
0.39/0.44	c  0.0s |       0 |       22 |        0 |     3512      0 |      209 |       52
0.39/0.44	c #cpu_time = 0.004s
0.39/0.44	c #wall_clock_time = 0.004s
0.39/0.44	c #decision = 22
0.39/0.44	c #random_decision = 0
0.39/0.44	c #conflict = 0
0.39/0.44	c #restart = 0
0.39/0.44	c BCD2: found a new core of size 4: cost of the new core is >=27
0.39/0.44	c lower bound updated to 540
0.39/0.44	c BCD2: 540 <= obj <= 6671710313
0.39/0.44	c BCD2: #cores=20, #unrelaxed=221, #relaxed=80, #hardened=0
0.39/0.44	c BCD2: #sat=1 #unsat=21 bias=21/22
0.39/0.44	c Solving starts ...
0.39/0.44	c ============================[ Search Statistics ]============================
0.39/0.44	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.39/0.44	c       |         |          |          |    Limit     GC | Var      | Constra 
0.39/0.44	c =============================================================================
0.39/0.44	c  0.0s |       0 |        0 |        0 |     3512      0 |      209 |       52
0.39/0.44	c  0.0s |       0 |       23 |        0 |     3512      0 |      209 |       52
0.39/0.44	c #cpu_time = 0.004s
0.39/0.44	c #wall_clock_time = 0.004s
0.39/0.44	c #decision = 23
0.39/0.44	c #random_decision = 0
0.39/0.44	c #conflict = 0
0.39/0.44	c #restart = 0
0.39/0.44	c BCD2: found a new core of size 4: cost of the new core is >=27
0.39/0.44	c lower bound updated to 567
0.39/0.45	c BCD2: 567 <= obj <= 6671710313
0.39/0.45	c BCD2: #cores=21, #unrelaxed=217, #relaxed=84, #hardened=0
0.39/0.45	c BCD2: #sat=1 #unsat=22 bias=22/23
0.39/0.45	c Solving starts ...
0.39/0.45	c ============================[ Search Statistics ]============================
0.39/0.45	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.39/0.45	c       |         |          |          |    Limit     GC | Var      | Constra 
0.39/0.45	c =============================================================================
0.39/0.45	c  0.0s |       0 |        0 |        0 |     3512      0 |      209 |       52
0.39/0.45	c  0.0s |       0 |       24 |        0 |     3512      0 |      209 |       52
0.39/0.45	c #cpu_time = 0.004s
0.39/0.45	c #wall_clock_time = 0.004s
0.39/0.45	c #decision = 24
0.39/0.45	c #random_decision = 0
0.39/0.45	c #conflict = 0
0.39/0.45	c #restart = 0
0.39/0.45	c BCD2: found a new core of size 4: cost of the new core is >=27
0.39/0.45	c lower bound updated to 594
0.39/0.46	c BCD2: 594 <= obj <= 6671710313
0.39/0.46	c BCD2: #cores=22, #unrelaxed=213, #relaxed=88, #hardened=0
0.39/0.46	c BCD2: #sat=1 #unsat=23 bias=23/24
0.39/0.46	c Solving starts ...
0.39/0.46	c ============================[ Search Statistics ]============================
0.39/0.46	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.39/0.46	c       |         |          |          |    Limit     GC | Var      | Constra 
0.39/0.46	c =============================================================================
0.39/0.46	c  0.0s |       0 |        0 |        0 |     3512      0 |      209 |       52
0.39/0.46	c  0.0s |       0 |       25 |        0 |     3512      0 |      209 |       52
0.39/0.46	c #cpu_time = 0.004s
0.39/0.46	c #wall_clock_time = 0.004s
0.39/0.46	c #decision = 25
0.39/0.46	c #random_decision = 0
0.39/0.46	c #conflict = 0
0.39/0.46	c #restart = 0
0.39/0.46	c BCD2: found a new core of size 4: cost of the new core is >=27
0.39/0.46	c lower bound updated to 621
0.39/0.47	c BCD2: 621 <= obj <= 6671710313
0.39/0.47	c BCD2: #cores=23, #unrelaxed=209, #relaxed=92, #hardened=0
0.39/0.47	c BCD2: #sat=1 #unsat=24 bias=24/25
0.39/0.47	c Solving starts ...
0.39/0.47	c ============================[ Search Statistics ]============================
0.39/0.47	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.39/0.47	c       |         |          |          |    Limit     GC | Var      | Constra 
0.39/0.47	c =============================================================================
0.39/0.47	c  0.0s |       0 |        0 |        0 |     3512      0 |      209 |       52
0.39/0.47	c  0.0s |       0 |       26 |        0 |     3512      0 |      209 |       52
0.39/0.47	c #cpu_time = 0.004s
0.39/0.47	c #wall_clock_time = 0.004s
0.39/0.47	c #decision = 26
0.39/0.47	c #random_decision = 0
0.39/0.47	c #conflict = 0
0.39/0.47	c #restart = 0
0.39/0.47	c BCD2: found a new core of size 4: cost of the new core is >=27
0.39/0.47	c lower bound updated to 648
0.39/0.47	c BCD2: 648 <= obj <= 6671710313
0.39/0.47	c BCD2: #cores=24, #unrelaxed=205, #relaxed=96, #hardened=0
0.39/0.47	c BCD2: #sat=1 #unsat=25 bias=25/26
0.39/0.48	c Solving starts ...
0.39/0.48	c ============================[ Search Statistics ]============================
0.39/0.48	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.39/0.48	c       |         |          |          |    Limit     GC | Var      | Constra 
0.39/0.48	c =============================================================================
0.39/0.48	c  0.0s |       0 |        0 |        0 |     3512      0 |      209 |       52
0.39/0.48	c  0.0s |       0 |       27 |        0 |     3512      0 |      209 |       52
0.39/0.48	c #cpu_time = 0.004s
0.39/0.48	c #wall_clock_time = 0.004s
0.39/0.48	c #decision = 27
0.39/0.48	c #random_decision = 0
0.39/0.48	c #conflict = 0
0.39/0.48	c #restart = 0
0.39/0.48	c BCD2: found a new core of size 4: cost of the new core is >=27
0.39/0.48	c lower bound updated to 675
0.39/0.48	c BCD2: 675 <= obj <= 6671710313
0.39/0.48	c BCD2: #cores=25, #unrelaxed=201, #relaxed=100, #hardened=0
0.39/0.48	c BCD2: #sat=1 #unsat=26 bias=26/27
0.39/0.48	c Solving starts ...
0.39/0.48	c ============================[ Search Statistics ]============================
0.39/0.48	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.39/0.48	c       |         |          |          |    Limit     GC | Var      | Constra 
0.39/0.48	c =============================================================================
0.39/0.48	c  0.0s |       0 |        0 |        0 |     3512      0 |      209 |       52
0.39/0.49	c  0.0s |       0 |       28 |        0 |     3512      0 |      209 |       52
0.39/0.49	c #cpu_time = 0.004s
0.39/0.49	c #wall_clock_time = 0.004s
0.39/0.49	c #decision = 28
0.39/0.49	c #random_decision = 0
0.39/0.49	c #conflict = 0
0.39/0.49	c #restart = 0
0.39/0.49	c BCD2: found a new core of size 4: cost of the new core is >=27
0.39/0.49	c lower bound updated to 702
0.39/0.49	c BCD2: 702 <= obj <= 6671710313
0.39/0.49	c BCD2: #cores=26, #unrelaxed=197, #relaxed=104, #hardened=0
0.39/0.49	c BCD2: #sat=1 #unsat=27 bias=27/28
0.39/0.49	c Solving starts ...
0.39/0.49	c ============================[ Search Statistics ]============================
0.39/0.49	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.39/0.49	c       |         |          |          |    Limit     GC | Var      | Constra 
0.39/0.49	c =============================================================================
0.49/0.51	c  0.0s |       0 |        0 |        0 |     3512      0 |      209 |       52
0.49/0.51	c  0.0s |       0 |       29 |        1 |     3512      0 |      209 |       52
0.49/0.51	c #cpu_time = 0.004s
0.49/0.51	c #wall_clock_time = 0.004s
0.49/0.51	c #decision = 29
0.49/0.51	c #random_decision = 0
0.49/0.51	c #conflict = 1
0.49/0.51	c #restart = 0
0.49/0.51	c BCD2: found a new core of size 3: cost of the new core is >=14348907
0.49/0.51	c lower bound updated to 14349609
0.49/0.51	c BCD2: 14349609 <= obj <= 6671710313
0.49/0.51	c BCD2: #cores=27, #unrelaxed=194, #relaxed=107, #hardened=0
0.49/0.51	c BCD2: #sat=1 #unsat=28 bias=28/29
0.49/0.51	c Solving starts ...
0.49/0.51	c ============================[ Search Statistics ]============================
0.49/0.51	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.49/0.51	c       |         |          |          |    Limit     GC | Var      | Constra 
0.49/0.51	c =============================================================================
0.49/0.51	c  0.0s |       0 |        0 |        0 |     3512      0 |      209 |       52
0.49/0.52	c  0.0s |       0 |       92 |        0 |     3512      0 |      209 |       52
0.49/0.52	c #cpu_time = 0.004s
0.49/0.52	c #wall_clock_time = 0.004s
0.49/0.52	c #decision = 92
0.49/0.52	c #random_decision = 0
0.49/0.52	c #conflict = 0
0.49/0.52	c #restart = 0
0.49/0.52	c BCD2: found a new core of size 6: cost of the new core is >=71744535
0.49/0.52	c lower bound updated to 86094144
0.49/0.52	c BCD2: 86094144 <= obj <= 6671710313
0.49/0.52	c BCD2: #cores=28, #unrelaxed=188, #relaxed=113, #hardened=0
0.49/0.52	c BCD2: #sat=1 #unsat=29 bias=29/30
0.49/0.52	c Solving starts ...
0.49/0.52	c ============================[ Search Statistics ]============================
0.49/0.52	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.49/0.52	c       |         |          |          |    Limit     GC | Var      | Constra 
0.49/0.52	c =============================================================================
0.49/0.52	c  0.0s |       0 |        0 |        0 |     3512      0 |      209 |       53
0.49/0.53	c  0.0s |       0 |      104 |        0 |     3512      0 |      209 |       53
0.49/0.53	c #cpu_time = 0.004s
0.49/0.53	c #wall_clock_time = 0.004s
0.49/0.53	c #decision = 104
0.49/0.53	c #random_decision = 0
0.49/0.53	c #conflict = 0
0.49/0.53	c #restart = 0
0.49/0.53	c BCD2: found a new core of size 3: cost of the new core is >=71744535
0.49/0.53	c lower bound updated to 157838679
0.49/0.53	c BCD2: 157838679 <= obj <= 6671710313
0.49/0.53	c BCD2: #cores=29, #unrelaxed=185, #relaxed=116, #hardened=0
0.49/0.53	c BCD2: #sat=1 #unsat=30 bias=30/31
0.49/0.53	c Solving starts ...
0.49/0.53	c ============================[ Search Statistics ]============================
0.49/0.53	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.49/0.53	c       |         |          |          |    Limit     GC | Var      | Constra 
0.49/0.53	c =============================================================================
0.49/0.53	c  0.0s |       0 |        0 |        0 |     3512      0 |      209 |       54
0.49/0.54	c  0.0s |       0 |      108 |        0 |     3512      0 |      209 |       54
0.49/0.54	c #cpu_time = 0.004s
0.49/0.54	c #wall_clock_time = 0.004s
0.49/0.54	c #decision = 108
0.49/0.54	c #random_decision = 0
0.49/0.54	c #conflict = 0
0.49/0.54	c #restart = 0
0.49/0.54	c BCD2: found a new core of size 3: cost of the new core is >=71744535
0.49/0.54	c lower bound updated to 229583214
0.49/0.54	c BCD2: 229583214 <= obj <= 6671710313
0.49/0.54	c BCD2: #cores=30, #unrelaxed=182, #relaxed=119, #hardened=0
0.49/0.54	c BCD2: #sat=1 #unsat=31 bias=31/32
0.49/0.54	c Solving starts ...
0.49/0.54	c ============================[ Search Statistics ]============================
0.49/0.54	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.49/0.54	c       |         |          |          |    Limit     GC | Var      | Constra 
0.49/0.54	c =============================================================================
0.49/0.54	c  0.0s |       0 |        0 |        0 |     3512      0 |      209 |       55
0.49/0.55	c  0.0s |       0 |      108 |        0 |     3512      0 |      209 |       55
0.49/0.55	c #cpu_time = 0.004s
0.49/0.55	c #wall_clock_time = 0.004s
0.49/0.55	c #decision = 108
0.49/0.55	c #random_decision = 0
0.49/0.55	c #conflict = 0
0.49/0.55	c #restart = 0
0.49/0.55	c BCD2: relaxing 4 and merging with 1 cores into a new core of size 7: cost of the new core is >=143489070
0.49/0.55	c BCD2: refineLB: 141247054 -> 143489070
0.49/0.55	c lower bound updated to 301327749
0.49/0.55	c BCD2: 301327749 <= obj <= 6671710313
0.49/0.55	c BCD2: #cores=30, #unrelaxed=178, #relaxed=123, #hardened=0
0.49/0.55	c BCD2: #sat=1 #unsat=32 bias=32/33
0.49/0.55	c Solving starts ...
0.49/0.55	c ============================[ Search Statistics ]============================
0.49/0.55	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.49/0.55	c       |         |          |          |    Limit     GC | Var      | Constra 
0.49/0.55	c =============================================================================
0.49/0.55	c  0.0s |       0 |        0 |        0 |     3512      0 |      211 |       55
0.49/0.56	c  0.0s |       0 |      112 |        0 |     3512      0 |      211 |       58
0.49/0.56	c #cpu_time = 0.004s
0.49/0.56	c #wall_clock_time = 0.004s
0.49/0.56	c #decision = 112
0.49/0.56	c #random_decision = 0
0.49/0.56	c #conflict = 0
0.49/0.56	c #restart = 0
0.49/0.56	c BCD2: found a new core of size 3: cost of the new core is >=71744535
0.49/0.56	c lower bound updated to 373072284
0.49/0.56	c BCD2: 373072284 <= obj <= 6671710313
0.49/0.56	c BCD2: #cores=31, #unrelaxed=175, #relaxed=126, #hardened=0
0.49/0.56	c BCD2: #sat=1 #unsat=33 bias=33/34
0.49/0.56	c Solving starts ...
0.49/0.56	c ============================[ Search Statistics ]============================
0.49/0.56	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.49/0.56	c       |         |          |          |    Limit     GC | Var      | Constra 
0.49/0.56	c =============================================================================
0.49/0.56	c  0.0s |       0 |        0 |        0 |     3512      0 |      211 |       59
0.49/0.57	c  0.0s |       0 |      115 |        0 |     3512      0 |      211 |       59
0.49/0.57	c #cpu_time = 0.004s
0.49/0.57	c #wall_clock_time = 0.004s
0.49/0.57	c #decision = 115
0.49/0.57	c #random_decision = 0
0.49/0.57	c #conflict = 0
0.49/0.57	c #restart = 0
0.49/0.57	c BCD2: found a new core of size 6: cost of the new core is >=71744535
0.49/0.57	c lower bound updated to 444816819
0.49/0.57	c BCD2: 444816819 <= obj <= 6671710313
0.49/0.57	c BCD2: #cores=32, #unrelaxed=169, #relaxed=132, #hardened=0
0.49/0.57	c BCD2: #sat=1 #unsat=34 bias=34/35
0.49/0.57	c Solving starts ...
0.49/0.57	c ============================[ Search Statistics ]============================
0.49/0.57	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.49/0.57	c       |         |          |          |    Limit     GC | Var      | Constra 
0.49/0.57	c =============================================================================
0.49/0.57	c  0.0s |       0 |        0 |        0 |     3512      0 |      211 |       60
0.49/0.58	c  0.0s |       0 |      115 |        0 |     3512      0 |      211 |       60
0.49/0.58	c #cpu_time = 0.004s
0.49/0.58	c #wall_clock_time = 0.004s
0.49/0.58	c #decision = 115
0.49/0.58	c #random_decision = 0
0.49/0.58	c #conflict = 0
0.49/0.58	c #restart = 0
0.49/0.58	c BCD2: found a new core of size 3: cost of the new core is >=71744535
0.49/0.58	c lower bound updated to 516561354
0.49/0.58	c BCD2: 516561354 <= obj <= 6671710313
0.49/0.58	c BCD2: #cores=33, #unrelaxed=166, #relaxed=135, #hardened=0
0.49/0.58	c BCD2: #sat=1 #unsat=35 bias=35/36
0.49/0.58	c Solving starts ...
0.49/0.58	c ============================[ Search Statistics ]============================
0.49/0.58	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.49/0.58	c       |         |          |          |    Limit     GC | Var      | Constra 
0.49/0.58	c =============================================================================
0.49/0.58	c  0.0s |       0 |        0 |        0 |     3512      0 |      211 |       61
0.49/0.59	c  0.0s |       0 |      119 |        0 |     3512      0 |      211 |       61
0.49/0.59	c #cpu_time = 0.004s
0.49/0.59	c #wall_clock_time = 0.004s
0.49/0.59	c #decision = 119
0.49/0.59	c #random_decision = 0
0.49/0.59	c #conflict = 0
0.49/0.59	c #restart = 0
0.49/0.59	c BCD2: relaxing 7 and merging with 1 cores into a new core of size 10: cost of the new core is >=143489070
0.49/0.59	c BCD2: refineLB: 141496167 -> 143489070
0.49/0.59	c lower bound updated to 588305889
0.49/0.59	c BCD2: 588305889 <= obj <= 6671710313
0.49/0.59	c BCD2: #cores=33, #unrelaxed=159, #relaxed=142, #hardened=0
0.49/0.59	c BCD2: #sat=1 #unsat=36 bias=36/37
0.49/0.59	c Solving starts ...
0.49/0.59	c ============================[ Search Statistics ]============================
0.49/0.59	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.49/0.59	c       |         |          |          |    Limit     GC | Var      | Constra 
0.49/0.59	c =============================================================================
0.49/0.59	c  0.0s |       0 |        0 |        0 |     3512      0 |      214 |       61
0.59/0.60	c  0.0s |       0 |      118 |        0 |     3512      0 |      214 |       66
0.59/0.60	c #cpu_time = 0.005s
0.59/0.60	c #wall_clock_time = 0.005s
0.59/0.60	c #decision = 118
0.59/0.60	c #random_decision = 0
0.59/0.60	c #conflict = 0
0.59/0.60	c #restart = 0
0.59/0.60	c BCD2: found a new core of size 6: cost of the new core is >=71744535
0.59/0.60	c lower bound updated to 660050424
0.59/0.60	c BCD2: 660050424 <= obj <= 6671710313
0.59/0.60	c BCD2: #cores=34, #unrelaxed=153, #relaxed=148, #hardened=0
0.59/0.60	c BCD2: #sat=1 #unsat=37 bias=37/38
0.59/0.60	c Solving starts ...
0.59/0.60	c ============================[ Search Statistics ]============================
0.59/0.60	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.59/0.60	c       |         |          |          |    Limit     GC | Var      | Constra 
0.59/0.60	c =============================================================================
0.59/0.60	c  0.0s |       0 |        0 |        0 |     3512      0 |      214 |       67
0.59/0.61	c  0.0s |       0 |      118 |        0 |     3512      0 |      214 |       67
0.59/0.61	c #cpu_time = 0.004s
0.59/0.61	c #wall_clock_time = 0.004s
0.59/0.61	c #decision = 118
0.59/0.61	c #random_decision = 0
0.59/0.61	c #conflict = 0
0.59/0.61	c #restart = 0
0.59/0.61	c BCD2: found a new core of size 3: cost of the new core is >=71744535
0.59/0.61	c lower bound updated to 731794959
0.59/0.61	c BCD2: 731794959 <= obj <= 6671710313
0.59/0.61	c BCD2: #cores=35, #unrelaxed=150, #relaxed=151, #hardened=0
0.59/0.61	c BCD2: #sat=1 #unsat=38 bias=38/39
0.59/0.61	c Solving starts ...
0.59/0.61	c ============================[ Search Statistics ]============================
0.59/0.61	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.59/0.61	c       |         |          |          |    Limit     GC | Var      | Constra 
0.59/0.61	c =============================================================================
0.59/0.61	c  0.0s |       0 |        0 |        0 |     3512      0 |      214 |       68
0.59/0.62	c  0.0s |       0 |      117 |        0 |     3512      0 |      214 |       68
0.59/0.62	c #cpu_time = 0.004s
0.59/0.62	c #wall_clock_time = 0.004s
0.59/0.62	c #decision = 117
0.59/0.62	c #random_decision = 0
0.59/0.62	c #conflict = 0
0.59/0.62	c #restart = 0
0.59/0.62	c BCD2: found a new core of size 6: cost of the new core is >=71744535
0.59/0.62	c lower bound updated to 803539494
0.59/0.62	c BCD2: 803539494 <= obj <= 6671710313
0.59/0.62	c BCD2: #cores=36, #unrelaxed=144, #relaxed=157, #hardened=0
0.59/0.62	c BCD2: #sat=1 #unsat=39 bias=39/40
0.59/0.62	c Solving starts ...
0.59/0.62	c ============================[ Search Statistics ]============================
0.59/0.62	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.59/0.62	c       |         |          |          |    Limit     GC | Var      | Constra 
0.59/0.62	c =============================================================================
0.59/0.62	c  0.0s |       0 |        0 |        0 |     3512      0 |      214 |       69
0.59/0.63	c  0.0s |       0 |      116 |        0 |     3512      0 |      214 |       69
0.59/0.63	c #cpu_time = 0.004s
0.59/0.63	c #wall_clock_time = 0.004s
0.59/0.63	c #decision = 116
0.59/0.63	c #random_decision = 0
0.59/0.63	c #conflict = 0
0.59/0.63	c #restart = 0
0.59/0.63	c BCD2: found a new core of size 3: cost of the new core is >=71744535
0.59/0.63	c lower bound updated to 875284029
0.59/0.63	c BCD2: 875284029 <= obj <= 6671710313
0.59/0.63	c BCD2: #cores=37, #unrelaxed=141, #relaxed=160, #hardened=0
0.59/0.63	c BCD2: #sat=1 #unsat=40 bias=40/41
0.59/0.63	c Solving starts ...
0.59/0.63	c ============================[ Search Statistics ]============================
0.59/0.63	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.59/0.63	c       |         |          |          |    Limit     GC | Var      | Constra 
0.59/0.63	c =============================================================================
0.59/0.63	c  0.0s |       0 |        0 |        0 |     3512      0 |      214 |       70
0.59/0.64	c  0.0s |       0 |      117 |        0 |     3512      0 |      214 |       70
0.59/0.64	c #cpu_time = 0.004s
0.59/0.64	c #wall_clock_time = 0.004s
0.59/0.64	c #decision = 117
0.59/0.64	c #random_decision = 0
0.59/0.64	c #conflict = 0
0.59/0.64	c #restart = 0
0.59/0.64	c BCD2: found a new core of size 3: cost of the new core is >=71744535
0.59/0.64	c lower bound updated to 947028564
0.59/0.64	c BCD2: 947028564 <= obj <= 6671710313
0.59/0.64	c BCD2: #cores=38, #unrelaxed=138, #relaxed=163, #hardened=0
0.59/0.64	c BCD2: #sat=1 #unsat=41 bias=41/42
0.59/0.64	c Solving starts ...
0.59/0.64	c ============================[ Search Statistics ]============================
0.59/0.64	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.59/0.64	c       |         |          |          |    Limit     GC | Var      | Constra 
0.59/0.64	c =============================================================================
0.59/0.64	c  0.0s |       0 |        0 |        0 |     3512      0 |      214 |       71
0.59/0.65	c  0.0s |       0 |      118 |        0 |     3512      0 |      214 |       71
0.59/0.65	c #cpu_time = 0.004s
0.59/0.65	c #wall_clock_time = 0.004s
0.59/0.65	c #decision = 118
0.59/0.65	c #random_decision = 0
0.59/0.65	c #conflict = 0
0.59/0.65	c #restart = 0
0.59/0.65	c BCD2: found a new core of size 6: cost of the new core is >=71744535
0.59/0.65	c lower bound updated to 1018773099
0.59/0.65	c BCD2: 1018773099 <= obj <= 6671710313
0.59/0.65	c BCD2: #cores=39, #unrelaxed=132, #relaxed=169, #hardened=0
0.59/0.65	c BCD2: #sat=1 #unsat=42 bias=42/43
0.59/0.65	c Solving starts ...
0.59/0.65	c ============================[ Search Statistics ]============================
0.59/0.65	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.59/0.65	c       |         |          |          |    Limit     GC | Var      | Constra 
0.59/0.65	c =============================================================================
0.59/0.65	c  0.0s |       0 |        0 |        0 |     3512      0 |      214 |       72
0.59/0.66	c  0.0s |       0 |      120 |        0 |     3512      0 |      214 |       72
0.59/0.66	c #cpu_time = 0.005s
0.59/0.66	c #wall_clock_time = 0.005s
0.59/0.66	c #decision = 120
0.59/0.66	c #random_decision = 0
0.59/0.66	c #conflict = 0
0.59/0.66	c #restart = 0
0.59/0.66	c BCD2: found a new core of size 3: cost of the new core is >=71744535
0.59/0.66	c lower bound updated to 1090517634
0.59/0.66	c BCD2: 1090517634 <= obj <= 6671710313
0.59/0.66	c BCD2: #cores=40, #unrelaxed=129, #relaxed=172, #hardened=0
0.59/0.66	c BCD2: #sat=1 #unsat=43 bias=43/44
0.59/0.66	c Solving starts ...
0.59/0.66	c ============================[ Search Statistics ]============================
0.59/0.66	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.59/0.66	c       |         |          |          |    Limit     GC | Var      | Constra 
0.59/0.66	c =============================================================================
0.59/0.66	c  0.0s |       0 |        0 |        0 |     3512      0 |      214 |       73
0.59/0.67	c  0.0s |       0 |      123 |        1 |     3512      0 |      214 |       73
0.59/0.67	c #cpu_time = 0.005s
0.59/0.67	c #wall_clock_time = 0.005s
0.59/0.67	c #decision = 123
0.59/0.67	c #random_decision = 0
0.59/0.67	c #conflict = 1
0.59/0.67	c #restart = 0
0.59/0.67	c BCD2: relaxing 9 and merging with 3 cores into a new core of size 21: cost of the new core is >=286978140
0.59/0.67	c BCD2: refineLB: 215233606 -> 286978140
0.59/0.67	c lower bound updated to 1162262169
0.59/0.67	c BCD2: 1162262169 <= obj <= 6671710313
0.59/0.67	c BCD2: #cores=38, #unrelaxed=120, #relaxed=181, #hardened=0
0.59/0.67	c BCD2: #sat=1 #unsat=44 bias=44/45
0.59/0.68	c Solving starts ...
0.59/0.68	c ============================[ Search Statistics ]============================
0.59/0.68	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.59/0.68	c       |         |          |          |    Limit     GC | Var      | Constra 
0.59/0.68	c =============================================================================
0.59/0.69	c  0.0s |       0 |        0 |        0 |     3512      0 |      223 |       73
0.59/0.69	c  0.0s |       0 |      114 |        0 |     3512      0 |      223 |       88
0.59/0.69	c #cpu_time = 0.004s
0.59/0.69	c #wall_clock_time = 0.005s
0.59/0.69	c #decision = 114
0.59/0.69	c #random_decision = 0
0.59/0.69	c #conflict = 0
0.59/0.69	c #restart = 0
0.59/0.69	c BCD2: relaxing 7 and merging with 1 cores into a new core of size 10: cost of the new core is >=143489070
0.59/0.69	c BCD2: refineLB: 71744536 -> 143489070
0.59/0.69	c lower bound updated to 1234006704
0.69/0.70	c BCD2: 1234006704 <= obj <= 6671710313
0.69/0.70	c BCD2: #cores=38, #unrelaxed=113, #relaxed=188, #hardened=0
0.69/0.70	c BCD2: #sat=1 #unsat=45 bias=45/46
0.69/0.70	c Solving starts ...
0.69/0.70	c ============================[ Search Statistics ]============================
0.69/0.70	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.69/0.70	c       |         |          |          |    Limit     GC | Var      | Constra 
0.69/0.70	c =============================================================================
0.69/0.70	c  0.0s |       0 |        0 |        0 |     3512      0 |      224 |       88
0.69/0.70	c  0.0s |       0 |      118 |        0 |     3512      0 |      224 |       89
0.69/0.70	c #cpu_time = 0.005s
0.69/0.70	c #wall_clock_time = 0.005s
0.69/0.70	c #decision = 118
0.69/0.70	c #random_decision = 0
0.69/0.70	c #conflict = 0
0.69/0.70	c #restart = 0
0.69/0.70	c BCD2: found a new core of size 6: cost of the new core is >=71744535
0.69/0.70	c lower bound updated to 1305751239
0.69/0.71	c BCD2: 1305751239 <= obj <= 6671710313
0.69/0.71	c BCD2: #cores=39, #unrelaxed=107, #relaxed=194, #hardened=0
0.69/0.71	c BCD2: #sat=1 #unsat=46 bias=46/47
0.69/0.71	c Solving starts ...
0.69/0.71	c ============================[ Search Statistics ]============================
0.69/0.71	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.69/0.71	c       |         |          |          |    Limit     GC | Var      | Constra 
0.69/0.71	c =============================================================================
0.69/0.71	c  0.0s |       0 |        0 |        0 |     3512      0 |      224 |       90
0.69/0.72	c  0.0s |       0 |      119 |        0 |     3512      0 |      224 |       90
0.69/0.72	c #cpu_time = 0.005s
0.69/0.72	c #wall_clock_time = 0.005s
0.69/0.72	c #decision = 119
0.69/0.72	c #random_decision = 0
0.69/0.72	c #conflict = 0
0.69/0.72	c #restart = 0
0.69/0.72	c BCD2: found a new core of size 6: cost of the new core is >=71744535
0.69/0.72	c lower bound updated to 1377495774
0.69/0.72	c BCD2: 1377495774 <= obj <= 6671710313
0.69/0.72	c BCD2: #cores=40, #unrelaxed=101, #relaxed=200, #hardened=0
0.69/0.72	c BCD2: #sat=1 #unsat=47 bias=47/48
0.69/0.72	c Solving starts ...
0.69/0.72	c ============================[ Search Statistics ]============================
0.69/0.72	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.69/0.72	c       |         |          |          |    Limit     GC | Var      | Constra 
0.69/0.72	c =============================================================================
0.69/0.72	c  0.0s |       0 |        0 |        0 |     3512      0 |      224 |       91
0.69/0.73	c  0.0s |       0 |     1101 |        0 |     3512      0 |      224 |       91
0.69/0.73	c #cpu_time = 0.011s
0.69/0.73	c #wall_clock_time = 0.011s
0.69/0.73	c #decision = 1101
0.69/0.73	c #random_decision = 3
0.69/0.73	c #conflict = 0
0.69/0.73	c #restart = 0
0.69/0.73	o 2252977065

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

pid=30109
running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 2.05 2.10 2.06 2/179 30112
/proc/meminfo: memFree=30027800/32872528 swapFree=682476/737664
[pid=30112] ppid=30109 vsize=744892 CPUtime=0 cores=1,3,5,7
/proc/30112/stat : 30112 (toysat) R 30109 30112 27433 0 -1 4202496 2784 0 0 0 0 0 0 0 20 0 4 0 42614439 762769408 3145 33554432000 4194304 16246674 140735705450560 140735705449984 13880264 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/30112/statm: 186991 3154 441 2943 0 183885 0
[pid=30112/tid=30113] ppid=30109 vsize=763324 CPUtime=0 cores=1,3,5,7
/proc/30112/task/30113/stat : 30113 (toysat) S 30109 30112 27433 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 42614439 781643776 3215 33554432000 4194304 16246674 140735705450560 140117818715376 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=30112/tid=30114] ppid=30109 vsize=767420 CPUtime=0 cores=1,3,5,7
/proc/30112/task/30114/stat : 30114 (toysat) S 30109 30112 27433 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 42614439 785838080 3232 33554432000 4194304 16246674 140735705450560 140117737975024 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=30112/tid=30115] ppid=30109 vsize=771516 CPUtime=0 cores=1,3,5,7
/proc/30112/task/30115/stat : 30115 (toysat) S 30109 30112 27433 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 42614439 790032384 3249 33554432000 4194304 16246674 140735705450560 140117727501488 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0

[startup+0.100152 s]
/proc/loadavg: 2.05 2.10 2.06 2/179 30112
/proc/meminfo: memFree=30027800/32872528 swapFree=682476/737664
[pid=30112] ppid=30109 vsize=1221188 CPUtime=0.09 cores=1,3,5,7
/proc/30112/stat : 30112 (toysat) R 30109 30112 27433 0 -1 4202496 21706 0 0 0 7 2 0 0 20 0 4 0 42614439 1250496512 22005 33554432000 4194304 16246674 140735705450560 140735705449872 13943729 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/30112/statm: 305297 22005 831 2943 0 302191 0
[pid=30112/tid=30113] ppid=30109 vsize=1221188 CPUtime=0 cores=1,3,5,7
/proc/30112/task/30113/stat : 30113 (toysat) S 30109 30112 27433 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 42614439 1250496512 22005 33554432000 4194304 16246674 140735705450560 140117818715376 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=30112/tid=30114] ppid=30109 vsize=1221188 CPUtime=0 cores=1,3,5,7
/proc/30112/task/30114/stat : 30114 (toysat) S 30109 30112 27433 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 42614439 1250496512 22005 33554432000 4194304 16246674 140735705450560 140117737975024 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=30112/tid=30115] ppid=30109 vsize=1221188 CPUtime=0 cores=1,3,5,7
/proc/30112/task/30115/stat : 30115 (toysat) S 30109 30112 27433 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 42614439 1250496512 22005 33554432000 4194304 16246674 140735705450560 140117727501488 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1221188

[startup+0.200529 s]
/proc/loadavg: 2.05 2.10 2.06 2/179 30112
/proc/meminfo: memFree=30027800/32872528 swapFree=682476/737664
[pid=30112] ppid=30109 vsize=1221188 CPUtime=0.19 cores=1,3,5,7
/proc/30112/stat : 30112 (toysat) R 30109 30112 27433 0 -1 4202496 41425 0 0 0 13 6 0 0 20 0 4 0 42614439 1250496512 41725 33554432000 4194304 16246674 140735705450560 140735705449872 6962473 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/30112/statm: 305297 41741 907 2943 0 302191 0
[pid=30112/tid=30113] ppid=30109 vsize=1221188 CPUtime=0 cores=1,3,5,7
/proc/30112/task/30113/stat : 30113 (toysat) S 30109 30112 27433 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 42614439 1250496512 41752 33554432000 4194304 16246674 140735705450560 140117818715376 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=30112/tid=30114] ppid=30109 vsize=1221188 CPUtime=0 cores=1,3,5,7
/proc/30112/task/30114/stat : 30114 (toysat) S 30109 30112 27433 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 42614439 1250496512 41761 33554432000 4194304 16246674 140735705450560 140117737975024 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=30112/tid=30115] ppid=30109 vsize=1221188 CPUtime=0 cores=1,3,5,7
/proc/30112/task/30115/stat : 30115 (toysat) S 30109 30112 27433 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 42614439 1250496512 41771 33554432000 4194304 16246674 140735705450560 140117727501488 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1221188

[startup+0.300447 s]
/proc/loadavg: 2.05 2.10 2.06 2/179 30112
/proc/meminfo: memFree=30027800/32872528 swapFree=682476/737664
[pid=30112] ppid=30109 vsize=1221188 CPUtime=0.29 cores=1,3,5,7
/proc/30112/stat : 30112 (toysat) R 30109 30112 27433 0 -1 4202496 65362 0 0 0 19 10 0 0 20 0 4 0 42614439 1250496512 65661 33554432000 4194304 16246674 140735705450560 140735705449872 12371341 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/30112/statm: 305297 65675 907 2943 0 302191 0
[pid=30112/tid=30113] ppid=30109 vsize=1221188 CPUtime=0 cores=1,3,5,7
/proc/30112/task/30113/stat : 30113 (toysat) S 30109 30112 27433 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 42614439 1250496512 65685 33554432000 4194304 16246674 140735705450560 140117818715376 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=30112/tid=30114] ppid=30109 vsize=1221188 CPUtime=0 cores=1,3,5,7
/proc/30112/task/30114/stat : 30114 (toysat) S 30109 30112 27433 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 42614439 1250496512 65694 33554432000 4194304 16246674 140735705450560 140117737975024 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=30112/tid=30115] ppid=30109 vsize=1221188 CPUtime=0 cores=1,3,5,7
/proc/30112/task/30115/stat : 30115 (toysat) S 30109 30112 27433 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 42614439 1250496512 65705 33554432000 4194304 16246674 140735705450560 140117727501488 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1221188

[startup+0.700407 s]
/proc/loadavg: 2.05 2.10 2.06 2/179 30112
/proc/meminfo: memFree=30027800/32872528 swapFree=682476/737664
[pid=30112] ppid=30109 vsize=1308228 CPUtime=0.69 cores=1,3,5,7
/proc/30112/stat : 30112 (toysat) R 30109 30112 27433 0 -1 4202496 88913 0 0 0 56 13 0 0 20 0 4 0 42614439 1339625472 89212 33554432000 4194304 16246674 140735705450560 140735705449872 12414114 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/30112/statm: 327057 89212 909 2943 0 323951 0
[pid=30112/tid=30113] ppid=30109 vsize=1308228 CPUtime=0 cores=1,3,5,7
/proc/30112/task/30113/stat : 30113 (toysat) S 30109 30112 27433 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 42614439 1339625472 89212 33554432000 4194304 16246674 140735705450560 140117818715376 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=30112/tid=30114] ppid=30109 vsize=1308228 CPUtime=0 cores=1,3,5,7
/proc/30112/task/30114/stat : 30114 (toysat) S 30109 30112 27433 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 42614439 1339625472 89212 33554432000 4194304 16246674 140735705450560 140117737975024 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=30112/tid=30115] ppid=30109 vsize=1308228 CPUtime=0 cores=1,3,5,7
/proc/30112/task/30115/stat : 30115 (toysat) S 30109 30112 27433 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 42614439 1339625472 89212 33554432000 4194304 16246674 140735705450560 140117727501488 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1308228

[startup+1.5004 s]
/proc/loadavg: 2.05 2.10 2.06 3/183 30116
/proc/meminfo: memFree=29450352/32872528 swapFree=682476/737664
[pid=30112] ppid=30109 vsize=1308228 CPUtime=1.49 cores=1,3,5,7
/proc/30112/stat : 30112 (toysat) R 30109 30112 27433 0 -1 4202496 247340 0 0 0 117 32 0 0 20 0 4 0 42614439 1339625472 247639 33554432000 4194304 16246674 140735705450560 140735705432448 6962473 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/30112/statm: 327057 247651 909 2943 0 323951 0
[pid=30112/tid=30113] ppid=30109 vsize=1308228 CPUtime=0 cores=1,3,5,7
/proc/30112/task/30113/stat : 30113 (toysat) S 30109 30112 27433 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 42614439 1339625472 247658 33554432000 4194304 16246674 140735705450560 140117818715376 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=30112/tid=30114] ppid=30109 vsize=1308228 CPUtime=0 cores=1,3,5,7
/proc/30112/task/30114/stat : 30114 (toysat) S 30109 30112 27433 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 42614439 1339625472 247664 33554432000 4194304 16246674 140735705450560 140117737975024 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=30112/tid=30115] ppid=30109 vsize=1308228 CPUtime=0 cores=1,3,5,7
/proc/30112/task/30115/stat : 30115 (toysat) S 30109 30112 27433 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 42614439 1339625472 247672 33554432000 4194304 16246674 140735705450560 140117727501488 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 1308228

[startup+3.10041 s]
/proc/loadavg: 2.05 2.10 2.06 3/183 30116
/proc/meminfo: memFree=28914300/32872528 swapFree=682476/737664
[pid=30112] ppid=30109 vsize=1349188 CPUtime=3.09 cores=1,3,5,7
/proc/30112/stat : 30112 (toysat) R 30109 30112 27433 0 -1 4202496 278503 0 0 0 272 37 0 0 20 0 4 0 42614439 1381568512 278802 33554432000 4194304 16246674 140735705450560 140735705448384 12371164 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/30112/statm: 337297 278802 909 2943 0 334191 0
[pid=30112/tid=30113] ppid=30109 vsize=1349188 CPUtime=0 cores=1,3,5,7
/proc/30112/task/30113/stat : 30113 (toysat) S 30109 30112 27433 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 42614439 1381568512 278802 33554432000 4194304 16246674 140735705450560 140117818715376 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=30112/tid=30114] ppid=30109 vsize=1349188 CPUtime=0 cores=1,3,5,7
/proc/30112/task/30114/stat : 30114 (toysat) S 30109 30112 27433 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 42614439 1381568512 278802 33554432000 4194304 16246674 140735705450560 140117737975024 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=30112/tid=30115] ppid=30109 vsize=1349188 CPUtime=0 cores=1,3,5,7
/proc/30112/task/30115/stat : 30115 (toysat) S 30109 30112 27433 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 42614439 1381568512 278802 33554432000 4194304 16246674 140735705450560 140117727501488 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 1349188

[startup+6.30041 s]
/proc/loadavg: 2.05 2.10 2.06 3/183 30116
/proc/meminfo: memFree=28913132/32872528 swapFree=682476/737664
[pid=30112] ppid=30109 vsize=1349188 CPUtime=6.29 cores=1,3,5,7
/proc/30112/stat : 30112 (toysat) R 30109 30112 27433 0 -1 4202496 278503 0 0 0 592 37 0 0 20 0 4 0 42614439 1381568512 278802 33554432000 4194304 16246674 140735705450560 140735705449872 4220812 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/30112/statm: 337297 278802 909 2943 0 334191 0
[pid=30112/tid=30113] ppid=30109 vsize=1349188 CPUtime=0 cores=1,3,5,7
/proc/30112/task/30113/stat : 30113 (toysat) S 30109 30112 27433 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 42614439 1381568512 278802 33554432000 4194304 16246674 140735705450560 140117818715376 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=30112/tid=30114] ppid=30109 vsize=1349188 CPUtime=0 cores=1,3,5,7
/proc/30112/task/30114/stat : 30114 (toysat) S 30109 30112 27433 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 42614439 1381568512 278802 33554432000 4194304 16246674 140735705450560 140117737975024 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=30112/tid=30115] ppid=30109 vsize=1349188 CPUtime=0 cores=1,3,5,7
/proc/30112/task/30115/stat : 30115 (toysat) S 30109 30112 27433 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 42614439 1381568512 278802 33554432000 4194304 16246674 140735705450560 140117727501488 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1349188

[startup+12.7004 s]
/proc/loadavg: 2.04 2.10 2.06 3/183 30116
/proc/meminfo: memFree=28912892/32872528 swapFree=682476/737664
[pid=30112] ppid=30109 vsize=1349188 CPUtime=12.69 cores=1,3,5,7
/proc/30112/stat : 30112 (toysat) R 30109 30112 27433 0 -1 4202496 278503 0 0 0 1232 37 0 0 20 0 4 0 42614439 1381568512 278802 33554432000 4194304 16246674 140735705450560 140735705448448 4221035 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/30112/statm: 337297 278802 909 2943 0 334191 0
[pid=30112/tid=30113] ppid=30109 vsize=1349188 CPUtime=0 cores=1,3,5,7
/proc/30112/task/30113/stat : 30113 (toysat) S 30109 30112 27433 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 42614439 1381568512 278802 33554432000 4194304 16246674 140735705450560 140117818715376 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=30112/tid=30114] ppid=30109 vsize=1349188 CPUtime=0 cores=1,3,5,7
/proc/30112/task/30114/stat : 30114 (toysat) S 30109 30112 27433 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 42614439 1381568512 278802 33554432000 4194304 16246674 140735705450560 140117737974800 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30112/tid=30115] ppid=30109 vsize=1349188 CPUtime=0 cores=1,3,5,7
/proc/30112/task/30115/stat : 30115 (toysat) S 30109 30112 27433 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 42614439 1381568512 278802 33554432000 4194304 16246674 140735705450560 140117727501488 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1349188

[startup+25.5005 s]
/proc/loadavg: 2.11 2.11 2.07 3/183 30116
/proc/meminfo: memFree=28047264/32872528 swapFree=682476/737664
[pid=30112] ppid=30109 vsize=2214468 CPUtime=25.49 cores=1,3,5,7
/proc/30112/stat : 30112 (toysat) R 30109 30112 27433 0 -1 4202496 494825 0 0 0 2483 66 0 0 20 0 4 0 42614439 2267615232 495124 33554432000 4194304 16246674 140735705450560 140735705449872 4220520 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/30112/statm: 553617 495124 910 2943 0 550511 0
[pid=30112/tid=30113] ppid=30109 vsize=2214468 CPUtime=0 cores=1,3,5,7
/proc/30112/task/30113/stat : 30113 (toysat) S 30109 30112 27433 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 42614439 2267615232 495124 33554432000 4194304 16246674 140735705450560 140117818715376 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=30112/tid=30114] ppid=30109 vsize=2214468 CPUtime=0 cores=1,3,5,7
/proc/30112/task/30114/stat : 30114 (toysat) S 30109 30112 27433 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 42614439 2267615232 495124 33554432000 4194304 16246674 140735705450560 140117737975024 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=30112/tid=30115] ppid=30109 vsize=2214468 CPUtime=0 cores=1,3,5,7
/proc/30112/task/30115/stat : 30115 (toysat) S 30109 30112 27433 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 42614439 2267615232 495124 33554432000 4194304 16246674 140735705450560 140117727501488 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 2214468

[startup+51.1005 s]
/proc/loadavg: 2.07 2.10 2.06 3/183 30116
/proc/meminfo: memFree=27112644/32872528 swapFree=682476/737664
[pid=30112] ppid=30109 vsize=3145284 CPUtime=51.08 cores=1,3,5,7
/proc/30112/stat : 30112 (toysat) R 30109 30112 27433 0 -1 4202496 727529 0 0 0 5007 101 0 0 20 0 4 0 42614439 3220770816 727828 33554432000 4194304 16246674 140735705450560 140735705449656 15015658 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/30112/statm: 786321 727828 910 2943 0 783215 0
[pid=30112/tid=30113] ppid=30109 vsize=3145284 CPUtime=0 cores=1,3,5,7
/proc/30112/task/30113/stat : 30113 (toysat) S 30109 30112 27433 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 42614439 3220770816 727828 33554432000 4194304 16246674 140735705450560 140117818715376 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=30112/tid=30114] ppid=30109 vsize=3145284 CPUtime=0 cores=1,3,5,7
/proc/30112/task/30114/stat : 30114 (toysat) S 30109 30112 27433 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 42614439 3220770816 727828 33554432000 4194304 16246674 140735705450560 140117737975024 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=30112/tid=30115] ppid=30109 vsize=3145284 CPUtime=0 cores=1,3,5,7
/proc/30112/task/30115/stat : 30115 (toysat) S 30109 30112 27433 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 42614439 3220770816 727828 33554432000 4194304 16246674 140735705450560 140117727501488 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 3145284

[startup+102.3 s]
/proc/loadavg: 2.07 2.09 2.06 3/183 30117
/proc/meminfo: memFree=25074836/32872528 swapFree=682476/737664
[pid=30112] ppid=30109 vsize=5179972 CPUtime=102.28 cores=1,3,5,7
/proc/30112/stat : 30112 (toysat) R 30109 30112 27433 0 -1 4202496 1280745 0 0 0 10046 182 0 0 20 0 4 0 42614439 5304291328 1236500 33554432000 4194304 16246674 140735705450560 140735705449656 4206912 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/30112/statm: 1294993 1236500 910 2943 0 1291887 0
[pid=30112/tid=30113] ppid=30109 vsize=5179972 CPUtime=0 cores=1,3,5,7
/proc/30112/task/30113/stat : 30113 (toysat) S 30109 30112 27433 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 42614439 5304291328 1236500 33554432000 4194304 16246674 140735705450560 140117818715376 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=30112/tid=30114] ppid=30109 vsize=5179972 CPUtime=0 cores=1,3,5,7
/proc/30112/task/30114/stat : 30114 (toysat) S 30109 30112 27433 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 42614439 5304291328 1236500 33554432000 4194304 16246674 140735705450560 140117737975024 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=30112/tid=30115] ppid=30109 vsize=5179972 CPUtime=0 cores=1,3,5,7
/proc/30112/task/30115/stat : 30115 (toysat) S 30109 30112 27433 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 42614439 5304291328 1236500 33554432000 4194304 16246674 140735705450560 140117727501488 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 5179972


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

[pid=30112] ppid=30109 vsize=12763716 CPUtime=522.21 cores=1,3,5,7
/proc/30112/stat : 30112 (toysat) R 30109 30112 27433 0 -1 4202496 6656756 0 0 0 51204 1017 0 0 20 0 4 0 42614439 13070045184 3132447 33554432000 4194304 16246674 140735705450560 140735705449656 4220507 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/30112/statm: 3190929 3132447 914 2943 0 3187823 0
[pid=30112/tid=30113] ppid=30109 vsize=12763716 CPUtime=0 cores=1,3,5,7
/proc/30112/task/30113/stat : 30113 (toysat) S 30109 30112 27433 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 42614439 13070045184 3132447 33554432000 4194304 16246674 140735705450560 140117818715376 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=30112/tid=30114] ppid=30109 vsize=12763716 CPUtime=0 cores=1,3,5,7
/proc/30112/task/30114/stat : 30114 (toysat) S 30109 30112 27433 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 42614439 13070045184 3132447 33554432000 4194304 16246674 140735705450560 140117737975024 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=30112/tid=30115] ppid=30109 vsize=12763716 CPUtime=0 cores=1,3,5,7
/proc/30112/task/30115/stat : 30115 (toysat) S 30109 30112 27433 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 42614439 13070045184 3132447 33554432000 4194304 16246674 140735705450560 140117727501488 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 522.21
Current children cumulated vsize (KiB) 12763716

[startup+582.3 s]
/proc/loadavg: 2.25 2.17 2.10 3/183 30153
/proc/meminfo: memFree=15360472/32872528 swapFree=682476/737664
[pid=30112] ppid=30109 vsize=12954180 CPUtime=582.2 cores=1,3,5,7
/proc/30112/stat : 30112 (toysat) R 30109 30112 27433 0 -1 4202496 6657282 0 0 0 57197 1023 0 0 20 0 4 0 42614439 13265080320 3179985 33554432000 4194304 16246674 140735705450560 140735705448512 14016666 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/30112/statm: 3238545 3179985 914 2943 0 3235439 0
[pid=30112/tid=30113] ppid=30109 vsize=12954180 CPUtime=0 cores=1,3,5,7
/proc/30112/task/30113/stat : 30113 (toysat) S 30109 30112 27433 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 42614439 13265080320 3179985 33554432000 4194304 16246674 140735705450560 140117818715376 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=30112/tid=30114] ppid=30109 vsize=12954180 CPUtime=0 cores=1,3,5,7
/proc/30112/task/30114/stat : 30114 (toysat) S 30109 30112 27433 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 42614439 13265080320 3179985 33554432000 4194304 16246674 140735705450560 140117737974800 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30112/tid=30115] ppid=30109 vsize=12954180 CPUtime=0 cores=1,3,5,7
/proc/30112/task/30115/stat : 30115 (toysat) S 30109 30112 27433 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 42614439 13265080320 3179985 33554432000 4194304 16246674 140735705450560 140117727501488 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 582.2
Current children cumulated vsize (KiB) 12954180

[startup+642.3 s]
/proc/loadavg: 2.13 2.15 2.09 4/183 30154
/proc/meminfo: memFree=14936448/32872528 swapFree=682476/737664
[pid=30112] ppid=30109 vsize=12954180 CPUtime=642.19 cores=1,3,5,7
/proc/30112/stat : 30112 (toysat) R 30109 30112 27433 0 -1 4202496 6657360 0 0 0 63191 1028 0 0 20 0 4 0 42614439 13265080320 3180063 33554432000 4194304 16246674 140735705450560 140735705449656 4220536 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/30112/statm: 3238545 3180063 914 2943 0 3235439 0
[pid=30112/tid=30113] ppid=30109 vsize=12954180 CPUtime=0 cores=1,3,5,7
/proc/30112/task/30113/stat : 30113 (toysat) S 30109 30112 27433 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 42614439 13265080320 3180063 33554432000 4194304 16246674 140735705450560 140117818715376 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=30112/tid=30114] ppid=30109 vsize=12954180 CPUtime=0 cores=1,3,5,7
/proc/30112/task/30114/stat : 30114 (toysat) S 30109 30112 27433 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 42614439 13265080320 3180063 33554432000 4194304 16246674 140735705450560 140117737975024 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=30112/tid=30115] ppid=30109 vsize=12954180 CPUtime=0 cores=1,3,5,7
/proc/30112/task/30115/stat : 30115 (toysat) S 30109 30112 27433 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 42614439 13265080320 3180063 33554432000 4194304 16246674 140735705450560 140117727501488 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 642.19
Current children cumulated vsize (KiB) 12954180

[startup+702.3 s]
/proc/loadavg: 2.16 2.15 2.09 3/183 30155
/proc/meminfo: memFree=14327012/32872528 swapFree=682476/737664
[pid=30112] ppid=30109 vsize=14229060 CPUtime=702.18 cores=1,3,5,7
/proc/30112/stat : 30112 (toysat) R 30109 30112 27433 0 -1 4202496 6924469 0 0 0 69147 1071 0 0 20 0 4 0 42614439 14570557440 3498783 33554432000 4194304 16246674 140735705450560 140735705449656 15015658 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/30112/statm: 3557265 3498783 914 2943 0 3554159 0
[pid=30112/tid=30113] ppid=30109 vsize=14229060 CPUtime=0 cores=1,3,5,7
/proc/30112/task/30113/stat : 30113 (toysat) S 30109 30112 27433 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 42614439 14570557440 3498783 33554432000 4194304 16246674 140735705450560 140117818715376 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=30112/tid=30114] ppid=30109 vsize=14229060 CPUtime=0 cores=1,3,5,7
/proc/30112/task/30114/stat : 30114 (toysat) S 30109 30112 27433 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 42614439 14570557440 3498783 33554432000 4194304 16246674 140735705450560 140117737975024 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=30112/tid=30115] ppid=30109 vsize=14229060 CPUtime=0 cores=1,3,5,7
/proc/30112/task/30115/stat : 30115 (toysat) S 30109 30112 27433 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 42614439 14570557440 3498783 33554432000 4194304 16246674 140735705450560 140117727501488 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 702.18
Current children cumulated vsize (KiB) 14229060

[startup+762.3 s]
/proc/loadavg: 2.21 2.17 2.10 3/183 30156
/proc/meminfo: memFree=13985668/32872528 swapFree=682476/737664
[pid=30112] ppid=30109 vsize=15073860 CPUtime=762.18 cores=1,3,5,7
/proc/30112/stat : 30112 (toysat) R 30109 30112 27433 0 -1 4202496 7079245 0 0 0 75119 1099 0 0 20 0 4 0 42614439 15435632640 3709769 33554432000 4194304 16246674 140735705450560 140735705448512 14013949 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/30112/statm: 3768465 3709769 914 2943 0 3765359 0
[pid=30112/tid=30113] ppid=30109 vsize=15073860 CPUtime=0 cores=1,3,5,7
/proc/30112/task/30113/stat : 30113 (toysat) S 30109 30112 27433 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 42614439 15435632640 3709769 33554432000 4194304 16246674 140735705450560 140117818715376 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=30112/tid=30114] ppid=30109 vsize=15073860 CPUtime=0 cores=1,3,5,7
/proc/30112/task/30114/stat : 30114 (toysat) S 30109 30112 27433 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 42614439 15435632640 3709769 33554432000 4194304 16246674 140735705450560 140117737974800 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30112/tid=30115] ppid=30109 vsize=15073860 CPUtime=0 cores=1,3,5,7
/proc/30112/task/30115/stat : 30115 (toysat) S 30109 30112 27433 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 42614439 15435632640 3709769 33554432000 4194304 16246674 140735705450560 140117727501488 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 762.18
Current children cumulated vsize (KiB) 15073860

[startup+822.3 s]
/proc/loadavg: 2.15 2.16 2.10 3/183 30157
/proc/meminfo: memFree=13984704/32872528 swapFree=682476/737664
[pid=30112] ppid=30109 vsize=15073860 CPUtime=822.17 cores=1,3,5,7
/proc/30112/stat : 30112 (toysat) R 30109 30112 27433 0 -1 4202496 7079459 0 0 0 81113 1104 0 0 20 0 4 0 42614439 15435632640 3709983 33554432000 4194304 16246674 140735705450560 140735705448512 14016700 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/30112/statm: 3768465 3709983 914 2943 0 3765359 0
[pid=30112/tid=30113] ppid=30109 vsize=15073860 CPUtime=0 cores=1,3,5,7
/proc/30112/task/30113/stat : 30113 (toysat) S 30109 30112 27433 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 42614439 15435632640 3709983 33554432000 4194304 16246674 140735705450560 140117818715376 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=30112/tid=30114] ppid=30109 vsize=15073860 CPUtime=0 cores=1,3,5,7
/proc/30112/task/30114/stat : 30114 (toysat) S 30109 30112 27433 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 42614439 15435632640 3709983 33554432000 4194304 16246674 140735705450560 140117737974800 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30112/tid=30115] ppid=30109 vsize=15073860 CPUtime=0 cores=1,3,5,7
/proc/30112/task/30115/stat : 30115 (toysat) S 30109 30112 27433 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 42614439 15435632640 3709983 33554432000 4194304 16246674 140735705450560 140117727501488 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 822.17
Current children cumulated vsize (KiB) 15073860

[startup+882.308 s]
/proc/loadavg: 2.22 2.18 2.10 3/183 30159
/proc/meminfo: memFree=13240092/32872528 swapFree=682476/737664
[pid=30112] ppid=30109 vsize=15816260 CPUtime=882.16 cores=1,3,5,7
/proc/30112/stat : 30112 (toysat) R 30109 30112 27433 0 -1 4202496 7206294 0 0 0 87086 1130 0 0 20 0 4 0 42614439 16195850240 3895583 33554432000 4194304 16246674 140735705450560 140735705448448 4206868 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/30112/statm: 3954065 3895583 914 2943 0 3950959 0
[pid=30112/tid=30113] ppid=30109 vsize=15816260 CPUtime=0 cores=1,3,5,7
/proc/30112/task/30113/stat : 30113 (toysat) S 30109 30112 27433 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 42614439 16195850240 3895583 33554432000 4194304 16246674 140735705450560 140117818715376 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=30112/tid=30114] ppid=30109 vsize=15816260 CPUtime=0 cores=1,3,5,7
/proc/30112/task/30114/stat : 30114 (toysat) S 30109 30112 27433 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 42614439 16195850240 3895583 33554432000 4194304 16246674 140735705450560 140117737975024 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=30112/tid=30115] ppid=30109 vsize=15816260 CPUtime=0 cores=1,3,5,7
/proc/30112/task/30115/stat : 30115 (toysat) S 30109 30112 27433 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 42614439 16195850240 3895583 33554432000 4194304 16246674 140735705450560 140117727501488 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 882.16
Current children cumulated vsize (KiB) 15816260

[startup+942.3 s]
/proc/loadavg: 2.05 2.14 2.09 2/173 30191
/proc/meminfo: memFree=15651968/32872528 swapFree=682476/737664
[pid=30112] ppid=30109 vsize=15816260 CPUtime=942.14 cores=1,3,5,7
/proc/30112/stat : 30112 (toysat) R 30109 30112 27433 0 -1 4202496 7206294 0 0 0 93079 1135 0 0 20 0 4 0 42614439 16195850240 3895583 33554432000 4194304 16246674 140735705450560 140735705449656 14628944 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/30112/statm: 3954065 3895583 914 2943 0 3950959 0
[pid=30112/tid=30113] ppid=30109 vsize=15816260 CPUtime=0 cores=1,3,5,7
/proc/30112/task/30113/stat : 30113 (toysat) S 30109 30112 27433 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 42614439 16195850240 3895583 33554432000 4194304 16246674 140735705450560 140117818715376 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=30112/tid=30114] ppid=30109 vsize=15816260 CPUtime=0 cores=1,3,5,7
/proc/30112/task/30114/stat : 30114 (toysat) S 30109 30112 27433 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 42614439 16195850240 3895583 33554432000 4194304 16246674 140735705450560 140117737975024 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=30112/tid=30115] ppid=30109 vsize=15816260 CPUtime=0 cores=1,3,5,7
/proc/30112/task/30115/stat : 30115 (toysat) S 30109 30112 27433 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 42614439 16195850240 3895583 33554432000 4194304 16246674 140735705450560 140117727501488 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 942.14
Current children cumulated vsize (KiB) 15816260



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+947.207 s]
/proc/loadavg: 1.97 2.12 2.08 2/173 30191
/proc/meminfo: memFree=15621500/32872528 swapFree=682476/737664
[pid=30112] ppid=30109 vsize=15912516 CPUtime=947.05 cores=1,3,5,7
/proc/30112/stat : 30112 (toysat) R 30109 30112 27433 0 -1 4202496 7230250 0 0 0 93566 1139 0 0 20 0 4 0 42614439 16294416384 3919539 33554432000 4194304 16246674 140735705450560 140735705449656 4221016 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/30112/statm: 3978129 3919551 914 2943 0 3975023 0
[pid=30112/tid=30113] ppid=30109 vsize=15912516 CPUtime=0 cores=1,3,5,7
/proc/30112/task/30113/stat : 30113 (toysat) S 30109 30112 27433 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 42614439 16294416384 3919558 33554432000 4194304 16246674 140735705450560 140117818715376 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=30112/tid=30114] ppid=30109 vsize=15912516 CPUtime=0 cores=1,3,5,7
/proc/30112/task/30114/stat : 30114 (toysat) S 30109 30112 27433 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 42614439 16294416384 3919565 33554432000 4194304 16246674 140735705450560 140117737975024 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=30112/tid=30115] ppid=30109 vsize=15912516 CPUtime=0 cores=1,3,5,7
/proc/30112/task/30115/stat : 30115 (toysat) S 30109 30112 27433 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 42614439 16294416384 3919572 33554432000 4194304 16246674 140735705450560 140117727501488 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 947.05
Current children cumulated vsize (KiB) 15912516

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

[startup+947.6 s]
/proc/loadavg: 1.97 2.12 2.08 2/173 30191
/proc/meminfo: memFree=15621500/32872528 swapFree=682476/737664
[pid=30112] ppid=30109 vsize=0 CPUtime=947.44 cores=1,3,5,7
/proc/30112/stat : 30112 (toysat) Z 30109 30112 27433 0 -1 4203532 7230985 0 0 0 93566 1178 0 0 20 0 2 0 42614439 0 0 33554432000 0 0 0 0 0 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/30112/statm: 0 0 0 0 0 0 0
[pid=30112/tid=30114] ppid=30109 vsize=0 CPUtime=0.38 cores=1,3,5,7
/proc/30112/task/30114/stat : 30114 (toysat) R 30109 30112 27433 0 -1 4203588 7 0 0 0 0 38 0 0 20 0 2 0 42614439 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 947.44
Current children cumulated vsize (KiB) 0

[startup+948 s]
/proc/loadavg: 1.97 2.12 2.08 2/173 30191
/proc/meminfo: memFree=15621500/32872528 swapFree=682476/737664
[pid=30112] ppid=30109 vsize=0 CPUtime=947.84 cores=1,3,5,7
/proc/30112/stat : 30112 (toysat) Z 30109 30112 27433 0 -1 4203532 7230985 0 0 0 93566 1218 0 0 20 0 2 0 42614439 0 0 33554432000 0 0 0 0 0 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/30112/statm: 0 0 0 0 0 0 0
[pid=30112/tid=30114] ppid=30109 vsize=0 CPUtime=0.78 cores=1,3,5,7
/proc/30112/task/30114/stat : 30114 (toysat) R 30109 30112 27433 0 -1 4203588 7 0 0 0 0 78 0 0 20 0 2 0 42614439 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 947.84
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 948.019
CPU time (s): 947.861
CPU user time (s): 935.665
CPU system time (s): 12.1961
CPU usage (%): 99.9833
Max. virtual memory (cumulated for all children) (KiB): 15912516

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 935.665
system time used= 12.1961
maximum resident set size= 15681096
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 7230985
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= 304
involuntary context switches= 965

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.40063 second user time and 3.72243 second system time

The end

Launcher Data

Begin job on node112 at 2016-06-20 08:54:12
IDJOB=4111472
IDBENCH=109364
IDSOLVER=2542
FILE ID=node112/4111472-1466405652
RUNJOBID= node112-1466384098-27450
PBS_JOBID= 19923269
Free space on /tmp= 71696 MiB

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

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

MD5SUM BENCH= dc894c73a92250dbdb92616254f958db
RANDOM SEED=109037825

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.734
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.734
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:        30027980 kB
Buffers:           55892 kB
Cached:            95100 kB
SwapCached:          948 kB
Active:          1297468 kB
Inactive:          76156 kB
Active(anon):    1223788 kB
Inactive(anon):     1332 kB
Active(file):      73680 kB
Inactive(file):    74824 kB
Unevictable:      737664 kB
Mlocked:          682476 kB
SwapTotal:      67108856 kB
SwapFree:       67097688 kB
Dirty:             16312 kB
Writeback:             0 kB
AnonPages:       2002536 kB
Mapped:            10764 kB
Shmem:                 0 kB
Slab:             599676 kB
SReclaimable:      43576 kB
SUnreclaim:       556100 kB
KernelStack:        1504 kB
PageTables:         8304 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2102680 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    104448 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= 71696 MiB
End job on node112 at 2016-06-20 09:10:00