Trace number 4109458

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 67.5887 67.6104

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1110970631--soft-66-100-0.wbo
MD5SUMb526845d30abddab077c9de3ad820c33
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark73
Best CPU time to get the best result obtained on this benchmark15.9876
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 constraints42
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 1838
Min constraint cost 1
Max constraint cost 97
Sum of constraints costs 1837
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1320
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:42:34+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-4109458-1466343754.wbo"]
0.00/0.01	c use --random-gen="1735131501 1841108761 3291015272 3540226990 3207290798 1724557012 1957384369 3376044612 2447071901 4287669241 1829302554 1227846300 2938751987 3937521302 2036302910 2229446778 4054938564 4143627691 1951060321 572996280 4016297217 734506574 1819966615 1588136580 3761064075 2007806611 3225817379 1670327330 2751102482 3869955056 707387202 2219243459 2965507686 2504177738 3359722846 654874870 1622123799 3939815749 2836870822 1185589004 1154259948 3900147773 1781561410 3050063302 2682383846 2043840022 520057281 2899570698 3230019259 3765914383 2947167976 2987683059 3704724829 3194325452 2252001171 2664792312 350726006 3114104595 202934077 3982835768 2248229016 2612436023 1681376869 1835978199 1768702288 2047853016 3544692208 2501899383 2096515069 1241592326 2723595528 1752914806 4021399972 3080316730 1778551906 1581553530 467626241 532737726 1979717211 4071181809 3177360649 1595732627 713422007 1018577043 35550896 2525482544 11391632 2352791515 2131371818 3538918983 4272260827 2011701808 921294415 3018605259 1306928616 1866093722 2377463269 4066982646 2856358185 3048621535 2292086903 511867861 1879113084 2439688794 1053412786 1541972779 1873319172 3138373741 4072081175 1911981868 3322984357 2233397024 563797644 3857412341 2920922601 3120287991 1253332864 547959329 3848967060 2218312386 210076079 831084361 3163921361 2057038029 4282505530 3770024277 3349686562 2505394888 1082497966 684677929 3132777970 1947268142 556620324 161883403 2829470797 9682992 3074725232 841776204 2701051959 4098649561 3526246886 1273745378 3229596781 1127733441 4273607978 491195205 2110010891 4186459089 1753481925 1505449396 926569315 3900455553 4220028641 135337111 4292757298 1115725505 1302861067 3189698069 648913828 447077232 4108441880 3493501123 2425438922 818304434 482512265 3733649440 2929371380 3728306369 4224506754 1598680954 1921872910 1569051175 3576386298 1322683367 3604516429 1230357815 4271502392 3461281251 3976528446 3477095290 4241858786 2783987911 3450871471 1029545989 3837450810 1524496680 2003255558 1271584169 3488617195 2181100879 433046191 3029096943 1388313538 1219120230 2759859107 3126690344 1466370726 2079329781 1212174645 3910126421 147983790 783444881 4129400216 294718421 3850348861 1019356109 1322022610 3696408369 149334185 1273921149 3727844271 3846010143 4138098307 1987692524 2718485933 4032727071 4044540149 780281487 1018725811 4136819785 1014751024 4028729986 1920864249 959856148 2740283370 1161318671 3670199816 2658438030 994442181 1895578872 3583461047 493975502 2646357302 963742426 3208992007 2134547671 3366549256 3590877779 2790566263 1232408376 809220357 1038225765 2224248878 2129708801 3271299646 2021556966 4060165849 2101318233 876472443 1136999728 2169775774 2902722886 658827337 3018298279 321432494 4253331499 255 362436" option to reproduce the execution
0.19/0.23	c #vars 169
0.19/0.23	c #constraints 101
0.19/0.23	c BCD2: Hardening is enabled.
0.19/0.23	c BCD2: BiasedSearch is enabled.
0.19/0.23	c Solving starts ...
0.19/0.23	c ============================[ Search Statistics ]============================
0.19/0.23	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.19/0.23	c       |         |          |          |    Limit     GC | Var      | Constra 
0.19/0.23	c =============================================================================
0.19/0.23	c  0.0s |       0 |        0 |        0 |      104      0 |        0 |        0
0.19/0.25	c  0.0s |       1 |      193 |      100 |      104      0 |        0 |        0
0.19/0.27	c  0.0s |       2 |      482 |      250 |      115      1 |        0 |        0
0.29/0.30	c  0.1s |       3 |      884 |      475 |      127      4 |        0 |        0
0.29/0.35	c  0.1s |       4 |     1472 |      813 |      140      7 |        0 |        0
0.39/0.43	c  0.2s |       5 |     2307 |     1320 |      154     11 |        0 |        0
0.39/0.48	c  0.2s |       5 |     2852 |     1599 |      170     14 |        0 |        0
0.39/0.48	c #cpu_time = 0.244s
0.39/0.48	c #wall_clock_time = 0.245s
0.39/0.48	c #decision = 2852
0.39/0.48	c #random_decision = 8
0.39/0.48	c #conflict = 1599
0.39/0.48	c #restart = 5
0.39/0.48	o 354
0.39/0.48	c BCD2: updating upper bound: 1837 -> 353
0.39/0.48	c BCD2: 0 <= obj <= 353
0.39/0.48	c BCD2: #cores=0, #unrelaxed=42, #relaxed=0, #hardened=0
0.39/0.48	c BCD2: #sat=1 #unsat=1 bias=1/2
0.39/0.48	c Solving starts ...
0.39/0.48	c ============================[ Search Statistics ]============================
0.39/0.48	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.39/0.48	c       |         |          |          |    Limit     GC | Var      | Constra 
0.39/0.48	c =============================================================================
0.39/0.48	c  0.0s |       0 |        0 |        0 |      170      0 |        0 |        0
0.39/0.49	c  0.0s |       1 |      250 |      100 |      170      0 |        0 |        0
0.49/0.52	c  0.0s |       2 |      541 |      250 |      170      1 |        0 |        0
0.49/0.56	c  0.1s |       3 |      971 |      475 |      170      3 |        0 |        0
0.59/0.62	c  0.1s |       4 |     1557 |      813 |      188      5 |        0 |        0
0.69/0.70	c  0.2s |       5 |     2522 |     1320 |      188      9 |        0 |        0
0.79/0.83	c  0.4s |       6 |     3789 |     2081 |      207     14 |        0 |        0
0.99/1.03	c  0.6s |       7 |     5712 |     3223 |      207     21 |        0 |        0
1.28/1.33	c  0.8s |       8 |     8358 |     4936 |      228     31 |        0 |        0
1.69/1.73	c  1.3s |       9 |    12189 |     7506 |      251     45 |        0 |        0
2.09/2.19	c  1.7s |      10 |    18314 |    11361 |      277     65 |        0 |        0
2.89/2.95	c  2.5s |      11 |    26589 |    17144 |      305     94 |        0 |        0
3.99/4.03	c  3.5s |      12 |    39592 |    25819 |      336    134 |        0 |        0
5.60/5.65	c  5.2s |      13 |    58828 |    38832 |      370    192 |        0 |        0
7.49/7.56	c  7.1s |      13 |    79385 |    52667 |      370    252 |        0 |        0
7.49/7.56	c #cpu_time = 7.062s
7.49/7.56	c #wall_clock_time = 7.080s
7.49/7.56	c #decision = 79385
7.49/7.56	c #random_decision = 217
7.49/7.56	c #conflict = 52667
7.49/7.56	c #restart = 13
7.49/7.56	c BCD2: found a new core of size 42: cost of the new core is >=1
7.49/7.56	c lower bound updated to 1
7.49/7.56	c BCD2: 1 <= obj <= 353
7.49/7.56	c BCD2: #cores=1, #unrelaxed=0, #relaxed=42, #hardened=0
7.49/7.56	c BCD2: #sat=1 #unsat=2 bias=2/3
7.49/7.56	c Solving starts ...
7.49/7.56	c ============================[ Search Statistics ]============================
7.49/7.56	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.49/7.56	c       |         |          |          |    Limit     GC | Var      | Constra 
7.49/7.56	c =============================================================================
7.49/7.56	c  0.0s |       0 |        0 |        0 |      370      0 |        0 |        0
7.49/7.57	c  0.0s |       1 |      191 |      100 |      370      0 |        0 |        0
7.49/7.59	c  0.0s |       2 |      420 |      250 |      370      1 |        0 |        0
7.59/7.62	c  0.1s |       3 |      801 |      475 |      370      2 |        0 |        0
7.59/7.63	c  0.1s |       3 |      938 |      566 |      370      3 |        0 |        0
7.59/7.63	c #cpu_time = 0.070s
7.59/7.63	c #wall_clock_time = 0.071s
7.59/7.63	c #decision = 938
7.59/7.63	c #random_decision = 2
7.59/7.63	c #conflict = 566
7.59/7.63	c #restart = 3
7.59/7.63	o 347
7.59/7.63	c BCD2: updating upper bound: 353 -> 346
7.59/7.63	c BCD2: 1 <= obj <= 346
7.59/7.63	c BCD2: #cores=1, #unrelaxed=0, #relaxed=42, #hardened=0
7.59/7.63	c BCD2: #sat=2 #unsat=2 bias=2/4
7.59/7.63	c Solving starts ...
7.59/7.63	c ============================[ Search Statistics ]============================
7.59/7.63	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
7.59/7.63	c       |         |          |          |    Limit     GC | Var      | Constra 
7.59/7.63	c =============================================================================
7.59/7.63	c  0.0s |       0 |        0 |        0 |      370      0 |        0 |        2
7.59/7.64	c  0.0s |       1 |      151 |      100 |      370      0 |        0 |        2
7.59/7.66	c  0.0s |       2 |      441 |      250 |      370      1 |        0 |        2
7.59/7.69	c  0.1s |       3 |      780 |      475 |      370      2 |        0 |        2
7.70/7.73	c  0.1s |       4 |     1376 |      813 |      370      3 |        0 |        2
7.70/7.79	c  0.2s |       5 |     2219 |     1320 |      370      6 |        0 |        2
7.80/7.88	c  0.3s |       6 |     3355 |     2081 |      370      9 |        0 |        2
7.99/8.02	c  0.4s |       7 |     5355 |     3223 |      408     15 |        0 |        2
8.09/8.12	c  0.5s |       7 |     6822 |     4148 |      408     19 |        0 |        2
8.09/8.12	c #cpu_time = 0.493s
8.09/8.12	c #wall_clock_time = 0.494s
8.09/8.12	c #decision = 6822
8.09/8.12	c #random_decision = 21
8.09/8.12	c #conflict = 4148
8.09/8.12	c #restart = 7
8.09/8.12	o 124
8.09/8.12	c BCD2: updating upper bound: 346 -> 123
8.09/8.12	c BCD2: 1 <= obj <= 123
8.09/8.12	c BCD2: #cores=1, #unrelaxed=0, #relaxed=42, #hardened=0
8.09/8.12	c BCD2: #sat=3 #unsat=2 bias=2/5
8.09/8.13	c Solving starts ...
8.09/8.13	c ============================[ Search Statistics ]============================
8.09/8.13	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
8.09/8.13	c       |         |          |          |    Limit     GC | Var      | Constra 
8.09/8.13	c =============================================================================
8.09/8.13	c  0.0s |       0 |        0 |        0 |      408      0 |        0 |        4
8.09/8.14	c  0.0s |       1 |      163 |      100 |      408      0 |        0 |        4
8.09/8.16	c  0.0s |       2 |      401 |      250 |      408      1 |        0 |        4
8.09/8.19	c  0.1s |       3 |      764 |      475 |      408      2 |        0 |        4
8.19/8.23	c  0.1s |       4 |     1506 |      813 |      408      3 |        0 |        4
8.19/8.28	c  0.2s |       5 |     2464 |     1320 |      408      5 |        0 |        4
8.29/8.38	c  0.3s |       6 |     3818 |     2081 |      408      8 |        0 |        4
8.49/8.51	c  0.4s |       7 |     5623 |     3223 |      408     13 |        0 |        4
8.69/8.71	c  0.6s |       8 |     8684 |     4936 |      408     20 |        0 |        4
8.99/9.02	c  0.9s |       9 |    13129 |     7506 |      408     31 |        0 |        4
9.39/9.48	c  1.4s |      10 |    19535 |    11361 |      408     47 |        0 |        4
10.09/10.15	c  2.0s |      11 |    29173 |    17144 |      408     71 |        0 |        4
11.10/11.14	c  3.0s |      12 |    43501 |    25819 |      408    106 |        0 |        4
12.59/12.67	c  4.5s |      13 |    64529 |    38832 |      449    155 |        0 |        4
14.59/14.68	c  6.6s |      13 |    91812 |    55832 |      449    218 |        0 |        4
14.99/15.02	c  6.9s |      14 |    95399 |    58352 |      449    228 |        0 |        4
16.99/17.03	c  8.9s |      14 |   123056 |    75552 |      494    290 |        0 |        4
18.39/18.46	c 10.3s |      15 |   142654 |    87632 |      494    332 |        0 |        4
20.39/20.47	c 12.3s |      15 |   170032 |   104432 |      494    389 |        0 |        4
22.39/22.48	c 14.4s |      15 |   194733 |   120032 |      494    442 |        0 |        4
22.49/22.52	c 14.4s |      15 |   195074 |   120286 |      494    443 |        1 |        6
22.49/22.52	c #cpu_time = 14.355s
22.49/22.52	c #wall_clock_time = 14.392s
22.49/22.52	c #decision = 195074
22.49/22.52	c #random_decision = 578
22.49/22.52	c #conflict = 120286
22.49/22.52	c #restart = 15
22.49/22.52	c BCD2: updating lower bound of a core
22.49/22.52	c lower bound updated to 61
22.49/22.52	c BCD2: 61 <= obj <= 123
22.49/22.52	c BCD2: #cores=1, #unrelaxed=0, #relaxed=42, #hardened=0
22.49/22.52	c BCD2: #sat=3 #unsat=3 bias=3/6
22.49/22.52	c Solving starts ...
22.49/22.52	c ============================[ Search Statistics ]============================
22.49/22.52	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
22.49/22.52	c       |         |          |          |    Limit     GC | Var      | Constra 
22.49/22.52	c =============================================================================
22.49/22.52	c  0.0s |       0 |        0 |        0 |      494      0 |        1 |        6
22.49/22.53	c  0.0s |       1 |      204 |      100 |      494      0 |        1 |        6
22.49/22.55	c  0.0s |       2 |      450 |      250 |      494      1 |        1 |        6
22.49/22.58	c  0.1s |       3 |      886 |      475 |      494      1 |        1 |        6
22.59/22.63	c  0.1s |       4 |     1423 |      813 |      494      3 |        1 |        6
22.59/22.69	c  0.2s |       5 |     2283 |     1320 |      494      4 |        1 |        6
22.69/22.78	c  0.3s |       6 |     3620 |     2081 |      494      7 |        1 |        6
22.89/22.93	c  0.4s |       7 |     5603 |     3223 |      494     11 |        1 |        6
23.09/23.14	c  0.6s |       8 |     8474 |     4936 |      494     17 |        1 |        6
23.39/23.44	c  0.9s |       9 |    12754 |     7506 |      494     26 |        1 |        6
23.89/23.92	c  1.4s |      10 |    19001 |    11361 |      494     39 |        1 |        6
24.59/24.66	c  2.1s |      11 |    28414 |    17144 |      544     60 |        1 |        6
25.69/25.72	c  3.2s |      12 |    42700 |    25819 |      544     88 |        1 |        6
27.29/27.35	c  4.8s |      13 |    64591 |    38832 |      544    132 |        1 |        6
29.29/29.36	c  6.8s |      13 |    92280 |    55932 |      544    187 |        1 |        6
29.59/29.65	c  7.1s |      14 |    96009 |    58352 |      544    195 |        1 |        6
31.59/31.66	c  9.1s |      14 |   123479 |    75952 |      544    252 |        1 |        6
31.89/32.00	c  9.5s |      14 |   128100 |    78731 |      544    261 |        1 |        6
31.89/32.00	c #cpu_time = 9.455s
31.89/32.00	c #wall_clock_time = 9.479s
31.89/32.00	c #decision = 128100
31.89/32.00	c #random_decision = 385
31.89/32.00	c #conflict = 78731
31.89/32.00	c #restart = 14
31.89/32.00	o 105
31.89/32.00	c BCD2: updating upper bound: 123 -> 104
31.89/32.00	c BCD2: 61 <= obj <= 104
31.89/32.00	c BCD2: #cores=1, #unrelaxed=0, #relaxed=42, #hardened=0
31.89/32.00	c BCD2: #sat=4 #unsat=3 bias=3/7
31.89/32.00	c Solving starts ...
31.89/32.00	c ============================[ Search Statistics ]============================
31.89/32.00	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
31.89/32.00	c       |         |          |          |    Limit     GC | Var      | Constra 
31.89/32.00	c =============================================================================
31.89/32.00	c  0.0s |       0 |        0 |        0 |      544      0 |        1 |        8
31.99/32.01	c  0.0s |       1 |      132 |      100 |      544      0 |        1 |        8
31.99/32.03	c  0.0s |       2 |      356 |      250 |      544      1 |        1 |        8
31.99/32.06	c  0.1s |       3 |      742 |      475 |      544      2 |        1 |        8
32.09/32.10	c  0.1s |       4 |     1340 |      813 |      544      3 |        1 |        8
32.09/32.16	c  0.2s |       5 |     2272 |     1320 |      544      4 |        1 |        8
32.19/32.25	c  0.3s |       6 |     3587 |     2081 |      544      7 |        1 |        8
32.29/32.38	c  0.4s |       7 |     5611 |     3223 |      544     10 |        1 |        8
32.59/32.60	c  0.6s |       8 |     8494 |     4936 |      544     16 |        1 |        8
32.89/32.91	c  0.9s |       9 |    12728 |     7506 |      544     24 |        1 |        8
33.29/33.39	c  1.4s |      10 |    18777 |    11361 |      544     36 |        1 |        8
33.99/34.10	c  2.1s |      11 |    27553 |    17144 |      544     55 |        1 |        8
35.09/35.12	c  3.1s |      12 |    41348 |    25819 |      544     83 |        1 |        8
36.59/36.68	c  4.7s |      13 |    63015 |    38832 |      599    123 |        1 |        8
37.89/37.98	c  6.0s |      13 |    81485 |    49734 |      599    155 |        1 |        8
37.89/37.98	c #cpu_time = 5.962s
37.89/37.98	c #wall_clock_time = 5.978s
37.89/37.98	c #decision = 81485
37.89/37.98	c #random_decision = 233
37.89/37.98	c #conflict = 49734
37.89/37.98	c #restart = 13
37.89/37.98	o 73
37.89/37.98	c BCD2: hardening fixes 10 literals
37.89/37.98	c BCD2: updating upper bound: 104 -> 72
37.89/37.98	c BCD2: 61 <= obj <= 72
37.89/37.98	c BCD2: #cores=1, #unrelaxed=0, #relaxed=32, #hardened=10
37.89/37.98	c BCD2: #sat=5 #unsat=3 bias=3/8
37.89/37.98	c Solving starts ...
37.89/37.98	c ============================[ Search Statistics ]============================
37.89/37.98	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
37.89/37.98	c       |         |          |          |    Limit     GC | Var      | Constra 
37.89/37.98	c =============================================================================
37.89/37.98	c  0.0s |       0 |        0 |        0 |      599      0 |       11 |       10
37.89/37.99	c  0.0s |       1 |      176 |      100 |      599      0 |       11 |       10
37.99/38.01	c  0.0s |       2 |      404 |      250 |      599      1 |       11 |       10
37.99/38.03	c  0.1s |       3 |      764 |      475 |      599      2 |       11 |       10
37.99/38.07	c  0.1s |       4 |     1301 |      813 |      599      2 |       11 |       10
38.09/38.13	c  0.2s |       5 |     2067 |     1320 |      599      4 |       11 |       10
38.19/38.23	c  0.3s |       6 |     3326 |     2081 |      599      6 |       11 |       10
38.29/38.36	c  0.4s |       7 |     5377 |     3223 |      599      9 |       11 |       10
38.49/38.56	c  0.6s |       8 |     8236 |     4936 |      599     14 |       11 |       10
38.79/38.85	c  0.9s |       9 |    12264 |     7506 |      599     22 |       11 |       10
39.19/39.29	c  1.3s |      10 |    18616 |    11361 |      599     33 |       11 |       10
39.89/39.98	c  2.0s |      11 |    28634 |    17144 |      599     50 |       11 |       10
40.88/40.97	c  3.0s |      12 |    43146 |    25819 |      599     75 |       11 |       10
42.38/42.47	c  4.5s |      13 |    63779 |    38832 |      599    113 |       11 |       10
44.38/44.49	c  6.5s |      13 |    91442 |    55932 |      599    163 |       11 |       10
44.68/44.76	c  6.8s |      14 |    95406 |    58352 |      599    170 |       11 |       10
46.68/46.77	c  8.8s |      14 |   121382 |    75252 |      599    218 |       11 |       10
46.78/46.81	c  8.8s |      14 |   121828 |    75541 |      599    219 |       12 |       12
46.78/46.81	c #cpu_time = 8.810s
46.78/46.81	c #wall_clock_time = 8.832s
46.78/46.81	c #decision = 121828
46.78/46.81	c #random_decision = 357
46.78/46.81	c #conflict = 75541
46.78/46.81	c #restart = 14
46.78/46.81	c BCD2: updating lower bound of a core
46.78/46.81	c lower bound updated to 66
46.78/46.81	c BCD2: 66 <= obj <= 72
46.78/46.81	c BCD2: #cores=1, #unrelaxed=0, #relaxed=32, #hardened=10
46.78/46.81	c BCD2: #sat=5 #unsat=4 bias=4/9
46.78/46.81	c Solving starts ...
46.78/46.81	c ============================[ Search Statistics ]============================
46.78/46.81	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
46.78/46.81	c       |         |          |          |    Limit     GC | Var      | Constra 
46.78/46.81	c =============================================================================
46.78/46.81	c  0.0s |       0 |        0 |        0 |      599      0 |       12 |       12
46.78/46.82	c  0.0s |       1 |      180 |      100 |      599      0 |       12 |       12
46.78/46.84	c  0.0s |       2 |      413 |      250 |      599      1 |       12 |       12
46.78/46.87	c  0.1s |       3 |      849 |      475 |      599      1 |       12 |       12
46.88/46.91	c  0.1s |       4 |     1468 |      813 |      599      2 |       12 |       12
46.88/46.96	c  0.2s |       5 |     2354 |     1320 |      599      4 |       12 |       12
46.98/47.05	c  0.2s |       6 |     3714 |     2081 |      599      6 |       12 |       12
47.08/47.18	c  0.4s |       7 |     5846 |     3223 |      599      9 |       12 |       12
47.29/47.38	c  0.6s |       8 |     8596 |     4936 |      599     14 |       12 |       12
47.58/47.69	c  0.9s |       9 |    12615 |     7506 |      599     21 |       12 |       12
48.08/48.16	c  1.3s |      10 |    18708 |    11361 |      599     32 |       12 |       12
48.78/48.87	c  2.1s |      11 |    27880 |    17144 |      599     49 |       12 |       12
49.88/49.93	c  3.1s |      12 |    42256 |    25819 |      599     75 |       12 |       12
51.38/51.49	c  4.7s |      13 |    63045 |    38832 |      599    112 |       12 |       12
53.48/53.50	c  6.7s |      13 |    90911 |    55832 |      599    162 |       12 |       12
53.68/53.79	c  7.0s |      14 |    94989 |    58352 |      659    169 |       12 |       12
55.78/55.80	c  9.0s |      14 |   122482 |    75452 |      659    215 |       12 |       12
57.18/57.29	c 10.5s |      15 |   141785 |    87632 |      659    247 |       12 |       12
58.78/58.84	c 12.0s |      15 |   160587 |   100169 |      659    280 |       13 |       14
58.78/58.84	c #cpu_time = 11.993s
58.78/58.84	c #wall_clock_time = 12.026s
58.78/58.84	c #decision = 160587
58.78/58.84	c #random_decision = 487
58.78/58.84	c #conflict = 100169
58.78/58.84	c #restart = 15
58.78/58.84	c BCD2: updating lower bound of a core
58.78/58.84	c lower bound updated to 70
58.78/58.84	c BCD2: 70 <= obj <= 72
58.78/58.84	c BCD2: #cores=1, #unrelaxed=0, #relaxed=32, #hardened=10
58.78/58.84	c BCD2: #sat=5 #unsat=5 bias=5/10
58.78/58.84	c Solving starts ...
58.78/58.84	c ============================[ Search Statistics ]============================
58.78/58.84	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
58.78/58.84	c       |         |          |          |    Limit     GC | Var      | Constra 
58.78/58.84	c =============================================================================
58.78/58.84	c  0.0s |       0 |        0 |        0 |      659      0 |       13 |       14
58.78/58.85	c  0.0s |       1 |      151 |      100 |      659      0 |       13 |       14
58.78/58.87	c  0.0s |       2 |      388 |      250 |      659      0 |       13 |       14
58.88/58.90	c  0.1s |       3 |      777 |      475 |      659      1 |       13 |       14
58.88/58.94	c  0.1s |       4 |     1363 |      813 |      659      1 |       13 |       14
58.98/59.00	c  0.2s |       5 |     2239 |     1320 |      659      3 |       13 |       14
58.98/59.09	c  0.3s |       6 |     3498 |     2081 |      659      5 |       13 |       14
59.18/59.23	c  0.4s |       7 |     5242 |     3223 |      659      8 |       13 |       14
59.38/59.43	c  0.6s |       8 |     7896 |     4936 |      659     13 |       13 |       14
59.68/59.74	c  0.9s |       9 |    11942 |     7506 |      659     19 |       13 |       14
60.08/60.19	c  1.4s |      10 |    17978 |    11361 |      659     30 |       13 |       14
60.88/60.91	c  2.1s |      11 |    26662 |    17144 |      659     45 |       13 |       14
61.88/61.95	c  3.1s |      12 |    40529 |    25819 |      659     69 |       13 |       14
63.38/63.49	c  4.7s |      13 |    60787 |    38832 |      659    103 |       13 |       14
65.47/65.50	c  6.7s |      13 |    87755 |    56132 |      659    149 |       13 |       14
65.67/65.77	c  6.9s |      14 |    91412 |    58352 |      659    155 |       13 |       14
67.47/67.55	c  8.7s |      14 |   113674 |    72599 |      659    193 |       14 |       16
67.47/67.55	c #cpu_time = 8.685s
67.47/67.55	c #wall_clock_time = 8.711s
67.47/67.55	c #decision = 113674
67.47/67.55	c #random_decision = 302
67.47/67.55	c #conflict = 72599
67.47/67.55	c #restart = 14
67.47/67.55	c BCD2: updating lower bound of a core
67.47/67.55	c lower bound updated to 73
67.47/67.55	s OPTIMUM FOUND
67.47/67.55	v -x1 -x2 -x3 -x4 -x5 x6 -x7 -x8 -x9 -x10
67.47/67.55	v -x11 -x12 -x13 -x14 -x15 -x16 -x17 -x18 -x19 -x20
67.47/67.55	v x21 -x22 -x23 -x24 -x25 -x26 -x27 x28 -x29 -x30
67.47/67.55	v -x31 -x32 -x33 -x34 -x35 -x36 -x37 -x38 -x39 -x40
67.47/67.55	v -x41 -x42 x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50
67.47/67.55	v -x51 -x52 -x53 -x54 -x55 -x56 -x57 -x58 -x59 -x60
67.47/67.55	v -x61 -x62 -x63 x64 -x65 -x66 -x67 -x68 -x69 -x70
67.47/67.55	v -x71 -x72 -x73 x74 -x75 -x76 -x77 -x78 -x79 -x80
67.47/67.55	v -x81 -x82 -x83 -x84 -x85 -x86 -x87 -x88 x89 -x90
67.47/67.55	v -x91 -x92 -x93 -x94 -x95 x96 -x97 -x98 -x99 -x100
67.47/67.55	v -x101 -x102 -x103 -x104 -x105 -x106 -x107 -x108 -x109 -x110
67.47/67.55	v -x111 -x112 -x113 -x114 -x115 -x116 -x117 x118 -x119 -x120
67.47/67.55	v -x121 -x122 -x123 -x124 -x125 -x126 -x127 -x128 -x129 -x130
67.47/67.55	v -x131 -x132 -x133 -x134 -x135 -x136 -x137 -x138 -x139 -x140
67.47/67.55	v -x141 -x142 x143 -x144 -x145 -x146 -x147 -x148 -x149 -x150
67.47/67.55	v -x151 -x152 x153 -x154 -x155 -x156 -x157 -x158 x159 -x160
67.47/67.55	v -x161 -x162 -x163 -x164 -x165 -x166 -x167 -x168 -x169
67.47/67.55	c total CPU time = 67.372s
67.47/67.55	c total wall clock time = 67.551s

