Trace number 4079712

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-02OPT5 5.98409 5.98796

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
logic_synthesis/normalized-m100_50_20_20.r.opb
MD5SUMa0250fc6809d30108f7d11f1d27eb358
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark5
Best CPU time to get the best result obtained on this benchmark0.128979
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 5
Optimality of the best value was proved YES
Number of variables50
Total number of constraints100
Number of constraints which are clauses100
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint20
Maximum length of a constraint20
Number of terms in the objective function 50
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 50
Number of bits of the sum of numbers in the objective function 6
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 50
Number of bits of the biggest sum of numbers6
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

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-06T21:58:36+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-4079712-1465243116.opb"]
0.00/0.01	c use --random-gen="2387091297 549952407 543587548 3546870937 2051899146 53332238 230774803 2215674066 1082283880 1799206832 3888730795 4216580022 3282357087 4255291386 3103474375 2115778019 3237666586 3282463138 3113066616 4230522320 1712527895 3196771362 1220848262 2830980725 1267896452 629464579 2726732400 2335892052 2832625974 2252418801 3659104049 4117192424 1810232702 3044392851 1196629412 219718313 1286349198 807410035 3450247884 305219081 4153355035 1765274675 38934264 940000454 894753845 3326253495 2839790930 881359273 865179650 3470998246 3525055720 3133376270 2859771157 213145419 3299971562 1100705383 2197117955 995649468 3110569410 213627876 226818789 435731345 2118741079 4126790987 216537648 2839040758 1191889083 2647982932 2642334312 2919258940 1857061474 3676943538 296746881 1613735379 688339197 3488166444 1486141580 2911329701 3892074770 3087377326 3275184498 4237239800 3518510487 455977244 2512951552 3656599706 145708143 1920338778 3538101818 2451034140 2097062474 634796575 3495913841 1625635392 1875739663 2134015075 3183509719 133631088 4122532189 835758182 2048944194 2783192893 3229258231 1662940209 4193067222 3771537231 1886663833 4216792569 1177438898 2496843595 2165184730 2317549923 485041393 1261415007 3742996107 339146725 4239763600 3609959503 3091052145 3796089777 3795936610 2005094868 108496106 1819859239 766996695 1929765486 3259240726 1613030154 2373115739 2527749298 2335085488 3378431405 1114299816 1904371769 1313564176 646923390 3123328858 819864932 3774334614 3416385518 1223546357 324146389 3271261697 750865823 853456415 358403631 3059946452 4051893063 3050128684 3620157918 4291833540 768902222 1754046037 3017198378 3023973186 698617026 1532731020 1242908300 357099848 2395491622 4103617584 3892039827 1717352873 2158670612 1367027454 3803974219 501148695 3928118574 3551564140 234460124 750569899 3702251298 3117170614 2544647539 1552045383 2256644028 1386548643 3003690120 2745617511 2779511315 2645425099 2807574829 2463055288 1323035505 299897959 2398505866 896335023 4285555856 2953411191 1905863047 3615817282 1181855884 3532650127 3291183797 3641136671 1313227113 4257647302 565253448 551749591 3878021867 2051975207 816993412 564649304 3532727157 4125401886 1250698417 753933015 76011810 118661691 1018773450 1593169681 3574745289 3003673698 2008289815 4225725473 2543198059 4051349498 618793933 3762608726 151155909 3399295879 1004837007 1833890762 3851704945 3774197861 2019168727 2755982843 2753042661 2695965083 2239130294 1884571824 1729898487 952671013 3727175699 435215279 697272390 1035429955 509403539 303155992 2196796593 4110798879 3747748329 3168791042 2432570928 2461319940 3770674936 1017209870 1473372677 2438945720 1589550361 605379451 645401776 2891084705 911092877 3851628889 3999714115 255 362436" option to reproduce the execution
0.00/0.02	c #vars 50
0.00/0.02	c #constraints 100
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 |       50      0 |        0 |        0
0.00/0.02	c  0.0s |       0 |       50 |        0 |       50      0 |        0 |        0
0.00/0.02	c #cpu_time = 0.001s
0.00/0.02	c #wall_clock_time = 0.001s
0.00/0.02	c #decision = 50
0.00/0.02	c #random_decision = 0
0.00/0.02	c #conflict = 0
0.00/0.02	c #restart = 0
0.00/0.02	o 50
0.00/0.02	c BCD2: updating upper bound: 50 -> 49
0.00/0.02	c BCD2: 0 <= obj <= 49
0.00/0.02	c BCD2: #cores=0, #unrelaxed=50, #relaxed=0, #hardened=0
0.00/0.02	c BCD2: #sat=1 #unsat=1 bias=1/2
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 |       50      0 |        0 |        0
0.00/0.02	c  0.0s |       0 |       43 |        0 |       50      0 |        0 |        0
0.00/0.02	c #cpu_time = 0.000s
0.00/0.02	c #wall_clock_time = 0.000s
0.00/0.02	c #decision = 43
0.00/0.02	c #random_decision = 0
0.00/0.02	c #conflict = 0
0.00/0.02	c #restart = 0
0.00/0.02	c BCD2: found a new core of size 20: cost of the new core is >=1
0.00/0.02	c lower bound updated to 1
0.00/0.02	c BCD2: 1 <= obj <= 49
0.00/0.02	c BCD2: #cores=1, #unrelaxed=30, #relaxed=20, #hardened=0
0.00/0.02	c BCD2: #sat=1 #unsat=2 bias=2/3
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 |       50      0 |        0 |        1
0.00/0.02	c  0.0s |       0 |       44 |        0 |       50      0 |        0 |        1
0.00/0.02	c #cpu_time = 0.001s
0.00/0.02	c #wall_clock_time = 0.001s
0.00/0.02	c #decision = 44
0.00/0.02	c #random_decision = 0
0.00/0.02	c #conflict = 0
0.00/0.02	c #restart = 0
0.00/0.02	o 7
0.00/0.02	c BCD2: updating upper bound: 49 -> 6
0.00/0.02	c BCD2: 1 <= obj <= 6
0.00/0.02	c BCD2: #cores=1, #unrelaxed=30, #relaxed=20, #hardened=0
0.00/0.02	c BCD2: #sat=2 #unsat=2 bias=2/4
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 |       50      0 |        0 |        2
0.00/0.03	c  0.0s |       1 |      158 |      100 |       50      1 |        0 |        2
0.00/0.04	c  0.0s |       2 |      375 |      250 |       56      4 |        0 |        2
0.00/0.06	c  0.0s |       3 |      680 |      475 |       62      9 |        0 |        2
0.00/0.09	c  0.1s |       3 |     1101 |      796 |       69     16 |        0 |        2
0.00/0.09	c #cpu_time = 0.067s
0.00/0.09	c #wall_clock_time = 0.067s
0.00/0.09	c #decision = 1101
0.00/0.09	c #random_decision = 1
0.00/0.09	c #conflict = 796
0.00/0.09	c #restart = 3
0.00/0.09	c BCD2: relaxing 30 and merging with 1 cores into a new core of size 50: cost of the new core is >=2
0.00/0.09	c lower bound updated to 2
0.00/0.09	c BCD2: 2 <= obj <= 6
0.00/0.09	c BCD2: #cores=1, #unrelaxed=0, #relaxed=50, #hardened=0
0.00/0.09	c BCD2: #sat=2 #unsat=3 bias=3/5
0.00/0.09	c Solving starts ...
0.00/0.09	c ============================[ Search Statistics ]============================
0.00/0.09	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.00/0.09	c       |         |          |          |    Limit     GC | Var      | Constra 
0.00/0.09	c =============================================================================
0.00/0.09	c  0.0s |       0 |        0 |        0 |       69      0 |        2 |        2
0.09/0.10	c  0.0s |       1 |      149 |      100 |       76      0 |        2 |        5
0.09/0.12	c  0.0s |       2 |      405 |      250 |       76      4 |        2 |        5
0.09/0.14	c  0.0s |       3 |      770 |      475 |       76      9 |        2 |        5
0.09/0.17	c  0.1s |       4 |     1298 |      813 |       84     16 |        2 |        5
0.18/0.21	c  0.1s |       5 |     2020 |     1320 |       93     26 |        2 |        5
0.18/0.28	c  0.2s |       6 |     3181 |     2081 |       93     41 |        2 |        5
0.28/0.37	c  0.3s |       7 |     4754 |     3223 |      103     61 |        2 |        5
0.48/0.53	c  0.4s |       8 |     7200 |     4936 |      114     89 |        2 |        5
0.69/0.74	c  0.7s |       9 |    10986 |     7506 |      126    130 |        2 |        5
0.88/0.91	c  0.8s |       9 |    13784 |     9592 |      126    163 |        2 |        5
0.88/0.91	c #cpu_time = 0.820s
0.88/0.91	c #wall_clock_time = 0.820s
0.88/0.91	c #decision = 13784
0.88/0.91	c #random_decision = 57
0.88/0.91	c #conflict = 9592
0.88/0.91	c #restart = 9
0.88/0.91	o 5
0.88/0.91	c BCD2: updating upper bound: 6 -> 4
0.88/0.91	c BCD2: 2 <= obj <= 4
0.88/0.91	c BCD2: #cores=1, #unrelaxed=0, #relaxed=50, #hardened=0
0.88/0.91	c BCD2: #sat=3 #unsat=3 bias=3/6
0.88/0.91	c Solving starts ...
0.88/0.91	c ============================[ Search Statistics ]============================
0.88/0.91	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.88/0.91	c       |         |          |          |    Limit     GC | Var      | Constra 
0.88/0.91	c =============================================================================
0.88/0.91	c  0.0s |       0 |        0 |        0 |      126      0 |        2 |        7
0.88/0.92	c  0.0s |       1 |      148 |      100 |      126      1 |        2 |        7
0.88/0.93	c  0.0s |       2 |      385 |      250 |      126      3 |        2 |        7
0.88/0.95	c  0.0s |       3 |      757 |      475 |      126      7 |        2 |        7
0.88/0.98	c  0.1s |       4 |     1275 |      813 |      126     11 |        2 |        7
0.99/1.02	c  0.1s |       5 |     1988 |     1320 |      139     18 |        2 |        7
0.99/1.09	c  0.2s |       6 |     3061 |     2081 |      139     28 |        2 |        7
1.09/1.18	c  0.3s |       7 |     4668 |     3223 |      139     43 |        2 |        7
1.20/1.29	c  0.4s |       8 |     6969 |     4936 |      139     65 |        2 |        7
1.39/1.42	c  0.5s |       9 |    10406 |     7506 |      153     96 |        2 |        7
1.39/1.48	c  0.6s |       9 |    11780 |     8583 |      153    108 |        3 |        9
1.39/1.48	c #cpu_time = 0.563s
1.39/1.48	c #wall_clock_time = 0.563s
1.39/1.48	c #decision = 11780
1.39/1.48	c #random_decision = 65
1.39/1.48	c #conflict = 8583
1.39/1.48	c #restart = 9
1.39/1.48	c BCD2: updating lower bound of a core
1.39/1.48	c lower bound updated to 4
1.39/1.48	c BCD2: 4 <= obj <= 4
1.39/1.48	c BCD2: #cores=1, #unrelaxed=0, #relaxed=50, #hardened=0
1.39/1.48	c BCD2: #sat=3 #unsat=4 bias=4/7
1.39/1.48	c Solving starts ...
1.39/1.48	c ============================[ Search Statistics ]============================
1.39/1.48	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.39/1.48	c       |         |          |          |    Limit     GC | Var      | Constra 
1.39/1.48	c =============================================================================
1.39/1.48	c  0.0s |       0 |        0 |        0 |      153      0 |        3 |       10
1.39/1.48	c  0.0s |       1 |      173 |      100 |      153      0 |        3 |       10
1.39/1.49	c  0.0s |       2 |      392 |      250 |      153      1 |        3 |       10
1.49/1.50	c  0.0s |       3 |      722 |      475 |      153      4 |        3 |       10
1.49/1.52	c  0.0s |       4 |     1235 |      813 |      153      8 |        3 |       10
1.49/1.55	c  0.1s |       5 |     1958 |     1320 |      153     14 |        3 |       10
1.59/1.60	c  0.1s |       6 |     2947 |     2081 |      153     23 |        3 |       10
1.59/1.66	c  0.2s |       7 |     4562 |     3223 |      153     37 |        3 |       10
1.69/1.76	c  0.3s |       8 |     6967 |     4936 |      153     58 |        3 |       10
1.89/1.91	c  0.4s |       9 |    10373 |     7506 |      169     89 |        3 |       10
2.09/2.15	c  0.7s |      10 |    15509 |    11361 |      169    136 |        3 |       10
2.38/2.47	c  1.0s |      11 |    23214 |    17144 |      169    202 |        3 |       10
2.88/2.95	c  1.5s |      12 |    35150 |    25819 |      186    295 |        3 |       10
3.58/3.67	c  2.2s |      13 |    52649 |    38832 |      186    429 |        3 |       10
4.68/4.74	c  3.3s |      14 |    78839 |    58352 |      205    608 |        3 |       10
5.88/5.92	c  4.4s |      14 |   108059 |    80552 |      226    795 |        4 |       12
5.88/5.92	c #cpu_time = 4.448s
5.88/5.92	c #wall_clock_time = 4.448s
5.88/5.92	c #decision = 108059
5.88/5.92	c #random_decision = 489
5.88/5.92	c #conflict = 80552
5.88/5.92	c #restart = 14
5.88/5.92	c BCD2: updating lower bound of a core
5.88/5.92	c lower bound updated to 5
5.88/5.92	s OPTIMUM FOUND
5.88/5.92	v -x1 -x2 -x3 x4 -x5 -x6 -x7 -x8 -x9 -x10
5.88/5.92	v -x11 x12 -x13 -x14 -x15 -x16 -x17 -x18 -x19 -x20
5.88/5.92	v -x21 -x22 -x23 -x24 -x25 -x26 -x27 -x28 x29 x30
5.88/5.92	v x31 -x32 -x33 -x34 -x35 -x36 -x37 -x38 -x39 -x40
5.88/5.92	v -x41 -x42 -x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50
5.88/5.92	c total CPU time = 5.924s
5.88/5.92	c total wall clock time = 5.924s

