Trace number 4110692

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) 921.952 922.12

General information on the benchmark

Namenormalized-PB16/OPT-BIGINT-LIN/lion9-single-obj/
normalized-single-obj-f37-AC_TotalLoss.seq-B-2-1-irabcde.opb
MD5SUMb189f43e6422a8d157eae5ff2d2c2f3c
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark1678960413
Best CPU time to get the best result obtained on this benchmark6.44702
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables3211
Total number of constraints9079
Number of constraints which are clauses8975
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-20T03:33:08+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-4110692-1466386388.opb"]
0.00/0.01	c use --random-gen="1430256362 587832613 1702152859 1067061484 2047480101 3928609077 3887148146 1086613512 3619266338 1492493843 2404218803 1035181360 818720821 2789056434 2122636720 1890317493 281768028 2914491170 3709839163 3824631284 504870316 253747701 1292749964 1221008156 3761335675 2422004643 3027458447 775292974 416853019 1061586239 3272297666 70215539 3738860300 3443829091 802235726 486322155 2055392143 1463567805 1936783642 3933120174 4263370073 2202913512 2277183589 1332280309 3289799270 1787212017 2189020739 3538183392 2627471624 3996080242 155366748 342654742 3809961423 3347452714 3858708295 4200067296 344327823 1438197195 449806211 3321679605 2594782709 4156942636 1656625078 3971620446 2817289994 2207766577 4217521924 1008862230 3043926939 888129654 3163489712 3657596111 2366335122 823251458 4004348219 2742065064 1158133535 1105621589 2539160701 4260378113 4219889826 802044733 731393818 1384646626 2233787856 2594381826 1303095024 2628024614 3521660023 3452193693 1034593063 4165679675 3943867159 3600600110 2035987032 3866400760 2950507884 2719169525 748495819 2099352995 3441370100 64607802 1416136454 449522507 172664466 209449287 3554250925 1485654933 2211031888 4039444810 1204376840 1988047896 668615776 1974069686 1311249709 454716237 3853729262 3132612984 3043059532 625559680 2221028231 1303707935 391204074 1256563710 331486928 540349145 3748089868 3796995377 3070117940 2384280473 1243919465 1231415526 1601175131 1068214099 2434217694 3181984979 167239558 704512720 3106870414 628137215 2352311072 3297207704 2484902097 84286676 2413589658 2399888305 435302094 801198456 52514333 1369893343 1801225161 2433395353 1726133992 2428645579 810713380 1938497658 3842198935 2772227429 1776062554 1341197670 707262058 1298962424 3745509359 3148919780 2962261944 1733994132 2508898743 1729600795 1456277359 1322939468 3410679320 2183526632 2946990099 401731612 1306728080 18374078 2433363782 1798482084 2239398335 293944483 4126233741 2138999390 3628821404 1516156149 3062088875 4061483357 358220022 2122448709 680951812 2870380819 3524642480 3414307856 554601060 229563364 3904853193 3661527567 1349474253 161083484 3422664992 974378151 1350624913 1873111496 1768235963 1669935490 1876819851 3678219055 883945722 974812741 4014789602 2085428444 1143757744 788031824 2415980071 4176617031 3814671864 3205892009 3100912579 2094695349 3605604559 1796952106 247612413 1020338517 4265925759 2724939840 114039606 939269458 3463767233 305474054 1962134270 1059818683 1088659238 3655241875 2466379706 722451763 2500487317 558431753 4049258153 3307412535 4171236762 3454785271 1157527192 3326077289 1751916372 4137598767 1457246159 444820650 3281034 629529921 3434248313 1618936147 1267595483 2345064114 1931362528 4120544207 581847096 1367612094 255 362436" option to reproduce the execution
0.00/0.08	c #vars 3211
0.00/0.08	c #constraints 9079
0.08/0.19	c BCD2: Hardening is enabled.
0.08/0.19	c BCD2: BiasedSearch is enabled.
0.08/0.19	c Solving starts ...
0.08/0.19	c ============================[ Search Statistics ]============================
0.08/0.19	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.08/0.19	c       |         |          |          |    Limit     GC | Var      | Constra 
0.08/0.19	c =============================================================================
0.08/0.19	c  0.0s |       0 |        0 |        0 |     3846      0 |      209 |        0
0.18/0.21	c  0.0s |       0 |      221 |        6 |     3846      0 |      209 |       52
0.18/0.21	c #cpu_time = 0.016s
0.18/0.21	c #wall_clock_time = 0.016s
0.18/0.21	c #decision = 221
0.18/0.21	c #random_decision = 0
0.18/0.21	c #conflict = 6
0.18/0.21	c #restart = 0
0.18/0.21	o 5954264964
0.18/0.22	c BCD2: updating upper bound: 12053081879 -> 5954264963
0.18/0.22	c BCD2: 0 <= obj <= 5954264963
0.18/0.22	c BCD2: #cores=0, #unrelaxed=301, #relaxed=0, #hardened=0
0.18/0.22	c BCD2: #sat=1 #unsat=1 bias=1/2
0.18/0.22	c Solving starts ...
0.18/0.22	c ============================[ Search Statistics ]============================
0.18/0.22	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.18/0.22	c       |         |          |          |    Limit     GC | Var      | Constra 
0.18/0.22	c =============================================================================
0.18/0.22	c  0.0s |       0 |        0 |        0 |     3846      0 |      209 |       52
0.18/0.23	c  0.0s |       0 |        3 |        0 |     3846      0 |      209 |       52
0.18/0.23	c #cpu_time = 0.007s
0.18/0.23	c #wall_clock_time = 0.007s
0.18/0.23	c #decision = 3
0.18/0.23	c #random_decision = 0
0.18/0.23	c #conflict = 0
0.18/0.23	c #restart = 0
0.18/0.23	c BCD2: found a new core of size 4: cost of the new core is >=27
0.18/0.23	c lower bound updated to 27
0.18/0.24	c BCD2: 27 <= obj <= 5954264963
0.18/0.24	c BCD2: #cores=1, #unrelaxed=297, #relaxed=4, #hardened=0
0.18/0.24	c BCD2: #sat=1 #unsat=2 bias=2/3
0.18/0.24	c Solving starts ...
0.18/0.24	c ============================[ Search Statistics ]============================
0.18/0.24	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.18/0.24	c       |         |          |          |    Limit     GC | Var      | Constra 
0.18/0.24	c =============================================================================
0.18/0.24	c  0.0s |       0 |        0 |        0 |     3846      0 |      209 |       52
0.18/0.25	c  0.0s |       0 |        4 |        0 |     3846      0 |      209 |       52
0.18/0.25	c #cpu_time = 0.007s
0.18/0.25	c #wall_clock_time = 0.007s
0.18/0.25	c #decision = 4
0.18/0.25	c #random_decision = 0
0.18/0.25	c #conflict = 0
0.18/0.25	c #restart = 0
0.18/0.25	c BCD2: found a new core of size 4: cost of the new core is >=27
0.18/0.25	c lower bound updated to 54
0.18/0.25	c BCD2: 54 <= obj <= 5954264963
0.18/0.25	c BCD2: #cores=2, #unrelaxed=293, #relaxed=8, #hardened=0
0.18/0.25	c BCD2: #sat=1 #unsat=3 bias=3/4
0.18/0.25	c Solving starts ...
0.18/0.25	c ============================[ Search Statistics ]============================
0.18/0.25	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.18/0.25	c       |         |          |          |    Limit     GC | Var      | Constra 
0.18/0.25	c =============================================================================
0.18/0.25	c  0.0s |       0 |        0 |        0 |     3846      0 |      209 |       52
0.18/0.26	c  0.0s |       0 |        5 |        0 |     3846      0 |      209 |       52
0.18/0.26	c #cpu_time = 0.007s
0.18/0.26	c #wall_clock_time = 0.007s
0.18/0.26	c #decision = 5
0.18/0.26	c #random_decision = 0
0.18/0.26	c #conflict = 0
0.18/0.26	c #restart = 0
0.18/0.26	c BCD2: found a new core of size 4: cost of the new core is >=27
0.18/0.26	c lower bound updated to 81
0.18/0.27	c BCD2: 81 <= obj <= 5954264963
0.18/0.27	c BCD2: #cores=3, #unrelaxed=289, #relaxed=12, #hardened=0
0.18/0.27	c BCD2: #sat=1 #unsat=4 bias=4/5
0.18/0.27	c Solving starts ...
0.18/0.27	c ============================[ Search Statistics ]============================
0.18/0.27	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.18/0.27	c       |         |          |          |    Limit     GC | Var      | Constra 
0.18/0.27	c =============================================================================
0.18/0.27	c  0.0s |       0 |        0 |        0 |     3846      0 |      209 |       52
0.18/0.28	c  0.0s |       0 |        6 |        0 |     3846      0 |      209 |       52
0.18/0.28	c #cpu_time = 0.007s
0.18/0.28	c #wall_clock_time = 0.007s
0.18/0.28	c #decision = 6
0.18/0.28	c #random_decision = 0
0.18/0.28	c #conflict = 0
0.18/0.28	c #restart = 0
0.18/0.28	c BCD2: found a new core of size 4: cost of the new core is >=27
0.18/0.28	c lower bound updated to 108
0.18/0.28	c BCD2: 108 <= obj <= 5954264963
0.18/0.28	c BCD2: #cores=4, #unrelaxed=285, #relaxed=16, #hardened=0
0.18/0.28	c BCD2: #sat=1 #unsat=5 bias=5/6
0.18/0.28	c Solving starts ...
0.18/0.28	c ============================[ Search Statistics ]============================
0.18/0.28	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.18/0.28	c       |         |          |          |    Limit     GC | Var      | Constra 
0.18/0.28	c =============================================================================
0.18/0.29	c  0.0s |       0 |        0 |        0 |     3846      0 |      209 |       52
0.18/0.29	c  0.0s |       0 |        7 |        0 |     3846      0 |      209 |       52
0.18/0.29	c #cpu_time = 0.007s
0.18/0.29	c #wall_clock_time = 0.007s
0.18/0.29	c #decision = 7
0.18/0.29	c #random_decision = 0
0.18/0.29	c #conflict = 0
0.18/0.29	c #restart = 0
0.18/0.29	c BCD2: found a new core of size 4: cost of the new core is >=27
0.18/0.29	c lower bound updated to 135
0.29/0.30	c BCD2: 135 <= obj <= 5954264963
0.29/0.30	c BCD2: #cores=5, #unrelaxed=281, #relaxed=20, #hardened=0
0.29/0.30	c BCD2: #sat=1 #unsat=6 bias=6/7
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.30	c  0.0s |       0 |        0 |        0 |     3846      0 |      209 |       52
0.29/0.31	c  0.0s |       0 |        8 |        0 |     3846      0 |      209 |       52
0.29/0.31	c #cpu_time = 0.007s
0.29/0.31	c #wall_clock_time = 0.007s
0.29/0.31	c #decision = 8
0.29/0.31	c #random_decision = 0
0.29/0.31	c #conflict = 0
0.29/0.31	c #restart = 0
0.29/0.31	c BCD2: found a new core of size 4: cost of the new core is >=27
0.29/0.31	c lower bound updated to 162
0.29/0.32	c BCD2: 162 <= obj <= 5954264963
0.29/0.32	c BCD2: #cores=6, #unrelaxed=277, #relaxed=24, #hardened=0
0.29/0.32	c BCD2: #sat=1 #unsat=7 bias=7/8
0.29/0.32	c Solving starts ...
0.29/0.32	c ============================[ Search Statistics ]============================
0.29/0.32	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.29/0.32	c       |         |          |          |    Limit     GC | Var      | Constra 
0.29/0.32	c =============================================================================
0.29/0.33	c  0.0s |       0 |        0 |        0 |     3846      0 |      209 |       52
0.29/0.34	c  0.0s |       0 |        9 |        0 |     3846      0 |      209 |       52
0.29/0.34	c #cpu_time = 0.005s
0.29/0.34	c #wall_clock_time = 0.005s
0.29/0.34	c #decision = 9
0.29/0.34	c #random_decision = 0
0.29/0.34	c #conflict = 0
0.29/0.34	c #restart = 0
0.29/0.34	c BCD2: found a new core of size 4: cost of the new core is >=27
0.29/0.34	c lower bound updated to 189
0.29/0.35	c BCD2: 189 <= obj <= 5954264963
0.29/0.35	c BCD2: #cores=7, #unrelaxed=273, #relaxed=28, #hardened=0
0.29/0.35	c BCD2: #sat=1 #unsat=8 bias=8/9
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 |     3846      0 |      209 |       52
0.29/0.35	c  0.0s |       0 |       10 |        0 |     3846      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 = 10
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 216
0.29/0.36	c BCD2: 216 <= obj <= 5954264963
0.29/0.36	c BCD2: #cores=8, #unrelaxed=269, #relaxed=32, #hardened=0
0.29/0.36	c BCD2: #sat=1 #unsat=9 bias=9/10
0.29/0.36	c Solving starts ...
0.29/0.36	c ============================[ Search Statistics ]============================
0.29/0.36	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.29/0.36	c       |         |          |          |    Limit     GC | Var      | Constra 
0.29/0.36	c =============================================================================
0.29/0.36	c  0.0s |       0 |        0 |        0 |     3846      0 |      209 |       52
0.29/0.37	c  0.0s |       0 |       11 |        0 |     3846      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 = 11
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 243
0.29/0.37	c BCD2: 243 <= obj <= 5954264963
0.29/0.37	c BCD2: #cores=9, #unrelaxed=265, #relaxed=36, #hardened=0
0.29/0.37	c BCD2: #sat=1 #unsat=10 bias=10/11
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 |     3846      0 |      209 |       52
0.29/0.38	c  0.0s |       0 |       12 |        0 |     3846      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 = 12
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 270
0.29/0.39	c BCD2: 270 <= obj <= 5954264963
0.29/0.39	c BCD2: #cores=10, #unrelaxed=261, #relaxed=40, #hardened=0
0.29/0.39	c BCD2: #sat=1 #unsat=11 bias=11/12
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 |     3846      0 |      209 |       52
0.29/0.39	c  0.0s |       0 |       13 |        0 |     3846      0 |      209 |       52
0.29/0.39	c #cpu_time = 0.005s
0.29/0.39	c #wall_clock_time = 0.005s
0.29/0.39	c #decision = 13
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 297
0.39/0.40	c BCD2: 297 <= obj <= 5954264963
0.39/0.40	c BCD2: #cores=11, #unrelaxed=257, #relaxed=44, #hardened=0
0.39/0.40	c BCD2: #sat=1 #unsat=12 bias=12/13
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 |     3846      0 |      209 |       52
0.39/0.41	c  0.0s |       0 |       14 |        0 |     3846      0 |      209 |       52
0.39/0.41	c #cpu_time = 0.005s
0.39/0.41	c #wall_clock_time = 0.005s
0.39/0.41	c #decision = 14
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 324
0.39/0.41	c BCD2: 324 <= obj <= 5954264963
0.39/0.41	c BCD2: #cores=12, #unrelaxed=253, #relaxed=48, #hardened=0
0.39/0.41	c BCD2: #sat=1 #unsat=13 bias=13/14
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 |     3846      0 |      209 |       52
0.39/0.42	c  0.0s |       0 |       15 |        0 |     3846      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 = 15
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 351
0.39/0.42	c BCD2: 351 <= obj <= 5954264963
0.39/0.42	c BCD2: #cores=13, #unrelaxed=249, #relaxed=52, #hardened=0
0.39/0.42	c BCD2: #sat=1 #unsat=14 bias=14/15
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 |     3846      0 |      209 |       52
0.39/0.43	c  0.0s |       0 |       16 |        0 |     3846      0 |      209 |       52
0.39/0.43	c #cpu_time = 0.004s
0.39/0.43	c #wall_clock_time = 0.004s
0.39/0.43	c #decision = 16
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 378
0.39/0.43	c BCD2: 378 <= obj <= 5954264963
0.39/0.43	c BCD2: #cores=14, #unrelaxed=245, #relaxed=56, #hardened=0
0.39/0.43	c BCD2: #sat=1 #unsat=15 bias=15/16
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 |     3846      0 |      209 |       52
0.39/0.44	c  0.0s |       0 |       17 |        0 |     3846      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 = 17
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 405
0.39/0.44	c BCD2: 405 <= obj <= 5954264963
0.39/0.44	c BCD2: #cores=15, #unrelaxed=241, #relaxed=60, #hardened=0
0.39/0.44	c BCD2: #sat=1 #unsat=16 bias=16/17
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 |     3846      0 |      209 |       52
0.39/0.45	c  0.0s |       0 |       18 |        0 |     3846      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 = 18
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 432
0.39/0.45	c BCD2: 432 <= obj <= 5954264963
0.39/0.45	c BCD2: #cores=16, #unrelaxed=237, #relaxed=64, #hardened=0
0.39/0.45	c BCD2: #sat=1 #unsat=17 bias=17/18
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 |     3846      0 |      209 |       52
0.39/0.45	c  0.0s |       0 |       19 |        0 |     3846      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 = 19
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 459
0.39/0.46	c BCD2: 459 <= obj <= 5954264963
0.39/0.46	c BCD2: #cores=17, #unrelaxed=233, #relaxed=68, #hardened=0
0.39/0.46	c BCD2: #sat=1 #unsat=18 bias=18/19
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 |     3846      0 |      209 |       52
0.39/0.46	c  0.0s |       0 |       20 |        0 |     3846      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 = 20
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 486
0.39/0.47	c BCD2: 486 <= obj <= 5954264963
0.39/0.47	c BCD2: #cores=18, #unrelaxed=229, #relaxed=72, #hardened=0
0.39/0.47	c BCD2: #sat=1 #unsat=19 bias=19/20
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 |     3846      0 |      209 |       52
0.39/0.47	c  0.0s |       0 |       21 |        0 |     3846      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 = 21
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 513
0.39/0.48	c BCD2: 513 <= obj <= 5954264963
0.39/0.48	c BCD2: #cores=19, #unrelaxed=225, #relaxed=76, #hardened=0
0.39/0.48	c BCD2: #sat=1 #unsat=20 bias=20/21
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 |     3846      0 |      209 |       52
0.39/0.48	c  0.0s |       0 |       22 |        0 |     3846      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 = 22
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 540
0.39/0.49	c BCD2: 540 <= obj <= 5954264963
0.39/0.49	c BCD2: #cores=20, #unrelaxed=221, #relaxed=80, #hardened=0
0.39/0.49	c BCD2: #sat=1 #unsat=21 bias=21/22
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.39/0.49	c  0.0s |       0 |        0 |        0 |     3846      0 |      209 |       52
0.39/0.49	c  0.0s |       0 |       23 |        0 |     3846      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 = 23
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 567
0.48/0.50	c BCD2: 567 <= obj <= 5954264963
0.48/0.50	c BCD2: #cores=21, #unrelaxed=217, #relaxed=84, #hardened=0
0.48/0.50	c BCD2: #sat=1 #unsat=22 bias=22/23
0.48/0.50	c Solving starts ...
0.48/0.50	c ============================[ Search Statistics ]============================
0.48/0.50	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.48/0.50	c       |         |          |          |    Limit     GC | Var      | Constra 
0.48/0.50	c =============================================================================
0.48/0.50	c  0.0s |       0 |        0 |        0 |     3846      0 |      209 |       52
0.48/0.50	c  0.0s |       0 |       24 |        0 |     3846      0 |      209 |       52
0.48/0.50	c #cpu_time = 0.005s
0.48/0.50	c #wall_clock_time = 0.005s
0.48/0.50	c #decision = 24
0.48/0.50	c #random_decision = 0
0.48/0.50	c #conflict = 0
0.48/0.50	c #restart = 0
0.48/0.50	c BCD2: found a new core of size 4: cost of the new core is >=27
0.48/0.50	c lower bound updated to 594
0.48/0.51	c BCD2: 594 <= obj <= 5954264963
0.48/0.51	c BCD2: #cores=22, #unrelaxed=213, #relaxed=88, #hardened=0
0.48/0.51	c BCD2: #sat=1 #unsat=23 bias=23/24
0.48/0.51	c Solving starts ...
0.48/0.51	c ============================[ Search Statistics ]============================
0.48/0.51	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.48/0.51	c       |         |          |          |    Limit     GC | Var      | Constra 
0.48/0.51	c =============================================================================
0.48/0.52	c  0.0s |       0 |        0 |        0 |     3846      0 |      209 |       52
0.48/0.52	c  0.0s |       0 |       25 |        0 |     3846      0 |      209 |       52
0.48/0.52	c #cpu_time = 0.004s
0.48/0.52	c #wall_clock_time = 0.004s
0.48/0.52	c #decision = 25
0.48/0.52	c #random_decision = 0
0.48/0.52	c #conflict = 0
0.48/0.52	c #restart = 0
0.48/0.52	c BCD2: found a new core of size 4: cost of the new core is >=27
0.48/0.52	c lower bound updated to 621
0.48/0.53	c BCD2: 621 <= obj <= 5954264963
0.48/0.53	c BCD2: #cores=23, #unrelaxed=209, #relaxed=92, #hardened=0
0.48/0.53	c BCD2: #sat=1 #unsat=24 bias=24/25
0.48/0.53	c Solving starts ...
0.48/0.53	c ============================[ Search Statistics ]============================
0.48/0.53	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.48/0.53	c       |         |          |          |    Limit     GC | Var      | Constra 
0.48/0.53	c =============================================================================
0.48/0.53	c  0.0s |       0 |        0 |        0 |     3846      0 |      209 |       52
0.48/0.53	c  0.0s |       0 |       26 |        0 |     3846      0 |      209 |       52
0.48/0.53	c #cpu_time = 0.004s
0.48/0.53	c #wall_clock_time = 0.004s
0.48/0.53	c #decision = 26
0.48/0.53	c #random_decision = 0
0.48/0.53	c #conflict = 0
0.48/0.53	c #restart = 0
0.48/0.53	c BCD2: found a new core of size 4: cost of the new core is >=27
0.48/0.53	c lower bound updated to 648
0.48/0.54	c BCD2: 648 <= obj <= 5954264963
0.48/0.54	c BCD2: #cores=24, #unrelaxed=205, #relaxed=96, #hardened=0
0.48/0.54	c BCD2: #sat=1 #unsat=25 bias=25/26
0.48/0.54	c Solving starts ...
0.48/0.54	c ============================[ Search Statistics ]============================
0.48/0.54	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.48/0.54	c       |         |          |          |    Limit     GC | Var      | Constra 
0.48/0.54	c =============================================================================
0.48/0.54	c  0.0s |       0 |        0 |        0 |     3846      0 |      209 |       52
0.48/0.54	c  0.0s |       0 |       27 |        0 |     3846      0 |      209 |       52
0.48/0.54	c #cpu_time = 0.004s
0.48/0.54	c #wall_clock_time = 0.004s
0.48/0.54	c #decision = 27
0.48/0.54	c #random_decision = 0
0.48/0.54	c #conflict = 0
0.48/0.54	c #restart = 0
0.48/0.54	c BCD2: found a new core of size 4: cost of the new core is >=27
0.48/0.54	c lower bound updated to 675
0.48/0.55	c BCD2: 675 <= obj <= 5954264963
0.48/0.55	c BCD2: #cores=25, #unrelaxed=201, #relaxed=100, #hardened=0
0.48/0.55	c BCD2: #sat=1 #unsat=26 bias=26/27
0.48/0.55	c Solving starts ...
0.48/0.55	c ============================[ Search Statistics ]============================
0.48/0.55	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.48/0.55	c       |         |          |          |    Limit     GC | Var      | Constra 
0.48/0.55	c =============================================================================
0.48/0.55	c  0.0s |       0 |        0 |        0 |     3846      0 |      209 |       52
0.48/0.55	c  0.0s |       0 |       28 |        0 |     3846      0 |      209 |       52
0.48/0.55	c #cpu_time = 0.004s
0.48/0.55	c #wall_clock_time = 0.004s
0.48/0.55	c #decision = 28
0.48/0.55	c #random_decision = 0
0.48/0.55	c #conflict = 0
0.48/0.55	c #restart = 0
0.48/0.55	c BCD2: found a new core of size 4: cost of the new core is >=27
0.48/0.55	c lower bound updated to 702
0.48/0.56	c BCD2: 702 <= obj <= 5954264963
0.48/0.56	c BCD2: #cores=26, #unrelaxed=197, #relaxed=104, #hardened=0
0.48/0.56	c BCD2: #sat=1 #unsat=27 bias=27/28
0.48/0.56	c Solving starts ...
0.48/0.56	c ============================[ Search Statistics ]============================
0.48/0.56	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.48/0.56	c       |         |          |          |    Limit     GC | Var      | Constra 
0.48/0.56	c =============================================================================
0.48/0.56	c  0.0s |       0 |        0 |        0 |     3846      0 |      209 |       52
0.48/0.56	c  0.0s |       0 |       29 |        1 |     3846      0 |      209 |       52
0.48/0.56	c #cpu_time = 0.005s
0.48/0.56	c #wall_clock_time = 0.005s
0.48/0.56	c #decision = 29
0.48/0.56	c #random_decision = 0
0.48/0.56	c #conflict = 1
0.48/0.56	c #restart = 0
0.48/0.56	c BCD2: found a new core of size 3: cost of the new core is >=14348907
0.48/0.56	c lower bound updated to 14349609
0.48/0.57	c BCD2: 14349609 <= obj <= 5954264963
0.48/0.57	c BCD2: #cores=27, #unrelaxed=194, #relaxed=107, #hardened=0
0.48/0.57	c BCD2: #sat=1 #unsat=28 bias=28/29
0.48/0.57	c Solving starts ...
0.48/0.57	c ============================[ Search Statistics ]============================
0.48/0.57	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.48/0.57	c       |         |          |          |    Limit     GC | Var      | Constra 
0.48/0.57	c =============================================================================
0.48/0.57	c  0.0s |       0 |        0 |        0 |     3846      0 |      209 |       52
0.48/0.57	c  0.0s |       0 |       92 |        0 |     3846      0 |      209 |       52
0.48/0.57	c #cpu_time = 0.005s
0.48/0.57	c #wall_clock_time = 0.005s
0.48/0.57	c #decision = 92
0.48/0.57	c #random_decision = 0
0.48/0.57	c #conflict = 0
0.48/0.57	c #restart = 0
0.48/0.57	c BCD2: found a new core of size 6: cost of the new core is >=71744535
0.48/0.57	c lower bound updated to 86094144
0.48/0.58	c BCD2: 86094144 <= obj <= 5954264963
0.48/0.58	c BCD2: #cores=28, #unrelaxed=188, #relaxed=113, #hardened=0
0.48/0.58	c BCD2: #sat=1 #unsat=29 bias=29/30
0.48/0.58	c Solving starts ...
0.48/0.58	c ============================[ Search Statistics ]============================
0.48/0.58	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.48/0.58	c       |         |          |          |    Limit     GC | Var      | Constra 
0.48/0.58	c =============================================================================
0.48/0.58	c  0.0s |       0 |        0 |        0 |     3846      0 |      209 |       53
0.48/0.59	c  0.0s |       0 |      104 |        0 |     3846      0 |      209 |       53
0.48/0.59	c #cpu_time = 0.004s
0.48/0.59	c #wall_clock_time = 0.004s
0.48/0.59	c #decision = 104
0.48/0.59	c #random_decision = 0
0.48/0.59	c #conflict = 0
0.48/0.59	c #restart = 0
0.48/0.59	c BCD2: found a new core of size 3: cost of the new core is >=71744535
0.48/0.59	c lower bound updated to 157838679
0.48/0.59	c BCD2: 157838679 <= obj <= 5954264963
0.48/0.59	c BCD2: #cores=29, #unrelaxed=185, #relaxed=116, #hardened=0
0.48/0.59	c BCD2: #sat=1 #unsat=30 bias=30/31
0.48/0.59	c Solving starts ...
0.48/0.59	c ============================[ Search Statistics ]============================
0.48/0.59	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.48/0.59	c       |         |          |          |    Limit     GC | Var      | Constra 
0.48/0.59	c =============================================================================
0.48/0.59	c  0.0s |       0 |        0 |        0 |     3846      0 |      209 |       54
0.59/0.60	c  0.0s |       0 |      108 |        0 |     3846      0 |      209 |       54
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 = 108
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 3: cost of the new core is >=71744535
0.59/0.60	c lower bound updated to 229583214
0.59/0.60	c BCD2: 229583214 <= obj <= 5954264963
0.59/0.60	c BCD2: #cores=30, #unrelaxed=182, #relaxed=119, #hardened=0
0.59/0.60	c BCD2: #sat=1 #unsat=31 bias=31/32
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 |     3846      0 |      209 |       55
0.59/0.61	c  0.0s |       0 |      108 |        0 |     3846      0 |      209 |       55
0.59/0.61	c #cpu_time = 0.005s
0.59/0.61	c #wall_clock_time = 0.005s
0.59/0.61	c #decision = 108
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: relaxing 4 and merging with 1 cores into a new core of size 7: cost of the new core is >=143489070
0.59/0.61	c BCD2: refineLB: 71744536 -> 143489070
0.59/0.61	c lower bound updated to 301327749
0.59/0.61	c BCD2: 301327749 <= obj <= 5954264963
0.59/0.61	c BCD2: #cores=30, #unrelaxed=178, #relaxed=123, #hardened=0
0.59/0.61	c BCD2: #sat=1 #unsat=32 bias=32/33
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 |     3846      0 |      210 |       55
0.59/0.62	c  0.0s |       0 |      112 |        0 |     3846      0 |      210 |       56
0.59/0.62	c #cpu_time = 0.005s
0.59/0.62	c #wall_clock_time = 0.005s
0.59/0.62	c #decision = 112
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 3: cost of the new core is >=71744535
0.59/0.62	c lower bound updated to 373072284
0.59/0.62	c BCD2: 373072284 <= obj <= 5954264963
0.59/0.62	c BCD2: #cores=31, #unrelaxed=175, #relaxed=126, #hardened=0
0.59/0.62	c BCD2: #sat=1 #unsat=33 bias=33/34
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 |     3846      0 |      210 |       57
0.59/0.63	c  0.0s |       0 |      115 |        0 |     3846      0 |      210 |       57
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 = 115
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 6: cost of the new core is >=71744535
0.59/0.63	c lower bound updated to 444816819
0.59/0.63	c BCD2: 444816819 <= obj <= 5954264963
0.59/0.63	c BCD2: #cores=32, #unrelaxed=169, #relaxed=132, #hardened=0
0.59/0.63	c BCD2: #sat=1 #unsat=34 bias=34/35
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 |     3846      0 |      210 |       58
0.59/0.64	c  0.0s |       0 |      115 |        0 |     3846      0 |      210 |       58
0.59/0.64	c #cpu_time = 0.005s
0.59/0.64	c #wall_clock_time = 0.005s
0.59/0.64	c #decision = 115
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 516561354
0.59/0.64	c BCD2: 516561354 <= obj <= 5954264963
0.59/0.64	c BCD2: #cores=33, #unrelaxed=166, #relaxed=135, #hardened=0
0.59/0.64	c BCD2: #sat=1 #unsat=35 bias=35/36
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 |     3846      0 |      210 |       59
0.59/0.65	c  0.0s |       0 |      119 |        0 |     3846      0 |      210 |       59
0.59/0.65	c #cpu_time = 0.005s
0.59/0.65	c #wall_clock_time = 0.005s
0.59/0.65	c #decision = 119
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: relaxing 7 and merging with 1 cores into a new core of size 10: cost of the new core is >=143489070
0.59/0.65	c BCD2: refineLB: 141496167 -> 143489070
0.59/0.65	c lower bound updated to 588305889
0.59/0.66	c BCD2: 588305889 <= obj <= 5954264963
0.59/0.66	c BCD2: #cores=33, #unrelaxed=159, #relaxed=142, #hardened=0
0.59/0.66	c BCD2: #sat=1 #unsat=36 bias=36/37
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 |     3846      0 |      213 |       59
0.59/0.66	c  0.0s |       0 |      118 |        0 |     3846      0 |      213 |       64
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 = 118
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 6: cost of the new core is >=71744535
0.59/0.66	c lower bound updated to 660050424
0.59/0.67	c BCD2: 660050424 <= obj <= 5954264963
0.59/0.67	c BCD2: #cores=34, #unrelaxed=153, #relaxed=148, #hardened=0
0.59/0.67	c BCD2: #sat=1 #unsat=37 bias=37/38
0.59/0.67	c Solving starts ...
0.59/0.67	c ============================[ Search Statistics ]============================
0.59/0.67	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.59/0.67	c       |         |          |          |    Limit     GC | Var      | Constra 
0.59/0.67	c =============================================================================
0.59/0.67	c  0.0s |       0 |        0 |        0 |     3846      0 |      213 |       65
0.59/0.68	c  0.0s |       0 |      115 |        0 |     3846      0 |      213 |       65
0.59/0.68	c #cpu_time = 0.005s
0.59/0.68	c #wall_clock_time = 0.005s
0.59/0.68	c #decision = 115
0.59/0.68	c #random_decision = 0
0.59/0.68	c #conflict = 0
0.59/0.68	c #restart = 0
0.59/0.68	c BCD2: relaxing 4 and merging with 1 cores into a new core of size 7: cost of the new core is >=143489070
0.59/0.68	c BCD2: refineLB: 141601056 -> 143489070
0.59/0.68	c lower bound updated to 731794959
0.59/0.68	c BCD2: 731794959 <= obj <= 5954264963
0.59/0.68	c BCD2: #cores=34, #unrelaxed=149, #relaxed=152, #hardened=0
0.59/0.68	c BCD2: #sat=1 #unsat=38 bias=38/39
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.68	c  0.0s |       0 |        0 |        0 |     3846      0 |      216 |       65
0.59/0.69	c  0.0s |       0 |      115 |        0 |     3846      0 |      216 |       70
0.59/0.69	c #cpu_time = 0.005s
0.59/0.69	c #wall_clock_time = 0.005s
0.59/0.69	c #decision = 115
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: found a new core of size 6: cost of the new core is >=71744535
0.59/0.69	c lower bound updated to 803539494
0.59/0.69	c BCD2: 803539494 <= obj <= 5954264963
0.59/0.69	c BCD2: #cores=35, #unrelaxed=143, #relaxed=158, #hardened=0
0.59/0.69	c BCD2: #sat=1 #unsat=39 bias=39/40
0.59/0.69	c Solving starts ...
0.59/0.69	c ============================[ Search Statistics ]============================
0.59/0.69	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.59/0.69	c       |         |          |          |    Limit     GC | Var      | Constra 
0.59/0.69	c =============================================================================
0.69/0.71	c  0.0s |       0 |        0 |        0 |     3846      0 |      216 |       71
0.69/0.71	c  0.0s |       0 |      114 |        0 |     3846      0 |      216 |       71
0.69/0.71	c #cpu_time = 0.005s
0.69/0.71	c #wall_clock_time = 0.005s
0.69/0.71	c #decision = 114
0.69/0.71	c #random_decision = 0
0.69/0.71	c #conflict = 0
0.69/0.71	c #restart = 0
0.69/0.71	c BCD2: found a new core of size 3: cost of the new core is >=71744535
0.69/0.71	c lower bound updated to 875284029
0.69/0.72	c BCD2: 875284029 <= obj <= 5954264963
0.69/0.72	c BCD2: #cores=36, #unrelaxed=140, #relaxed=161, #hardened=0
0.69/0.72	c BCD2: #sat=1 #unsat=40 bias=40/41
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 |     3846      0 |      216 |       72
0.69/0.72	c  0.0s |       0 |      118 |        0 |     3846      0 |      216 |       72
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 = 118
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 947028564
0.69/0.73	c BCD2: 947028564 <= obj <= 5954264963
0.69/0.73	c BCD2: #cores=37, #unrelaxed=134, #relaxed=167, #hardened=0
0.69/0.73	c BCD2: #sat=1 #unsat=41 bias=41/42
0.69/0.73	c Solving starts ...
0.69/0.73	c ============================[ Search Statistics ]============================
0.69/0.73	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.69/0.73	c       |         |          |          |    Limit     GC | Var      | Constra 
0.69/0.73	c =============================================================================
0.69/0.73	c  0.0s |       0 |        0 |        0 |     3846      0 |      216 |       73
0.69/0.73	c  0.0s |       0 |      132 |        1 |     3846      0 |      216 |       73
0.69/0.73	c #cpu_time = 0.005s
0.69/0.73	c #wall_clock_time = 0.005s
0.69/0.73	c #decision = 132
0.69/0.73	c #random_decision = 0
0.69/0.73	c #conflict = 1
0.69/0.73	c #restart = 0
0.69/0.73	c BCD2: relaxing 4 and merging with 1 cores into a new core of size 10: cost of the new core is >=143489070
0.69/0.73	c BCD2: refineLB: 71744536 -> 143489070
0.69/0.73	c lower bound updated to 1018773099
0.69/0.74	c BCD2: 1018773099 <= obj <= 5954264963
0.69/0.74	c BCD2: #cores=37, #unrelaxed=130, #relaxed=171, #hardened=0
0.69/0.74	c BCD2: #sat=1 #unsat=42 bias=42/43
0.69/0.74	c Solving starts ...
0.69/0.74	c ============================[ Search Statistics ]============================
0.69/0.74	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.69/0.74	c       |         |          |          |    Limit     GC | Var      | Constra 
0.69/0.74	c =============================================================================
0.69/0.74	c  0.0s |       0 |        0 |        0 |     3846      0 |      217 |       73
0.69/0.75	c  0.0s |       0 |      115 |        0 |     3846      0 |      217 |       74
0.69/0.75	c #cpu_time = 0.005s
0.69/0.75	c #wall_clock_time = 0.006s
0.69/0.75	c #decision = 115
0.69/0.75	c #random_decision = 0
0.69/0.75	c #conflict = 0
0.69/0.75	c #restart = 0
0.69/0.75	c BCD2: found a new core of size 3: cost of the new core is >=71744535
0.69/0.75	c lower bound updated to 1090517634
0.69/0.75	c BCD2: 1090517634 <= obj <= 5954264963
0.69/0.75	c BCD2: #cores=38, #unrelaxed=127, #relaxed=174, #hardened=0
0.69/0.75	c BCD2: #sat=1 #unsat=43 bias=43/44
0.69/0.75	c Solving starts ...
0.69/0.75	c ============================[ Search Statistics ]============================
0.69/0.75	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.69/0.75	c       |         |          |          |    Limit     GC | Var      | Constra 
0.69/0.75	c =============================================================================
0.69/0.75	c  0.0s |       0 |        0 |        0 |     3846      0 |      217 |       75
0.69/0.76	c  0.0s |       0 |      115 |        0 |     3846      0 |      217 |       75
0.69/0.76	c #cpu_time = 0.005s
0.69/0.76	c #wall_clock_time = 0.005s
0.69/0.76	c #decision = 115
0.69/0.76	c #random_decision = 0
0.69/0.76	c #conflict = 0
0.69/0.76	c #restart = 0
0.69/0.76	c BCD2: found a new core of size 6: cost of the new core is >=71744535
0.69/0.76	c lower bound updated to 1162262169
0.69/0.76	c BCD2: 1162262169 <= obj <= 5954264963
0.69/0.76	c BCD2: #cores=39, #unrelaxed=121, #relaxed=180, #hardened=0
0.69/0.76	c BCD2: #sat=1 #unsat=44 bias=44/45
0.69/0.76	c Solving starts ...
0.69/0.76	c ============================[ Search Statistics ]============================
0.69/0.76	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.69/0.76	c       |         |          |          |    Limit     GC | Var      | Constra 
0.69/0.76	c =============================================================================
0.69/0.76	c  0.0s |       0 |        0 |        0 |     3846      0 |      217 |       76
0.69/0.77	c  0.0s |       0 |      116 |        0 |     3846      0 |      217 |       76
0.69/0.77	c #cpu_time = 0.005s
0.69/0.77	c #wall_clock_time = 0.005s
0.69/0.77	c #decision = 116
0.69/0.77	c #random_decision = 0
0.69/0.77	c #conflict = 0
0.69/0.77	c #restart = 0
0.69/0.77	c BCD2: found a new core of size 6: cost of the new core is >=71744535
0.69/0.77	c lower bound updated to 1234006704
0.69/0.77	c BCD2: 1234006704 <= obj <= 5954264963
0.69/0.77	c BCD2: #cores=40, #unrelaxed=115, #relaxed=186, #hardened=0
0.69/0.77	c BCD2: #sat=1 #unsat=45 bias=45/46
0.69/0.78	c Solving starts ...
0.69/0.78	c ============================[ Search Statistics ]============================
0.69/0.78	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.69/0.78	c       |         |          |          |    Limit     GC | Var      | Constra 
0.69/0.78	c =============================================================================
0.69/0.78	c  0.0s |       0 |        0 |        0 |     3846      0 |      217 |       77
0.69/0.78	c  0.0s |       0 |      123 |        1 |     3846      0 |      217 |       77
0.69/0.78	c #cpu_time = 0.005s
0.69/0.78	c #wall_clock_time = 0.005s
0.69/0.78	c #decision = 123
0.69/0.78	c #random_decision = 0
0.69/0.78	c #conflict = 1
0.69/0.78	c #restart = 0
0.69/0.78	c BCD2: relaxing 11 and merging with 1 cores into a new core of size 21: cost of the new core is >=215233605
0.69/0.78	c lower bound updated to 1305751239
0.69/0.79	c BCD2: 1305751239 <= obj <= 5954264963
0.69/0.79	c BCD2: #cores=40, #unrelaxed=104, #relaxed=197, #hardened=0
0.69/0.79	c BCD2: #sat=1 #unsat=46 bias=46/47
0.69/0.79	c Solving starts ...
0.69/0.79	c ============================[ Search Statistics ]============================
0.69/0.79	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.69/0.79	c       |         |          |          |    Limit     GC | Var      | Constra 
0.69/0.79	c =============================================================================
0.69/0.79	c  0.0s |       0 |        0 |        0 |     3846      0 |      221 |       77
0.69/0.79	c  0.0s |       0 |      117 |        0 |     3846      0 |      221 |       84
0.69/0.79	c #cpu_time = 0.006s
0.69/0.79	c #wall_clock_time = 0.006s
0.69/0.79	c #decision = 117
0.69/0.79	c #random_decision = 0
0.69/0.79	c #conflict = 0
0.69/0.79	c #restart = 0
0.69/0.79	c BCD2: relaxing 7 and merging with 1 cores into a new core of size 13: cost of the new core is >=143489070
0.69/0.79	c BCD2: refineLB: 141962591 -> 143489070
0.69/0.79	c lower bound updated to 1377495774
0.79/0.80	c BCD2: 1377495774 <= obj <= 5954264963
0.79/0.80	c BCD2: #cores=40, #unrelaxed=97, #relaxed=204, #hardened=0
0.79/0.80	c BCD2: #sat=1 #unsat=47 bias=47/48
0.79/0.80	c Solving starts ...
0.79/0.80	c ============================[ Search Statistics ]============================
0.79/0.80	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.79/0.80	c       |         |          |          |    Limit     GC | Var      | Constra 
0.79/0.80	c =============================================================================
0.79/0.80	c  0.0s |       0 |        0 |        0 |     3846      0 |      227 |       84
0.79/0.82	c  0.0s |       0 |     1023 |        8 |     3846      0 |      227 |       95
0.79/0.82	c #cpu_time = 0.015s
0.79/0.82	c #wall_clock_time = 0.015s
0.79/0.82	c #decision = 1023
0.79/0.82	c #random_decision = 0
0.79/0.82	c #conflict = 8
0.79/0.82	c #restart = 0
0.79/0.82	o 2540150361

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

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

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


