Trace number 4110190

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 NameAnswerCPU timeWall clock time
toysat 2016-05-02OPTIMUM 21.5727 21.5764

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1110973364--soft-0-100-0.wbo
MD5SUM720f64c2f6f2c9ea73cb79f37d5ddc49
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark3.2715
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables169
Total number of constraints101
Number of soft constraints101
Number of constraints which are clauses30
Number of constraints which are cardinality constraints (but not clauses)70
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint169
Top cost 5034
Min constraint cost 1
Max constraint cost 98
Sum of constraints costs 5033
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1246
Number of bits of the biggest sum of numbers11
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-19T15:58:49+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","--wbo","--search=bcd2","HOME/instance-4110190-1466344729.wbo"]
0.00/0.01	c use --random-gen="1358862158 204891896 3073491068 309624010 2971065036 3814159167 297174665 823945879 24757841 3996258283 1483734645 2419699551 2755616480 1925474813 1190243293 1013702875 1339937894 1313452657 234135072 1076776376 3368819103 1110262719 483724048 3228915017 3097949514 1551454374 2556094190 240909251 1893626275 3763935920 1735843722 610251464 970705478 1048313910 978910074 430011352 1759364989 1512366741 562811818 2216180603 3068795711 640546252 3297158517 400230930 744547774 4026897592 655337678 2610836686 1412146092 3841740598 3543680946 3087799693 4126778420 3931229507 631368201 2208023699 3357491587 3797765918 2802002663 174279208 2805996772 214967687 3510332643 2875645985 247588782 2255780772 1234450780 3846663183 2464236302 2696964639 4142826463 2642075108 2831522799 212011973 4095170347 2764563870 2595765730 880046753 1310158208 2345403197 3566369815 2167357440 32234065 3541696418 2617394010 1607078733 3408807311 4192408428 99648172 2923323174 457637870 1958209737 255549923 3170951990 3392215090 3323138556 1023621295 3817865854 2953499269 2017314885 322321074 2377993444 3222295542 1336262778 1603673085 231892921 3413347165 3325149582 3381285556 1229098983 150841959 3230514968 3605119819 2314524782 2531032819 2261591300 188278104 2628731636 3655948058 435418088 4066446674 2506848763 402918173 179796774 75020934 3507968539 2659812394 3924503694 2283904593 3206072485 3348703314 3114566163 1216511958 1583430007 3062940948 1275874943 59386519 3575926552 857362082 693953190 25559705 1161690932 1943523473 2889708573 2489724436 2966724250 268898394 179850037 912850252 3951222471 2308300458 724131341 3581333258 2997691248 2913370347 2923234912 4233065779 341768933 31631519 3761758385 2071088218 3669924475 222915111 742802740 2666384718 440992909 1019805898 3662145839 2680854203 426391125 2200323416 2416725814 2156252412 2638881988 1455672617 3748092852 1959316617 1789792595 2440832070 1742489025 155170275 4064954298 1284252509 2651077949 74161758 449544976 1317592312 2272828085 4070065931 2182531516 459602848 1955093255 4043698150 1757913986 3563221816 409631116 2062095255 2182277668 2833228785 3341750936 1312200449 129324204 3077685418 2895038889 1026835280 1841811201 1864057831 1673695411 2235153741 1926473020 2809783578 1185774145 3013939297 1638067595 1665605733 2849550138 2651683701 2210809033 1794296145 4167770711 3048168242 239792326 3507325567 890881994 1597689452 2554911620 3592551953 473560139 3498136459 4044864263 2394574237 3777396081 2798272354 2805695816 2430011975 3619755089 4286195382 2204985715 1798465776 1839453468 1268872219 594536803 1965462172 4199562562 1475755058 121945788 3970508269 1927254680 2222045071 3711983519 3153602645 1654193329 4025552695 1835104917 3043917023 2224970648 255 362436" option to reproduce the execution
0.19/0.25	c #vars 169
0.19/0.25	c #constraints 101
0.19/0.25	c BCD2: Hardening is enabled.
0.19/0.25	c BCD2: BiasedSearch is enabled.
0.19/0.25	c Solving starts ...
0.19/0.25	c ============================[ Search Statistics ]============================
0.19/0.25	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.19/0.25	c       |         |          |          |    Limit     GC | Var      | Constra 
0.19/0.25	c =============================================================================
0.19/0.25	c  0.0s |       0 |        0 |        0 |      123      0 |        0 |        0
0.19/0.25	c  0.0s |       0 |      109 |        0 |      123      0 |        0 |        0
0.19/0.25	c #cpu_time = 0.001s
0.19/0.25	c #wall_clock_time = 0.001s
0.19/0.25	c #decision = 109
0.19/0.25	c #random_decision = 0
0.19/0.25	c #conflict = 0
0.19/0.25	c #restart = 0
0.19/0.25	o 458
0.19/0.25	c BCD2: updating upper bound: 5033 -> 457
0.19/0.25	c BCD2: 0 <= obj <= 457
0.19/0.25	c BCD2: #cores=0, #unrelaxed=101, #relaxed=0, #hardened=0
0.19/0.25	c BCD2: #sat=1 #unsat=1 bias=1/2
0.19/0.25	c Solving starts ...
0.19/0.25	c ============================[ Search Statistics ]============================
0.19/0.25	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.19/0.25	c       |         |          |          |    Limit     GC | Var      | Constra 
0.19/0.25	c =============================================================================
0.19/0.25	c  0.0s |       0 |        0 |        0 |      123      0 |        0 |        0
0.19/0.27	c  0.0s |       1 |      257 |      100 |      123      0 |        0 |        0
0.29/0.30	c  0.0s |       2 |      579 |      250 |      136      0 |        0 |        0
0.29/0.34	c  0.1s |       3 |     1049 |      475 |      150      2 |        0 |        0
0.38/0.41	c  0.2s |       4 |     1598 |      813 |      165      4 |        0 |        0
0.49/0.52	c  0.3s |       5 |     2383 |     1320 |      182      7 |        0 |        0
0.69/0.70	c  0.4s |       6 |     3511 |     2081 |      222     11 |        0 |        0
0.69/0.95	c  0.7s |       7 |     5355 |     3223 |      245     17 |        0 |        0
1.29/1.32	c  1.1s |       8 |     7965 |     4936 |      270     25 |        0 |        0
1.59/1.67	c  1.4s |       9 |    11948 |     7506 |      297     36 |        0 |        0
2.19/2.24	c  2.0s |      10 |    17591 |    11361 |      327     52 |        0 |        0
2.99/3.09	c  2.8s |      11 |    25846 |    17144 |      360     75 |        0 |        0
4.39/4.42	c  4.2s |      12 |    37872 |    25819 |      397    107 |        0 |        0
6.39/6.44	c  6.2s |      12 |    55745 |    38419 |      397    152 |        0 |        0
6.49/6.50	c  6.2s |      13 |    56377 |    38832 |      437    153 |        0 |        0
8.49/8.52	c  8.3s |      13 |    73828 |    51432 |      437    194 |        0 |        0
9.69/9.74	c  9.5s |      14 |    83293 |    58352 |      481    217 |        0 |        0
11.69/11.76	c 11.5s |      14 |   101150 |    70952 |      481    256 |        0 |        0
13.69/13.76	c 13.5s |      14 |   115650 |    81652 |      481    289 |        0 |        0
14.69/14.78	c 14.5s |      14 |   121140 |    85966 |      481    304 |        0 |        0
14.69/14.78	c #cpu_time = 14.488s
14.69/14.78	c #wall_clock_time = 14.526s
14.69/14.78	c #decision = 121140
14.69/14.78	c #random_decision = 298
14.69/14.78	c #conflict = 85966
14.69/14.78	c #restart = 14
14.69/14.78	c BCD2: found a new core of size 100: cost of the new core is >=1
14.69/14.78	c lower bound updated to 1
14.69/14.78	c BCD2: 1 <= obj <= 457
14.69/14.78	c BCD2: #cores=1, #unrelaxed=1, #relaxed=100, #hardened=0
14.69/14.78	c BCD2: #sat=1 #unsat=2 bias=2/3
14.69/14.78	c Solving starts ...
14.69/14.78	c ============================[ Search Statistics ]============================
14.69/14.78	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
14.69/14.78	c       |         |          |          |    Limit     GC | Var      | Constra 
14.69/14.78	c =============================================================================
14.69/14.78	c  0.0s |       0 |        0 |        0 |      481      0 |        0 |        0
14.69/14.78	c  0.0s |       0 |      133 |        0 |      481      0 |        0 |        0
14.69/14.78	c #cpu_time = 0.002s
14.69/14.78	c #wall_clock_time = 0.002s
14.69/14.78	c #decision = 133
14.69/14.78	c #random_decision = 0
14.69/14.78	c #conflict = 0
14.69/14.78	c #restart = 0
14.69/14.78	o 10
14.69/14.78	c BCD2: hardening fixes 89 literals
14.69/14.78	c BCD2: updating upper bound: 457 -> 9
14.69/14.78	c BCD2: 1 <= obj <= 9
14.69/14.78	c BCD2: #cores=1, #unrelaxed=0, #relaxed=12, #hardened=89
14.69/14.78	c BCD2: #sat=2 #unsat=2 bias=2/4
14.69/14.78	c Solving starts ...
14.69/14.78	c ============================[ Search Statistics ]============================
14.69/14.78	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
14.69/14.78	c       |         |          |          |    Limit     GC | Var      | Constra 
14.69/14.78	c =============================================================================
14.69/14.78	c  0.0s |       0 |        0 |        0 |      481      0 |       89 |        2
14.79/14.80	c  0.0s |       1 |      161 |      100 |      481      0 |       89 |        2
14.79/14.81	c  0.0s |       2 |      413 |      250 |      481      0 |       89 |        2
14.79/14.84	c  0.1s |       3 |      848 |      475 |      481      1 |       89 |        2
14.79/14.88	c  0.1s |       4 |     1338 |      813 |      481      2 |       89 |        2
14.89/14.94	c  0.2s |       5 |     2059 |     1320 |      530      3 |       89 |        2
14.99/15.03	c  0.2s |       6 |     3255 |     2081 |      530      6 |       89 |        2
15.09/15.15	c  0.4s |       7 |     4948 |     3223 |      530      9 |       89 |        2
15.29/15.33	c  0.5s |       8 |     7456 |     4936 |      530     14 |       89 |        2
15.59/15.62	c  0.8s |       9 |    11054 |     7506 |      530     21 |       89 |        2
15.99/16.06	c  1.3s |      10 |    16406 |    11361 |      530     32 |       89 |        2
16.69/16.72	c  1.9s |      11 |    24535 |    17144 |      530     48 |       89 |        2
17.59/17.63	c  2.8s |      12 |    36989 |    25819 |      530     73 |       89 |        2
18.99/19.07	c  4.3s |      13 |    55226 |    38832 |      530    110 |       89 |        2
20.19/20.27	c  5.5s |      13 |    69646 |    49241 |      583    138 |       89 |        2
20.19/20.27	c #cpu_time = 5.473s
20.19/20.27	c #wall_clock_time = 5.487s
20.19/20.27	c #decision = 69646
20.19/20.27	c #random_decision = 158
20.19/20.27	c #conflict = 49241
20.19/20.27	c #restart = 13
20.19/20.27	o 2
20.19/20.27	c BCD2: hardening fixes 11 literals
20.19/20.27	c BCD2: updating upper bound: 9 -> 1
20.19/20.27	c BCD2: 1 <= obj <= 1
20.19/20.27	c BCD2: #cores=1, #unrelaxed=0, #relaxed=1, #hardened=100
20.19/20.27	c BCD2: #sat=3 #unsat=2 bias=2/5
20.19/20.27	c Solving starts ...
20.19/20.27	c ============================[ Search Statistics ]============================
20.19/20.27	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
20.19/20.27	c       |         |          |          |    Limit     GC | Var      | Constra 
20.19/20.27	c =============================================================================
20.19/20.27	c  0.0s |       0 |        0 |        0 |      583      0 |      101 |        2
20.19/20.28	c  0.0s |       1 |      154 |      100 |      583      0 |      101 |        6
20.29/20.30	c  0.0s |       2 |      369 |      250 |      583      1 |      101 |        6
20.29/20.33	c  0.1s |       3 |      664 |      475 |      583      1 |      101 |        6
20.29/20.37	c  0.1s |       4 |     1109 |      813 |      583      2 |      101 |        6
20.39/20.43	c  0.2s |       5 |     1849 |     1320 |      583      3 |      101 |        6
20.49/20.51	c  0.2s |       6 |     2983 |     2081 |      583      6 |      101 |        6
20.59/20.64	c  0.4s |       7 |     4802 |     3223 |      583      9 |      101 |        6
20.79/20.84	c  0.6s |       8 |     7274 |     4936 |      583     13 |      101 |        6
21.09/21.14	c  0.9s |       9 |    10828 |     7506 |      583     20 |      101 |        6
21.49/21.51	c  1.2s |       9 |    15168 |    10504 |      583     28 |      103 |        8
21.49/21.51	c #cpu_time = 1.237s
21.49/21.51	c #wall_clock_time = 1.240s
21.49/21.51	c #decision = 15168
21.49/21.51	c #random_decision = 39
21.49/21.51	c #conflict = 10504
21.49/21.51	c #restart = 9
21.49/21.51	c BCD2: updating lower bound of a core
21.49/21.51	c lower bound updated to 3
21.49/21.51	s OPTIMUM FOUND
21.49/21.51	v -x1 -x2 -x3 -x4 -x5 -x6 -x7 -x8 -x9 -x10
21.49/21.51	v -x11 x12 -x13 -x14 -x15 -x16 -x17 -x18 -x19 -x20
21.49/21.51	v -x21 x22 -x23 -x24 -x25 -x26 -x27 -x28 x29 -x30
21.49/21.51	v -x31 -x32 -x33 -x34 -x35 -x36 -x37 -x38 -x39 -x40
21.49/21.51	v -x41 -x42 -x43 -x44 -x45 -x46 -x47 -x48 x49 -x50
21.49/21.51	v -x51 -x52 -x53 -x54 -x55 x56 -x57 -x58 -x59 -x60
21.49/21.51	v -x61 -x62 -x63 -x64 -x65 -x66 x67 -x68 -x69 -x70
21.49/21.51	v -x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80
21.49/21.51	v -x81 -x82 -x83 -x84 -x85 x86 -x87 -x88 -x89 -x90
21.49/21.51	v -x91 -x92 -x93 -x94 -x95 -x96 -x97 -x98 -x99 -x100
21.49/21.51	v -x101 -x102 -x103 x104 x105 -x106 -x107 -x108 -x109 -x110
21.49/21.51	v -x111 -x112 -x113 -x114 -x115 -x116 -x117 -x118 -x119 -x120
21.49/21.51	v -x121 -x122 x123 -x124 -x125 -x126 -x127 -x128 -x129 -x130
21.49/21.51	v -x131 -x132 -x133 -x134 -x135 -x136 x137 -x138 -x139 -x140
21.49/21.51	v -x141 -x142 -x143 -x144 -x145 -x146 -x147 x148 -x149 -x150
21.49/21.51	v -x151 -x152 -x153 -x154 -x155 -x156 -x157 -x158 -x159 -x160
21.49/21.51	v -x161 -x162 -x163 -x164 -x165 -x166 x167 -x168 -x169
21.49/21.51	c total CPU time = 21.459s
21.49/21.51	c total wall clock time = 21.514s