Verifier Data

OK	73

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-4109458-1466343754/watcher-4109458-1466343754 -o /tmp/evaluation-result-4109458-1466343754/solver-4109458-1466343754 -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-4109458-1466343754.wbo 

pid=1790
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.34 2.31 2.01 2/177 1794
/proc/meminfo: memFree=28884120/32872528 swapFree=1316768/1463936
[pid=1794] ppid=1790 vsize=676284 CPUtime=0 cores=1,3,5,7
/proc/1794/stat : 1794 (toysat) R 1790 1794 1219 0 -1 4202496 2515 0 0 0 0 0 0 0 20 0 4 0 36422356 692514816 2875 33554432000 4194304 16246674 140736349764512 140736349763936 13880264 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/1794/statm: 169839 2886 441 2943 0 166733 0
[pid=1794/tid=1795] ppid=1790 vsize=740796 CPUtime=0 cores=1,3,5,7
/proc/1794/task/1795/stat : 1795 (toysat) S 1790 1794 1219 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36422356 758575104 3126 33554432000 4194304 16246674 140736349764512 139999605402864 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=1794/tid=1796] ppid=1790 vsize=744892 CPUtime=0 cores=1,3,5,7
/proc/1794/task/1796/stat : 1796 (toysat) S 1790 1794 1219 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36422356 762769408 3143 33554432000 4194304 16246674 140736349764512 139999594913008 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=1794/tid=1797] ppid=1790 vsize=750012 CPUtime=0 cores=1,3,5,7
/proc/1794/task/1797/stat : 1797 (toysat) S 1790 1794 1219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36422356 768012288 3160 33554432000 4194304 16246674 140736349764512 139999584439472 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0