[startup+0 s]
/proc/loadavg: 2.39 2.32 2.26 3/179 9950
/proc/meminfo: memFree=28796076/32872528 swapFree=1542984/1696284
[pid=9950] ppid=9947 vsize=411068 CPUtime=0 cores=0,2,4,6
/proc/9950/stat : 9950 (toysat) R 9947 9950 9424 0 -1 4202496 1480 0 0 0 0 0 0 0 20 0 4 0 40685401 420933632 1329 33554432000 4194304 16246674 140735064512112 140735064511536 13880264 0 2 0 34082818 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9950/statm: 103279 1339 441 2943 0 100173 0
[pid=9950/tid=9951] ppid=9947 vsize=426428 CPUtime=0 cores=0,2,4,6
/proc/9950/task/9951/stat : 9951 (toysat) S 9947 9950 9424 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 40685402 436662272 1392 33554432000 4194304 16246674 140735064512112 140656593841392 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=9950/tid=9952] ppid=9947 vsize=430524 CPUtime=0 cores=0,2,4,6
/proc/9950/task/9952/stat : 9952 (toysat) S 9947 9950 9424 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 40685402 440856576 1407 33554432000 4194304 16246674 140735064512112 140656583351536 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=9950/tid=9953] ppid=9947 vsize=434620 CPUtime=0 cores=0,2,4,6
/proc/9950/task/9953/stat : 9953 (toysat) S 9947 9950 9424 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 40685402 445050880 1424 33554432000 4194304 16246674 140735064512112 140656572878000 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0