Verifier Data

OK	5

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

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

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


[startup+0 s]
/proc/loadavg: 2.18 2.29 2.27 3/179 3846
/proc/meminfo: memFree=29187096/32872528 swapFree=16384/1696552
[pid=3846] ppid=3843 vsize=347580 CPUtime=0 cores=1,3,5,7
/proc/3846/stat : 3846 (toysat) R 3843 3846 1166 0 -1 4202496 1233 0 0 0 0 0 0 0 20 0 4 0 106244667 355921920 1082 33554432000 4194304 16246674 140735875086864 140735875069784 13880264 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/3846/statm: 87663 1091 441 2943 0 84557 0
[pid=3846/tid=3847] ppid=3843 vsize=362940 CPUtime=0 cores=1,3,5,7
/proc/3846/task/3847/stat : 3847 (toysat) S 3843 3846 1166 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 106244668 371650560 1142 33554432000 4194304 16246674 140735875086864 140255712750832 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=3846/tid=3848] ppid=3843 vsize=368060 CPUtime=0 cores=1,3,5,7
/proc/3846/task/3848/stat : 3848 (toysat) S 3843 3846 1166 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 106244668 376893440 1160 33554432000 4194304 16246674 140735875086864 140255702260976 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=3846/tid=3849] ppid=3843 vsize=372156 CPUtime=0 cores=1,3,5,7
/proc/3846/task/3849/stat : 3849 (toysat) S 3843 3846 1166 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 106244668 381087744 1175 33554432000 4194304 16246674 140735875086864 140255691787440 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0