[startup+0.100175 s]
/proc/loadavg: 2.34 2.31 2.01 2/177 1794
/proc/meminfo: memFree=28884120/32872528 swapFree=1316768/1463936
[pid=1794] ppid=1790 vsize=1218116 CPUtime=0.09 cores=1,3,5,7
/proc/1794/stat : 1794 (toysat) R 1790 1794 1219 0 -1 4202496 18551 0 0 0 7 2 0 0 20 0 4 0 36422356 1247350784 18904 33554432000 4194304 16246674 140736349764512 140736349763936 12486453 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/1794/statm: 304529 18909 613 2943 0 301423 0
[pid=1794/tid=1795] ppid=1790 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/1794/task/1795/stat : 1795 (toysat) S 1790 1794 1219 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36422356 1247350784 18913 33554432000 4194304 16246674 140736349764512 139999605402864 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=1794/tid=1796] ppid=1790 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/1794/task/1796/stat : 1796 (toysat) S 1790 1794 1219 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36422356 1247350784 18914 33554432000 4194304 16246674 140736349764512 139999594913008 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=1794/tid=1797] ppid=1790 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/1794/task/1797/stat : 1797 (toysat) S 1790 1794 1219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36422356 1247350784 18915 33554432000 4194304 16246674 140736349764512 139999584439472 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.20053 s]
/proc/loadavg: 2.34 2.31 2.01 2/177 1794
/proc/meminfo: memFree=28884120/32872528 swapFree=1316768/1463936
[pid=1794] ppid=1790 vsize=1218116 CPUtime=0.19 cores=1,3,5,7
/proc/1794/stat : 1794 (toysat) R 1790 1794 1219 0 -1 4202496 26406 0 0 0 15 4 0 0 20 0 4 0 36422356 1247350784 26759 33554432000 4194304 16246674 140736349764512 140736349746432 6142781 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/1794/statm: 304529 26767 613 2943 0 301423 0
[pid=1794/tid=1795] ppid=1790 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/1794/task/1795/stat : 1795 (toysat) S 1790 1794 1219 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36422356 1247350784 26767 33554432000 4194304 16246674 140736349764512 139999605402864 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=1794/tid=1796] ppid=1790 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/1794/task/1796/stat : 1796 (toysat) S 1790 1794 1219 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36422356 1247350784 26767 33554432000 4194304 16246674 140736349764512 139999594913008 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=1794/tid=1797] ppid=1790 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/1794/task/1797/stat : 1797 (toysat) S 1790 1794 1219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36422356 1247350784 26768 33554432000 4194304 16246674 140736349764512 139999584439472 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1218116