Verifier Data

OK	2

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-4110190-1466344729/watcher-4110190-1466344729 -o /tmp/evaluation-result-4110190-1466344729/solver-4110190-1466344729 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node121-1466341819-1236 --watchdog 1960 toysat +RTS -H1G -M15500m -K1G -RTS --wbo --search=bcd2 HOME/instance-4110190-1466344729.wbo 

pid=2796
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.33 2.26 2.15 3/177 2799
/proc/meminfo: memFree=28865632/32872528 swapFree=1316768/1463936
[pid=2799] ppid=2796 vsize=735676 CPUtime=0 cores=1,3,5,7
/proc/2799/stat : 2799 (toysat) R 2796 2799 1219 0 -1 4202496 2751 0 0 0 0 0 0 0 20 0 4 0 36519819 753332224 2600 33554432000 4194304 16246674 140735299630832 140735299630256 13880264 0 2 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2799/statm: 184431 2608 441 2943 0 181325 0
[pid=2799/tid=2800] ppid=2796 vsize=754108 CPUtime=0 cores=1,3,5,7
/proc/2799/task/2800/stat : 2800 (toysat) S 2796 2799 1219 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36519819 772206592 2672 33554432000 4194304 16246674 140735299630832 140678232255728 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=2799/tid=2801] ppid=2796 vsize=758204 CPUtime=0 cores=1,3,5,7
/proc/2799/task/2801/stat : 2801 (toysat) S 2796 2799 1219 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36519819 776400896 2688 33554432000 4194304 16246674 140735299630832 140678221765872 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=2799/tid=2802] ppid=2796 vsize=762300 CPUtime=0 cores=1,3,5,7
/proc/2799/task/2802/stat : 2802 (toysat) S 2796 2799 1219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36519819 780595200 2704 33554432000 4194304 16246674 140735299630832 140678211292336 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0