[startup+0.100206 s]
/proc/loadavg: 2.18 2.29 2.27 3/179 3846
/proc/meminfo: memFree=29187096/32872528 swapFree=16384/1696552
[pid=3846] ppid=3843 vsize=1218116 CPUtime=0.09 cores=1,3,5,7
/proc/3846/stat : 3846 (toysat) R 3843 3846 1166 0 -1 4202496 26753 0 0 0 5 4 0 0 20 0 4 0 106244667 1247350784 26589 33554432000 4194304 16246674 140735875086864 140735875069856 6023439 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/3846/statm: 304529 26597 784 2943 0 301423 0
[pid=3846/tid=3847] ppid=3843 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/3846/task/3847/stat : 3847 (toysat) S 3843 3846 1166 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 106244668 1247350784 26602 33554432000 4194304 16246674 140735875086864 140255712750832 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=3846/tid=3848] ppid=3843 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/3846/task/3848/stat : 3848 (toysat) S 3843 3846 1166 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 106244668 1247350784 26605 33554432000 4194304 16246674 140735875086864 140255702260976 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=3846/tid=3849] ppid=3843 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/3846/task/3849/stat : 3849 (toysat) S 3843 3846 1166 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 106244668 1247350784 26611 33554432000 4194304 16246674 140735875086864 140255691787440 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1218116