[startup+0.300503 s]
/proc/loadavg: 2.34 2.31 2.01 2/177 1794
/proc/meminfo: memFree=28884120/32872528 swapFree=1316768/1463936
[pid=1794] ppid=1790 vsize=1218116 CPUtime=0.29 cores=1,3,5,7
/proc/1794/stat : 1794 (toysat) R 1790 1794 1219 0 -1 4202496 37291 0 0 0 24 5 0 0 20 0 4 0 36422356 1247350784 37638 33554432000 4194304 16246674 140736349764512 140736349746432 5545885 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/1794/statm: 304529 37643 788 2943 0 301423 0
[pid=1794/tid=1795] ppid=1790 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/1794/task/1795/stat : 1795 (toysat) S 1790 1794 1219 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36422356 1247350784 37647 33554432000 4194304 16246674 140736349764512 139999605402864 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=1794/tid=1796] ppid=1790 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/1794/task/1796/stat : 1796 (toysat) S 1790 1794 1219 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36422356 1247350784 37651 33554432000 4194304 16246674 140736349764512 139999594913008 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=1794/tid=1797] ppid=1790 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/1794/task/1797/stat : 1797 (toysat) S 1790 1794 1219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36422356 1247350784 37652 33554432000 4194304 16246674 140736349764512 139999584439472 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1218116