[startup+0.100177 s]
/proc/loadavg: 2.33 2.26 2.15 3/177 2799
/proc/meminfo: memFree=28865632/32872528 swapFree=1316768/1463936
[pid=2799] ppid=2796 vsize=1218116 CPUtime=0.09 cores=1,3,5,7
/proc/2799/stat : 2799 (toysat) R 2796 2799 1219 0 -1 4202496 18526 0 0 0 7 2 0 0 20 0 4 0 36519819 1247350784 18368 33554432000 4194304 16246674 140735299630832 140735299630256 12501877 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2799/statm: 304529 18369 610 2943 0 301423 0
[pid=2799/tid=2800] ppid=2796 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/2799/task/2800/stat : 2800 (toysat) S 2796 2799 1219 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36519819 1247350784 18370 33554432000 4194304 16246674 140735299630832 140678232255728 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=2799/tid=2801] ppid=2796 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/2799/task/2801/stat : 2801 (toysat) S 2796 2799 1219 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36519819 1247350784 18373 33554432000 4194304 16246674 140735299630832 140678221765872 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=2799/tid=2802] ppid=2796 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/2799/task/2802/stat : 2802 (toysat) S 2796 2799 1219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36519819 1247350784 18375 33554432000 4194304 16246674 140735299630832 140678211292336 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1218116

