Trace number 4110988

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) 953.276 953.437

General information on the benchmark

Namenormalized-PB16/OPT-BIGINT-LIN/lion9-single-obj/
normalized-single-obj-f38-AC_TotalLoss.seq-A-2-combined-irabcde.opb
MD5SUM3b6641b4934d522448880f9173a2d60b
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark1679182245
Best CPU time to get the best result obtained on this benchmark3.48647
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables3378
Total number of constraints9747
Number of constraints which are clauses9643
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-20T05:47:23+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-4110988-1466394443.opb"]
0.00/0.01	c use --random-gen="2149748069 1192840032 120043525 2049660130 2174409960 3847135802 1114972898 2665118276 3898212627 557367592 339645470 3062411336 3163088310 2923318621 3996649936 1170121176 1385710699 3539317701 4042021233 816562281 3635947821 2754911381 3224953581 2587396674 424241968 3433031412 4196465860 140896140 3959373629 3891142394 4258803005 1437495999 3218181369 603631445 1648652138 870972253 1973946234 4235756161 1939902444 3268175117 948543686 1102324314 2482270464 2081009418 3027944175 3809870935 1212372540 1402665132 2894255703 2482157742 494510485 2898792583 4083205870 346511636 663380187 1677923313 4001729248 1792699300 3000046433 4267031174 132141061 2956818977 4049680089 3199676760 1829022848 499227522 488722229 669541256 2125626790 1409549346 1182178267 3999665428 2354396259 2965375218 1527015017 1962358420 2228853683 886124974 487109447 1408306722 79529786 2198736702 2920158404 1436273543 2463561311 822762624 182485465 836504443 2308102977 3626728368 2218152939 2886424946 2034216618 88418556 3767581247 3227954289 300659099 364019194 296207209 2534911775 563947418 3103628655 2370134777 3022696613 2620399346 4095984568 281293055 3645396718 1363788312 532033138 727299876 1987193554 1568910996 173040925 3858676083 1498615967 304104960 3937540604 590837264 4033891650 3873240327 38650312 635639092 500235740 1907666885 2112854142 1226758248 1727644372 1797880217 2798646224 219980589 4146530273 3545286599 1202544593 178415845 42415752 1147199091 4294311031 1749557486 2803478053 219814150 4090248380 2696805861 3423964294 3238326712 4061721470 197366735 3658361775 2889050028 1891669985 926864292 3310128032 2163670862 2337991605 2930936809 686331217 3403146389 2939127803 896846944 21121126 301679048 2554085028 897729190 172805396 236102271 818886422 938637880 443672441 774244145 1888653759 2326708673 1905082138 4029135151 1439036410 2480400082 22357416 2228930742 153362619 2113865551 202487593 1066688395 504232125 305692371 1754370740 2512209279 928041821 3716944615 333008837 4083077144 683130072 3487704625 3094258839 54238325 3250835407 3100996868 2181396735 3770181104 2835742403 3348253571 374830067 1751259129 3357582851 4281504767 2850019069 1094846574 2364266000 3391207066 3411164566 3033766384 81976051 1940899017 3995345562 3500237882 2294479560 1296335417 309354853 3865228445 3090262514 3111820449 1126871359 1119371646 2656965083 4011331751 18206582 3465571226 4059061386 3635889850 23072696 2312662399 362512478 476709089 365465310 2825816154 2262246234 472469866 3446879878 3473230571 1854311781 42107323 568278820 1642414809 1370702195 1408319145 3929445181 1124704040 882972258 1365365503 2095725784 1145161198 3268681753 1079947572 1063121849 3450597536 3206112442 3453131299 1105098053 255 362436" option to reproduce the execution
0.00/0.07	c #vars 3378
0.00/0.07	c #constraints 9747
0.09/0.19	c BCD2: Hardening is enabled.
0.09/0.19	c BCD2: BiasedSearch is enabled.
0.09/0.19	c Solving starts ...
0.09/0.19	c ============================[ Search Statistics ]============================
0.09/0.19	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.09/0.19	c       |         |          |          |    Limit     GC | Var      | Constra 
0.09/0.19	c =============================================================================
0.09/0.19	c  0.0s |       0 |        0 |        0 |     4072      0 |      287 |        0
0.19/0.21	c  0.0s |       0 |      217 |        6 |     4072      0 |      287 |       52
0.19/0.21	c #cpu_time = 0.016s
0.19/0.21	c #wall_clock_time = 0.016s
0.19/0.21	c #decision = 217
0.19/0.21	c #random_decision = 0
0.19/0.21	c #conflict = 6
0.19/0.21	c #restart = 0
0.19/0.21	o 6026009499
0.19/0.22	c BCD2: updating upper bound: 12053081879 -> 6026009498
0.19/0.22	c BCD2: 0 <= obj <= 6026009498
0.19/0.22	c BCD2: #cores=0, #unrelaxed=301, #relaxed=0, #hardened=0
0.19/0.22	c BCD2: #sat=1 #unsat=1 bias=1/2
0.19/0.22	c Solving starts ...
0.19/0.22	c ============================[ Search Statistics ]============================
0.19/0.22	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.19/0.22	c       |         |          |          |    Limit     GC | Var      | Constra 
0.19/0.22	c =============================================================================
0.19/0.22	c  0.0s |       0 |        0 |        0 |     4072      0 |      287 |       52
0.19/0.23	c  0.0s |       0 |        2 |        0 |     4072      0 |      287 |       52
0.19/0.23	c #cpu_time = 0.007s
0.19/0.23	c #wall_clock_time = 0.007s
0.19/0.23	c #decision = 2
0.19/0.23	c #random_decision = 0
0.19/0.23	c #conflict = 0
0.19/0.23	c #restart = 0
0.19/0.23	c BCD2: found a new core of size 3: cost of the new core is >=729
0.19/0.23	c lower bound updated to 729
0.19/0.24	c BCD2: 729 <= obj <= 6026009498
0.19/0.24	c BCD2: #cores=1, #unrelaxed=298, #relaxed=3, #hardened=0
0.19/0.24	c BCD2: #sat=1 #unsat=2 bias=2/3
0.19/0.24	c Solving starts ...
0.19/0.24	c ============================[ Search Statistics ]============================
0.19/0.24	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.19/0.24	c       |         |          |          |    Limit     GC | Var      | Constra 
0.19/0.24	c =============================================================================
0.19/0.24	c  0.0s |       0 |        0 |        0 |     4072      0 |      287 |       52
0.19/0.24	c  0.0s |       0 |        3 |        0 |     4072      0 |      287 |       52
0.19/0.24	c #cpu_time = 0.007s
0.19/0.24	c #wall_clock_time = 0.007s
0.19/0.24	c #decision = 3
0.19/0.24	c #random_decision = 0
0.19/0.24	c #conflict = 0
0.19/0.24	c #restart = 0
0.19/0.24	c BCD2: found a new core of size 3: cost of the new core is >=729
0.19/0.24	c lower bound updated to 1458
0.19/0.25	c BCD2: 1458 <= obj <= 6026009498
0.19/0.25	c BCD2: #cores=2, #unrelaxed=295, #relaxed=6, #hardened=0
0.19/0.25	c BCD2: #sat=1 #unsat=3 bias=3/4
0.19/0.25	c Solving starts ...
0.19/0.25	c ============================[ Search Statistics ]============================
0.19/0.25	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.19/0.25	c       |         |          |          |    Limit     GC | Var      | Constra 
0.19/0.25	c =============================================================================
0.19/0.25	c  0.0s |       0 |        0 |        0 |     4072      0 |      287 |       52
0.19/0.26	c  0.0s |       0 |        4 |        0 |     4072      0 |      287 |       52
0.19/0.26	c #cpu_time = 0.007s
0.19/0.26	c #wall_clock_time = 0.007s
0.19/0.26	c #decision = 4
0.19/0.26	c #random_decision = 0
0.19/0.26	c #conflict = 0
0.19/0.26	c #restart = 0
0.19/0.26	c BCD2: found a new core of size 3: cost of the new core is >=729
0.19/0.26	c lower bound updated to 2187
0.19/0.27	c BCD2: 2187 <= obj <= 6026009498
0.19/0.27	c BCD2: #cores=3, #unrelaxed=292, #relaxed=9, #hardened=0
0.19/0.27	c BCD2: #sat=1 #unsat=4 bias=4/5
0.19/0.27	c Solving starts ...
0.19/0.27	c ============================[ Search Statistics ]============================
0.19/0.27	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.19/0.27	c       |         |          |          |    Limit     GC | Var      | Constra 
0.19/0.27	c =============================================================================
0.19/0.27	c  0.0s |       0 |        0 |        0 |     4072      0 |      287 |       52
0.19/0.28	c  0.0s |       0 |        5 |        0 |     4072      0 |      287 |       52
0.19/0.28	c #cpu_time = 0.007s
0.19/0.28	c #wall_clock_time = 0.007s
0.19/0.28	c #decision = 5
0.19/0.28	c #random_decision = 0
0.19/0.28	c #conflict = 0
0.19/0.28	c #restart = 0
0.19/0.28	c BCD2: found a new core of size 3: cost of the new core is >=729
0.19/0.28	c lower bound updated to 2916
0.19/0.28	c BCD2: 2916 <= obj <= 6026009498
0.19/0.28	c BCD2: #cores=4, #unrelaxed=289, #relaxed=12, #hardened=0
0.19/0.28	c BCD2: #sat=1 #unsat=5 bias=5/6
0.19/0.28	c Solving starts ...
0.19/0.28	c ============================[ Search Statistics ]============================
0.19/0.28	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.19/0.28	c       |         |          |          |    Limit     GC | Var      | Constra 
0.19/0.28	c =============================================================================
0.19/0.28	c  0.0s |       0 |        0 |        0 |     4072      0 |      287 |       52
0.19/0.29	c  0.0s |       0 |        6 |        0 |     4072      0 |      287 |       52
0.19/0.29	c #cpu_time = 0.007s
0.19/0.29	c #wall_clock_time = 0.007s
0.19/0.29	c #decision = 6
0.19/0.29	c #random_decision = 0
0.19/0.29	c #conflict = 0
0.19/0.29	c #restart = 0
0.19/0.29	c BCD2: found a new core of size 3: cost of the new core is >=729
0.19/0.29	c lower bound updated to 3645
0.28/0.30	c BCD2: 3645 <= obj <= 6026009498
0.28/0.30	c BCD2: #cores=5, #unrelaxed=286, #relaxed=15, #hardened=0
0.28/0.30	c BCD2: #sat=1 #unsat=6 bias=6/7
0.28/0.30	c Solving starts ...
0.28/0.30	c ============================[ Search Statistics ]============================
0.28/0.30	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.28/0.30	c       |         |          |          |    Limit     GC | Var      | Constra 
0.28/0.30	c =============================================================================
0.28/0.32	c  0.0s |       0 |        0 |        0 |     4072      0 |      287 |       52
0.28/0.32	c  0.0s |       0 |        7 |        0 |     4072      0 |      287 |       52
0.28/0.32	c #cpu_time = 0.005s
0.28/0.32	c #wall_clock_time = 0.005s
0.28/0.32	c #decision = 7
0.28/0.32	c #random_decision = 0
0.28/0.32	c #conflict = 0
0.28/0.32	c #restart = 0
0.28/0.32	c BCD2: found a new core of size 3: cost of the new core is >=729
0.28/0.32	c lower bound updated to 4374
0.28/0.33	c BCD2: 4374 <= obj <= 6026009498
0.28/0.33	c BCD2: #cores=6, #unrelaxed=283, #relaxed=18, #hardened=0
0.28/0.33	c BCD2: #sat=1 #unsat=7 bias=7/8
0.28/0.33	c Solving starts ...
0.28/0.33	c ============================[ Search Statistics ]============================
0.28/0.33	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.28/0.33	c       |         |          |          |    Limit     GC | Var      | Constra 
0.28/0.33	c =============================================================================
0.28/0.33	c  0.0s |       0 |        0 |        0 |     4072      0 |      287 |       52
0.28/0.33	c  0.0s |       0 |        8 |        0 |     4072      0 |      287 |       52
0.28/0.33	c #cpu_time = 0.005s
0.28/0.33	c #wall_clock_time = 0.005s
0.28/0.33	c #decision = 8
0.28/0.33	c #random_decision = 0
0.28/0.33	c #conflict = 0
0.28/0.33	c #restart = 0
0.28/0.33	c BCD2: found a new core of size 3: cost of the new core is >=729
0.28/0.33	c lower bound updated to 5103
0.28/0.34	c BCD2: 5103 <= obj <= 6026009498
0.28/0.34	c BCD2: #cores=7, #unrelaxed=280, #relaxed=21, #hardened=0
0.28/0.34	c BCD2: #sat=1 #unsat=8 bias=8/9
0.28/0.34	c Solving starts ...
0.28/0.34	c ============================[ Search Statistics ]============================
0.28/0.34	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.28/0.34	c       |         |          |          |    Limit     GC | Var      | Constra 
0.28/0.34	c =============================================================================
0.28/0.34	c  0.0s |       0 |        0 |        0 |     4072      0 |      287 |       52
0.28/0.35	c  0.0s |       0 |        9 |        0 |     4072      0 |      287 |       52
0.28/0.35	c #cpu_time = 0.006s
0.28/0.35	c #wall_clock_time = 0.006s
0.28/0.35	c #decision = 9
0.28/0.35	c #random_decision = 0
0.28/0.35	c #conflict = 0
0.28/0.35	c #restart = 0
0.28/0.35	c BCD2: found a new core of size 3: cost of the new core is >=729
0.28/0.35	c lower bound updated to 5832
0.28/0.36	c BCD2: 5832 <= obj <= 6026009498
0.28/0.36	c BCD2: #cores=8, #unrelaxed=277, #relaxed=24, #hardened=0
0.28/0.36	c BCD2: #sat=1 #unsat=9 bias=9/10
0.28/0.36	c Solving starts ...
0.28/0.36	c ============================[ Search Statistics ]============================
0.28/0.36	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.28/0.36	c       |         |          |          |    Limit     GC | Var      | Constra 
0.28/0.36	c =============================================================================
0.28/0.36	c  0.0s |       0 |        0 |        0 |     4072      0 |      287 |       52
0.28/0.36	c  0.0s |       0 |       10 |        0 |     4072      0 |      287 |       52
0.28/0.36	c #cpu_time = 0.006s
0.28/0.36	c #wall_clock_time = 0.006s
0.28/0.36	c #decision = 10
0.28/0.36	c #random_decision = 0
0.28/0.36	c #conflict = 0
0.28/0.36	c #restart = 0
0.28/0.36	c BCD2: found a new core of size 3: cost of the new core is >=729
0.28/0.36	c lower bound updated to 6561
0.28/0.37	c BCD2: 6561 <= obj <= 6026009498
0.28/0.37	c BCD2: #cores=9, #unrelaxed=274, #relaxed=27, #hardened=0
0.28/0.37	c BCD2: #sat=1 #unsat=10 bias=10/11
0.28/0.37	c Solving starts ...
0.28/0.37	c ============================[ Search Statistics ]============================
0.28/0.37	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.28/0.37	c       |         |          |          |    Limit     GC | Var      | Constra 
0.28/0.37	c =============================================================================
0.28/0.37	c  0.0s |       0 |        0 |        0 |     4072      0 |      287 |       52
0.28/0.38	c  0.0s |       0 |       11 |        0 |     4072      0 |      287 |       52
0.28/0.38	c #cpu_time = 0.006s
0.28/0.38	c #wall_clock_time = 0.006s
0.28/0.38	c #decision = 11
0.28/0.38	c #random_decision = 0
0.28/0.38	c #conflict = 0
0.28/0.38	c #restart = 0
0.28/0.38	c BCD2: found a new core of size 3: cost of the new core is >=729
0.28/0.38	c lower bound updated to 7290
0.28/0.38	c BCD2: 7290 <= obj <= 6026009498
0.28/0.38	c BCD2: #cores=10, #unrelaxed=271, #relaxed=30, #hardened=0
0.28/0.38	c BCD2: #sat=1 #unsat=11 bias=11/12
0.28/0.39	c Solving starts ...
0.28/0.39	c ============================[ Search Statistics ]============================
0.28/0.39	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.28/0.39	c       |         |          |          |    Limit     GC | Var      | Constra 
0.28/0.39	c =============================================================================
0.28/0.39	c  0.0s |       0 |        0 |        0 |     4072      0 |      287 |       52
0.28/0.39	c  0.0s |       0 |       12 |        0 |     4072      0 |      287 |       52
0.28/0.39	c #cpu_time = 0.005s
0.28/0.39	c #wall_clock_time = 0.005s
0.28/0.39	c #decision = 12
0.28/0.39	c #random_decision = 0
0.28/0.39	c #conflict = 0
0.28/0.39	c #restart = 0
0.28/0.39	c BCD2: found a new core of size 3: cost of the new core is >=729
0.28/0.39	c lower bound updated to 8019
0.28/0.39	c BCD2: 8019 <= obj <= 6026009498
0.28/0.39	c BCD2: #cores=11, #unrelaxed=268, #relaxed=33, #hardened=0
0.28/0.39	c BCD2: #sat=1 #unsat=12 bias=12/13
0.28/0.39	c Solving starts ...
0.28/0.39	c ============================[ Search Statistics ]============================
0.28/0.39	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.28/0.39	c       |         |          |          |    Limit     GC | Var      | Constra 
0.28/0.39	c =============================================================================
0.28/0.39	c  0.0s |       0 |        0 |        0 |     4072      0 |      287 |       52
0.39/0.40	c  0.0s |       0 |       13 |        0 |     4072      0 |      287 |       52
0.39/0.40	c #cpu_time = 0.004s
0.39/0.40	c #wall_clock_time = 0.004s
0.39/0.40	c #decision = 13
0.39/0.40	c #random_decision = 0
0.39/0.40	c #conflict = 0
0.39/0.40	c #restart = 0
0.39/0.40	c BCD2: found a new core of size 3: cost of the new core is >=729
0.39/0.40	c lower bound updated to 8748
0.39/0.40	c BCD2: 8748 <= obj <= 6026009498
0.39/0.40	c BCD2: #cores=12, #unrelaxed=265, #relaxed=36, #hardened=0
0.39/0.40	c BCD2: #sat=1 #unsat=13 bias=13/14
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 |     4072      0 |      287 |       52
0.39/0.41	c  0.0s |       0 |       14 |        0 |     4072      0 |      287 |       52
0.39/0.41	c #cpu_time = 0.004s
0.39/0.41	c #wall_clock_time = 0.004s
0.39/0.41	c #decision = 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 3: cost of the new core is >=729
0.39/0.41	c lower bound updated to 9477
0.39/0.41	c BCD2: 9477 <= obj <= 6026009498
0.39/0.41	c BCD2: #cores=13, #unrelaxed=262, #relaxed=39, #hardened=0
0.39/0.41	c BCD2: #sat=1 #unsat=14 bias=14/15
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 |     4072      0 |      287 |       52
0.39/0.42	c  0.0s |       0 |       15 |        0 |     4072      0 |      287 |       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 3: cost of the new core is >=729
0.39/0.42	c lower bound updated to 10206
0.39/0.42	c BCD2: 10206 <= obj <= 6026009498
0.39/0.42	c BCD2: #cores=14, #unrelaxed=259, #relaxed=42, #hardened=0
0.39/0.42	c BCD2: #sat=1 #unsat=15 bias=15/16
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 |     4072      0 |      287 |       52
0.39/0.43	c  0.0s |       0 |       16 |        0 |     4072      0 |      287 |       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 3: cost of the new core is >=729
0.39/0.43	c lower bound updated to 10935
0.39/0.43	c BCD2: 10935 <= obj <= 6026009498
0.39/0.43	c BCD2: #cores=15, #unrelaxed=256, #relaxed=45, #hardened=0
0.39/0.43	c BCD2: #sat=1 #unsat=16 bias=16/17
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 |     4072      0 |      287 |       52
0.39/0.44	c  0.0s |       0 |       17 |        0 |     4072      0 |      287 |       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 3: cost of the new core is >=729
0.39/0.44	c lower bound updated to 11664
0.39/0.44	c BCD2: 11664 <= obj <= 6026009498
0.39/0.44	c BCD2: #cores=16, #unrelaxed=253, #relaxed=48, #hardened=0
0.39/0.44	c BCD2: #sat=1 #unsat=17 bias=17/18
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 |     4072      0 |      287 |       52
0.39/0.44	c  0.0s |       0 |       18 |        0 |     4072      0 |      287 |       52
0.39/0.44	c #cpu_time = 0.005s
0.39/0.44	c #wall_clock_time = 0.005s
0.39/0.44	c #decision = 18
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.45	c BCD2: found a new core of size 3: cost of the new core is >=729
0.39/0.45	c lower bound updated to 12393
0.39/0.45	c BCD2: 12393 <= obj <= 6026009498
0.39/0.45	c BCD2: #cores=17, #unrelaxed=250, #relaxed=51, #hardened=0
0.39/0.45	c BCD2: #sat=1 #unsat=18 bias=18/19
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 |     4072      0 |      287 |       52
0.39/0.45	c  0.0s |       0 |       19 |        0 |     4072      0 |      287 |       52
0.39/0.45	c #cpu_time = 0.005s
0.39/0.45	c #wall_clock_time = 0.005s
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 3: cost of the new core is >=729
0.39/0.45	c lower bound updated to 13122
0.39/0.46	c BCD2: 13122 <= obj <= 6026009498
0.39/0.46	c BCD2: #cores=18, #unrelaxed=247, #relaxed=54, #hardened=0
0.39/0.46	c BCD2: #sat=1 #unsat=19 bias=19/20
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 |     4072      0 |      287 |       52
0.39/0.46	c  0.0s |       0 |       20 |        0 |     4072      0 |      287 |       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 3: cost of the new core is >=729
0.39/0.46	c lower bound updated to 13851
0.39/0.47	c BCD2: 13851 <= obj <= 6026009498
0.39/0.47	c BCD2: #cores=19, #unrelaxed=244, #relaxed=57, #hardened=0
0.39/0.47	c BCD2: #sat=1 #unsat=20 bias=20/21
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 |     4072      0 |      287 |       52
0.39/0.47	c  0.0s |       0 |       21 |        0 |     4072      0 |      287 |       52
0.39/0.47	c #cpu_time = 0.005s
0.39/0.47	c #wall_clock_time = 0.005s
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 3: cost of the new core is >=729
0.39/0.47	c lower bound updated to 14580
0.39/0.48	c BCD2: 14580 <= obj <= 6026009498
0.39/0.48	c BCD2: #cores=20, #unrelaxed=241, #relaxed=60, #hardened=0
0.39/0.48	c BCD2: #sat=1 #unsat=21 bias=21/22
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 |     4072      0 |      287 |       52
0.39/0.48	c  0.0s |       0 |       22 |        0 |     4072      0 |      287 |       52
0.39/0.48	c #cpu_time = 0.005s
0.39/0.48	c #wall_clock_time = 0.005s
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 3: cost of the new core is >=729
0.39/0.48	c lower bound updated to 15309
0.39/0.49	c BCD2: 15309 <= obj <= 6026009498
0.39/0.49	c BCD2: #cores=21, #unrelaxed=238, #relaxed=63, #hardened=0
0.39/0.49	c BCD2: #sat=1 #unsat=22 bias=22/23
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 |     4072      0 |      287 |       52
0.39/0.49	c  0.0s |       0 |       23 |        0 |     4072      0 |      287 |       52
0.39/0.49	c #cpu_time = 0.005s
0.39/0.49	c #wall_clock_time = 0.005s
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 3: cost of the new core is >=729
0.39/0.49	c lower bound updated to 16038
0.49/0.50	c BCD2: 16038 <= obj <= 6026009498
0.49/0.50	c BCD2: #cores=22, #unrelaxed=235, #relaxed=66, #hardened=0
0.49/0.50	c BCD2: #sat=1 #unsat=23 bias=23/24
0.49/0.50	c Solving starts ...
0.49/0.50	c ============================[ Search Statistics ]============================
0.49/0.50	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.49/0.50	c       |         |          |          |    Limit     GC | Var      | Constra 
0.49/0.50	c =============================================================================
0.49/0.51	c  0.0s |       0 |        0 |        0 |     4072      0 |      287 |       52
0.49/0.52	c  0.0s |       0 |       24 |        0 |     4072      0 |      287 |       52
0.49/0.52	c #cpu_time = 0.004s
0.49/0.52	c #wall_clock_time = 0.004s
0.49/0.52	c #decision = 24
0.49/0.52	c #random_decision = 0
0.49/0.52	c #conflict = 0
0.49/0.52	c #restart = 0
0.49/0.52	c BCD2: found a new core of size 3: cost of the new core is >=729
0.49/0.52	c lower bound updated to 16767
0.49/0.52	c BCD2: 16767 <= obj <= 6026009498
0.49/0.52	c BCD2: #cores=23, #unrelaxed=232, #relaxed=69, #hardened=0
0.49/0.52	c BCD2: #sat=1 #unsat=24 bias=24/25
0.49/0.52	c Solving starts ...
0.49/0.52	c ============================[ Search Statistics ]============================
0.49/0.52	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.49/0.52	c       |         |          |          |    Limit     GC | Var      | Constra 
0.49/0.52	c =============================================================================
0.49/0.52	c  0.0s |       0 |        0 |        0 |     4072      0 |      287 |       52
0.49/0.53	c  0.0s |       0 |       25 |        0 |     4072      0 |      287 |       52
0.49/0.53	c #cpu_time = 0.005s
0.49/0.53	c #wall_clock_time = 0.005s
0.49/0.53	c #decision = 25
0.49/0.53	c #random_decision = 0
0.49/0.53	c #conflict = 0
0.49/0.53	c #restart = 0
0.49/0.53	c BCD2: found a new core of size 3: cost of the new core is >=729
0.49/0.53	c lower bound updated to 17496
0.49/0.53	c BCD2: 17496 <= obj <= 6026009498
0.49/0.53	c BCD2: #cores=24, #unrelaxed=229, #relaxed=72, #hardened=0
0.49/0.53	c BCD2: #sat=1 #unsat=25 bias=25/26
0.49/0.53	c Solving starts ...
0.49/0.53	c ============================[ Search Statistics ]============================
0.49/0.53	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.49/0.53	c       |         |          |          |    Limit     GC | Var      | Constra 
0.49/0.53	c =============================================================================
0.49/0.53	c  0.0s |       0 |        0 |        0 |     4072      0 |      287 |       52
0.49/0.54	c  0.0s |       0 |       26 |        0 |     4072      0 |      287 |       52
0.49/0.54	c #cpu_time = 0.005s
0.49/0.54	c #wall_clock_time = 0.005s
0.49/0.54	c #decision = 26
0.49/0.54	c #random_decision = 0
0.49/0.54	c #conflict = 0
0.49/0.54	c #restart = 0
0.49/0.54	c BCD2: found a new core of size 3: cost of the new core is >=729
0.49/0.54	c lower bound updated to 18225
0.49/0.54	c BCD2: 18225 <= obj <= 6026009498
0.49/0.54	c BCD2: #cores=25, #unrelaxed=226, #relaxed=75, #hardened=0
0.49/0.54	c BCD2: #sat=1 #unsat=26 bias=26/27
0.49/0.54	c Solving starts ...
0.49/0.54	c ============================[ Search Statistics ]============================
0.49/0.54	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.49/0.54	c       |         |          |          |    Limit     GC | Var      | Constra 
0.49/0.54	c =============================================================================
0.49/0.54	c  0.0s |       0 |        0 |        0 |     4072      0 |      287 |       52
0.49/0.55	c  0.0s |       0 |       27 |        0 |     4072      0 |      287 |       52
0.49/0.55	c #cpu_time = 0.005s
0.49/0.55	c #wall_clock_time = 0.005s
0.49/0.55	c #decision = 27
0.49/0.55	c #random_decision = 0
0.49/0.55	c #conflict = 0
0.49/0.55	c #restart = 0
0.49/0.55	c BCD2: found a new core of size 3: cost of the new core is >=729
0.49/0.55	c lower bound updated to 18954
0.49/0.55	c BCD2: 18954 <= obj <= 6026009498
0.49/0.55	c BCD2: #cores=26, #unrelaxed=223, #relaxed=78, #hardened=0
0.49/0.55	c BCD2: #sat=1 #unsat=27 bias=27/28
0.49/0.55	c Solving starts ...
0.49/0.55	c ============================[ Search Statistics ]============================
0.49/0.55	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.49/0.55	c       |         |          |          |    Limit     GC | Var      | Constra 
0.49/0.55	c =============================================================================
0.49/0.55	c  0.0s |       0 |        0 |        0 |     4072      0 |      287 |       52
0.49/0.56	c  0.0s |       0 |       29 |        1 |     4072      0 |      287 |       52
0.49/0.56	c #cpu_time = 0.006s
0.49/0.56	c #wall_clock_time = 0.006s
0.49/0.56	c #decision = 29
0.49/0.56	c #random_decision = 0
0.49/0.56	c #conflict = 1
0.49/0.56	c #restart = 0
0.49/0.56	c BCD2: found a new core of size 3: cost of the new core is >=14348907
0.49/0.56	c lower bound updated to 14367861
0.49/0.56	c BCD2: 14367861 <= obj <= 6026009498
0.49/0.56	c BCD2: #cores=27, #unrelaxed=220, #relaxed=81, #hardened=0
0.49/0.56	c BCD2: #sat=1 #unsat=28 bias=28/29
0.49/0.56	c Solving starts ...
0.49/0.56	c ============================[ Search Statistics ]============================
0.49/0.56	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.49/0.56	c       |         |          |          |    Limit     GC | Var      | Constra 
0.49/0.56	c =============================================================================
0.49/0.56	c  0.0s |       0 |        0 |        0 |     4072      0 |      287 |       52
0.49/0.57	c  0.0s |       0 |       92 |        0 |     4072      0 |      287 |       52
0.49/0.57	c #cpu_time = 0.006s
0.49/0.57	c #wall_clock_time = 0.006s
0.49/0.57	c #decision = 92
0.49/0.57	c #random_decision = 0
0.49/0.57	c #conflict = 0
0.49/0.57	c #restart = 0
0.49/0.57	c BCD2: found a new core of size 6: cost of the new core is >=71744535
0.49/0.57	c lower bound updated to 86112396
0.49/0.57	c BCD2: 86112396 <= obj <= 6026009498
0.49/0.57	c BCD2: #cores=28, #unrelaxed=214, #relaxed=87, #hardened=0
0.49/0.57	c BCD2: #sat=1 #unsat=29 bias=29/30
0.49/0.57	c Solving starts ...
0.49/0.57	c ============================[ Search Statistics ]============================
0.49/0.57	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.49/0.57	c       |         |          |          |    Limit     GC | Var      | Constra 
0.49/0.57	c =============================================================================
0.49/0.57	c  0.0s |       0 |        0 |        0 |     4072      0 |      287 |       53
0.49/0.58	c  0.0s |       0 |      104 |        0 |     4072      0 |      287 |       53
0.49/0.58	c #cpu_time = 0.006s
0.49/0.58	c #wall_clock_time = 0.006s
0.49/0.58	c #decision = 104
0.49/0.58	c #random_decision = 0
0.49/0.58	c #conflict = 0
0.49/0.58	c #restart = 0
0.49/0.58	c BCD2: found a new core of size 3: cost of the new core is >=71744535
0.49/0.58	c lower bound updated to 157856931
0.49/0.59	c BCD2: 157856931 <= obj <= 6026009498
0.49/0.59	c BCD2: #cores=29, #unrelaxed=211, #relaxed=90, #hardened=0
0.49/0.59	c BCD2: #sat=1 #unsat=30 bias=30/31
0.49/0.59	c Solving starts ...
0.49/0.59	c ============================[ Search Statistics ]============================
0.49/0.59	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.49/0.59	c       |         |          |          |    Limit     GC | Var      | Constra 
0.49/0.59	c =============================================================================
0.49/0.59	c  0.0s |       0 |        0 |        0 |     4072      0 |      287 |       54
0.49/0.59	c  0.0s |       0 |      108 |        0 |     4072      0 |      287 |       54
0.49/0.59	c #cpu_time = 0.006s
0.49/0.59	c #wall_clock_time = 0.006s
0.49/0.59	c #decision = 108
0.49/0.59	c #random_decision = 0
0.49/0.59	c #conflict = 0
0.49/0.59	c #restart = 0
0.49/0.59	c BCD2: found a new core of size 3: cost of the new core is >=71744535
0.49/0.59	c lower bound updated to 229601466
0.59/0.60	c BCD2: 229601466 <= obj <= 6026009498
0.59/0.60	c BCD2: #cores=30, #unrelaxed=208, #relaxed=93, #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 |     4072      0 |      287 |       55
0.59/0.61	c  0.0s |       0 |      108 |        0 |     4072      0 |      287 |       55
0.59/0.61	c #cpu_time = 0.006s
0.59/0.61	c #wall_clock_time = 0.006s
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 301346001
0.59/0.61	c BCD2: 301346001 <= obj <= 6026009498
0.59/0.61	c BCD2: #cores=30, #unrelaxed=204, #relaxed=97, #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 |     4072      0 |      288 |       55
0.59/0.62	c  0.0s |       0 |      112 |        0 |     4072      0 |      288 |       56
0.59/0.62	c #cpu_time = 0.007s
0.59/0.62	c #wall_clock_time = 0.007s
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 373090536
0.59/0.62	c BCD2: 373090536 <= obj <= 6026009498
0.59/0.62	c BCD2: #cores=31, #unrelaxed=201, #relaxed=100, #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 |     4072      0 |      288 |       57
0.59/0.63	c  0.0s |       0 |      115 |        0 |     4072      0 |      288 |       57
0.59/0.63	c #cpu_time = 0.006s
0.59/0.63	c #wall_clock_time = 0.006s
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 444835071
0.59/0.64	c BCD2: 444835071 <= obj <= 6026009498
0.59/0.64	c BCD2: #cores=32, #unrelaxed=195, #relaxed=106, #hardened=0
0.59/0.64	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 |     4072      0 |      288 |       58
0.59/0.64	c  0.0s |       0 |      115 |        0 |     4072      0 |      288 |       58
0.59/0.64	c #cpu_time = 0.006s
0.59/0.64	c #wall_clock_time = 0.006s
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 516579606
0.59/0.65	c BCD2: 516579606 <= obj <= 6026009498
0.59/0.65	c BCD2: #cores=33, #unrelaxed=192, #relaxed=109, #hardened=0
0.59/0.65	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 |     4072      0 |      288 |       59
0.59/0.66	c  0.0s |       0 |      119 |        0 |     4072      0 |      288 |       59
0.59/0.66	c #cpu_time = 0.006s
0.59/0.66	c #wall_clock_time = 0.006s
0.59/0.66	c #decision = 119
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: relaxing 7 and merging with 1 cores into a new core of size 10: cost of the new core is >=143489070
0.59/0.66	c BCD2: refineLB: 141496167 -> 143489070
0.59/0.66	c lower bound updated to 588324141
0.59/0.66	c BCD2: 588324141 <= obj <= 6026009498
0.59/0.66	c BCD2: #cores=33, #unrelaxed=185, #relaxed=116, #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 |     4072      0 |      291 |       59
0.59/0.67	c  0.0s |       0 |      118 |        0 |     4072      0 |      291 |       64
0.59/0.67	c #cpu_time = 0.007s
0.59/0.67	c #wall_clock_time = 0.007s
0.59/0.67	c #decision = 118
0.59/0.67	c #random_decision = 0
0.59/0.67	c #conflict = 0
0.59/0.67	c #restart = 0
0.59/0.67	c BCD2: found a new core of size 6: cost of the new core is >=71744535
0.59/0.67	c lower bound updated to 660068676
0.59/0.67	c BCD2: 660068676 <= obj <= 6026009498
0.59/0.67	c BCD2: #cores=34, #unrelaxed=179, #relaxed=122, #hardened=0
0.59/0.67	c BCD2: #sat=1 #unsat=37 bias=37/38
0.59/0.68	c Solving starts ...
0.59/0.68	c ============================[ Search Statistics ]============================
0.59/0.68	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.59/0.68	c       |         |          |          |    Limit     GC | Var      | Constra 
0.59/0.68	c =============================================================================
0.59/0.69	c  0.0s |       0 |        0 |        0 |     4072      0 |      291 |       65
0.59/0.70	c  0.0s |       0 |      118 |        0 |     4072      0 |      291 |       65
0.59/0.70	c #cpu_time = 0.006s
0.59/0.70	c #wall_clock_time = 0.006s
0.59/0.70	c #decision = 118
0.59/0.70	c #random_decision = 0
0.59/0.70	c #conflict = 0
0.59/0.70	c #restart = 0
0.59/0.70	c BCD2: found a new core of size 3: cost of the new core is >=71744535
0.59/0.70	c lower bound updated to 731813211
0.69/0.70	c BCD2: 731813211 <= obj <= 6026009498
0.69/0.70	c BCD2: #cores=35, #unrelaxed=176, #relaxed=125, #hardened=0
0.69/0.70	c BCD2: #sat=1 #unsat=38 bias=38/39
0.69/0.70	c Solving starts ...
0.69/0.70	c ============================[ Search Statistics ]============================
0.69/0.70	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.69/0.70	c       |         |          |          |    Limit     GC | Var      | Constra 
0.69/0.70	c =============================================================================
0.69/0.70	c  0.0s |       0 |        0 |        0 |     4072      0 |      291 |       66
0.69/0.71	c  0.0s |       0 |      117 |        0 |     4072      0 |      291 |       66
0.69/0.71	c #cpu_time = 0.006s
0.69/0.71	c #wall_clock_time = 0.006s
0.69/0.71	c #decision = 117
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 6: cost of the new core is >=71744535
0.69/0.71	c lower bound updated to 803557746
0.69/0.71	c BCD2: 803557746 <= obj <= 6026009498
0.69/0.71	c BCD2: #cores=36, #unrelaxed=170, #relaxed=131, #hardened=0
0.69/0.71	c BCD2: #sat=1 #unsat=39 bias=39/40
0.69/0.71	c Solving starts ...
0.69/0.71	c ============================[ Search Statistics ]============================
0.69/0.71	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.69/0.71	c       |         |          |          |    Limit     GC | Var      | Constra 
0.69/0.71	c =============================================================================
0.69/0.71	c  0.0s |       0 |        0 |        0 |     4072      0 |      291 |       67
0.69/0.72	c  0.0s |       0 |      116 |        0 |     4072      0 |      291 |       67
0.69/0.72	c #cpu_time = 0.006s
0.69/0.72	c #wall_clock_time = 0.006s
0.69/0.72	c #decision = 116
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 3: cost of the new core is >=71744535
0.69/0.72	c lower bound updated to 875302281
0.69/0.73	c BCD2: 875302281 <= obj <= 6026009498
0.69/0.73	c BCD2: #cores=37, #unrelaxed=167, #relaxed=134, #hardened=0
0.69/0.73	c BCD2: #sat=1 #unsat=40 bias=40/41
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 |     4072      0 |      291 |       68
0.69/0.73	c  0.0s |       0 |      117 |        0 |     4072      0 |      291 |       68
0.69/0.73	c #cpu_time = 0.006s
0.69/0.73	c #wall_clock_time = 0.006s
0.69/0.73	c #decision = 117
0.69/0.73	c #random_decision = 0
0.69/0.73	c #conflict = 0
0.69/0.73	c #restart = 0
0.69/0.73	c BCD2: found a new core of size 3: cost of the new core is >=71744535
0.69/0.73	c lower bound updated to 947046816
0.69/0.74	c BCD2: 947046816 <= obj <= 6026009498
0.69/0.74	c BCD2: #cores=38, #unrelaxed=164, #relaxed=137, #hardened=0
0.69/0.74	c BCD2: #sat=1 #unsat=41 bias=41/42
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 |     4072      0 |      291 |       69
0.69/0.75	c  0.0s |       0 |      118 |        0 |     4072      0 |      291 |       69
0.69/0.75	c #cpu_time = 0.006s
0.69/0.75	c #wall_clock_time = 0.006s
0.69/0.75	c #decision = 118
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 6: cost of the new core is >=71744535
0.69/0.75	c lower bound updated to 1018791351
0.69/0.75	c BCD2: 1018791351 <= obj <= 6026009498
0.69/0.75	c BCD2: #cores=39, #unrelaxed=158, #relaxed=143, #hardened=0
0.69/0.75	c BCD2: #sat=1 #unsat=42 bias=42/43
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 |     4072      0 |      291 |       70
0.69/0.76	c  0.0s |       0 |      129 |        1 |     4072      0 |      291 |       70
0.69/0.76	c #cpu_time = 0.006s
0.69/0.76	c #wall_clock_time = 0.006s
0.69/0.76	c #decision = 129
0.69/0.76	c #random_decision = 0
0.69/0.76	c #conflict = 1
0.69/0.76	c #restart = 0
0.69/0.76	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.76	c BCD2: refineLB: 71744536 -> 143489070
0.69/0.76	c lower bound updated to 1090535886
0.69/0.76	c BCD2: 1090535886 <= obj <= 6026009498
0.69/0.76	c BCD2: #cores=39, #unrelaxed=154, #relaxed=147, #hardened=0
0.69/0.76	c BCD2: #sat=1 #unsat=43 bias=43/44
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 |     4072      0 |      292 |       70
0.69/0.77	c  0.0s |       0 |      116 |        0 |     4072      0 |      292 |       71
0.69/0.77	c #cpu_time = 0.006s
0.69/0.77	c #wall_clock_time = 0.006s
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 3: cost of the new core is >=71744535
0.69/0.77	c lower bound updated to 1162280421
0.69/0.78	c BCD2: 1162280421 <= obj <= 6026009498
0.69/0.78	c BCD2: #cores=40, #unrelaxed=151, #relaxed=150, #hardened=0
0.69/0.78	c BCD2: #sat=1 #unsat=44 bias=44/45
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 |     4072      0 |      292 |       72
0.69/0.78	c  0.0s |       0 |      118 |        1 |     4072      0 |      292 |       72
0.69/0.78	c #cpu_time = 0.006s
0.69/0.78	c #wall_clock_time = 0.006s
0.69/0.78	c #decision = 118
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 9 and merging with 3 cores into a new core of size 21: cost of the new core is >=286978140
0.69/0.78	c BCD2: refineLB: 215233606 -> 286978140
0.69/0.78	c lower bound updated to 1234024956
0.69/0.79	c BCD2: 1234024956 <= obj <= 6026009498
0.69/0.79	c BCD2: #cores=38, #unrelaxed=142, #relaxed=159, #hardened=0
0.69/0.79	c BCD2: #sat=1 #unsat=45 bias=45/46
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 |     4072      0 |      303 |       72
0.79/0.80	c  0.0s |       0 |      112 |        0 |     4072      0 |      303 |       91
0.79/0.80	c #cpu_time = 0.007s
0.79/0.80	c #wall_clock_time = 0.007s
0.79/0.80	c #decision = 112
0.79/0.80	c #random_decision = 0
0.79/0.80	c #conflict = 0
0.79/0.80	c #restart = 0
0.79/0.80	c BCD2: found a new core of size 6: cost of the new core is >=71744535
0.79/0.80	c lower bound updated to 1305769491
0.79/0.80	c BCD2: 1305769491 <= obj <= 6026009498
0.79/0.80	c BCD2: #cores=39, #unrelaxed=136, #relaxed=165, #hardened=0
0.79/0.80	c BCD2: #sat=1 #unsat=46 bias=46/47
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 |     4072      0 |      303 |       92
0.79/0.81	c  0.0s |       0 |      116 |        0 |     4072      0 |      303 |       92
0.79/0.81	c #cpu_time = 0.007s
0.79/0.81	c #wall_clock_time = 0.007s
0.79/0.81	c #decision = 116
0.79/0.81	c #random_decision = 0
0.79/0.81	c #conflict = 0
0.79/0.81	c #restart = 0
0.79/0.81	c BCD2: found a new core of size 6: cost of the new core is >=71744535
0.79/0.81	c lower bound updated to 1377514026
0.79/0.82	c BCD2: 1377514026 <= obj <= 6026009498
0.79/0.82	c BCD2: #cores=40, #unrelaxed=130, #relaxed=171, #hardened=0
0.79/0.82	c BCD2: #sat=1 #unsat=47 bias=47/48
0.79/0.82	c Solving starts ...
0.79/0.82	c ============================[ Search Statistics ]============================
0.79/0.82	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.79/0.82	c       |         |          |          |    Limit     GC | Var      | Constra 
0.79/0.82	c =============================================================================
0.79/0.82	c  0.0s |       0 |        0 |        0 |     4072      0 |      303 |       93
0.79/0.82	c  0.0s |       0 |      117 |        0 |     4072      0 |      303 |       93
0.79/0.82	c #cpu_time = 0.006s
0.79/0.82	c #wall_clock_time = 0.006s
0.79/0.82	c #decision = 117
0.79/0.82	c #random_decision = 0
0.79/0.82	c #conflict = 0
0.79/0.82	c #restart = 0
0.79/0.82	c BCD2: found a new core of size 6: cost of the new core is >=71744535
0.79/0.82	c lower bound updated to 1449258561
0.79/0.83	c BCD2: 1449258561 <= obj <= 6026009498
0.79/0.83	c BCD2: #cores=41, #unrelaxed=124, #relaxed=177, #hardened=0
0.79/0.83	c BCD2: #sat=1 #unsat=48 bias=48/49
0.79/0.83	c Solving starts ...
0.79/0.83	c ============================[ Search Statistics ]============================
0.79/0.83	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.79/0.83	c       |         |          |          |    Limit     GC | Var      | Constra 
0.79/0.83	c =============================================================================
0.79/0.83	c  0.0s |       0 |        0 |        0 |     4072      0 |      303 |       94
0.79/0.85	c  0.0s |       0 |     1045 |        6 |     4072      0 |      303 |       94
0.79/0.85	c #cpu_time = 0.015s
0.79/0.85	c #wall_clock_time = 0.015s
0.79/0.85	c #decision = 1045
0.79/0.85	c #random_decision = 1
0.79/0.85	c #conflict = 6
0.79/0.85	c #restart = 0
0.79/0.85	o 2181507714

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