[startup+0.200502 s]
/proc/loadavg: 2.18 2.29 2.27 3/179 3846
/proc/meminfo: memFree=29187096/32872528 swapFree=16384/1696552
[pid=3846] ppid=3843 vsize=1218116 CPUtime=0.18 cores=1,3,5,7
/proc/3846/stat : 3846 (toysat) R 3843 3846 1166 0 -1 4202496 45635 0 0 0 12 6 0 0 20 0 4 0 106244667 1247350784 45471 33554432000 4194304 16246674 140735875086864 140735875069856 5709562 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/3846/statm: 304529 45482 784 2943 0 301423 0
[pid=3846/tid=3847] ppid=3843 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/3846/task/3847/stat : 3847 (toysat) S 3843 3846 1166 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 106244668 1247350784 45489 33554432000 4194304 16246674 140735875086864 140255712750832 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=3846/tid=3848] ppid=3843 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/3846/task/3848/stat : 3848 (toysat) S 3843 3846 1166 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 106244668 1247350784 45494 33554432000 4194304 16246674 140735875086864 140255702260976 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=3846/tid=3849] ppid=3843 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/3846/task/3849/stat : 3849 (toysat) S 3843 3846 1166 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 106244668 1247350784 45496 33554432000 4194304 16246674 140735875086864 140255691787440 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 1218116