[startup+0.200547 s]
/proc/loadavg: 2.33 2.26 2.15 3/177 2799
/proc/meminfo: memFree=28865632/32872528 swapFree=1316768/1463936
[pid=2799] ppid=2796 vsize=1218116 CPUtime=0.19 cores=1,3,5,7
/proc/2799/stat : 2799 (toysat) R 2796 2799 1219 0 -1 4202496 26471 0 0 0 16 3 0 0 20 0 4 0 36519819 1247350784 26313 33554432000 4194304 16246674 140735299630832 140735299630256 13954914 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2799/statm: 304529 26321 610 2943 0 301423 0
[pid=2799/tid=2800] ppid=2796 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/2799/task/2800/stat : 2800 (toysat) S 2796 2799 1219 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36519819 1247350784 26321 33554432000 4194304 16246674 140735299630832 140678232255728 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=2799/tid=2801] ppid=2796 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/2799/task/2801/stat : 2801 (toysat) S 2796 2799 1219 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36519819 1247350784 26321 33554432000 4194304 16246674 140735299630832 140678221765872 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=2799/tid=2802] ppid=2796 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/2799/task/2802/stat : 2802 (toysat) S 2796 2799 1219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36519819 1247350784 26325 33554432000 4194304 16246674 140735299630832 140678211292336 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1218116

