Trace number 4106319

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-02OPT3 22.0297 22.0341

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=6-P0=59-P1=37-P2=37-P3=53-P4=11-P5=7-P6=13-B.opb
MD5SUM337bfe939508532505172ec5c27d5fd3
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark0.049991
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 3
Optimality of the best value was proved YES
Number of variables108
Total number of constraints13
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints13
Minimum length of a constraint6
Maximum length of a constraint48
Number of terms in the objective function 6
Biggest coefficient in the objective function 32
Number of bits for the biggest coefficient in the objective function 6
Sum of the numbers in the objective function 63
Number of bits of the sum of numbers in the objective function 6
Biggest number in a constraint 2048
Number of bits of the biggest number in a constraint 12
Biggest sum of numbers in a constraint 8064
Number of bits of the biggest sum of numbers13
Number of products (including duplicates)216
Sum of products size (including duplicates)432
Number of different products216
Sum of products size432

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.00	c 2016-06-18T19:03:45+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-4106319-1466269425.opb"]
0.00/0.01	c use --random-gen="858786778 2529453519 3930176875 251982197 58942535 3829945947 4041028164 3388835252 908243300 2615775833 44375725 2917060761 1483209431 2399994503 673691566 1635151203 1082212593 1598740530 2893983508 2819505481 170020320 4180911089 2415208601 1950209301 1892471201 499825709 2844845217 415756987 2778114348 3065925352 3009256524 627356726 4040612832 1869700226 2949781040 3149312425 2871111342 2892519234 2391059925 3997704671 739290744 1591773703 2108035789 2598537053 743199629 1817641735 358559355 1173966719 219989555 2903700216 802063657 1594335089 1301775038 3322684517 1480169933 4077948147 1425604330 635234073 403123386 4049163511 3635946254 3295254658 479980688 4195114686 2792332419 1233020378 651188933 137462931 3388336093 2679024514 2750171883 1878335345 3484120992 4203229645 3915507625 1749580170 3889078575 2645846710 721088768 1527232538 2806889338 1479203595 3862657699 3491458947 1027641676 1650678899 2192611073 3678431083 445962012 1307279751 1435909910 3656322640 1059933900 2775892511 3712791820 3926909012 2146734843 2594182674 2107568103 2388238502 3711626599 2114929797 151807003 2988715815 1178381054 1779171302 324917744 3609540255 3275788564 127599306 3954560335 818432047 3118749273 2956663773 3409785620 1037215108 2800100984 1988688153 1348558933 3239687021 2089648844 1228665039 2662394266 2634016865 1617783519 2117042690 1160925130 1195080701 1897480842 1737850042 4042939684 1750854185 3589125111 1520378245 3238251526 2981712312 1715870321 2394288960 1106136526 1316477203 2943807126 2411365345 1709960766 2731597283 1086816980 471325016 2979201005 683377346 3944380568 4190189993 3829407975 4161465482 4231821915 3669806025 1279258854 188413305 3218169201 219812971 1704533749 973305937 3841249306 477412002 3097052730 556505789 2492786273 3378915169 3442908971 2688418405 132868225 3351523027 3844267861 3796094341 4044255821 2120669495 1653139212 2538882920 3805621579 41301766 3552579942 2462647338 4198753477 552142221 450776766 3831492955 3650844046 3981495523 865273099 1822993295 833454286 2529325646 3906099438 1049343263 839793569 1838860092 1297916331 2064027133 1554354011 3479428578 2580725358 4180061354 3663947407 433371894 33266881 333317666 2749692188 2041640349 347077910 3817167601 1770307681 4143367946 1455651534 3968974689 786981927 2512486638 982563211 3563699714 2593916658 330365872 2932410661 301423347 1569975911 2570018026 265389243 1325608494 3392881142 3780147820 3906753838 1079922032 2954800609 1182604489 361315627 1298744793 130848200 1507228181 4058701162 911423458 1502790798 824335480 3682617844 2718399904 484723160 95050083 3223906585 2390808653 3196999566 2507662804 2550309384 1962939753 416113618 152337504 2822404878 2501939473 3187052656 2530925271 1956287305 1482438501 255 362436" option to reproduce the execution
0.00/0.01	c #vars 108
0.00/0.01	c #constraints 13
0.00/0.02	c BCD2: Hardening is enabled.
0.00/0.02	c BCD2: BiasedSearch is enabled.
0.00/0.02	c Solving starts ...
0.00/0.02	c ============================[ Search Statistics ]============================
0.00/0.02	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.00/0.02	c       |         |          |          |    Limit     GC | Var      | Constra 
0.00/0.02	c =============================================================================
0.00/0.02	c  0.0s |       0 |        0 |        0 |      330      0 |        0 |        0
0.00/0.03	c  0.0s |       1 |      122 |      100 |      330      0 |        0 |        0
0.00/0.06	c  0.0s |       2 |      351 |      250 |      364      0 |        0 |        0
0.09/0.10	c  0.1s |       3 |      623 |      475 |      401      0 |        0 |        0
0.09/0.17	c  0.2s |       4 |     1027 |      813 |      442      1 |        0 |        0
0.19/0.28	c  0.3s |       5 |     1616 |     1320 |      487      3 |        0 |        0
0.29/0.31	c  0.3s |       5 |     1824 |     1485 |      536      3 |        0 |        0
0.29/0.31	c #cpu_time = 0.293s
0.29/0.31	c #wall_clock_time = 0.294s
0.29/0.31	c #decision = 1824
0.29/0.31	c #random_decision = 7
0.29/0.31	c #conflict = 1485
0.29/0.31	c #restart = 5
0.29/0.31	o 21
0.29/0.31	c BCD2: hardening fixes 1 literals
0.29/0.31	c BCD2: updating upper bound: 63 -> 20
0.29/0.31	c BCD2: 0 <= obj <= 20
0.29/0.31	c BCD2: #cores=0, #unrelaxed=5, #relaxed=0, #hardened=1
0.29/0.31	c BCD2: #sat=1 #unsat=1 bias=1/2
0.29/0.31	c Solving starts ...
0.29/0.31	c ============================[ Search Statistics ]============================
0.29/0.31	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.29/0.31	c       |         |          |          |    Limit     GC | Var      | Constra 
0.29/0.31	c =============================================================================
0.29/0.31	c  0.0s |       0 |        0 |        0 |      536      0 |        8 |        0
0.29/0.31	c  0.0s |       0 |        3 |        0 |      536      1 |        8 |       18
0.29/0.31	c #cpu_time = 0.004s
0.29/0.31	c #wall_clock_time = 0.004s
0.29/0.31	c #decision = 3
0.29/0.31	c #random_decision = 0
0.29/0.31	c #conflict = 0
0.29/0.31	c #restart = 0
0.29/0.31	c BCD2: found a new core of size 4: cost of the new core is >=2
0.29/0.31	c lower bound updated to 2
0.29/0.31	c BCD2: 2 <= obj <= 20
0.29/0.31	c BCD2: #cores=1, #unrelaxed=1, #relaxed=4, #hardened=1
0.29/0.31	c BCD2: #sat=1 #unsat=2 bias=2/3
0.29/0.31	c Solving starts ...
0.29/0.31	c ============================[ Search Statistics ]============================
0.29/0.31	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.29/0.31	c       |         |          |          |    Limit     GC | Var      | Constra 
0.29/0.31	c =============================================================================
0.29/0.31	c  0.0s |       0 |        0 |        0 |      536      0 |        8 |       18
0.29/0.35	c  0.0s |       1 |      179 |      100 |      536      0 |        8 |       18
0.29/0.39	c  0.1s |       2 |      426 |      250 |      536      0 |        8 |       18
0.39/0.43	c  0.1s |       3 |      693 |      475 |      536      1 |        8 |       18
0.49/0.55	c  0.2s |       4 |     1106 |      813 |      590      2 |        8 |       18
0.59/0.63	c  0.3s |       5 |     1718 |     1320 |      590      3 |        8 |       18
0.89/0.90	c  0.6s |       6 |     2621 |     2081 |      649      5 |        8 |       18
1.09/1.18	c  0.9s |       7 |     4034 |     3223 |      649      7 |        8 |       18
1.39/1.46	c  1.1s |       8 |     5914 |     4936 |      714     12 |        8 |       18
1.89/1.97	c  1.7s |       9 |     8799 |     7506 |      786     17 |        8 |       18
2.59/2.66	c  2.3s |      10 |    13172 |    11361 |      865     25 |        8 |       18
3.49/3.57	c  3.3s |      11 |    19694 |    17144 |      952     35 |        8 |       18
5.09/5.12	c  4.8s |      12 |    29748 |    25819 |     1048     50 |        8 |       18
7.09/7.13	c  6.8s |      12 |    43671 |    38419 |     1153     69 |        8 |       18
7.19/7.21	c  6.9s |      13 |    44235 |    38832 |     1153     70 |        8 |       18
9.19/9.22	c  8.9s |      13 |    56306 |    49932 |     1153     87 |        8 |       18
10.69/10.70	c 10.4s |      14 |    65018 |    58352 |     1269     99 |        8 |       18
12.69/12.71	c 12.4s |      14 |    75250 |    67352 |     1269    112 |        8 |       18
14.68/14.73	c 14.4s |      14 |    86782 |    77552 |     1269    126 |        9 |       24
16.59/16.69	c 16.4s |      15 |    97929 |    87632 |     1396    139 |        9 |       24
18.69/18.70	c 18.4s |      15 |   109680 |    97432 |     1396    152 |        9 |       24
20.68/20.72	c 20.4s |      15 |   121624 |   107732 |     1396    166 |        9 |       24
21.88/21.91	c 21.6s |      15 |   129408 |   114414 |     1396    175 |       10 |       30
21.88/21.91	c #cpu_time = 21.538s
21.88/21.91	c #wall_clock_time = 21.593s
21.88/21.91	c #decision = 129408
21.88/21.91	c #random_decision = 465
21.88/21.91	c #conflict = 114414
21.88/21.91	c #restart = 15
21.88/21.91	c BCD2: relaxing 1 and merging with 1 cores into a new core of size 5: cost of the new core is >=3
21.88/21.91	c lower bound updated to 3
21.88/21.91	c BCD2: 3 <= obj <= 20
21.88/21.91	c BCD2: #cores=1, #unrelaxed=0, #relaxed=5, #hardened=1
21.88/21.91	c BCD2: #sat=1 #unsat=3 bias=3/4
21.88/21.91	c Solving starts ...
21.88/21.91	c ============================[ Search Statistics ]============================
21.88/21.91	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
21.88/21.91	c       |         |          |          |    Limit     GC | Var      | Constra 
21.88/21.91	c =============================================================================
21.88/21.91	c  0.0s |       0 |        0 |        0 |     1396      0 |       11 |       30
21.88/21.92	c  0.0s |       1 |      119 |      100 |     1396      0 |       11 |       31
21.88/21.94	c  0.0s |       2 |      322 |      250 |     1396      0 |       11 |       31
21.88/21.96	c  0.1s |       2 |      482 |      355 |     1396      1 |       11 |       31
21.88/21.96	c #cpu_time = 0.052s
21.88/21.96	c #wall_clock_time = 0.052s
21.88/21.96	c #decision = 482
21.88/21.96	c #random_decision = 3
21.88/21.96	c #conflict = 355
21.88/21.96	c #restart = 2
21.88/21.96	o 15
21.88/21.96	c BCD2: hardening fixes 1 literals
21.88/21.96	c BCD2: updating upper bound: 20 -> 14
21.88/21.96	c BCD2: 3 <= obj <= 14
21.88/21.96	c BCD2: #cores=1, #unrelaxed=0, #relaxed=4, #hardened=2
21.88/21.96	c BCD2: #sat=2 #unsat=3 bias=3/5
21.88/21.96	c Solving starts ...
21.88/21.96	c ============================[ Search Statistics ]============================
21.88/21.96	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
21.88/21.96	c       |         |          |          |    Limit     GC | Var      | Constra 
21.88/21.96	c =============================================================================
21.88/21.96	c  0.0s |       0 |        0 |        0 |     1396      0 |       20 |       33
21.88/21.96	c  0.0s |       0 |       81 |        6 |     1396      0 |       20 |       57
21.88/21.96	c #cpu_time = 0.003s
21.88/21.96	c #wall_clock_time = 0.003s
21.88/21.96	c #decision = 81
21.88/21.96	c #random_decision = 0
21.88/21.96	c #conflict = 6
21.88/21.96	c #restart = 0
21.88/21.96	o 5
21.88/21.96	c BCD2: hardening fixes 1 literals
21.88/21.96	c BCD2: updating upper bound: 14 -> 4
21.88/21.96	c BCD2: 3 <= obj <= 4
21.88/21.96	c BCD2: #cores=1, #unrelaxed=0, #relaxed=3, #hardened=3
21.88/21.96	c BCD2: #sat=3 #unsat=3 bias=3/6
21.88/21.96	c Solving starts ...
21.88/21.96	c ============================[ Search Statistics ]============================
21.88/21.96	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
21.88/21.96	c       |         |          |          |    Limit     GC | Var      | Constra 
21.88/21.96	c =============================================================================
21.88/21.96	c  0.0s |       0 |        0 |        0 |     1396      0 |       37 |       58
21.88/21.97	c  0.0s |       0 |       63 |        2 |     1396      0 |       37 |      105
21.88/21.97	c #cpu_time = 0.003s
21.88/21.97	c #wall_clock_time = 0.003s
21.88/21.97	c #decision = 63
21.88/21.97	c #random_decision = 0
21.88/21.97	c #conflict = 2
21.88/21.97	c #restart = 0
21.88/21.97	o 3
21.88/21.97	s OPTIMUM FOUND
21.88/21.97	v x1 x2 -x3 -x4 -x5 -x6 x7 -x8 x9 -x10
21.88/21.97	v -x11 -x12 x13 x14 x15 x16 -x17 -x18 x19 x20
21.88/21.97	v x21 x22 x23 -x24 x25 -x26 x27 x28 -x29 -x30
21.88/21.97	v x31 x32 -x33 x34 x35 -x36 x37 x38 x39 -x40
21.88/21.97	v x41 -x42 x43 x44 x45 x46 -x47 -x48 x49 -x50
21.88/21.97	v -x51 -x52 -x53 x54 x55 x56 x57 x58 x59 x60
21.88/21.97	v x61 x62 -x63 -x64 x65 x66 x67 -x68 -x69 -x70
21.88/21.97	v -x71 x72 -x73 -x74 -x75 -x76 -x77 -x78 x79 x80
21.88/21.97	v -x81 -x82 -x83 -x84 x85 x86 x87 x88 -x89 -x90
21.88/21.97	v -x91 -x92 x93 x94 -x95 -x96 x97 -x98 x99 -x100
21.88/21.97	v x101 -x102 x103 x104 -x105 x106 -x107 -x108
21.88/21.97	c total CPU time = 21.914s
21.88/21.97	c total wall clock time = 21.970s