[startup+0.300435 s]
/proc/loadavg: 2.18 2.29 2.27 3/179 3846
/proc/meminfo: memFree=29187096/32872528 swapFree=16384/1696552
[pid=3846] ppid=3843 vsize=1218116 CPUtime=0.28 cores=1,3,5,7
/proc/3846/stat : 3846 (toysat) R 3843 3846 1166 0 -1 4202496 64819 0 0 0 19 9 0 0 20 0 4 0 106244667 1247350784 64656 33554432000 4194304 16246674 140735875086864 140735875069856 5516309 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/3846/statm: 304529 64662 785 2943 0 301423 0
[pid=3846/tid=3847] ppid=3843 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/3846/task/3847/stat : 3847 (toysat) S 3843 3846 1166 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 106244668 1247350784 64669 33554432000 4194304 16246674 140735875086864 140255712750832 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=3846/tid=3848] ppid=3843 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/3846/task/3848/stat : 3848 (toysat) S 3843 3846 1166 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 106244668 1247350784 64676 33554432000 4194304 16246674 140735875086864 140255702260976 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=3846/tid=3849] ppid=3843 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/3846/task/3849/stat : 3849 (toysat) S 3843 3846 1166 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 106244668 1247350784 64682 33554432000 4194304 16246674 140735875086864 140255691787440 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 1218116