[startup+0.300471 s]
/proc/loadavg: 2.33 2.26 2.15 3/177 2799
/proc/meminfo: memFree=28865632/32872528 swapFree=1316768/1463936
[pid=2799] ppid=2796 vsize=1218116 CPUtime=0.29 cores=1,3,5,7
/proc/2799/stat : 2799 (toysat) R 2796 2799 1219 0 -1 4202496 38804 0 0 0 24 5 0 0 20 0 4 0 36519819 1247350784 38640 33554432000 4194304 16246674 140735299630832 140735299630256 13954518 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2799/statm: 304529 38647 808 2943 0 301423 0
[pid=2799/tid=2800] ppid=2796 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/2799/task/2800/stat : 2800 (toysat) S 2796 2799 1219 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36519819 1247350784 38655 33554432000 4194304 16246674 140735299630832 140678232255728 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=2799/tid=2801] ppid=2796 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/2799/task/2801/stat : 2801 (toysat) S 2796 2799 1219 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36519819 1247350784 38665 33554432000 4194304 16246674 140735299630832 140678221765872 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=2799/tid=2802] ppid=2796 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/2799/task/2802/stat : 2802 (toysat) S 2796 2799 1219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36519819 1247350784 38673 33554432000 4194304 16246674 140735299630832 140678211292336 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1218116

[startup+0.700402 s]
/proc/loadavg: 2.33 2.26 2.15 3/177 2799
/proc/meminfo: memFree=28865632/32872528 swapFree=1316768/1463936
[pid=2799] ppid=2796 vsize=1218116 CPUtime=0.69 cores=1,3,5,7
/proc/2799/stat : 2799 (toysat) R 2796 2799 1219 0 -1 4202496 120881 0 0 0 53 16 0 0 20 0 4 0 36519819 1247350784 120716 33554432000 4194304 16246674 140735299630832 140735299612736 5675357 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2799/statm: 304529 120721 814 2943 0 301423 0
[pid=2799/tid=2800] ppid=2796 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/2799/task/2800/stat : 2800 (toysat) S 2796 2799 1219 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36519819 1247350784 120723 33554432000 4194304 16246674 140735299630832 140678232255728 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=2799/tid=2801] ppid=2796 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/2799/task/2801/stat : 2801 (toysat) S 2796 2799 1219 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36519819 1247350784 120729 33554432000 4194304 16246674 140735299630832 140678221765872 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=2799/tid=2802] ppid=2796 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/2799/task/2802/stat : 2802 (toysat) S 2796 2799 1219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36519819 1247350784 120733 33554432000 4194304 16246674 140735299630832 140678211292336 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1218116

[startup+1.50049 s]
/proc/loadavg: 2.33 2.26 2.15 3/181 2803
/proc/meminfo: memFree=27885984/32872528 swapFree=1316768/1463936
[pid=2799] ppid=2796 vsize=1219140 CPUtime=1.49 cores=1,3,5,7
/proc/2799/stat : 2799 (toysat) R 2796 2799 1219 0 -1 4202496 245795 0 0 0 115 34 0 0 20 0 4 0 36519819 1248399360 245608 33554432000 4194304 16246674 140735299630832 140735299612736 13906983 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2799/statm: 304785 245608 872 2943 0 301679 0
[pid=2799/tid=2800] ppid=2796 vsize=1219140 CPUtime=0 cores=1,3,5,7
/proc/2799/task/2800/stat : 2800 (toysat) S 2796 2799 1219 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36519819 1248399360 245608 33554432000 4194304 16246674 140735299630832 140678232255728 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=2799/tid=2801] ppid=2796 vsize=1219140 CPUtime=0 cores=1,3,5,7
/proc/2799/task/2801/stat : 2801 (toysat) S 2796 2799 1219 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36519819 1248399360 245608 33554432000 4194304 16246674 140735299630832 140678221765872 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=2799/tid=2802] ppid=2796 vsize=1219140 CPUtime=0 cores=1,3,5,7
/proc/2799/task/2802/stat : 2802 (toysat) S 2796 2799 1219 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36519819 1248399360 245608 33554432000 4194304 16246674 140735299630832 140678211292336 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 1219140