Verifier Data

OK	3

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

pid=27667
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.15 2.17 2.17 3/179 27670
/proc/meminfo: memFree=29387268/32872528 swapFree=1191052/1305516
[pid=27670] ppid=27667 vsize=745916 CPUtime=0 cores=0,2,4,6
/proc/27670/stat : 27670 (toysat) R 27667 27670 26736 0 -1 4202496 2786 0 0 0 0 0 0 0 20 0 4 0 28989129 763817984 3657 33554432000 4194304 16246674 140734329218128 140734329217552 13880264 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/27670/statm: 186991 3666 441 2943 0 183885 0
[pid=27670/tid=27671] ppid=27667 vsize=763324 CPUtime=0 cores=0,2,4,6
/proc/27670/task/27671/stat : 27671 (toysat) S 27667 27670 26736 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 28989129 781643776 3726 33554432000 4194304 16246674 140734329218128 139696250268912 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=27670/tid=27672] ppid=27667 vsize=767420 CPUtime=0 cores=0,2,4,6
/proc/27670/task/27672/stat : 27672 (toysat) S 27667 27670 26736 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 28989129 785838080 3742 33554432000 4194304 16246674 140734329218128 139696239779056 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=27670/tid=27673] ppid=27667 vsize=771516 CPUtime=0 cores=0,2,4,6
/proc/27670/task/27673/stat : 27673 (toysat) S 27667 27670 26736 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 28989129 790032384 3758 33554432000 4194304 16246674 140734329218128 139696160107696 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0