[startup+0.700414 s]
/proc/loadavg: 2.34 2.31 2.01 2/177 1794
/proc/meminfo: memFree=28884120/32872528 swapFree=1316768/1463936
[pid=1794] ppid=1790 vsize=1218116 CPUtime=0.69 cores=1,3,5,7
/proc/1794/stat : 1794 (toysat) R 1790 1794 1219 0 -1 4202496 92753 0 0 0 56 13 0 0 20 0 4 0 36422356 1247350784 93099 33554432000 4194304 16246674 140736349764512 140736349746432 5831697 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/1794/statm: 304529 93108 813 2943 0 301423 0
[pid=1794/tid=1795] ppid=1790 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/1794/task/1795/stat : 1795 (toysat) S 1790 1794 1219 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36422356 1247350784 93114 33554432000 4194304 16246674 140736349764512 139999605402864 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=1794/tid=1796] ppid=1790 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/1794/task/1796/stat : 1796 (toysat) S 1790 1794 1219 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36422356 1247350784 93118 33554432000 4194304 16246674 140736349764512 139999594913008 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=1794/tid=1797] ppid=1790 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/1794/task/1797/stat : 1797 (toysat) S 1790 1794 1219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36422356 1247350784 93119 33554432000 4194304 16246674 140736349764512 139999584439472 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.50039 s]
/proc/loadavg: 2.34 2.31 2.01 4/181 1798
/proc/meminfo: memFree=28245408/32872528 swapFree=1316768/1463936
[pid=1794] ppid=1790 vsize=1218116 CPUtime=1.49 cores=1,3,5,7
/proc/1794/stat : 1794 (toysat) R 1790 1794 1219 0 -1 4202496 229393 0 0 0 118 31 0 0 20 0 4 0 36422356 1247350784 229740 33554432000 4194304 16246674 140736349764512 140736349747512 5546181 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/1794/statm: 304529 229754 814 2943 0 301423 0
[pid=1794/tid=1795] ppid=1790 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/1794/task/1795/stat : 1795 (toysat) S 1790 1794 1219 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36422356 1247350784 229760 33554432000 4194304 16246674 140736349764512 139999605402864 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=1794/tid=1796] ppid=1790 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/1794/task/1796/stat : 1796 (toysat) S 1790 1794 1219 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36422356 1247350784 229764 33554432000 4194304 16246674 140736349764512 139999594913008 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=1794/tid=1797] ppid=1790 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/1794/task/1797/stat : 1797 (toysat) S 1790 1794 1219 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36422356 1247350784 229766 33554432000 4194304 16246674 140736349764512 139999584439472 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.10042 s]
/proc/loadavg: 2.34 2.31 2.01 3/181 1798
/proc/meminfo: memFree=27899556/32872528 swapFree=1316768/1463936
[pid=1794] ppid=1790 vsize=1305156 CPUtime=3.09 cores=1,3,5,7
/proc/1794/stat : 1794 (toysat) R 1790 1794 1219 0 -1 4202496 267293 0 0 0 273 36 0 0 20 0 4 0 36422356 1336479744 267617 33554432000 4194304 16246674 140736349764512 140736349746432 13943664 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/1794/statm: 326289 267617 871 2943 0 323183 0
[pid=1794/tid=1795] ppid=1790 vsize=1305156 CPUtime=0 cores=1,3,5,7
/proc/1794/task/1795/stat : 1795 (toysat) S 1790 1794 1219 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36422356 1336479744 267617 33554432000 4194304 16246674 140736349764512 139999605402864 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=1794/tid=1796] ppid=1790 vsize=1305156 CPUtime=0 cores=1,3,5,7
/proc/1794/task/1796/stat : 1796 (toysat) S 1790 1794 1219 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36422356 1336479744 267617 33554432000 4194304 16246674 140736349764512 139999594913008 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=1794/tid=1797] ppid=1790 vsize=1305156 CPUtime=0 cores=1,3,5,7
/proc/1794/task/1797/stat : 1797 (toysat) S 1790 1794 1219 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36422356 1336479744 267617 33554432000 4194304 16246674 140736349764512 139999584439472 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 1305156