[startup+3.10041 s]
/proc/loadavg: 2.33 2.26 2.15 3/181 2803
/proc/meminfo: memFree=27788644/32872528 swapFree=1316768/1463936
[pid=2799] ppid=2796 vsize=1306180 CPUtime=3.09 cores=1,3,5,7
/proc/2799/stat : 2799 (toysat) R 2796 2799 1219 0 -1 4202496 267522 0 0 0 271 38 0 0 20 0 4 0 36519819 1337528320 267335 33554432000 4194304 16246674 140735299630832 140735299612736 5754712 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2799/statm: 326545 267335 872 2943 0 323439 0
[pid=2799/tid=2800] ppid=2796 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/2799/task/2800/stat : 2800 (toysat) S 2796 2799 1219 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36519819 1337528320 267335 33554432000 4194304 16246674 140735299630832 140678232255728 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=2799/tid=2801] ppid=2796 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/2799/task/2801/stat : 2801 (toysat) S 2796 2799 1219 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36519819 1337528320 267335 33554432000 4194304 16246674 140735299630832 140678221765872 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=2799/tid=2802] ppid=2796 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/2799/task/2802/stat : 2802 (toysat) S 2796 2799 1219 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36519819 1337528320 267335 33554432000 4194304 16246674 140735299630832 140678211292336 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 1306180

[startup+6.30042 s]
/proc/loadavg: 2.30 2.25 2.14 3/181 2803
/proc/meminfo: memFree=27787488/32872528 swapFree=1316768/1463936
[pid=2799] ppid=2796 vsize=1306180 CPUtime=6.29 cores=1,3,5,7
/proc/2799/stat : 2799 (toysat) R 2796 2799 1219 0 -1 4202496 267571 0 0 0 591 38 0 0 20 0 4 0 36519819 1337528320 267384 33554432000 4194304 16246674 140735299630832 140735299612736 5546181 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2799/statm: 326545 267384 872 2943 0 323439 0
[pid=2799/tid=2800] ppid=2796 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/2799/task/2800/stat : 2800 (toysat) S 2796 2799 1219 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36519819 1337528320 267384 33554432000 4194304 16246674 140735299630832 140678232255728 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=2799/tid=2801] ppid=2796 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/2799/task/2801/stat : 2801 (toysat) S 2796 2799 1219 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36519819 1337528320 267384 33554432000 4194304 16246674 140735299630832 140678221765872 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=2799/tid=2802] ppid=2796 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/2799/task/2802/stat : 2802 (toysat) S 2796 2799 1219 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36519819 1337528320 267384 33554432000 4194304 16246674 140735299630832 140678211292336 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 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.28 2.25 2.14 3/181 2803
/proc/meminfo: memFree=27787036/32872528 swapFree=1316768/1463936
[pid=2799] ppid=2796 vsize=1306180 CPUtime=12.69 cores=1,3,5,7
/proc/2799/stat : 2799 (toysat) R 2796 2799 1219 0 -1 4202496 267670 0 0 0 1231 38 0 0 20 0 4 0 36519819 1337528320 267483 33554432000 4194304 16246674 140735299630832 140735299612736 6010408 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2799/statm: 326545 267483 875 2943 0 323439 0
[pid=2799/tid=2800] ppid=2796 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/2799/task/2800/stat : 2800 (toysat) S 2796 2799 1219 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36519819 1337528320 267483 33554432000 4194304 16246674 140735299630832 140678232255728 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=2799/tid=2801] ppid=2796 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/2799/task/2801/stat : 2801 (toysat) S 2796 2799 1219 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36519819 1337528320 267483 33554432000 4194304 16246674 140735299630832 140678221765872 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=2799/tid=2802] ppid=2796 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/2799/task/2802/stat : 2802 (toysat) S 2796 2799 1219 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36519819 1337528320 267483 33554432000 4194304 16246674 140735299630832 140678211292336 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1306180

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

[startup+13.0004 s]
/proc/loadavg: 2.28 2.25 2.14 3/181 2803
/proc/meminfo: memFree=27787036/32872528 swapFree=1316768/1463936
[pid=2799] ppid=2796 vsize=1306180 CPUtime=12.99 cores=1,3,5,7
/proc/2799/stat : 2799 (toysat) R 2796 2799 1219 0 -1 4202496 267670 0 0 0 1261 38 0 0 20 0 4 0 36519819 1337528320 267483 33554432000 4194304 16246674 140735299630832 140735299612736 5672188 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2799/statm: 326545 267483 875 2943 0 323439 0
[pid=2799/tid=2800] ppid=2796 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/2799/task/2800/stat : 2800 (toysat) S 2796 2799 1219 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36519819 1337528320 267483 33554432000 4194304 16246674 140735299630832 140678232255728 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=2799/tid=2801] ppid=2796 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/2799/task/2801/stat : 2801 (toysat) S 2796 2799 1219 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36519819 1337528320 267483 33554432000 4194304 16246674 140735299630832 140678221765872 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=2799/tid=2802] ppid=2796 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/2799/task/2802/stat : 2802 (toysat) S 2796 2799 1219 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36519819 1337528320 267483 33554432000 4194304 16246674 140735299630832 140678211292336 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 12.99
Current children cumulated vsize (KiB) 1306180