pid=10873
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.18 2.22 2.18 4/179 10876
/proc/meminfo: memFree=26339292/32872528 swapFree=1542984/1696284
[pid=10876] ppid=10873 vsize=754108 CPUtime=0 cores=0,2,4,6
/proc/10876/stat : 10876 (toysat) R 10873 10876 9424 0 -1 4202496 2813 0 0 0 0 0 0 0 20 0 4 0 41490931 772206592 3686 33554432000 4194304 16246674 140736299457776 140736299457200 13880264 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10876/statm: 189039 3695 441 2943 0 185933 0
[pid=10876/tid=10877] ppid=10873 vsize=771516 CPUtime=0 cores=0,2,4,6
/proc/10876/task/10877/stat : 10877 (toysat) S 10873 10876 9424 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 41490931 790032384 3756 33554432000 4194304 16246674 140736299457776 140547184372976 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=10876/tid=10878] ppid=10873 vsize=776636 CPUtime=0 cores=0,2,4,6
/proc/10876/task/10878/stat : 10878 (toysat) S 10873 10876 9424 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 41490931 795275264 3773 33554432000 4194304 16246674 140736299457776 140547100486896 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=10876/tid=10879] ppid=10873 vsize=779708 CPUtime=0 cores=0,2,4,6
/proc/10876/task/10879/stat : 10879 (toysat) S 10873 10876 9424 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 41490931 798420992 3788 33554432000 4194304 16246674 140736299457776 140547090013360 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0