[startup+6.30041 s]
/proc/loadavg: 2.31 2.30 2.01 3/181 1798
/proc/meminfo: memFree=27813292/32872528 swapFree=1316768/1463936
[pid=1794] ppid=1790 vsize=1306180 CPUtime=6.29 cores=1,3,5,7
/proc/1794/stat : 1794 (toysat) R 1790 1794 1219 0 -1 4202496 267540 0 0 0 593 36 0 0 20 0 4 0 36422356 1337528320 267864 33554432000 4194304 16246674 140736349764512 140736349747512 5754541 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/1794/statm: 326545 267864 871 2943 0 323439 0
[pid=1794/tid=1795] ppid=1790 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/1794/task/1795/stat : 1795 (toysat) S 1790 1794 1219 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36422356 1337528320 267864 33554432000 4194304 16246674 140736349764512 139999605402864 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=1794/tid=1796] ppid=1790 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/1794/task/1796/stat : 1796 (toysat) S 1790 1794 1219 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36422356 1337528320 267864 33554432000 4194304 16246674 140736349764512 139999594913008 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=1794/tid=1797] ppid=1790 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/1794/task/1797/stat : 1797 (toysat) S 1790 1794 1219 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36422356 1337528320 267864 33554432000 4194304 16246674 140736349764512 139999584439472 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1306180

[startup+12.7005 s]
/proc/loadavg: 2.29 2.30 2.01 3/181 1856
/proc/meminfo: memFree=27814356/32872528 swapFree=1316768/1463936
[pid=1794] ppid=1790 vsize=1306180 CPUtime=12.69 cores=1,3,5,7
/proc/1794/stat : 1794 (toysat) R 1790 1794 1219 0 -1 4202496 267571 0 0 0 1233 36 0 0 20 0 4 0 36422356 1337528320 267895 33554432000 4194304 16246674 140736349764512 140736349746432 5672197 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/1794/statm: 326545 267895 880 2943 0 323439 0
[pid=1794/tid=1795] ppid=1790 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/1794/task/1795/stat : 1795 (toysat) S 1790 1794 1219 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36422356 1337528320 267895 33554432000 4194304 16246674 140736349764512 139999605402864 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=1794/tid=1796] ppid=1790 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/1794/task/1796/stat : 1796 (toysat) S 1790 1794 1219 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36422356 1337528320 267895 33554432000 4194304 16246674 140736349764512 139999594913008 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=1794/tid=1797] ppid=1790 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/1794/task/1797/stat : 1797 (toysat) S 1790 1794 1219 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36422356 1337528320 267895 33554432000 4194304 16246674 140736349764512 139999584439472 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1306180