[startup+0.700414 s]
/proc/loadavg: 2.18 2.29 2.27 3/179 3846
/proc/meminfo: memFree=29187096/32872528 swapFree=16384/1696552
[pid=3846] ppid=3843 vsize=1218116 CPUtime=0.69 cores=1,3,5,7
/proc/3846/stat : 3846 (toysat) R 3843 3846 1166 0 -1 4202496 142637 0 0 0 49 20 0 0 20 0 4 0 106244667 1247350784 142473 33554432000 4194304 16246674 140735875086864 140735875069856 5675357 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/3846/statm: 304529 142483 785 2943 0 301423 0
[pid=3846/tid=3847] ppid=3843 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/3846/task/3847/stat : 3847 (toysat) S 3843 3846 1166 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 106244668 1247350784 142489 33554432000 4194304 16246674 140735875086864 140255712750832 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=3846/tid=3848] ppid=3843 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/3846/task/3848/stat : 3848 (toysat) S 3843 3846 1166 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 106244668 1247350784 142494 33554432000 4194304 16246674 140735875086864 140255702260976 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=3846/tid=3849] ppid=3843 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/3846/task/3849/stat : 3849 (toysat) S 3843 3846 1166 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 106244668 1247350784 142501 33554432000 4194304 16246674 140735875086864 140255691787440 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1218116

[startup+1.50037 s]
/proc/loadavg: 2.17 2.29 2.27 3/183 3850
/proc/meminfo: memFree=28307740/32872528 swapFree=16384/1696552
[pid=3846] ppid=3843 vsize=1218116 CPUtime=1.49 cores=1,3,5,7
/proc/3846/stat : 3846 (toysat) R 3843 3846 1166 0 -1 4202496 245588 0 0 0 115 34 0 0 20 0 4 0 106244667 1247350784 245402 33554432000 4194304 16246674 140735875086864 140735875086176 5661838 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/3846/statm: 304529 245402 845 2943 0 301423 0
[pid=3846/tid=3847] ppid=3843 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/3846/task/3847/stat : 3847 (toysat) S 3843 3846 1166 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 106244668 1247350784 245402 33554432000 4194304 16246674 140735875086864 140255712750832 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=3846/tid=3848] ppid=3843 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/3846/task/3848/stat : 3848 (toysat) S 3843 3846 1166 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 106244668 1247350784 245402 33554432000 4194304 16246674 140735875086864 140255702260976 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=3846/tid=3849] ppid=3843 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/3846/task/3849/stat : 3849 (toysat) S 3843 3846 1166 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 106244668 1247350784 245402 33554432000 4194304 16246674 140735875086864 140255691787440 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 1218116

[startup+3.10041 s]
/proc/loadavg: 2.17 2.29 2.27 3/183 3850
/proc/meminfo: memFree=28119012/32872528 swapFree=16384/1696552
[pid=3846] ppid=3843 vsize=1306180 CPUtime=3.08 cores=1,3,5,7
/proc/3846/stat : 3846 (toysat) R 3843 3846 1166 0 -1 4202496 267414 0 0 0 271 37 0 0 20 0 4 0 106244667 1337528320 267228 33554432000 4194304 16246674 140735875086864 140735875068736 5823367 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/3846/statm: 326545 267228 845 2943 0 323439 0
[pid=3846/tid=3847] ppid=3843 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/3846/task/3847/stat : 3847 (toysat) S 3843 3846 1166 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 106244668 1337528320 267228 33554432000 4194304 16246674 140735875086864 140255712750832 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=3846/tid=3848] ppid=3843 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/3846/task/3848/stat : 3848 (toysat) S 3843 3846 1166 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 106244668 1337528320 267228 33554432000 4194304 16246674 140735875086864 140255702260976 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=3846/tid=3849] ppid=3843 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/3846/task/3849/stat : 3849 (toysat) S 3843 3846 1166 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 106244668 1337528320 267228 33554432000 4194304 16246674 140735875086864 140255691787440 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 1306180

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