[startup+0.100168 s]
/proc/loadavg: 2.15 2.17 2.17 3/179 27670
/proc/meminfo: memFree=29387268/32872528 swapFree=1191052/1305516
[pid=27670] ppid=27667 vsize=1218116 CPUtime=0.09 cores=0,2,4,6
/proc/27670/stat : 27670 (toysat) R 27667 27670 26736 0 -1 4202496 21299 0 0 0 7 2 0 0 20 0 4 0 28989129 1247350784 22158 33554432000 4194304 16246674 140734329218128 140734329217552 5723366 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/27670/statm: 304529 22165 758 2943 0 301423 0
[pid=27670/tid=27671] ppid=27667 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/27670/task/27671/stat : 27671 (toysat) S 27667 27670 26736 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 28989129 1247350784 22169 33554432000 4194304 16246674 140734329218128 139696250268912 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=27670/tid=27672] ppid=27667 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/27670/task/27672/stat : 27672 (toysat) S 27667 27670 26736 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 28989129 1247350784 22173 33554432000 4194304 16246674 140734329218128 139696239779056 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=27670/tid=27673] ppid=27667 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/27670/task/27673/stat : 27673 (toysat) S 27667 27670 26736 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 28989129 1247350784 22179 33554432000 4194304 16246674 140734329218128 139696160107696 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1218116