[startup+25.5005 s]
/proc/loadavg: 2.30 2.30 2.01 3/181 1905
/proc/meminfo: memFree=27816936/32872528 swapFree=1316768/1463936
[pid=1794] ppid=1790 vsize=1306180 CPUtime=25.49 cores=1,3,5,7
/proc/1794/stat : 1794 (toysat) R 1790 1794 1219 0 -1 4202496 267640 0 0 0 2513 36 0 0 20 0 4 0 36422356 1337528320 267964 33554432000 4194304 16246674 140736349764512 140736349746432 5545988 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/1794/statm: 326545 267964 881 2943 0 323439 0
[pid=1794/tid=1795] ppid=1790 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/1794/task/1795/stat : 1795 (toysat) S 1790 1794 1219 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36422356 1337528320 267964 33554432000 4194304 16246674 140736349764512 139999605402864 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=1794/tid=1796] ppid=1790 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/1794/task/1796/stat : 1796 (toysat) S 1790 1794 1219 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36422356 1337528320 267964 33554432000 4194304 16246674 140736349764512 139999594913008 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=1794/tid=1797] ppid=1790 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/1794/task/1797/stat : 1797 (toysat) S 1790 1794 1219 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36422356 1337528320 267964 33554432000 4194304 16246674 140736349764512 139999584439472 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 1306180

[startup+51.1005 s]
/proc/loadavg: 2.32 2.30 2.02 4/181 1905
/proc/meminfo: memFree=27815484/32872528 swapFree=1316768/1463936
[pid=1794] ppid=1790 vsize=1307204 CPUtime=51.08 cores=1,3,5,7
/proc/1794/stat : 1794 (toysat) R 1790 1794 1219 0 -1 4202496 267870 0 0 0 5072 36 0 0 20 0 4 0 36422356 1338576896 268194 33554432000 4194304 16246674 140736349764512 140736349747512 5711716 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/1794/statm: 326801 268194 884 2943 0 323695 0
[pid=1794/tid=1795] ppid=1790 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/1794/task/1795/stat : 1795 (toysat) S 1790 1794 1219 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36422356 1338576896 268194 33554432000 4194304 16246674 140736349764512 139999605402864 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=1794/tid=1796] ppid=1790 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/1794/task/1796/stat : 1796 (toysat) S 1790 1794 1219 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36422356 1338576896 268194 33554432000 4194304 16246674 140736349764512 139999594913008 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=1794/tid=1797] ppid=1790 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/1794/task/1797/stat : 1797 (toysat) S 1790 1794 1219 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36422356 1338576896 268194 33554432000 4194304 16246674 140736349764512 139999584439472 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 1307204

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

[startup+51.2005 s]
/proc/loadavg: 2.32 2.30 2.02 4/181 1905
/proc/meminfo: memFree=27815484/32872528 swapFree=1316768/1463936
[pid=1794] ppid=1790 vsize=1307204 CPUtime=51.18 cores=1,3,5,7
/proc/1794/stat : 1794 (toysat) R 1790 1794 1219 0 -1 4202496 267870 0 0 0 5082 36 0 0 20 0 4 0 36422356 1338576896 268194 33554432000 4194304 16246674 140736349764512 140736349746432 5754764 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/1794/statm: 326801 268194 884 2943 0 323695 0
[pid=1794/tid=1795] ppid=1790 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/1794/task/1795/stat : 1795 (toysat) S 1790 1794 1219 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36422356 1338576896 268194 33554432000 4194304 16246674 140736349764512 139999605402864 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=1794/tid=1796] ppid=1790 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/1794/task/1796/stat : 1796 (toysat) S 1790 1794 1219 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36422356 1338576896 268194 33554432000 4194304 16246674 140736349764512 139999594913008 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=1794/tid=1797] ppid=1790 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/1794/task/1797/stat : 1797 (toysat) S 1790 1794 1219 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36422356 1338576896 268194 33554432000 4194304 16246674 140736349764512 139999584439472 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 51.18
Current children cumulated vsize (KiB) 1307204

[startup+57.6004 s]
/proc/loadavg: 2.30 2.30 2.02 3/181 1905
/proc/meminfo: memFree=27815348/32872528 swapFree=1316768/1463936
[pid=1794] ppid=1790 vsize=1307204 CPUtime=57.58 cores=1,3,5,7
/proc/1794/stat : 1794 (toysat) R 1790 1794 1219 0 -1 4202496 267873 0 0 0 5722 36 0 0 20 0 4 0 36422356 1338576896 268194 33554432000 4194304 16246674 140736349764512 140736349746432 15015658 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/1794/statm: 326801 268194 884 2943 0 323695 0
[pid=1794/tid=1795] ppid=1790 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/1794/task/1795/stat : 1795 (toysat) S 1790 1794 1219 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36422356 1338576896 268194 33554432000 4194304 16246674 140736349764512 139999605402864 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=1794/tid=1796] ppid=1790 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/1794/task/1796/stat : 1796 (toysat) S 1790 1794 1219 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36422356 1338576896 268194 33554432000 4194304 16246674 140736349764512 139999594913008 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=1794/tid=1797] ppid=1790 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/1794/task/1797/stat : 1797 (toysat) S 1790 1794 1219 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36422356 1338576896 268194 33554432000 4194304 16246674 140736349764512 139999584439472 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 57.58
Current children cumulated vsize (KiB) 1307204

[startup+64.0004 s]
/proc/loadavg: 2.27 2.29 2.02 3/181 1905
/proc/meminfo: memFree=27815472/32872528 swapFree=1316768/1463936
[pid=1794] ppid=1790 vsize=1307204 CPUtime=63.98 cores=1,3,5,7
/proc/1794/stat : 1794 (toysat) R 1790 1794 1219 0 -1 4202496 267873 0 0 0 6362 36 0 0 20 0 4 0 36422356 1338576896 268194 33554432000 4194304 16246674 140736349764512 140736349746432 5721922 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/1794/statm: 326801 268194 884 2943 0 323695 0
[pid=1794/tid=1795] ppid=1790 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/1794/task/1795/stat : 1795 (toysat) S 1790 1794 1219 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36422356 1338576896 268194 33554432000 4194304 16246674 140736349764512 139999605402864 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=1794/tid=1796] ppid=1790 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/1794/task/1796/stat : 1796 (toysat) S 1790 1794 1219 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36422356 1338576896 268194 33554432000 4194304 16246674 140736349764512 139999594913008 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=1794/tid=1797] ppid=1790 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/1794/task/1797/stat : 1797 (toysat) S 1790 1794 1219 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36422356 1338576896 268194 33554432000 4194304 16246674 140736349764512 139999584439472 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 63.98
Current children cumulated vsize (KiB) 1307204