[startup+0.100127 s]
/proc/loadavg: 2.39 2.32 2.26 3/179 9950
/proc/meminfo: memFree=28796076/32872528 swapFree=1542984/1696284
[pid=9950] ppid=9947 vsize=1221188 CPUtime=0.08 cores=0,2,4,6
/proc/9950/stat : 9950 (toysat) R 9947 9950 9424 0 -1 4202496 21604 0 0 0 6 2 0 0 20 0 4 0 40685401 1250496512 21391 33554432000 4194304 16246674 140735064512112 140735064511424 5885156 0 0 0 34082818 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9950/statm: 305297 21391 831 2943 0 302191 0
[pid=9950/tid=9951] ppid=9947 vsize=1221188 CPUtime=0 cores=0,2,4,6
/proc/9950/task/9951/stat : 9951 (toysat) S 9947 9950 9424 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 40685402 1250496512 21391 33554432000 4194304 16246674 140735064512112 140656593841392 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=9950/tid=9952] ppid=9947 vsize=1221188 CPUtime=0 cores=0,2,4,6
/proc/9950/task/9952/stat : 9952 (toysat) S 9947 9950 9424 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 40685402 1250496512 21391 33554432000 4194304 16246674 140735064512112 140656583351536 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=9950/tid=9953] ppid=9947 vsize=1221188 CPUtime=0 cores=0,2,4,6
/proc/9950/task/9953/stat : 9953 (toysat) S 9947 9950 9424 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 40685402 1250496512 21391 33554432000 4194304 16246674 140735064512112 140656572878000 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1221188