[startup+0.10017 s]
/proc/loadavg: 2.18 2.22 2.18 4/179 10876
/proc/meminfo: memFree=26339292/32872528 swapFree=1542984/1696284
[pid=10876] ppid=10873 vsize=1221188 CPUtime=0.09 cores=0,2,4,6
/proc/10876/stat : 10876 (toysat) R 10873 10876 9424 0 -1 4202496 23492 0 0 0 6 3 0 0 20 0 4 0 41490931 1250496512 24302 33554432000 4194304 16246674 140736299457776 140736299457088 12481124 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10876/statm: 305297 24308 831 2943 0 302191 0
[pid=10876/tid=10877] ppid=10873 vsize=1221188 CPUtime=0 cores=0,2,4,6
/proc/10876/task/10877/stat : 10877 (toysat) S 10873 10876 9424 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 41490931 1250496512 24313 33554432000 4194304 16246674 140736299457776 140547184372976 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=10876/tid=10878] ppid=10873 vsize=1221188 CPUtime=0 cores=0,2,4,6
/proc/10876/task/10878/stat : 10878 (toysat) S 10873 10876 9424 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 41490931 1250496512 24319 33554432000 4194304 16246674 140736299457776 140547100486896 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=10876/tid=10879] ppid=10873 vsize=1221188 CPUtime=0 cores=0,2,4,6
/proc/10876/task/10879/stat : 10879 (toysat) S 10873 10876 9424 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 41490931 1250496512 24324 33554432000 4194304 16246674 140736299457776 140547090013360 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1221188