[startup+0.200504 s]
/proc/loadavg: 2.15 2.17 2.17 3/179 27670
/proc/meminfo: memFree=29387268/32872528 swapFree=1191052/1305516
[pid=27670] ppid=27667 vsize=1218116 CPUtime=0.19 cores=0,2,4,6
/proc/27670/stat : 27670 (toysat) R 27667 27670 26736 0 -1 4202496 41437 0 0 0 14 5 0 0 20 0 4 0 28989129 1247350784 42297 33554432000 4194304 16246674 140734329218128 140734329217552 5602147 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/27670/statm: 304529 42302 765 2943 0 301423 0
[pid=27670/tid=27671] ppid=27667 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/27670/task/27671/stat : 27671 (toysat) S 27667 27670 26736 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 28989129 1247350784 42307 33554432000 4194304 16246674 140734329218128 139696250268912 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=27670/tid=27672] ppid=27667 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/27670/task/27672/stat : 27672 (toysat) S 27667 27670 26736 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 28989129 1247350784 42312 33554432000 4194304 16246674 140734329218128 139696239779056 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=27670/tid=27673] ppid=27667 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/27670/task/27673/stat : 27673 (toysat) S 27667 27670 26736 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 28989129 1247350784 42319 33554432000 4194304 16246674 140734329218128 139696160107696 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1218116