[startup+3.2005 s]
/proc/loadavg: 2.17 2.29 2.27 3/183 3850
/proc/meminfo: memFree=28119012/32872528 swapFree=16384/1696552
[pid=3846] ppid=3843 vsize=1306180 CPUtime=3.18 cores=1,3,5,7
/proc/3846/stat : 3846 (toysat) R 3843 3846 1166 0 -1 4202496 267414 0 0 0 281 37 0 0 20 0 4 0 106244667 1337528320 267228 33554432000 4194304 16246674 140735875086864 140735875068736 5711644 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/3846/statm: 326545 267228 845 2943 0 323439 0
[pid=3846/tid=3847] ppid=3843 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/3846/task/3847/stat : 3847 (toysat) S 3843 3846 1166 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 106244668 1337528320 267228 33554432000 4194304 16246674 140735875086864 140255712750832 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=3846/tid=3848] ppid=3843 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/3846/task/3848/stat : 3848 (toysat) S 3843 3846 1166 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 106244668 1337528320 267228 33554432000 4194304 16246674 140735875086864 140255702260976 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=3846/tid=3849] ppid=3843 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/3846/task/3849/stat : 3849 (toysat) S 3843 3846 1166 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 106244668 1337528320 267228 33554432000 4194304 16246674 140735875086864 140255691787440 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 3.18
Current children cumulated vsize (KiB) 1306180

[startup+4.80041 s]
/proc/loadavg: 2.17 2.29 2.27 3/183 3850
/proc/meminfo: memFree=28118540/32872528 swapFree=16384/1696552
[pid=3846] ppid=3843 vsize=1306180 CPUtime=4.78 cores=1,3,5,7
/proc/3846/stat : 3846 (toysat) R 3843 3846 1166 0 -1 4202496 267489 0 0 0 441 37 0 0 20 0 4 0 106244667 1337528320 267303 33554432000 4194304 16246674 140735875086864 140735875068736 13949872 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/3846/statm: 326545 267303 847 2943 0 323439 0
[pid=3846/tid=3847] ppid=3843 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/3846/task/3847/stat : 3847 (toysat) S 3843 3846 1166 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 106244668 1337528320 267303 33554432000 4194304 16246674 140735875086864 140255712750832 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=3846/tid=3848] ppid=3843 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/3846/task/3848/stat : 3848 (toysat) S 3843 3846 1166 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 106244668 1337528320 267303 33554432000 4194304 16246674 140735875086864 140255702260976 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=3846/tid=3849] ppid=3843 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/3846/task/3849/stat : 3849 (toysat) S 3843 3846 1166 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 106244668 1337528320 267303 33554432000 4194304 16246674 140735875086864 140255691787440 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 4.78
Current children cumulated vsize (KiB) 1306180

[startup+5.60736 s]
/proc/loadavg: 2.17 2.29 2.27 4/183 3850
/proc/meminfo: memFree=28118044/32872528 swapFree=16384/1696552
[pid=3846] ppid=3843 vsize=1306180 CPUtime=5.59 cores=1,3,5,7
/proc/3846/stat : 3846 (toysat) R 3843 3846 1166 0 -1 4202496 267489 0 0 0 522 37 0 0 20 0 4 0 106244667 1337528320 267303 33554432000 4194304 16246674 140735875086864 140735875068736 5723121 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/3846/statm: 326545 267303 847 2943 0 323439 0
[pid=3846/tid=3847] ppid=3843 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/3846/task/3847/stat : 3847 (toysat) S 3843 3846 1166 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 106244668 1337528320 267303 33554432000 4194304 16246674 140735875086864 140255712750832 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=3846/tid=3848] ppid=3843 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/3846/task/3848/stat : 3848 (toysat) S 3843 3846 1166 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 106244668 1337528320 267303 33554432000 4194304 16246674 140735875086864 140255702260976 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=3846/tid=3849] ppid=3843 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/3846/task/3849/stat : 3849 (toysat) S 3843 3846 1166 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 106244668 1337528320 267303 33554432000 4194304 16246674 140735875086864 140255691787440 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 5.59
Current children cumulated vsize (KiB) 1306180