[startup+0.200499 s]
/proc/loadavg: 2.18 2.22 2.18 4/179 10876
/proc/meminfo: memFree=26339292/32872528 swapFree=1542984/1696284
[pid=10876] ppid=10873 vsize=1221188 CPUtime=0.19 cores=0,2,4,6
/proc/10876/stat : 10876 (toysat) R 10873 10876 9424 0 -1 4202496 41315 0 0 0 13 6 0 0 20 0 4 0 41490931 1250496512 42126 33554432000 4194304 16246674 140736299457776 140736299457088 5532301 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10876/statm: 305297 42132 866 2943 0 302191 0
[pid=10876/tid=10877] ppid=10873 vsize=1221188 CPUtime=0 cores=0,2,4,6
/proc/10876/task/10877/stat : 10877 (toysat) S 10873 10876 9424 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 41490931 1250496512 42136 33554432000 4194304 16246674 140736299457776 140547184372976 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=10876/tid=10878] ppid=10873 vsize=1221188 CPUtime=0 cores=0,2,4,6
/proc/10876/task/10878/stat : 10878 (toysat) S 10873 10876 9424 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 41490931 1250496512 42142 33554432000 4194304 16246674 140736299457776 140547100486896 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=10876/tid=10879] ppid=10873 vsize=1221188 CPUtime=0 cores=0,2,4,6
/proc/10876/task/10879/stat : 10879 (toysat) S 10873 10876 9424 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 41490931 1250496512 42147 33554432000 4194304 16246674 140736299457776 140547090013360 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1221188