[startup+16.2004 s]
/proc/loadavg: 2.26 2.24 2.14 4/181 2803
/proc/meminfo: memFree=27789712/32872528 swapFree=1316768/1463936
[pid=2799] ppid=2796 vsize=1306180 CPUtime=16.19 cores=1,3,5,7
/proc/2799/stat : 2799 (toysat) R 2796 2799 1219 0 -1 4202496 267679 0 0 0 1581 38 0 0 20 0 4 0 36519819 1337528320 267492 33554432000 4194304 16246674 140735299630832 140735299630008 5722730 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2799/statm: 326545 267492 884 2943 0 323439 0
[pid=2799/tid=2800] ppid=2796 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/2799/task/2800/stat : 2800 (toysat) S 2796 2799 1219 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36519819 1337528320 267492 33554432000 4194304 16246674 140735299630832 140678232255728 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=2799/tid=2801] ppid=2796 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/2799/task/2801/stat : 2801 (toysat) S 2796 2799 1219 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36519819 1337528320 267492 33554432000 4194304 16246674 140735299630832 140678221765872 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=2799/tid=2802] ppid=2796 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/2799/task/2802/stat : 2802 (toysat) S 2796 2799 1219 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36519819 1337528320 267492 33554432000 4194304 16246674 140735299630832 140678211292336 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 16.19
Current children cumulated vsize (KiB) 1306180

[startup+19.4004 s]
/proc/loadavg: 2.26 2.24 2.14 4/181 2852
/proc/meminfo: memFree=27813344/32872528 swapFree=1316768/1463936
[pid=2799] ppid=2796 vsize=1306180 CPUtime=19.39 cores=1,3,5,7
/proc/2799/stat : 2799 (toysat) R 2796 2799 1219 0 -1 4202496 267679 0 0 0 1901 38 0 0 20 0 4 0 36519819 1337528320 267492 33554432000 4194304 16246674 140735299630832 140735299613832 5996677 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2799/statm: 326545 267492 884 2943 0 323439 0
[pid=2799/tid=2800] ppid=2796 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/2799/task/2800/stat : 2800 (toysat) S 2796 2799 1219 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36519819 1337528320 267492 33554432000 4194304 16246674 140735299630832 140678232255728 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=2799/tid=2801] ppid=2796 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/2799/task/2801/stat : 2801 (toysat) S 2796 2799 1219 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36519819 1337528320 267492 33554432000 4194304 16246674 140735299630832 140678221765872 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=2799/tid=2802] ppid=2796 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/2799/task/2802/stat : 2802 (toysat) S 2796 2799 1219 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36519819 1337528320 267492 33554432000 4194304 16246674 140735299630832 140678211292336 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 19.39
Current children cumulated vsize (KiB) 1306180

[startup+20.2004 s]
/proc/loadavg: 2.24 2.24 2.14 4/181 2852
/proc/meminfo: memFree=27811924/32872528 swapFree=1316768/1463936
[pid=2799] ppid=2796 vsize=1306180 CPUtime=20.19 cores=1,3,5,7
/proc/2799/stat : 2799 (toysat) R 2796 2799 1219 0 -1 4202496 267679 0 0 0 1981 38 0 0 20 0 4 0 36519819 1337528320 267492 33554432000 4194304 16246674 140735299630832 140735299612736 13943600 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2799/statm: 326545 267492 884 2943 0 323439 0
[pid=2799/tid=2800] ppid=2796 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/2799/task/2800/stat : 2800 (toysat) S 2796 2799 1219 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36519819 1337528320 267492 33554432000 4194304 16246674 140735299630832 140678232255728 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=2799/tid=2801] ppid=2796 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/2799/task/2801/stat : 2801 (toysat) S 2796 2799 1219 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36519819 1337528320 267492 33554432000 4194304 16246674 140735299630832 140678221765872 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=2799/tid=2802] ppid=2796 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/2799/task/2802/stat : 2802 (toysat) S 2796 2799 1219 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36519819 1337528320 267492 33554432000 4194304 16246674 140735299630832 140678211292336 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 20.19
Current children cumulated vsize (KiB) 1306180

[startup+21.0004 s]
/proc/loadavg: 2.24 2.24 2.14 4/181 2852
/proc/meminfo: memFree=27811924/32872528 swapFree=1316768/1463936
[pid=2799] ppid=2796 vsize=1306180 CPUtime=20.99 cores=1,3,5,7
/proc/2799/stat : 2799 (toysat) R 2796 2799 1219 0 -1 4202496 267679 0 0 0 2061 38 0 0 20 0 4 0 36519819 1337528320 267492 33554432000 4194304 16246674 140735299630832 140735299612736 13191370 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2799/statm: 326545 267492 884 2943 0 323439 0
[pid=2799/tid=2800] ppid=2796 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/2799/task/2800/stat : 2800 (toysat) S 2796 2799 1219 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36519819 1337528320 267492 33554432000 4194304 16246674 140735299630832 140678232255728 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=2799/tid=2801] ppid=2796 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/2799/task/2801/stat : 2801 (toysat) S 2796 2799 1219 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36519819 1337528320 267492 33554432000 4194304 16246674 140735299630832 140678221765872 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=2799/tid=2802] ppid=2796 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/2799/task/2802/stat : 2802 (toysat) S 2796 2799 1219 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36519819 1337528320 267492 33554432000 4194304 16246674 140735299630832 140678211292336 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 20.99
Current children cumulated vsize (KiB) 1306180