[startup+0.300478 s]
/proc/loadavg: 2.15 2.17 2.17 3/179 27670
/proc/meminfo: memFree=29387268/32872528 swapFree=1191052/1305516
[pid=27670] ppid=27667 vsize=1218116 CPUtime=0.29 cores=0,2,4,6
/proc/27670/stat : 27670 (toysat) R 27667 27670 26736 0 -1 4202496 59774 0 0 0 22 7 0 0 20 0 4 0 28989129 1247350784 60634 33554432000 4194304 16246674 140734329218128 140734329217552 13965592 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/27670/statm: 304529 60640 765 2943 0 301423 0
[pid=27670/tid=27671] ppid=27667 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/27670/task/27671/stat : 27671 (toysat) S 27667 27670 26736 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 28989129 1247350784 60646 33554432000 4194304 16246674 140734329218128 139696250268912 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=27670/tid=27672] ppid=27667 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/27670/task/27672/stat : 27672 (toysat) S 27667 27670 26736 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 28989129 1247350784 60650 33554432000 4194304 16246674 140734329218128 139696239779056 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=27670/tid=27673] ppid=27667 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/27670/task/27673/stat : 27673 (toysat) S 27667 27670 26736 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 28989129 1247350784 60655 33554432000 4194304 16246674 140734329218128 139696160107696 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1218116

[startup+0.700399 s]
/proc/loadavg: 2.15 2.17 2.17 3/179 27670
/proc/meminfo: memFree=29387268/32872528 swapFree=1191052/1305516
[pid=27670] ppid=27667 vsize=1218116 CPUtime=0.68 cores=0,2,4,6
/proc/27670/stat : 27670 (toysat) R 27667 27670 26736 0 -1 4202496 132081 0 0 0 51 17 0 0 20 0 4 0 28989129 1247350784 132940 33554432000 4194304 16246674 140734329218128 140734329200000 13759916 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/27670/statm: 304529 132946 794 2943 0 301423 0
[pid=27670/tid=27671] ppid=27667 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/27670/task/27671/stat : 27671 (toysat) S 27667 27670 26736 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 28989129 1247350784 132951 33554432000 4194304 16246674 140734329218128 139696250268912 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=27670/tid=27672] ppid=27667 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/27670/task/27672/stat : 27672 (toysat) S 27667 27670 26736 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 28989129 1247350784 132956 33554432000 4194304 16246674 140734329218128 139696239779056 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=27670/tid=27673] ppid=27667 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/27670/task/27673/stat : 27673 (toysat) S 27667 27670 26736 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 28989129 1247350784 132961 33554432000 4194304 16246674 140734329218128 139696160107696 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 1218116

[startup+1.50039 s]
/proc/loadavg: 2.15 2.17 2.17 3/183 27674
/proc/meminfo: memFree=28563276/32872528 swapFree=1191052/1305516
[pid=27670] ppid=27667 vsize=1220164 CPUtime=1.49 cores=0,2,4,6
/proc/27670/stat : 27670 (toysat) R 27667 27670 26736 0 -1 4202496 245931 0 0 0 116 33 0 0 20 0 4 0 28989129 1249447936 246767 33554432000 4194304 16246674 140734329218128 140734329200000 13950230 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/27670/statm: 305041 246767 851 2943 0 301935 0
[pid=27670/tid=27671] ppid=27667 vsize=1220164 CPUtime=0 cores=0,2,4,6
/proc/27670/task/27671/stat : 27671 (toysat) S 27667 27670 26736 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 28989129 1249447936 246767 33554432000 4194304 16246674 140734329218128 139696250268912 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=27670/tid=27672] ppid=27667 vsize=1220164 CPUtime=0 cores=0,2,4,6
/proc/27670/task/27672/stat : 27672 (toysat) S 27667 27670 26736 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 28989129 1249447936 246767 33554432000 4194304 16246674 140734329218128 139696239779056 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=27670/tid=27673] ppid=27667 vsize=1220164 CPUtime=0 cores=0,2,4,6
/proc/27670/task/27673/stat : 27673 (toysat) S 27667 27670 26736 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 28989129 1249447936 246767 33554432000 4194304 16246674 140734329218128 139696160107696 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 1220164