[startup+0.300457 s]
/proc/loadavg: 2.18 2.22 2.18 4/179 10876
/proc/meminfo: memFree=26339292/32872528 swapFree=1542984/1696284
[pid=10876] ppid=10873 vsize=1221188 CPUtime=0.28 cores=0,2,4,6
/proc/10876/stat : 10876 (toysat) R 10873 10876 9424 0 -1 4202496 64573 0 0 0 19 9 0 0 20 0 4 0 41490931 1250496512 65383 33554432000 4194304 16246674 140736299457776 140736299457088 12371445 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10876/statm: 305297 65400 907 2943 0 302191 0
[pid=10876/tid=10877] ppid=10873 vsize=1221188 CPUtime=0 cores=0,2,4,6
/proc/10876/task/10877/stat : 10877 (toysat) S 10873 10876 9424 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 41490931 1250496512 65410 33554432000 4194304 16246674 140736299457776 140547184372976 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=10876/tid=10878] ppid=10873 vsize=1221188 CPUtime=0 cores=0,2,4,6
/proc/10876/task/10878/stat : 10878 (toysat) S 10873 10876 9424 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 41490931 1250496512 65420 33554432000 4194304 16246674 140736299457776 140547100486896 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=10876/tid=10879] ppid=10873 vsize=1221188 CPUtime=0 cores=0,2,4,6
/proc/10876/task/10879/stat : 10879 (toysat) S 10873 10876 9424 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 41490931 1250496512 65431 33554432000 4194304 16246674 140736299457776 140547090013360 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 1221188