[startup+5.80038 s]
/proc/loadavg: 2.17 2.29 2.27 4/183 3850
/proc/meminfo: memFree=28118044/32872528 swapFree=16384/1696552
[pid=3846] ppid=3843 vsize=1306180 CPUtime=5.78 cores=1,3,5,7
/proc/3846/stat : 3846 (toysat) R 3843 3846 1166 0 -1 4202496 267489 0 0 0 541 37 0 0 20 0 4 0 106244667 1337528320 267303 33554432000 4194304 16246674 140735875086864 140735875068736 5546177 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/3846/statm: 326545 267303 847 2943 0 323439 0
[pid=3846/tid=3847] ppid=3843 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/3846/task/3847/stat : 3847 (toysat) S 3843 3846 1166 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 106244668 1337528320 267303 33554432000 4194304 16246674 140735875086864 140255712750832 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=3846/tid=3848] ppid=3843 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/3846/task/3848/stat : 3848 (toysat) S 3843 3846 1166 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 106244668 1337528320 267303 33554432000 4194304 16246674 140735875086864 140255702260976 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=3846/tid=3849] ppid=3843 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/3846/task/3849/stat : 3849 (toysat) S 3843 3846 1166 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 106244668 1337528320 267303 33554432000 4194304 16246674 140735875086864 140255691787440 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 5.78
Current children cumulated vsize (KiB) 1306180

[startup+5.90037 s]
/proc/loadavg: 2.17 2.29 2.27 4/183 3850
/proc/meminfo: memFree=28118044/32872528 swapFree=16384/1696552
[pid=3846] ppid=3843 vsize=1306180 CPUtime=5.88 cores=1,3,5,7
/proc/3846/stat : 3846 (toysat) R 3843 3846 1166 0 -1 4202496 267489 0 0 0 551 37 0 0 20 0 4 0 106244667 1337528320 267303 33554432000 4194304 16246674 140735875086864 140735875068736 5600492 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/3846/statm: 326545 267303 847 2943 0 323439 0
[pid=3846/tid=3847] ppid=3843 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/3846/task/3847/stat : 3847 (toysat) S 3843 3846 1166 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 106244668 1337528320 267303 33554432000 4194304 16246674 140735875086864 140255712750832 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=3846/tid=3848] ppid=3843 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/3846/task/3848/stat : 3848 (toysat) S 3843 3846 1166 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 106244668 1337528320 267303 33554432000 4194304 16246674 140735875086864 140255702260976 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=3846/tid=3849] ppid=3843 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/3846/task/3849/stat : 3849 (toysat) S 3843 3846 1166 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 106244668 1337528320 267303 33554432000 4194304 16246674 140735875086864 140255691787440 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 5.88
Current children cumulated vsize (KiB) 1306180

Child status: 0
Real time (s): 5.98796
CPU time (s): 5.98409
CPU user time (s): 5.54616
CPU system time (s): 0.437933
CPU usage (%): 99.9354
Max. virtual memory (cumulated for all children) (KiB): 1306180

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5.54616
system time used= 0.437933
maximum resident set size= 1069228
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 267494
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= 9

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.013997 second user time and 0.029995 second system time

The end

Launcher Data

Begin job on node125 at 2016-06-06 21:58:36
IDJOB=4079712
IDBENCH=2870
IDSOLVER=2542
FILE ID=node125/4079712-1465243116
RUNJOBID= node125-1465224138-1183
PBS_JOBID= 19843237
Free space on /tmp= 71728 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/logic_synthesis/normalized-m100_50_20_20.r.opb
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --pb --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4079712-1465243116/watcher-4079712-1465243116 -o /tmp/evaluation-result-4079712-1465243116/solver-4079712-1465243116 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node125-1465224138-1183 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4079712-1465243116.opb

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

MD5SUM BENCH= a0250fc6809d30108f7d11f1d27eb358
RANDOM SEED=1523032114

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.456
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.456
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.456
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.456
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:        29186988 kB
Buffers:           43592 kB
Cached:           125148 kB
SwapCached:         2016 kB
Active:          1211788 kB
Inactive:          70732 kB
Active(anon):    1114760 kB
Inactive(anon):     1380 kB
Active(file):      97028 kB
Inactive(file):    69352 kB
Unevictable:     1696552 kB
Mlocked:           16384 kB
SwapTotal:      67108856 kB
SwapFree:       67098492 kB
Dirty:             16168 kB
Writeback:             0 kB
AnonPages:       2815636 kB
Mapped:            10652 kB
Shmem:                 0 kB
Slab:             568276 kB
SReclaimable:      12176 kB
SUnreclaim:       556100 kB
KernelStack:        1520 kB
PageTables:         9176 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2954800 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2562048 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-06 21:58:42