[startup+21.4004 s]
/proc/loadavg: 2.24 2.24 2.14 4/181 2852
/proc/meminfo: memFree=27812052/32872528 swapFree=1316768/1463936
[pid=2799] ppid=2796 vsize=1306180 CPUtime=21.39 cores=1,3,5,7
/proc/2799/stat : 2799 (toysat) R 2796 2799 1219 0 -1 4202496 267679 0 0 0 2101 38 0 0 20 0 4 0 36519819 1337528320 267492 33554432000 4194304 16246674 140735299630832 140735299612736 13950192 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2799/statm: 326545 267492 884 2943 0 323439 0
[pid=2799/tid=2800] ppid=2796 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/2799/task/2800/stat : 2800 (toysat) S 2796 2799 1219 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36519819 1337528320 267492 33554432000 4194304 16246674 140735299630832 140678232255728 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=2799/tid=2801] ppid=2796 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/2799/task/2801/stat : 2801 (toysat) S 2796 2799 1219 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36519819 1337528320 267492 33554432000 4194304 16246674 140735299630832 140678221765872 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=2799/tid=2802] ppid=2796 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/2799/task/2802/stat : 2802 (toysat) S 2796 2799 1219 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36519819 1337528320 267492 33554432000 4194304 16246674 140735299630832 140678211292336 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 21.39
Current children cumulated vsize (KiB) 1306180

[startup+21.5004 s]
/proc/loadavg: 2.24 2.24 2.14 4/181 2852
/proc/meminfo: memFree=27812052/32872528 swapFree=1316768/1463936
[pid=2799] ppid=2796 vsize=1306180 CPUtime=21.49 cores=1,3,5,7
/proc/2799/stat : 2799 (toysat) R 2796 2799 1219 0 -1 4202496 267679 0 0 0 2111 38 0 0 20 0 4 0 36519819 1337528320 267492 33554432000 4194304 16246674 140735299630832 140735299612736 5712555 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2799/statm: 326545 267492 884 2943 0 323439 0
[pid=2799/tid=2800] ppid=2796 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/2799/task/2800/stat : 2800 (toysat) S 2796 2799 1219 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36519819 1337528320 267492 33554432000 4194304 16246674 140735299630832 140678232255728 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=2799/tid=2801] ppid=2796 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/2799/task/2801/stat : 2801 (toysat) S 2796 2799 1219 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36519819 1337528320 267492 33554432000 4194304 16246674 140735299630832 140678221765872 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=2799/tid=2802] ppid=2796 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/2799/task/2802/stat : 2802 (toysat) S 2796 2799 1219 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36519819 1337528320 267492 33554432000 4194304 16246674 140735299630832 140678211292336 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 21.49
Current children cumulated vsize (KiB) 1306180

Child status: 0
Real time (s): 21.5764
CPU time (s): 21.5727
CPU user time (s): 21.1278
CPU system time (s): 0.444932
CPU usage (%): 99.9827
Max. virtual memory (cumulated for all children) (KiB): 1306180

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 21.1278
system time used= 0.444932
maximum resident set size= 1069980
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 267683
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= 19
involuntary context switches= 23

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.072988 second user time and 0.085986 second system time

The end

Launcher Data

Begin job on node121 at 2016-06-19 15:58:49
IDJOB=4110190
IDBENCH=79194
IDSOLVER=2553
FILE ID=node121/4110190-1466344729
RUNJOBID= node121-1466341819-1236
PBS_JOBID= 19922032
Free space on /tmp= 71704 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB10/normalized-PB10/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/normalized-t2001.13queen13.1110973364--soft-0-100-0.wbo
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --wbo --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4110190-1466344729/watcher-4110190-1466344729 -o /tmp/evaluation-result-4110190-1466344729/solver-4110190-1466344729 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node121-1466341819-1236 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --wbo --search=bcd2 HOME/instance-4110190-1466344729.wbo

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

MD5SUM BENCH= 720f64c2f6f2c9ea73cb79f37d5ddc49
RANDOM SEED=1375235510

node121.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.691
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.38
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.691
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.691
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.691
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.691
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.54
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.691
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.691
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.691
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:        28866432 kB
Buffers:          203836 kB
Cached:           483856 kB
SwapCached:         1944 kB
Active:          1291420 kB
Inactive:         485292 kB
Active(anon):    1088724 kB
Inactive(anon):     2900 kB
Active(file):     202696 kB
Inactive(file):   482392 kB
Unevictable:     1463936 kB
Mlocked:         1316768 kB
SwapTotal:      67108856 kB
SwapFree:       67101196 kB
Dirty:             16324 kB
Writeback:             0 kB
AnonPages:       2537592 kB
Mapped:            12164 kB
Shmem:                 0 kB
Slab:             628768 kB
SReclaimable:      72952 kB
SUnreclaim:       555816 kB
KernelStack:        1504 kB
PageTables:         9048 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2680656 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    137216 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= 71688 MiB
End job on node121 at 2016-06-19 15:59:11