[startup+0.70039 s]
/proc/loadavg: 2.18 2.22 2.18 4/179 10876
/proc/meminfo: memFree=26339292/32872528 swapFree=1542984/1696284
[pid=10876] ppid=10873 vsize=1307204 CPUtime=0.69 cores=0,2,4,6
/proc/10876/stat : 10876 (toysat) R 10873 10876 9424 0 -1 4202496 87513 0 0 0 56 13 0 0 20 0 4 0 41490931 1338576896 88323 33554432000 4194304 16246674 140736299457776 140736299440768 14073233 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10876/statm: 326801 88323 909 2943 0 323695 0
[pid=10876/tid=10877] ppid=10873 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/10876/task/10877/stat : 10877 (toysat) S 10873 10876 9424 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 41490931 1338576896 88323 33554432000 4194304 16246674 140736299457776 140547184372976 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=10876/tid=10878] ppid=10873 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/10876/task/10878/stat : 10878 (toysat) S 10873 10876 9424 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 41490931 1338576896 88323 33554432000 4194304 16246674 140736299457776 140547100486896 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=10876/tid=10879] ppid=10873 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/10876/task/10879/stat : 10879 (toysat) S 10873 10876 9424 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 41490931 1338576896 88323 33554432000 4194304 16246674 140736299457776 140547090013360 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.50039 s]
/proc/loadavg: 2.18 2.22 2.18 4/183 10880
/proc/meminfo: memFree=25787464/32872528 swapFree=1542984/1696284
[pid=10876] ppid=10873 vsize=1307204 CPUtime=1.49 cores=0,2,4,6
/proc/10876/stat : 10876 (toysat) R 10873 10876 9424 0 -1 4202496 238032 0 0 0 116 33 0 0 20 0 4 0 41490931 1338576896 238842 33554432000 4194304 16246674 140736299457776 140736299439680 12429797 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10876/statm: 326801 238847 909 2943 0 323695 0
[pid=10876/tid=10877] ppid=10873 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/10876/task/10877/stat : 10877 (toysat) S 10873 10876 9424 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 41490931 1338576896 238851 33554432000 4194304 16246674 140736299457776 140547184372976 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=10876/tid=10878] ppid=10873 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/10876/task/10878/stat : 10878 (toysat) S 10873 10876 9424 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 41490931 1338576896 238854 33554432000 4194304 16246674 140736299457776 140547100486896 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=10876/tid=10879] ppid=10873 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/10876/task/10879/stat : 10879 (toysat) S 10873 10876 9424 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 41490931 1338576896 238858 33554432000 4194304 16246674 140736299457776 140547090013360 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 1307204

[startup+3.10039 s]
/proc/loadavg: 2.18 2.22 2.18 4/183 10880
/proc/meminfo: memFree=25210252/32872528 swapFree=1542984/1696284
[pid=10876] ppid=10873 vsize=1361476 CPUtime=3.09 cores=0,2,4,6
/proc/10876/stat : 10876 (toysat) R 10873 10876 9424 0 -1 4202496 281572 0 0 0 271 38 0 0 20 0 4 0 41490931 1394151424 282382 33554432000 4194304 16246674 140736299457776 140736299455680 12449344 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10876/statm: 340369 282382 909 2943 0 337263 0
[pid=10876/tid=10877] ppid=10873 vsize=1361476 CPUtime=0 cores=0,2,4,6
/proc/10876/task/10877/stat : 10877 (toysat) S 10873 10876 9424 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 41490931 1394151424 282382 33554432000 4194304 16246674 140736299457776 140547184372976 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=10876/tid=10878] ppid=10873 vsize=1361476 CPUtime=0 cores=0,2,4,6
/proc/10876/task/10878/stat : 10878 (toysat) S 10873 10876 9424 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 41490931 1394151424 282382 33554432000 4194304 16246674 140736299457776 140547100486896 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=10876/tid=10879] ppid=10873 vsize=1361476 CPUtime=0 cores=0,2,4,6
/proc/10876/task/10879/stat : 10879 (toysat) S 10873 10876 9424 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 41490931 1394151424 282382 33554432000 4194304 16246674 140736299457776 140547090013360 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 1361476

[startup+6.30042 s]
/proc/loadavg: 2.16 2.22 2.18 3/183 10880
/proc/meminfo: memFree=25210872/32872528 swapFree=1542984/1696284
[pid=10876] ppid=10873 vsize=1361476 CPUtime=6.29 cores=0,2,4,6
/proc/10876/stat : 10876 (toysat) R 10873 10876 9424 0 -1 4202496 281572 0 0 0 591 38 0 0 20 0 4 0 41490931 1394151424 282382 33554432000 4194304 16246674 140736299457776 140736299456992 4220897 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10876/statm: 340369 282382 909 2943 0 337263 0
[pid=10876/tid=10877] ppid=10873 vsize=1361476 CPUtime=0 cores=0,2,4,6
/proc/10876/task/10877/stat : 10877 (toysat) S 10873 10876 9424 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 41490931 1394151424 282382 33554432000 4194304 16246674 140736299457776 140547184372976 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=10876/tid=10878] ppid=10873 vsize=1361476 CPUtime=0 cores=0,2,4,6
/proc/10876/task/10878/stat : 10878 (toysat) S 10873 10876 9424 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 41490931 1394151424 282382 33554432000 4194304 16246674 140736299457776 140547100486896 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=10876/tid=10879] ppid=10873 vsize=1361476 CPUtime=0 cores=0,2,4,6
/proc/10876/task/10879/stat : 10879 (toysat) S 10873 10876 9424 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 41490931 1394151424 282382 33554432000 4194304 16246674 140736299457776 140547090013360 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) 1361476

[startup+12.7004 s]
/proc/loadavg: 2.15 2.21 2.18 3/183 10880
/proc/meminfo: memFree=25151436/32872528 swapFree=1542984/1696284
[pid=10876] ppid=10873 vsize=1497668 CPUtime=12.69 cores=0,2,4,6
/proc/10876/stat : 10876 (toysat) R 10873 10876 9424 0 -1 4202496 315578 0 0 0 1226 43 0 0 20 0 4 0 41490931 1533612032 316388 33554432000 4194304 16246674 140736299457776 140736299455568 4225154 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10876/statm: 374417 316394 909 2943 0 371311 0
[pid=10876/tid=10877] ppid=10873 vsize=1497668 CPUtime=0 cores=0,2,4,6
/proc/10876/task/10877/stat : 10877 (toysat) S 10873 10876 9424 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 41490931 1533612032 316399 33554432000 4194304 16246674 140736299457776 140547184372976 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=10876/tid=10878] ppid=10873 vsize=1497668 CPUtime=0 cores=0,2,4,6
/proc/10876/task/10878/stat : 10878 (toysat) S 10873 10876 9424 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 41490931 1533612032 316404 33554432000 4194304 16246674 140736299457776 140547100486672 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10876/tid=10879] ppid=10873 vsize=1497668 CPUtime=0 cores=0,2,4,6
/proc/10876/task/10879/stat : 10879 (toysat) S 10873 10876 9424 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 41490931 1533612032 316408 33554432000 4194304 16246674 140736299457776 140547090013360 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1497668

[startup+25.5005 s]
/proc/loadavg: 2.19 2.22 2.18 3/183 10880
/proc/meminfo: memFree=24556428/32872528 swapFree=1542984/1696284
[pid=10876] ppid=10873 vsize=2001476 CPUtime=25.49 cores=0,2,4,6
/proc/10876/stat : 10876 (toysat) R 10873 10876 9424 0 -1 4202496 441574 0 0 0 2490 59 0 0 20 0 4 0 41490931 2049511424 442384 33554432000 4194304 16246674 140736299457776 140736299455616 4220543 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10876/statm: 500369 442384 910 2943 0 497263 0
[pid=10876/tid=10877] ppid=10873 vsize=2001476 CPUtime=0 cores=0,2,4,6
/proc/10876/task/10877/stat : 10877 (toysat) S 10873 10876 9424 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 41490931 2049511424 442384 33554432000 4194304 16246674 140736299457776 140547184372976 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=10876/tid=10878] ppid=10873 vsize=2001476 CPUtime=0 cores=0,2,4,6
/proc/10876/task/10878/stat : 10878 (toysat) S 10873 10876 9424 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 41490931 2049511424 442384 33554432000 4194304 16246674 140736299457776 140547100486896 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=10876/tid=10879] ppid=10873 vsize=2001476 CPUtime=0 cores=0,2,4,6
/proc/10876/task/10879/stat : 10879 (toysat) S 10873 10876 9424 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 41490931 2049511424 442384 33554432000 4194304 16246674 140736299457776 140547090013360 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 2001476