[startup+3.10036 s]
/proc/loadavg: 2.14 2.17 2.17 3/183 27674
/proc/meminfo: memFree=28342300/32872528 swapFree=1191052/1305516
[pid=27670] ppid=27667 vsize=1306180 CPUtime=3.09 cores=0,2,4,6
/proc/27670/stat : 27670 (toysat) R 27667 27670 26736 0 -1 4202496 267470 0 0 0 273 36 0 0 20 0 4 0 28989129 1337528320 268306 33554432000 4194304 16246674 140734329218128 140734329200000 6012316 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/27670/statm: 326545 268306 851 2943 0 323439 0
[pid=27670/tid=27671] ppid=27667 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/27670/task/27671/stat : 27671 (toysat) S 27667 27670 26736 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 28989129 1337528320 268306 33554432000 4194304 16246674 140734329218128 139696250268912 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=27670/tid=27672] ppid=27667 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/27670/task/27672/stat : 27672 (toysat) S 27667 27670 26736 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 28989129 1337528320 268306 33554432000 4194304 16246674 140734329218128 139696239779056 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=27670/tid=27673] ppid=27667 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/27670/task/27673/stat : 27673 (toysat) S 27667 27670 26736 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 28989129 1337528320 268306 33554432000 4194304 16246674 140734329218128 139696160107696 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 1306180

[startup+6.30041 s]
/proc/loadavg: 2.14 2.17 2.17 3/183 27674
/proc/meminfo: memFree=28314556/32872528 swapFree=1191052/1305516
[pid=27670] ppid=27667 vsize=1306180 CPUtime=6.29 cores=0,2,4,6
/proc/27670/stat : 27670 (toysat) R 27667 27670 26736 0 -1 4202496 267641 0 0 0 593 36 0 0 20 0 4 0 28989129 1337528320 268477 33554432000 4194304 16246674 140734329218128 140734329200000 6020843 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/27670/statm: 326545 268477 852 2943 0 323439 0
[pid=27670/tid=27671] ppid=27667 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/27670/task/27671/stat : 27671 (toysat) S 27667 27670 26736 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 28989129 1337528320 268477 33554432000 4194304 16246674 140734329218128 139696250268912 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=27670/tid=27672] ppid=27667 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/27670/task/27672/stat : 27672 (toysat) S 27667 27670 26736 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 28989129 1337528320 268477 33554432000 4194304 16246674 140734329218128 139696239779056 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=27670/tid=27673] ppid=27667 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/27670/task/27673/stat : 27673 (toysat) S 27667 27670 26736 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 28989129 1337528320 268477 33554432000 4194304 16246674 140734329218128 139696160107696 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1306180

[startup+12.7004 s]
/proc/loadavg: 2.12 2.16 2.17 3/183 27674
/proc/meminfo: memFree=28312588/32872528 swapFree=1191052/1305516
[pid=27670] ppid=27667 vsize=1308228 CPUtime=12.69 cores=0,2,4,6
/proc/27670/stat : 27670 (toysat) R 27667 27670 26736 0 -1 4202496 268155 0 0 0 1233 36 0 0 20 0 4 0 28989129 1339625472 268991 33554432000 4194304 16246674 140734329218128 140734329200000 13809229 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/27670/statm: 327057 268991 854 2943 0 323951 0
[pid=27670/tid=27671] ppid=27667 vsize=1308228 CPUtime=0 cores=0,2,4,6
/proc/27670/task/27671/stat : 27671 (toysat) S 27667 27670 26736 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 28989129 1339625472 268991 33554432000 4194304 16246674 140734329218128 139696250268912 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=27670/tid=27672] ppid=27667 vsize=1308228 CPUtime=0 cores=0,2,4,6
/proc/27670/task/27672/stat : 27672 (toysat) S 27667 27670 26736 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 28989129 1339625472 268991 33554432000 4194304 16246674 140734329218128 139696239779056 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=27670/tid=27673] ppid=27667 vsize=1308228 CPUtime=0 cores=0,2,4,6
/proc/27670/task/27673/stat : 27673 (toysat) S 27667 27670 26736 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 28989129 1339625472 268991 33554432000 4194304 16246674 140734329218128 139696160107696 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1308228

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

[startup+12.8005 s]
/proc/loadavg: 2.12 2.16 2.17 3/183 27674
/proc/meminfo: memFree=28312588/32872528 swapFree=1191052/1305516
[pid=27670] ppid=27667 vsize=1308228 CPUtime=12.79 cores=0,2,4,6
/proc/27670/stat : 27670 (toysat) R 27667 27670 26736 0 -1 4202496 268155 0 0 0 1243 36 0 0 20 0 4 0 28989129 1339625472 268991 33554432000 4194304 16246674 140734329218128 140734329200000 13780585 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/27670/statm: 327057 268991 854 2943 0 323951 0
[pid=27670/tid=27671] ppid=27667 vsize=1308228 CPUtime=0 cores=0,2,4,6
/proc/27670/task/27671/stat : 27671 (toysat) S 27667 27670 26736 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 28989129 1339625472 268991 33554432000 4194304 16246674 140734329218128 139696250268912 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=27670/tid=27672] ppid=27667 vsize=1308228 CPUtime=0 cores=0,2,4,6
/proc/27670/task/27672/stat : 27672 (toysat) S 27667 27670 26736 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 28989129 1339625472 268991 33554432000 4194304 16246674 140734329218128 139696239779056 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=27670/tid=27673] ppid=27667 vsize=1308228 CPUtime=0 cores=0,2,4,6
/proc/27670/task/27673/stat : 27673 (toysat) S 27667 27670 26736 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 28989129 1339625472 268991 33554432000 4194304 16246674 140734329218128 139696160107696 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 12.79
Current children cumulated vsize (KiB) 1308228