[startup+0.200486 s]
/proc/loadavg: 2.39 2.32 2.26 3/179 9950
/proc/meminfo: memFree=28796076/32872528 swapFree=1542984/1696284
[pid=9950] ppid=9947 vsize=1221188 CPUtime=0.18 cores=0,2,4,6
/proc/9950/stat : 9950 (toysat) R 9947 9950 9424 0 -1 4202496 38192 0 0 0 13 5 0 0 20 0 4 0 40685401 1250496512 37979 33554432000 4194304 16246674 140735064512112 140735064511424 5531248 0 0 0 34082818 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9950/statm: 305297 37986 866 2943 0 302191 0
[pid=9950/tid=9951] ppid=9947 vsize=1221188 CPUtime=0 cores=0,2,4,6
/proc/9950/task/9951/stat : 9951 (toysat) S 9947 9950 9424 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 40685402 1250496512 37990 33554432000 4194304 16246674 140735064512112 140656593841392 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=9950/tid=9952] ppid=9947 vsize=1221188 CPUtime=0 cores=0,2,4,6
/proc/9950/task/9952/stat : 9952 (toysat) S 9947 9950 9424 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 40685402 1250496512 37995 33554432000 4194304 16246674 140735064512112 140656583351536 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=9950/tid=9953] ppid=9947 vsize=1221188 CPUtime=0 cores=0,2,4,6
/proc/9950/task/9953/stat : 9953 (toysat) S 9947 9950 9424 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 40685402 1250496512 37999 33554432000 4194304 16246674 140735064512112 140656572878000 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 1221188