[startup+51.1005 s]
/proc/loadavg: 2.24 2.23 2.18 3/183 10880
/proc/meminfo: memFree=22576328/32872528 swapFree=1542984/1696284
[pid=10876] ppid=10873 vsize=2881092 CPUtime=51.08 cores=0,2,4,6
/proc/10876/stat : 10876 (toysat) R 10873 10876 9424 0 -1 4202496 661478 0 0 0 5020 88 0 0 20 0 4 0 41490931 2950238208 662288 33554432000 4194304 16246674 140736299457776 140736299456952 15015658 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10876/statm: 720273 662288 910 2943 0 717167 0
[pid=10876/tid=10877] ppid=10873 vsize=2881092 CPUtime=0 cores=0,2,4,6
/proc/10876/task/10877/stat : 10877 (toysat) S 10873 10876 9424 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 41490931 2950238208 662288 33554432000 4194304 16246674 140736299457776 140547184372976 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=10876/tid=10878] ppid=10873 vsize=2881092 CPUtime=0 cores=0,2,4,6
/proc/10876/task/10878/stat : 10878 (toysat) S 10873 10876 9424 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 41490931 2950238208 662288 33554432000 4194304 16246674 140736299457776 140547100486896 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=10876/tid=10879] ppid=10873 vsize=2881092 CPUtime=0 cores=0,2,4,6
/proc/10876/task/10879/stat : 10879 (toysat) S 10873 10876 9424 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 41490931 2950238208 662288 33554432000 4194304 16246674 140736299457776 140547090013360 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) 2881092

[startup+102.3 s]
/proc/loadavg: 2.23 2.22 2.18 3/183 10881
/proc/meminfo: memFree=21664596/32872528 swapFree=1542984/1696284
[pid=10876] ppid=10873 vsize=4745796 CPUtime=102.28 cores=0,2,4,6
/proc/10876/stat : 10876 (toysat) R 10873 10876 9424 0 -1 4202496 1153510 0 0 0 10071 157 0 0 20 0 4 0 41490931 4859695104 1128464 33554432000 4194304 16246674 140736299457776 140736299456872 15015658 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10876/statm: 1186449 1128464 910 2943 0 1183343 0
[pid=10876/tid=10877] ppid=10873 vsize=4745796 CPUtime=0 cores=0,2,4,6
/proc/10876/task/10877/stat : 10877 (toysat) S 10873 10876 9424 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 41490931 4859695104 1128464 33554432000 4194304 16246674 140736299457776 140547184372976 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=10876/tid=10878] ppid=10873 vsize=4745796 CPUtime=0 cores=0,2,4,6
/proc/10876/task/10878/stat : 10878 (toysat) S 10873 10876 9424 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 41490931 4859695104 1128464 33554432000 4194304 16246674 140736299457776 140547100486896 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=10876/tid=10879] ppid=10873 vsize=4745796 CPUtime=0 cores=0,2,4,6
/proc/10876/task/10879/stat : 10879 (toysat) S 10873 10876 9424 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 41490931 4859695104 1128464 33554432000 4194304 16246674 140736299457776 140547090013360 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) 4745796


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


[startup+582.3 s]
/proc/loadavg: 2.20 2.19 2.18 3/182 10894
/proc/meminfo: memFree=10004988/32872528 swapFree=1542984/1696284
[pid=10876] ppid=10873 vsize=12747332 CPUtime=582.2 cores=0,2,4,6
/proc/10876/stat : 10876 (toysat) R 10873 10876 9424 0 -1 4202496 6576112 0 0 0 57229 991 0 0 20 0 4 0 41490931 13053267968 3128858 33554432000 4194304 16246674 140736299457776 140736299455616 4207014 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10876/statm: 3186833 3128858 914 2943 0 3183727 0
[pid=10876/tid=10877] ppid=10873 vsize=12747332 CPUtime=0 cores=0,2,4,6
/proc/10876/task/10877/stat : 10877 (toysat) S 10873 10876 9424 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 41490931 13053267968 3128858 33554432000 4194304 16246674 140736299457776 140547184372976 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=10876/tid=10878] ppid=10873 vsize=12747332 CPUtime=0 cores=0,2,4,6
/proc/10876/task/10878/stat : 10878 (toysat) S 10873 10876 9424 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 41490931 13053267968 3128858 33554432000 4194304 16246674 140736299457776 140547100486672 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10876/tid=10879] ppid=10873 vsize=12747332 CPUtime=0 cores=0,2,4,6
/proc/10876/task/10879/stat : 10879 (toysat) S 10873 10876 9424 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 41490931 13053267968 3128858 33554432000 4194304 16246674 140736299457776 140547090013360 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) 12747332

[startup+642.3 s]
/proc/loadavg: 2.36 2.23 2.19 3/183 10896
/proc/meminfo: memFree=9094092/32872528 swapFree=1542984/1696284
[pid=10876] ppid=10873 vsize=13493828 CPUtime=642.19 cores=0,2,4,6
/proc/10876/stat : 10876 (toysat) R 10873 10876 9424 0 -1 4202496 6712537 0 0 0 63204 1015 0 0 20 0 4 0 41490931 13817679872 3315361 33554432000 4194304 16246674 140736299457776 140736299455744 14013818 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10876/statm: 3373457 3315361 914 2943 0 3370351 0
[pid=10876/tid=10877] ppid=10873 vsize=13493828 CPUtime=0 cores=0,2,4,6
/proc/10876/task/10877/stat : 10877 (toysat) S 10873 10876 9424 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 41490931 13817679872 3315361 33554432000 4194304 16246674 140736299457776 140547184372976 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=10876/tid=10878] ppid=10873 vsize=13493828 CPUtime=0 cores=0,2,4,6
/proc/10876/task/10878/stat : 10878 (toysat) S 10873 10876 9424 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 41490931 13817679872 3315361 33554432000 4194304 16246674 140736299457776 140547100486672 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10876/tid=10879] ppid=10873 vsize=13493828 CPUtime=0 cores=0,2,4,6
/proc/10876/task/10879/stat : 10879 (toysat) S 10873 10876 9424 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 41490931 13817679872 3315361 33554432000 4194304 16246674 140736299457776 140547090013360 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) 13493828

[startup+702.3 s]
/proc/loadavg: 2.31 2.23 2.19 3/183 10897
/proc/meminfo: memFree=9660276/32872528 swapFree=1542984/1696284
[pid=10876] ppid=10873 vsize=13493828 CPUtime=702.18 cores=0,2,4,6
/proc/10876/stat : 10876 (toysat) R 10873 10876 9424 0 -1 4202496 6712659 0 0 0 69201 1017 0 0 20 0 4 0 41490931 13817679872 3315483 33554432000 4194304 16246674 140736299457776 140736299455744 14013527 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10876/statm: 3373457 3315483 914 2943 0 3370351 0
[pid=10876/tid=10877] ppid=10873 vsize=13493828 CPUtime=0 cores=0,2,4,6
/proc/10876/task/10877/stat : 10877 (toysat) S 10873 10876 9424 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 41490931 13817679872 3315483 33554432000 4194304 16246674 140736299457776 140547184372976 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=10876/tid=10878] ppid=10873 vsize=13493828 CPUtime=0 cores=0,2,4,6
/proc/10876/task/10878/stat : 10878 (toysat) S 10873 10876 9424 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 41490931 13817679872 3315483 33554432000 4194304 16246674 140736299457776 140547100486672 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10876/tid=10879] ppid=10873 vsize=13493828 CPUtime=0 cores=0,2,4,6
/proc/10876/task/10879/stat : 10879 (toysat) S 10873 10876 9424 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 41490931 13817679872 3315483 33554432000 4194304 16246674 140736299457776 140547090013360 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) 13493828

[startup+762.3 s]
/proc/loadavg: 2.27 2.23 2.19 3/184 10901
/proc/meminfo: memFree=10304488/32872528 swapFree=1542984/1696284
[pid=10876] ppid=10873 vsize=13835844 CPUtime=762.18 cores=0,2,4,6
/proc/10876/stat : 10876 (toysat) R 10873 10876 9424 0 -1 4202496 6746552 0 0 0 75189 1029 0 0 20 0 4 0 41490931 14167904256 3400987 33554432000 4194304 16246674 140736299457776 140736299455616 4220986 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10876/statm: 3458961 3400987 914 2943 0 3455855 0
[pid=10876/tid=10877] ppid=10873 vsize=13835844 CPUtime=0 cores=0,2,4,6
/proc/10876/task/10877/stat : 10877 (toysat) S 10873 10876 9424 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 41490931 14167904256 3400987 33554432000 4194304 16246674 140736299457776 140547184372976 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=10876/tid=10878] ppid=10873 vsize=13835844 CPUtime=0 cores=0,2,4,6
/proc/10876/task/10878/stat : 10878 (toysat) S 10873 10876 9424 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 41490931 14167904256 3400987 33554432000 4194304 16246674 140736299457776 140547100486672 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10876/tid=10879] ppid=10873 vsize=13835844 CPUtime=0 cores=0,2,4,6
/proc/10876/task/10879/stat : 10879 (toysat) S 10873 10876 9424 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 41490931 14167904256 3400987 33554432000 4194304 16246674 140736299457776 140547090013360 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 762.18
Current children cumulated vsize (KiB) 13835844