[startup+16.0004 s]
/proc/loadavg: 2.12 2.16 2.17 4/183 27674
/proc/meminfo: memFree=28312348/32872528 swapFree=1191052/1305516
[pid=27670] ppid=27667 vsize=1308228 CPUtime=15.98 cores=0,2,4,6
/proc/27670/stat : 27670 (toysat) R 27667 27670 26736 0 -1 4202496 268155 0 0 0 1562 36 0 0 20 0 4 0 28989129 1339625472 268991 33554432000 4194304 16246674 140734329218128 140734329200000 8224692 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/27670/statm: 327057 268991 854 2943 0 323951 0
[pid=27670/tid=27671] ppid=27667 vsize=1308228 CPUtime=0 cores=0,2,4,6
/proc/27670/task/27671/stat : 27671 (toysat) S 27667 27670 26736 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 28989129 1339625472 268991 33554432000 4194304 16246674 140734329218128 139696250268912 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=27670/tid=27672] ppid=27667 vsize=1308228 CPUtime=0 cores=0,2,4,6
/proc/27670/task/27672/stat : 27672 (toysat) S 27667 27670 26736 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 28989129 1339625472 268991 33554432000 4194304 16246674 140734329218128 139696239779056 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=27670/tid=27673] ppid=27667 vsize=1308228 CPUtime=0 cores=0,2,4,6
/proc/27670/task/27673/stat : 27673 (toysat) S 27667 27670 26736 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 28989129 1339625472 268991 33554432000 4194304 16246674 140734329218128 139696160107696 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 15.98
Current children cumulated vsize (KiB) 1308228

[startup+19.2004 s]
/proc/loadavg: 2.11 2.16 2.17 4/183 27674
/proc/meminfo: memFree=28311972/32872528 swapFree=1191052/1305516
[pid=27670] ppid=27667 vsize=1308228 CPUtime=19.18 cores=0,2,4,6
/proc/27670/stat : 27670 (toysat) R 27667 27670 26736 0 -1 4202496 268155 0 0 0 1882 36 0 0 20 0 4 0 28989129 1339625472 268991 33554432000 4194304 16246674 140734329218128 140734329201128 13928256 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/27670/statm: 327057 268991 854 2943 0 323951 0
[pid=27670/tid=27671] ppid=27667 vsize=1308228 CPUtime=0 cores=0,2,4,6
/proc/27670/task/27671/stat : 27671 (toysat) S 27667 27670 26736 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 28989129 1339625472 268991 33554432000 4194304 16246674 140734329218128 139696250268912 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=27670/tid=27672] ppid=27667 vsize=1308228 CPUtime=0 cores=0,2,4,6
/proc/27670/task/27672/stat : 27672 (toysat) S 27667 27670 26736 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 28989129 1339625472 268991 33554432000 4194304 16246674 140734329218128 139696239779056 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=27670/tid=27673] ppid=27667 vsize=1308228 CPUtime=0 cores=0,2,4,6
/proc/27670/task/27673/stat : 27673 (toysat) S 27667 27670 26736 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 28989129 1339625472 268991 33554432000 4194304 16246674 140734329218128 139696160107696 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 19.18
Current children cumulated vsize (KiB) 1308228

[startup+20.8004 s]
/proc/loadavg: 2.11 2.16 2.17 4/183 27674
/proc/meminfo: memFree=28311972/32872528 swapFree=1191052/1305516
[pid=27670] ppid=27667 vsize=1308228 CPUtime=20.78 cores=0,2,4,6
/proc/27670/stat : 27670 (toysat) R 27667 27670 26736 0 -1 4202496 268155 0 0 0 2042 36 0 0 20 0 4 0 28989129 1339625472 268991 33554432000 4194304 16246674 140734329218128 140734329200000 5822492 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/27670/statm: 327057 268991 854 2943 0 323951 0
[pid=27670/tid=27671] ppid=27667 vsize=1308228 CPUtime=0 cores=0,2,4,6
/proc/27670/task/27671/stat : 27671 (toysat) S 27667 27670 26736 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 28989129 1339625472 268991 33554432000 4194304 16246674 140734329218128 139696250268912 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=27670/tid=27672] ppid=27667 vsize=1308228 CPUtime=0 cores=0,2,4,6
/proc/27670/task/27672/stat : 27672 (toysat) S 27667 27670 26736 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 28989129 1339625472 268991 33554432000 4194304 16246674 140734329218128 139696239779056 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=27670/tid=27673] ppid=27667 vsize=1308228 CPUtime=0 cores=0,2,4,6
/proc/27670/task/27673/stat : 27673 (toysat) S 27667 27670 26736 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 28989129 1339625472 268991 33554432000 4194304 16246674 140734329218128 139696160107696 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 20.78
Current children cumulated vsize (KiB) 1308228