[startup+0.300404 s]
/proc/loadavg: 2.39 2.32 2.26 3/179 9950
/proc/meminfo: memFree=28796076/32872528 swapFree=1542984/1696284
[pid=9950] ppid=9947 vsize=1221188 CPUtime=0.29 cores=0,2,4,6
/proc/9950/stat : 9950 (toysat) R 9947 9950 9424 0 -1 4202496 60733 0 0 0 21 8 0 0 20 0 4 0 40685401 1250496512 60520 33554432000 4194304 16246674 140735064512112 140735064511424 12449399 0 0 0 34082818 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9950/statm: 305297 60533 907 2943 0 302191 0
[pid=9950/tid=9951] ppid=9947 vsize=1221188 CPUtime=0 cores=0,2,4,6
/proc/9950/task/9951/stat : 9951 (toysat) S 9947 9950 9424 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 40685402 1250496512 60533 33554432000 4194304 16246674 140735064512112 140656593841392 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=9950/tid=9952] ppid=9947 vsize=1221188 CPUtime=0 cores=0,2,4,6
/proc/9950/task/9952/stat : 9952 (toysat) S 9947 9950 9424 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 40685402 1250496512 60540 33554432000 4194304 16246674 140735064512112 140656583351536 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=9950/tid=9953] ppid=9947 vsize=1221188 CPUtime=0 cores=0,2,4,6
/proc/9950/task/9953/stat : 9953 (toysat) S 9947 9950 9424 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 40685402 1250496512 60551 33554432000 4194304 16246674 140735064512112 140656572878000 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1221188