[startup+65.6004 s]
/proc/loadavg: 2.25 2.29 2.02 4/181 1905
/proc/meminfo: memFree=27815600/32872528 swapFree=1316768/1463936
[pid=1794] ppid=1790 vsize=1307204 CPUtime=65.57 cores=1,3,5,7
/proc/1794/stat : 1794 (toysat) R 1790 1794 1219 0 -1 4202496 267878 0 0 0 6521 36 0 0 20 0 4 0 36422356 1338576896 268194 33554432000 4194304 16246674 140736349764512 140736349747512 15015658 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/1794/statm: 326801 268194 884 2943 0 323695 0
[pid=1794/tid=1795] ppid=1790 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/1794/task/1795/stat : 1795 (toysat) S 1790 1794 1219 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36422356 1338576896 268194 33554432000 4194304 16246674 140736349764512 139999605402864 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=1794/tid=1796] ppid=1790 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/1794/task/1796/stat : 1796 (toysat) S 1790 1794 1219 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36422356 1338576896 268194 33554432000 4194304 16246674 140736349764512 139999594913008 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=1794/tid=1797] ppid=1790 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/1794/task/1797/stat : 1797 (toysat) S 1790 1794 1219 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36422356 1338576896 268194 33554432000 4194304 16246674 140736349764512 139999584439472 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 65.57
Current children cumulated vsize (KiB) 1307204

[startup+66.4004 s]
/proc/loadavg: 2.25 2.29 2.02 4/181 1905
/proc/meminfo: memFree=27815088/32872528 swapFree=1316768/1463936
[pid=1794] ppid=1790 vsize=1307204 CPUtime=66.37 cores=1,3,5,7
/proc/1794/stat : 1794 (toysat) R 1790 1794 1219 0 -1 4202496 267878 0 0 0 6601 36 0 0 20 0 4 0 36422356 1338576896 268194 33554432000 4194304 16246674 140736349764512 140736349747512 5995385 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/1794/statm: 326801 268194 884 2943 0 323695 0
[pid=1794/tid=1795] ppid=1790 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/1794/task/1795/stat : 1795 (toysat) S 1790 1794 1219 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36422356 1338576896 268194 33554432000 4194304 16246674 140736349764512 139999605402864 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=1794/tid=1796] ppid=1790 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/1794/task/1796/stat : 1796 (toysat) S 1790 1794 1219 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36422356 1338576896 268194 33554432000 4194304 16246674 140736349764512 139999594913008 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=1794/tid=1797] ppid=1790 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/1794/task/1797/stat : 1797 (toysat) S 1790 1794 1219 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36422356 1338576896 268194 33554432000 4194304 16246674 140736349764512 139999584439472 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 66.37
Current children cumulated vsize (KiB) 1307204

[startup+67.207 s]
/proc/loadavg: 2.25 2.29 2.02 4/181 1905
/proc/meminfo: memFree=27815092/32872528 swapFree=1316768/1463936
[pid=1794] ppid=1790 vsize=1307204 CPUtime=67.18 cores=1,3,5,7
/proc/1794/stat : 1794 (toysat) R 1790 1794 1219 0 -1 4202496 267878 0 0 0 6682 36 0 0 20 0 4 0 36422356 1338576896 268194 33554432000 4194304 16246674 140736349764512 140736349747512 12483354 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/1794/statm: 326801 268194 884 2943 0 323695 0
[pid=1794/tid=1795] ppid=1790 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/1794/task/1795/stat : 1795 (toysat) S 1790 1794 1219 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36422356 1338576896 268194 33554432000 4194304 16246674 140736349764512 139999605402864 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=1794/tid=1796] ppid=1790 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/1794/task/1796/stat : 1796 (toysat) S 1790 1794 1219 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36422356 1338576896 268194 33554432000 4194304 16246674 140736349764512 139999594913008 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=1794/tid=1797] ppid=1790 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/1794/task/1797/stat : 1797 (toysat) S 1790 1794 1219 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 36422356 1338576896 268194 33554432000 4194304 16246674 140736349764512 139999584439472 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 67.18
Current children cumulated vsize (KiB) 1307204

[startup+67.6004 s]
/proc/loadavg: 2.25 2.29 2.02 4/181 1905
/proc/meminfo: memFree=27815092/32872528 swapFree=1316768/1463936
[pid=1794] ppid=1790 vsize=0 CPUtime=67.58 cores=1,3,5,7
/proc/1794/stat : 1794 (toysat) Z 1790 1794 1219 0 -1 4202508 267882 0 0 0 6717 41 0 0 20 0 2 0 36422356 0 0 33554432000 0 0 0 0 0 0 0 33554432 0 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/1794/statm: 0 0 0 0 0 0 0
[pid=1794/tid=1795] ppid=1790 vsize=0 CPUtime=0.03 cores=1,3,5,7
/proc/1794/task/1795/stat : 1795 (toysat) R 1790 1794 1219 0 -1 4202564 10 0 0 0 0 3 0 0 20 0 2 0 36422356 0 0 33554432000 0 0 0 0 0 256 0 33554432 0 18446744073709551615 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 67.58
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 67.6104
CPU time (s): 67.5887
CPU user time (s): 67.1718
CPU system time (s): 0.416936
CPU usage (%): 99.9679
Max. virtual memory (cumulated for all children) (KiB): 1307204

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 67.1718
system time used= 0.416936
maximum resident set size= 1072784
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 267882
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= 30
involuntary context switches= 74

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.174973 second user time and 0.266959 second system time

The end

Launcher Data

Begin job on node121 at 2016-06-19 15:42:34
IDJOB=4109458
IDBENCH=78818
IDSOLVER=2553
FILE ID=node121/4109458-1466343754
RUNJOBID= node121-1466341819-1236
PBS_JOBID= 19922032
Free space on /tmp= 71704 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/normalized-t2001.13queen13.1110970631--soft-66-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-4109458-1466343754/watcher-4109458-1466343754 -o /tmp/evaluation-result-4109458-1466343754/solver-4109458-1466343754 -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-4109458-1466343754.wbo

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

MD5SUM BENCH= b526845d30abddab077c9de3ad820c33
RANDOM SEED=695058427

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:        28885096 kB
Buffers:          202152 kB
Cached:           482840 kB
SwapCached:         1944 kB
Active:          1272908 kB
Inactive:         484116 kB
Active(anon):    1071512 kB
Inactive(anon):     2900 kB
Active(file):     201396 kB
Inactive(file):   481216 kB
Unevictable:     1463936 kB
Mlocked:         1316768 kB
SwapTotal:      67108856 kB
SwapFree:       67101196 kB
Dirty:             16644 kB
Writeback:             0 kB
AnonPages:       2540276 kB
Mapped:            12368 kB
Shmem:                 0 kB
Slab:             628568 kB
SReclaimable:      72752 kB
SUnreclaim:       555816 kB
KernelStack:        1504 kB
PageTables:         8984 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2668648 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    174080 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:43:42