[startup+21.6004 s]
/proc/loadavg: 2.11 2.16 2.17 4/183 27674
/proc/meminfo: memFree=28311972/32872528 swapFree=1191052/1305516
[pid=27670] ppid=27667 vsize=1308228 CPUtime=21.58 cores=0,2,4,6
/proc/27670/stat : 27670 (toysat) R 27667 27670 26736 0 -1 4202496 268155 0 0 0 2122 36 0 0 20 0 4 0 28989129 1339625472 268991 33554432000 4194304 16246674 140734329218128 140734329201128 5675184 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/27670/statm: 327057 268991 854 2943 0 323951 0
[pid=27670/tid=27671] ppid=27667 vsize=1308228 CPUtime=0 cores=0,2,4,6
/proc/27670/task/27671/stat : 27671 (toysat) S 27667 27670 26736 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 28989129 1339625472 268991 33554432000 4194304 16246674 140734329218128 139696250268912 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=27670/tid=27672] ppid=27667 vsize=1308228 CPUtime=0 cores=0,2,4,6
/proc/27670/task/27672/stat : 27672 (toysat) S 27667 27670 26736 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 28989129 1339625472 268991 33554432000 4194304 16246674 140734329218128 139696239779056 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=27670/tid=27673] ppid=27667 vsize=1308228 CPUtime=0 cores=0,2,4,6
/proc/27670/task/27673/stat : 27673 (toysat) S 27667 27670 26736 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 28989129 1339625472 268991 33554432000 4194304 16246674 140734329218128 139696160107696 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 21.58
Current children cumulated vsize (KiB) 1308228

[startup+22.0003 s]
/proc/loadavg: 2.10 2.16 2.17 4/180 27674
/proc/meminfo: memFree=28803384/32872528 swapFree=1191052/1305516
[pid=27670] ppid=27667 vsize=0 CPUtime=21.99 cores=0,2,4,6
/proc/27670/stat : 27670 (toysat) R 27667 27670 26736 0 -1 4202500 268159 0 0 0 2159 40 0 0 20 0 1 0 28989129 0 0 33554432000 0 0 0 0 0 0 0 33554432 0 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/27670/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 21.99
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 22.0341
CPU time (s): 22.0297
CPU user time (s): 21.5997
CPU system time (s): 0.429934
CPU usage (%): 99.98
Max. virtual memory (cumulated for all children) (KiB): 1308228

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 21.5997
system time used= 0.429934
maximum resident set size= 1075972
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 268159
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= 20
involuntary context switches= 23

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.083987 second user time and 0.109983 second system time

The end

Launcher Data

Begin job on node127 at 2016-06-18 19:03:45
IDJOB=4106319
IDBENCH=48015
IDSOLVER=2542
FILE ID=node127/4106319-1466269425
RUNJOBID= node127-1466265123-26752
PBS_JOBID= 19918231
Free space on /tmp= 71724 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/factor-mod-size=6-P0=59-P1=37-P2=37-P3=53-P4=11-P5=7-P6=13-B.opb
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --pb --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4106319-1466269425/watcher-4106319-1466269425 -o /tmp/evaluation-result-4106319-1466269425/solver-4106319-1466269425 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node127-1466265123-26752 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4106319-1466269425.opb

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

MD5SUM BENCH= 337bfe939508532505172ec5c27d5fd3
RANDOM SEED=1082681926

node127.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.769
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.53
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.769
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.769
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.56
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.769
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.56
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.769
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.769
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.769
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.56
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.769
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:        29388532 kB
Buffers:           86504 kB
Cached:           259444 kB
SwapCached:          516 kB
Active:          1184252 kB
Inactive:         255948 kB
Active(anon):    1094424 kB
Inactive(anon):     2184 kB
Active(file):      89828 kB
Inactive(file):   253764 kB
Unevictable:     1305516 kB
Mlocked:         1191052 kB
SwapTotal:      67108856 kB
SwapFree:       67100260 kB
Dirty:             16324 kB
Writeback:             0 kB
AnonPages:       2399624 kB
Mapped:            10472 kB
Shmem:                 0 kB
Slab:             603980 kB
SReclaimable:      48140 kB
SUnreclaim:       555840 kB
KernelStack:        1520 kB
PageTables:         9112 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2542920 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    116736 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= 71708 MiB
End job on node127 at 2016-06-18 19:04:07