[startup+0.700359 s]
/proc/loadavg: 2.39 2.32 2.26 3/179 9950
/proc/meminfo: memFree=28796076/32872528 swapFree=1542984/1696284
[pid=9950] ppid=9947 vsize=1307204 CPUtime=0.69 cores=0,2,4,6
/proc/9950/stat : 9950 (toysat) R 9947 9950 9424 0 -1 4202496 87570 0 0 0 57 12 0 0 20 0 4 0 40685401 1338576896 87357 33554432000 4194304 16246674 140735064512112 140735064495104 4206864 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/9950/statm: 326801 87357 911 2943 0 323695 0
[pid=9950/tid=9951] ppid=9947 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/9950/task/9951/stat : 9951 (toysat) S 9947 9950 9424 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 40685402 1338576896 87357 33554432000 4194304 16246674 140735064512112 140656593841392 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=9950/tid=9952] ppid=9947 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/9950/task/9952/stat : 9952 (toysat) S 9947 9950 9424 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 40685402 1338576896 87357 33554432000 4194304 16246674 140735064512112 140656583351536 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=9950/tid=9953] ppid=9947 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/9950/task/9953/stat : 9953 (toysat) S 9947 9950 9424 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 40685402 1338576896 87357 33554432000 4194304 16246674 140735064512112 140656572878000 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1307204

[startup+1.5004 s]
/proc/loadavg: 2.39 2.32 2.26 3/183 9954
/proc/meminfo: memFree=28253768/32872528 swapFree=1542984/1696284
[pid=9950] ppid=9947 vsize=1307204 CPUtime=1.48 cores=0,2,4,6
/proc/9950/stat : 9950 (toysat) R 9947 9950 9424 0 -1 4202496 237384 0 0 0 118 30 0 0 20 0 4 0 40685401 1338576896 237172 33554432000 4194304 16246674 140735064512112 140735064495104 12371341 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/9950/statm: 326801 237183 911 2943 0 323695 0
[pid=9950/tid=9951] ppid=9947 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/9950/task/9951/stat : 9951 (toysat) S 9947 9950 9424 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 40685402 1338576896 237190 33554432000 4194304 16246674 140735064512112 140656593841392 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=9950/tid=9952] ppid=9947 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/9950/task/9952/stat : 9952 (toysat) S 9947 9950 9424 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 40685402 1338576896 237196 33554432000 4194304 16246674 140735064512112 140656583351536 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=9950/tid=9953] ppid=9947 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/9950/task/9953/stat : 9953 (toysat) S 9947 9950 9424 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 40685402 1338576896 237202 33554432000 4194304 16246674 140735064512112 140656572878000 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 1307204

[startup+3.10045 s]
/proc/loadavg: 2.39 2.32 2.26 3/183 9954
/proc/meminfo: memFree=27682996/32872528 swapFree=1542984/1696284
[pid=9950] ppid=9947 vsize=1350212 CPUtime=3.08 cores=0,2,4,6
/proc/9950/stat : 9950 (toysat) R 9947 9950 9424 0 -1 4202496 278763 0 0 0 272 36 0 0 20 0 4 0 40685401 1382617088 278550 33554432000 4194304 16246674 140735064512112 140735064494016 12429121 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/9950/statm: 337553 278550 911 2943 0 334447 0
[pid=9950/tid=9951] ppid=9947 vsize=1350212 CPUtime=0 cores=0,2,4,6
/proc/9950/task/9951/stat : 9951 (toysat) S 9947 9950 9424 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 40685402 1382617088 278550 33554432000 4194304 16246674 140735064512112 140656593841392 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=9950/tid=9952] ppid=9947 vsize=1350212 CPUtime=0 cores=0,2,4,6
/proc/9950/task/9952/stat : 9952 (toysat) S 9947 9950 9424 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 40685402 1382617088 278550 33554432000 4194304 16246674 140735064512112 140656583351536 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=9950/tid=9953] ppid=9947 vsize=1350212 CPUtime=0 cores=0,2,4,6
/proc/9950/task/9953/stat : 9953 (toysat) S 9947 9950 9424 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 40685402 1382617088 278550 33554432000 4194304 16246674 140735064512112 140656572878000 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 1350212

[startup+6.30046 s]
/proc/loadavg: 2.36 2.31 2.25 3/183 9954
/proc/meminfo: memFree=27670108/32872528 swapFree=1542984/1696284
[pid=9950] ppid=9947 vsize=1362500 CPUtime=6.29 cores=0,2,4,6
/proc/9950/stat : 9950 (toysat) R 9947 9950 9424 0 -1 4202496 281835 0 0 0 592 37 0 0 20 0 4 0 40685401 1395200000 281622 33554432000 4194304 16246674 140735064512112 140735064494016 15015658 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/9950/statm: 340625 281622 911 2943 0 337519 0
[pid=9950/tid=9951] ppid=9947 vsize=1362500 CPUtime=0 cores=0,2,4,6
/proc/9950/task/9951/stat : 9951 (toysat) S 9947 9950 9424 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 40685402 1395200000 281622 33554432000 4194304 16246674 140735064512112 140656593841392 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=9950/tid=9952] ppid=9947 vsize=1362500 CPUtime=0 cores=0,2,4,6
/proc/9950/task/9952/stat : 9952 (toysat) S 9947 9950 9424 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 40685402 1395200000 281622 33554432000 4194304 16246674 140735064512112 140656583351536 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=9950/tid=9953] ppid=9947 vsize=1362500 CPUtime=0 cores=0,2,4,6
/proc/9950/task/9953/stat : 9953 (toysat) S 9947 9950 9424 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 40685402 1395200000 281622 33554432000 4194304 16246674 140735064512112 140656572878000 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1362500

[startup+12.7005 s]
/proc/loadavg: 2.33 2.31 2.25 3/182 9954
/proc/meminfo: memFree=27547524/32872528 swapFree=1542984/1696284
[pid=9950] ppid=9947 vsize=1671748 CPUtime=12.68 cores=0,2,4,6
/proc/9950/stat : 9950 (toysat) R 9947 9950 9424 0 -1 4202496 359147 0 0 0 1222 46 0 0 20 0 4 0 40685401 1711869952 358934 33554432000 4194304 16246674 140735064512112 140735064509952 4206597 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/9950/statm: 417937 358934 911 2943 0 414831 0
[pid=9950/tid=9951] ppid=9947 vsize=1671748 CPUtime=0 cores=0,2,4,6
/proc/9950/task/9951/stat : 9951 (toysat) S 9947 9950 9424 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 40685402 1711869952 358934 33554432000 4194304 16246674 140735064512112 140656593841392 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=9950/tid=9952] ppid=9947 vsize=1671748 CPUtime=0 cores=0,2,4,6
/proc/9950/task/9952/stat : 9952 (toysat) S 9947 9950 9424 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 40685402 1711869952 358934 33554432000 4194304 16246674 140735064512112 140656583351536 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=9950/tid=9953] ppid=9947 vsize=1671748 CPUtime=0 cores=0,2,4,6
/proc/9950/task/9953/stat : 9953 (toysat) S 9947 9950 9424 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 40685402 1711869952 358934 33554432000 4194304 16246674 140735064512112 140656572878000 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 1671748

[startup+25.5004 s]
/proc/loadavg: 2.26 2.29 2.25 4/183 9955
/proc/meminfo: memFree=26970008/32872528 swapFree=1542984/1696284
[pid=9950] ppid=9947 vsize=2062916 CPUtime=25.48 cores=0,2,4,6
/proc/9950/stat : 9950 (toysat) R 9947 9950 9424 0 -1 4202496 456939 0 0 0 2489 59 0 0 20 0 4 0 40685401 2112425984 456726 33554432000 4194304 16246674 140735064512112 140735064494016 4206664 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/9950/statm: 515729 456726 911 2943 0 512623 0
[pid=9950/tid=9951] ppid=9947 vsize=2062916 CPUtime=0 cores=0,2,4,6
/proc/9950/task/9951/stat : 9951 (toysat) S 9947 9950 9424 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 40685402 2112425984 456726 33554432000 4194304 16246674 140735064512112 140656593841392 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=9950/tid=9952] ppid=9947 vsize=2062916 CPUtime=0 cores=0,2,4,6
/proc/9950/task/9952/stat : 9952 (toysat) S 9947 9950 9424 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 40685402 2112425984 456726 33554432000 4194304 16246674 140735064512112 140656583351312 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9950/tid=9953] ppid=9947 vsize=2062916 CPUtime=0 cores=0,2,4,6
/proc/9950/task/9953/stat : 9953 (toysat) S 9947 9950 9424 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 40685402 2112425984 456726 33554432000 4194304 16246674 140735064512112 140656572878000 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 2062916