[startup+822.3 s]
/proc/loadavg: 2.19 2.22 2.18 3/184 10926
/proc/meminfo: memFree=7498256/32872528 swapFree=1542984/1696284
[pid=10876] ppid=10873 vsize=15710788 CPUtime=822.16 cores=0,2,4,6
/proc/10876/stat : 10876 (toysat) R 10873 10876 9424 0 -1 4202496 7156838 0 0 0 81117 1099 0 0 20 0 4 0 41490931 16087846912 3869527 33554432000 4194304 16246674 140736299457776 140736299455696 13899602 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10876/statm: 3927697 3869527 914 2943 0 3924591 0
[pid=10876/tid=10877] ppid=10873 vsize=15710788 CPUtime=0 cores=0,2,4,6
/proc/10876/task/10877/stat : 10877 (toysat) S 10873 10876 9424 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 41490931 16087846912 3869527 33554432000 4194304 16246674 140736299457776 140547184372976 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=10876/tid=10878] ppid=10873 vsize=15710788 CPUtime=0 cores=0,2,4,6
/proc/10876/task/10878/stat : 10878 (toysat) S 10873 10876 9424 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 41490931 16087846912 3869527 33554432000 4194304 16246674 140736299457776 140547100486672 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10876/tid=10879] ppid=10873 vsize=15710788 CPUtime=0 cores=0,2,4,6
/proc/10876/task/10879/stat : 10879 (toysat) S 10873 10876 9424 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 41490931 16087846912 3869527 33554432000 4194304 16246674 140736299457776 140547090013360 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) 15710788

[startup+882.307 s]
/proc/loadavg: 2.11 2.19 2.18 3/183 10927
/proc/meminfo: memFree=7228312/32872528 swapFree=1542984/1696284
[pid=10876] ppid=10873 vsize=15710788 CPUtime=882.17 cores=0,2,4,6
/proc/10876/stat : 10876 (toysat) R 10873 10876 9424 0 -1 4202496 7157034 0 0 0 87114 1103 0 0 20 0 4 0 41490931 16087846912 3869723 33554432000 4194304 16246674 140736299457776 140736299455616 14013805 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10876/statm: 3927697 3869723 914 2943 0 3924591 0
[pid=10876/tid=10877] ppid=10873 vsize=15710788 CPUtime=0 cores=0,2,4,6
/proc/10876/task/10877/stat : 10877 (toysat) S 10873 10876 9424 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 41490931 16087846912 3869723 33554432000 4194304 16246674 140736299457776 140547184372976 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=10876/tid=10878] ppid=10873 vsize=15710788 CPUtime=0 cores=0,2,4,6
/proc/10876/task/10878/stat : 10878 (toysat) S 10873 10876 9424 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 41490931 16087846912 3869723 33554432000 4194304 16246674 140736299457776 140547100486672 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10876/tid=10879] ppid=10873 vsize=15710788 CPUtime=0 cores=0,2,4,6
/proc/10876/task/10879/stat : 10879 (toysat) S 10873 10876 9424 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 41490931 16087846912 3869723 33554432000 4194304 16246674 140736299457776 140547090013360 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 882.17
Current children cumulated vsize (KiB) 15710788

[startup+942.3 s]
/proc/loadavg: 2.28 2.21 2.18 3/183 10928
/proc/meminfo: memFree=7640024/32872528 swapFree=1542984/1696284
[pid=10876] ppid=10873 vsize=15710788 CPUtime=942.15 cores=0,2,4,6
/proc/10876/stat : 10876 (toysat) R 10873 10876 9424 0 -1 4202496 7157034 0 0 0 93109 1106 0 0 20 0 4 0 41490931 16087846912 3869723 33554432000 4194304 16246674 140736299457776 140736299456952 15015658 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10876/statm: 3927697 3869723 914 2943 0 3924591 0
[pid=10876/tid=10877] ppid=10873 vsize=15710788 CPUtime=0 cores=0,2,4,6
/proc/10876/task/10877/stat : 10877 (toysat) S 10873 10876 9424 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 41490931 16087846912 3869723 33554432000 4194304 16246674 140736299457776 140547184372976 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=10876/tid=10878] ppid=10873 vsize=15710788 CPUtime=0 cores=0,2,4,6
/proc/10876/task/10878/stat : 10878 (toysat) S 10873 10876 9424 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 41490931 16087846912 3869723 33554432000 4194304 16246674 140736299457776 140547100486896 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=10876/tid=10879] ppid=10873 vsize=15710788 CPUtime=0 cores=0,2,4,6
/proc/10876/task/10879/stat : 10879 (toysat) S 10873 10876 9424 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 41490931 16087846912 3869723 33554432000 4194304 16246674 140736299457776 140547090013360 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 942.15
Current children cumulated vsize (KiB) 15710788



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+952.5 s]
/proc/loadavg: 2.24 2.21 2.18 3/183 10928
/proc/meminfo: memFree=6172096/32872528 swapFree=1542984/1696284
[pid=10876] ppid=10873 vsize=15889988 CPUtime=952.34 cores=0,2,4,6
/proc/10876/stat : 10876 (toysat) R 10873 10876 9424 0 -1 4202496 7201739 0 0 0 94120 1114 0 0 20 0 4 0 41490931 16271347712 3914428 33554432000 4194304 16246674 140736299457776 140736299456872 14628944 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10876/statm: 3972497 3914428 914 2943 0 3969391 0
[pid=10876/tid=10877] ppid=10873 vsize=15889988 CPUtime=0 cores=0,2,4,6
/proc/10876/task/10877/stat : 10877 (toysat) S 10873 10876 9424 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 41490931 16271347712 3914428 33554432000 4194304 16246674 140736299457776 140547184372976 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=10876/tid=10878] ppid=10873 vsize=15889988 CPUtime=0 cores=0,2,4,6
/proc/10876/task/10878/stat : 10878 (toysat) S 10873 10876 9424 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 41490931 16271347712 3914428 33554432000 4194304 16246674 140736299457776 140547100486896 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=10876/tid=10879] ppid=10873 vsize=15889988 CPUtime=0 cores=0,2,4,6
/proc/10876/task/10879/stat : 10879 (toysat) S 10873 10876 9424 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 41490931 16271347712 3914428 33554432000 4194304 16246674 140736299457776 140547090013360 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 952.34
Current children cumulated vsize (KiB) 15889988

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

[startup+952.8 s]
/proc/loadavg: 2.24 2.21 2.18 3/181 10928
/proc/meminfo: memFree=7859004/32872528 swapFree=1542984/1696284
[pid=10876] ppid=10873 vsize=0 CPUtime=952.64 cores=0,2,4,6
/proc/10876/stat : 10876 (toysat) Z 10873 10876 9424 0 -1 4203532 7202203 0 0 0 94121 1143 0 0 20 0 2 0 41490931 0 0 33554432000 0 0 0 0 0 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10876/statm: 0 0 0 0 0 0 0
[pid=10876/tid=10877] ppid=10873 vsize=0 CPUtime=0.28 cores=0,2,4,6
/proc/10876/task/10877/stat : 10877 (toysat) R 10873 10876 9424 0 -1 4203588 8 0 0 0 0 28 0 0 20 0 2 0 41490931 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 952.64
Current children cumulated vsize (KiB) 0

[startup+953.2 s]
/proc/loadavg: 2.24 2.21 2.18 3/181 10928
/proc/meminfo: memFree=7859004/32872528 swapFree=1542984/1696284
[pid=10876] ppid=10873 vsize=0 CPUtime=953.04 cores=0,2,4,6
/proc/10876/stat : 10876 (toysat) Z 10873 10876 9424 0 -1 4203532 7202203 0 0 0 94121 1183 0 0 20 0 2 0 41490931 0 0 33554432000 0 0 0 0 0 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10876/statm: 0 0 0 0 0 0 0
[pid=10876/tid=10877] ppid=10873 vsize=0 CPUtime=0.68 cores=0,2,4,6
/proc/10876/task/10877/stat : 10877 (toysat) R 10873 10876 9424 0 -1 4203588 8 0 0 0 0 68 0 0 20 0 2 0 41490931 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 953.04
Current children cumulated vsize (KiB) 0

[startup+953.4 s]
/proc/loadavg: 2.24 2.21 2.18 3/181 10928
/proc/meminfo: memFree=7859004/32872528 swapFree=1542984/1696284
[pid=10876] ppid=10873 vsize=0 CPUtime=953.24 cores=0,2,4,6
/proc/10876/stat : 10876 (toysat) Z 10873 10876 9424 0 -1 4203532 7202203 0 0 0 94121 1203 0 0 20 0 2 0 41490931 0 0 33554432000 0 0 0 0 0 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10876/statm: 0 0 0 0 0 0 0
[pid=10876/tid=10877] ppid=10873 vsize=0 CPUtime=0.88 cores=0,2,4,6
/proc/10876/task/10877/stat : 10877 (toysat) R 10873 10876 9424 0 -1 4203588 8 0 0 0 0 88 0 0 20 0 2 0 41490931 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 953.24
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 953.437
CPU time (s): 953.276
CPU user time (s): 941.211
CPU system time (s): 12.0652
CPU usage (%): 99.9831
Max. virtual memory (cumulated for all children) (KiB): 15889988

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 941.211
system time used= 12.0652
maximum resident set size= 15659568
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 7202203
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= 398
involuntary context switches= 1368

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.33049 second user time and 4.41833 second system time

The end

Launcher Data

Begin job on node125 at 2016-06-20 05:47:23
IDJOB=4110988
IDBENCH=108650
IDSOLVER=2542
FILE ID=node125/4110988-1466394443
RUNJOBID= node125-1466384086-9440
PBS_JOBID= 19923262
Free space on /tmp= 71728 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB16/normalized-PB16/OPT-BIGINT-LIN/lion9-single-obj/normalized-single-obj-f38-AC_TotalLoss.seq-A-2-combined-irabcde.opb
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --pb --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4110988-1466394443/watcher-4110988-1466394443 -o /tmp/evaluation-result-4110988-1466394443/solver-4110988-1466394443 -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-4110988-1466394443.opb

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

MD5SUM BENCH= 3b6641b4934d522448880f9173a2d60b
RANDOM SEED=1465721648

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:        26339572 kB
Buffers:           52168 kB
Cached:            88780 kB
SwapCached:         1616 kB
Active:          4029972 kB
Inactive:          68756 kB
Active(anon):    3958624 kB
Inactive(anon):     1264 kB
Active(file):      71348 kB
Inactive(file):    67492 kB
Unevictable:     1696284 kB
Mlocked:         1542984 kB
SwapTotal:      67108856 kB
SwapFree:       67097092 kB
Dirty:             16308 kB
Writeback:             0 kB
AnonPages:       5677852 kB
Mapped:            10700 kB
Shmem:                 0 kB
Slab:             595052 kB
SReclaimable:      38900 kB
SUnreclaim:       556152 kB
KernelStack:        1520 kB
PageTables:        15304 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    5796892 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    182272 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 06:03:17