[startup+51.1005 s]
/proc/loadavg: 2.23 2.28 2.25 4/183 9955
/proc/meminfo: memFree=26187900/32872528 swapFree=1542984/1696284
[pid=9950] ppid=9947 vsize=2843204 CPUtime=51.08 cores=0,2,4,6
/proc/9950/stat : 9950 (toysat) R 9947 9950 9424 0 -1 4202496 652011 0 0 0 5022 86 0 0 20 0 4 0 40685401 2911440896 651798 33554432000 4194304 16246674 140735064512112 140735064511208 4220871 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/9950/statm: 710801 651798 911 2943 0 707695 0
[pid=9950/tid=9951] ppid=9947 vsize=2843204 CPUtime=0 cores=0,2,4,6
/proc/9950/task/9951/stat : 9951 (toysat) S 9947 9950 9424 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 40685402 2911440896 651798 33554432000 4194304 16246674 140735064512112 140656593841392 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=9950/tid=9952] ppid=9947 vsize=2843204 CPUtime=0 cores=0,2,4,6
/proc/9950/task/9952/stat : 9952 (toysat) S 9947 9950 9424 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 40685402 2911440896 651798 33554432000 4194304 16246674 140735064512112 140656583351536 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=9950/tid=9953] ppid=9947 vsize=2843204 CPUtime=0 cores=0,2,4,6
/proc/9950/task/9953/stat : 9953 (toysat) S 9947 9950 9424 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 40685402 2911440896 651798 33554432000 4194304 16246674 140735064512112 140656572878000 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 2843204

[startup+102.301 s]
/proc/loadavg: 2.15 2.25 2.24 3/183 9956
/proc/meminfo: memFree=24810820/32872528 swapFree=1542984/1696284
[pid=9950] ppid=9947 vsize=4217412 CPUtime=102.28 cores=0,2,4,6
/proc/9950/stat : 9950 (toysat) R 9947 9950 9424 0 -1 4202496 1074413 0 0 0 10081 147 0 0 20 0 4 0 40685401 4318629888 995352 33554432000 4194304 16246674 140735064512112 140735064510016 4206912 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/9950/statm: 1054353 995352 912 2943 0 1051247 0
[pid=9950/tid=9951] ppid=9947 vsize=4217412 CPUtime=0 cores=0,2,4,6
/proc/9950/task/9951/stat : 9951 (toysat) S 9947 9950 9424 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 40685402 4318629888 995352 33554432000 4194304 16246674 140735064512112 140656593841392 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=9950/tid=9952] ppid=9947 vsize=4217412 CPUtime=0 cores=0,2,4,6
/proc/9950/task/9952/stat : 9952 (toysat) S 9947 9950 9424 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 40685402 4318629888 995352 33554432000 4194304 16246674 140735064512112 140656583351312 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9950/tid=9953] ppid=9947 vsize=4217412 CPUtime=0 cores=0,2,4,6
/proc/9950/task/9953/stat : 9953 (toysat) S 9947 9950 9424 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 40685402 4318629888 995352 33554432000 4194304 16246674 140735064512112 140656572878000 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 4217412


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


[startup+522.3 s]
/proc/loadavg: 2.22 2.26 2.25 4/183 9967
/proc/meminfo: memFree=15452156/32872528 swapFree=1542984/1696284
[pid=9950] ppid=9947 vsize=13557316 CPUtime=522.21 cores=0,2,4,6
/proc/9950/stat : 9950 (toysat) R 9947 9950 9424 0 -1 4202496 6449400 0 0 0 51252 969 0 0 20 0 4 0 40685401 13882691584 3330595 33554432000 4194304 16246674 140735064512112 140735064510080 14016654 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/9950/statm: 3389329 3330595 916 2943 0 3386223 0
[pid=9950/tid=9951] ppid=9947 vsize=13557316 CPUtime=0 cores=0,2,4,6
/proc/9950/task/9951/stat : 9951 (toysat) S 9947 9950 9424 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 40685402 13882691584 3330595 33554432000 4194304 16246674 140735064512112 140656593841392 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=9950/tid=9952] ppid=9947 vsize=13557316 CPUtime=0 cores=0,2,4,6
/proc/9950/task/9952/stat : 9952 (toysat) S 9947 9950 9424 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 40685402 13882691584 3330595 33554432000 4194304 16246674 140735064512112 140656583351312 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9950/tid=9953] ppid=9947 vsize=13557316 CPUtime=0 cores=0,2,4,6
/proc/9950/task/9953/stat : 9953 (toysat) S 9947 9950 9424 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 40685402 13882691584 3330595 33554432000 4194304 16246674 140735064512112 140656572878000 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 522.21
Current children cumulated vsize (KiB) 13557316

[startup+582.3 s]
/proc/loadavg: 2.31 2.28 2.26 3/183 9968
/proc/meminfo: memFree=15451816/32872528 swapFree=1542984/1696284
[pid=9950] ppid=9947 vsize=13557316 CPUtime=582.2 cores=0,2,4,6
/proc/9950/stat : 9950 (toysat) R 9947 9950 9424 0 -1 4202496 6449400 0 0 0 57247 973 0 0 20 0 4 0 40685401 13882691584 3330595 33554432000 4194304 16246674 140735064512112 140735064510080 14016832 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/9950/statm: 3389329 3330595 916 2943 0 3386223 0
[pid=9950/tid=9951] ppid=9947 vsize=13557316 CPUtime=0 cores=0,2,4,6
/proc/9950/task/9951/stat : 9951 (toysat) S 9947 9950 9424 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 40685402 13882691584 3330595 33554432000 4194304 16246674 140735064512112 140656593841392 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=9950/tid=9952] ppid=9947 vsize=13557316 CPUtime=0 cores=0,2,4,6
/proc/9950/task/9952/stat : 9952 (toysat) S 9947 9950 9424 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 40685402 13882691584 3330595 33554432000 4194304 16246674 140735064512112 140656583351312 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9950/tid=9953] ppid=9947 vsize=13557316 CPUtime=0 cores=0,2,4,6
/proc/9950/task/9953/stat : 9953 (toysat) S 9947 9950 9424 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 40685402 13882691584 3330595 33554432000 4194304 16246674 140735064512112 140656572878000 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 582.2
Current children cumulated vsize (KiB) 13557316

[startup+642.3 s]
/proc/loadavg: 2.28 2.27 2.26 3/183 10018
/proc/meminfo: memFree=13859224/32872528 swapFree=1542984/1696284
[pid=9950] ppid=9947 vsize=14133828 CPUtime=642.19 cores=0,2,4,6
/proc/9950/stat : 9950 (toysat) R 9947 9950 9424 0 -1 4202496 6593528 0 0 0 63224 995 0 0 20 0 4 0 40685401 14473039872 3474723 33554432000 4194304 16246674 140735064512112 140735064511208 12371459 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/9950/statm: 3533457 3474723 916 2943 0 3530351 0
[pid=9950/tid=9951] ppid=9947 vsize=14133828 CPUtime=0 cores=0,2,4,6
/proc/9950/task/9951/stat : 9951 (toysat) S 9947 9950 9424 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 40685402 14473039872 3474723 33554432000 4194304 16246674 140735064512112 140656593841392 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=9950/tid=9952] ppid=9947 vsize=14133828 CPUtime=0 cores=0,2,4,6
/proc/9950/task/9952/stat : 9952 (toysat) S 9947 9950 9424 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 40685402 14473039872 3474723 33554432000 4194304 16246674 140735064512112 140656583351536 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=9950/tid=9953] ppid=9947 vsize=14133828 CPUtime=0 cores=0,2,4,6
/proc/9950/task/9953/stat : 9953 (toysat) S 9947 9950 9424 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 40685402 14473039872 3474723 33554432000 4194304 16246674 140735064512112 140656572878000 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 642.19
Current children cumulated vsize (KiB) 14133828

[startup+702.301 s]
/proc/loadavg: 2.17 2.25 2.25 4/183 10019
/proc/meminfo: memFree=11647424/32872528 swapFree=1542984/1696284
[pid=9950] ppid=9947 vsize=14412356 CPUtime=702.18 cores=0,2,4,6
/proc/9950/stat : 9950 (toysat) R 9947 9950 9424 0 -1 4202496 6609339 0 0 0 69212 1006 0 0 20 0 4 0 40685401 14758252544 3544189 33554432000 4194304 16246674 140735064512112 140735064510016 14003113 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/9950/statm: 3603089 3544189 916 2943 0 3599983 0
[pid=9950/tid=9951] ppid=9947 vsize=14412356 CPUtime=0 cores=0,2,4,6
/proc/9950/task/9951/stat : 9951 (toysat) S 9947 9950 9424 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 40685402 14758252544 3544189 33554432000 4194304 16246674 140735064512112 140656593841392 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=9950/tid=9952] ppid=9947 vsize=14412356 CPUtime=0 cores=0,2,4,6
/proc/9950/task/9952/stat : 9952 (toysat) S 9947 9950 9424 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 40685402 14758252544 3544189 33554432000 4194304 16246674 140735064512112 140656583351312 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9950/tid=9953] ppid=9947 vsize=14412356 CPUtime=0 cores=0,2,4,6
/proc/9950/task/9953/stat : 9953 (toysat) S 9947 9950 9424 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 40685402 14758252544 3544189 33554432000 4194304 16246674 140735064512112 140656572878000 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 702.18
Current children cumulated vsize (KiB) 14412356

[startup+762.3 s]
/proc/loadavg: 2.26 2.26 2.25 4/183 10020
/proc/meminfo: memFree=10287928/32872528 swapFree=1542984/1696284
[pid=9950] ppid=9947 vsize=14412356 CPUtime=762.17 cores=0,2,4,6
/proc/9950/stat : 9950 (toysat) R 9947 9950 9424 0 -1 4202496 6609505 0 0 0 75208 1009 0 0 20 0 4 0 40685401 14758252544 3544355 33554432000 4194304 16246674 140735064512112 140735064509952 14014083 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/9950/statm: 3603089 3544355 916 2943 0 3599983 0
[pid=9950/tid=9951] ppid=9947 vsize=14412356 CPUtime=0 cores=0,2,4,6
/proc/9950/task/9951/stat : 9951 (toysat) S 9947 9950 9424 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 40685402 14758252544 3544355 33554432000 4194304 16246674 140735064512112 140656593841392 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=9950/tid=9952] ppid=9947 vsize=14412356 CPUtime=0 cores=0,2,4,6
/proc/9950/task/9952/stat : 9952 (toysat) S 9947 9950 9424 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 40685402 14758252544 3544355 33554432000 4194304 16246674 140735064512112 140656583351312 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9950/tid=9953] ppid=9947 vsize=14412356 CPUtime=0 cores=0,2,4,6
/proc/9950/task/9953/stat : 9953 (toysat) S 9947 9950 9424 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 40685402 14758252544 3544355 33554432000 4194304 16246674 140735064512112 140656572878000 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 762.17
Current children cumulated vsize (KiB) 14412356

[startup+822.3 s]
/proc/loadavg: 2.33 2.27 2.26 3/183 10021
/proc/meminfo: memFree=7466312/32872528 swapFree=1542984/1696284
[pid=9950] ppid=9947 vsize=15698500 CPUtime=822.16 cores=0,2,4,6
/proc/9950/stat : 9950 (toysat) R 9947 9950 9424 0 -1 4202496 6872787 0 0 0 81165 1051 0 0 20 0 4 0 40685401 16075264000 3865891 33554432000 4194304 16246674 140735064512112 140735064509952 4220807 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/9950/statm: 3924625 3865891 916 2943 0 3921519 0
[pid=9950/tid=9951] ppid=9947 vsize=15698500 CPUtime=0 cores=0,2,4,6
/proc/9950/task/9951/stat : 9951 (toysat) S 9947 9950 9424 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 40685402 16075264000 3865891 33554432000 4194304 16246674 140735064512112 140656593841392 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=9950/tid=9952] ppid=9947 vsize=15698500 CPUtime=0 cores=0,2,4,6
/proc/9950/task/9952/stat : 9952 (toysat) S 9947 9950 9424 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 40685402 16075264000 3865891 33554432000 4194304 16246674 140735064512112 140656583351312 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9950/tid=9953] ppid=9947 vsize=15698500 CPUtime=0 cores=0,2,4,6
/proc/9950/task/9953/stat : 9953 (toysat) S 9947 9950 9424 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 40685402 16075264000 3865891 33554432000 4194304 16246674 140735064512112 140656572878000 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 822.16
Current children cumulated vsize (KiB) 15698500

[startup+882.307 s]
/proc/loadavg: 2.16 2.23 2.25 4/183 10022
/proc/meminfo: memFree=6196568/32872528 swapFree=1542984/1696284
[pid=9950] ppid=9947 vsize=15698500 CPUtime=882.15 cores=0,2,4,6
/proc/9950/stat : 9950 (toysat) R 9947 9950 9424 0 -1 4202496 6872787 0 0 0 87160 1055 0 0 20 0 4 0 40685401 16075264000 3865891 33554432000 4194304 16246674 140735064512112 140735064510080 4226245 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/9950/statm: 3924625 3865891 916 2943 0 3921519 0
[pid=9950/tid=9951] ppid=9947 vsize=15698500 CPUtime=0 cores=0,2,4,6
/proc/9950/task/9951/stat : 9951 (toysat) S 9947 9950 9424 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 40685402 16075264000 3865891 33554432000 4194304 16246674 140735064512112 140656593841392 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=9950/tid=9952] ppid=9947 vsize=15698500 CPUtime=0 cores=0,2,4,6
/proc/9950/task/9952/stat : 9952 (toysat) S 9947 9950 9424 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 40685402 16075264000 3865891 33554432000 4194304 16246674 140735064512112 140656583351312 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9950/tid=9953] ppid=9947 vsize=15698500 CPUtime=0 cores=0,2,4,6
/proc/9950/task/9953/stat : 9953 (toysat) S 9947 9950 9424 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 40685402 16075264000 3865891 33554432000 4194304 16246674 140735064512112 140656572878000 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 882.15
Current children cumulated vsize (KiB) 15698500



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+921.3 s]
/proc/loadavg: 2.13 2.22 2.24 3/183 10023
/proc/meminfo: memFree=5006732/32872528 swapFree=1542984/1696284
[pid=9950] ppid=9947 vsize=15906372 CPUtime=921.14 cores=0,2,4,6
/proc/9950/stat : 9950 (toysat) R 9947 9950 9424 0 -1 4202496 6924649 0 0 0 91049 1065 0 0 20 0 4 0 40685401 16288124928 3917754 33554432000 4194304 16246674 140735064512112 140735064511208 4221016 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/9950/statm: 3976593 3917764 916 2943 0 3973487 0
[pid=9950/tid=9951] ppid=9947 vsize=15906372 CPUtime=0 cores=0,2,4,6
/proc/9950/task/9951/stat : 9951 (toysat) S 9947 9950 9424 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 40685402 16288124928 3917770 33554432000 4194304 16246674 140735064512112 140656593841392 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=9950/tid=9952] ppid=9947 vsize=15906372 CPUtime=0 cores=0,2,4,6
/proc/9950/task/9952/stat : 9952 (toysat) S 9947 9950 9424 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 40685402 16288124928 3917776 33554432000 4194304 16246674 140735064512112 140656583351536 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=9950/tid=9953] ppid=9947 vsize=15906372 CPUtime=0 cores=0,2,4,6
/proc/9950/task/9953/stat : 9953 (toysat) S 9947 9950 9424 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 40685402 16288124928 3917781 33554432000 4194304 16246674 140735064512112 140656572878000 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 921.14
Current children cumulated vsize (KiB) 15906372

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

[startup+921.6 s]
/proc/loadavg: 2.13 2.22 2.24 3/183 10023
/proc/meminfo: memFree=5006732/32872528 swapFree=1542984/1696284
[pid=9950] ppid=9947 vsize=0 CPUtime=921.43 cores=0,2,4,6
/proc/9950/stat : 9950 (toysat) Z 9947 9950 9424 0 -1 4203532 6925117 0 0 0 91049 1094 0 0 20 0 2 0 40685401 0 0 33554432000 0 0 0 0 0 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/9950/statm: 0 0 0 0 0 0 0
[pid=9950/tid=9953] ppid=9947 vsize=0 CPUtime=0.28 cores=0,2,4,6
/proc/9950/task/9953/stat : 9953 (toysat) R 9947 9950 9424 0 -1 4203588 3 0 0 0 0 28 0 0 20 0 2 0 40685402 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 921.43
Current children cumulated vsize (KiB) 0

[startup+922 s]
/proc/loadavg: 2.13 2.22 2.24 3/181 10023
/proc/meminfo: memFree=14245112/32872528 swapFree=1542984/1696284
[pid=9950] ppid=9947 vsize=0 CPUtime=921.83 cores=0,2,4,6
/proc/9950/stat : 9950 (toysat) Z 9947 9950 9424 0 -1 4203532 6925117 0 0 0 91049 1134 0 0 20 0 2 0 40685401 0 0 33554432000 0 0 0 0 0 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/9950/statm: 0 0 0 0 0 0 0
[pid=9950/tid=9953] ppid=9947 vsize=0 CPUtime=0.67 cores=0,2,4,6
/proc/9950/task/9953/stat : 9953 (toysat) R 9947 9950 9424 0 -1 4203588 3 0 0 0 0 67 0 0 20 0 2 0 40685402 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 921.83
Current children cumulated vsize (KiB) 0

[startup+922.1 s]
/proc/loadavg: 2.13 2.22 2.24 3/181 10023
/proc/meminfo: memFree=14245112/32872528 swapFree=1542984/1696284
[pid=9950] ppid=9947 vsize=0 CPUtime=921.93 cores=0,2,4,6
/proc/9950/stat : 9950 (toysat) Z 9947 9950 9424 0 -1 4203532 6925117 0 0 0 91049 1144 0 0 20 0 2 0 40685401 0 0 33554432000 0 0 0 0 0 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/9950/statm: 0 0 0 0 0 0 0
[pid=9950/tid=9953] ppid=9947 vsize=0 CPUtime=0.77 cores=0,2,4,6
/proc/9950/task/9953/stat : 9953 (toysat) R 9947 9950 9424 0 -1 4203588 3 0 0 0 0 77 0 0 20 0 2 0 40685402 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 921.93
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 922.12
CPU time (s): 921.952
CPU user time (s): 910.498
CPU system time (s): 11.4543
CPU usage (%): 99.9818
Max. virtual memory (cumulated for all children) (KiB): 15906372

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 910.498
system time used= 11.4543
maximum resident set size= 15672884
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 6925117
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= 934

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.83226 second user time and 9.55955 second system time

The end

Launcher Data

Begin job on node125 at 2016-06-20 03:33:08
IDJOB=4110692
IDBENCH=108272
IDSOLVER=2542
FILE ID=node125/4110692-1466386388
RUNJOBID= node125-1466384086-9440
PBS_JOBID= 19923262
Free space on /tmp= 71720 MiB

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

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

MD5SUM BENCH= b189f43e6422a8d157eae5ff2d2c2f3c
RANDOM SEED=165232331

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        28796456 kB
Buffers:           45276 kB
Cached:            86240 kB
SwapCached:         1468 kB
Active:          1589152 kB
Inactive:          53272 kB
Active(anon):    1512224 kB
Inactive(anon):     1060 kB
Active(file):      76928 kB
Inactive(file):    52212 kB
Unevictable:     1696284 kB
Mlocked:         1542984 kB
SwapTotal:      67108856 kB
SwapFree:       67096416 kB
Dirty:             16376 kB
Writeback:             0 kB
AnonPages:       3194384 kB
Mapped:            10776 kB
Shmem:                 0 kB
Slab:             594928 kB
SReclaimable:      38632 kB
SUnreclaim:       556296 kB
KernelStack:        1480 kB
PageTables:        10516 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    3353224 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1226752 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= 71712 MiB
End job on node125 at 2016-06-20 03:48:30