Trace number 4109282

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 24.5413 24.5481

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111219799--soft-33-100-0.wbo
MD5SUMdce35c207127a4ac706b019c5103970d
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark4
Best CPU time to get the best result obtained on this benchmark5.16821
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 constraints64
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 3426
Min constraint cost 1
Max constraint cost 99
Sum of constraints costs 3425
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1258
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:40:26+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-4109282-1466343626.wbo"]
0.00/0.01	c use --random-gen="1268670767 2032381367 2601478649 165758560 789020869 1740793744 2422606674 1329273523 2571707076 1906565421 1167043011 611401461 567632458 3863895322 3668488363 3787327491 3027459139 573092409 3825306321 1521367770 3276059776 2171935020 690997065 3259147623 3201113739 1493567753 3480450978 974895177 2127244794 2887021359 237496220 407995792 677395475 1838752230 900322011 3123405150 778177873 3944627630 279550029 2728322386 2666830865 2102680216 1656284917 1687663740 1201044504 2114377487 249402676 4148226604 2641353662 698913560 1045964391 3579629581 3452505239 1394592451 3180693867 3763275598 328513055 105799120 2336693307 2641295534 4017043142 1253244278 421268512 1453952419 398862311 3335327683 131176177 3692902748 2985121223 3883310936 1979821699 1699905242 1359225658 540160157 3971805602 437487850 947338158 1911073990 3574911882 1680704118 1175092209 1933059739 1532667628 513840910 1669808644 3842839524 4129102966 1091761699 1212393136 2506342392 482380319 1585470571 2387434685 1978048974 3936959511 1433575040 754092133 773972659 396096570 4139117240 1669604579 3162519208 2805715121 2423578077 2145985991 1419269703 3342405993 4185791350 1704281603 2502787348 1094341026 3448016463 3361528611 833400309 711577767 1372534755 3351260162 1229623834 461073461 1123398402 1114637117 882878751 4272620780 3653393236 644279359 2244042652 2626791935 3698810027 2617663078 1518916929 1595606740 3456668546 3948592459 3598426845 2693353094 1980940281 3635972233 3143565561 1099503226 189733414 929586997 412834739 4233507661 3132515030 863260328 392593030 830552554 461273563 240761337 869677620 1652564230 2722404126 775295706 69568629 3953493851 2544545767 3007852152 1336827273 1963131041 4247594002 1961319714 343891686 3315128723 2257427123 2978349149 409685368 1279590651 677034645 4205698179 3564532756 2202595133 2803880533 3026612968 3097961768 2219114420 3880207610 4101105617 3781834056 1648660903 4272653121 3420094269 3767034479 4132024188 3260359111 3609815297 4068218007 3930233170 4026917819 2975177737 2756785377 232323611 3734099868 606160331 2788801330 3820103106 3165318449 397130713 2743765372 3691763091 1814869468 4190737599 334831787 767163026 3209650687 2037851488 2426293294 344849865 152873123 1870677507 3853346272 2662445546 2389411997 537445988 2770325666 3901948405 1403553072 2133336927 713019449 1063402075 3850983518 3962352123 867491999 3229285450 4183796516 3810225598 1830953986 2975005729 972331117 3926161958 3231036468 1511572351 799886159 1619482021 1352451857 2965640344 92695302 2786631576 3508069773 3552904632 1866580086 1223239479 2182225185 3342417750 2649173393 1793286981 361331065 2506749120 3523745931 2153366744 4287966154 2288003490 3341517536 1596344436 3859304236 375289337 3494428027 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 |      111      0 |        0 |        0
0.19/0.25	c  0.0s |       0 |       80 |        4 |      111      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 = 80
0.19/0.25	c #random_decision = 1
0.19/0.25	c #conflict = 4
0.19/0.25	c #restart = 0
0.19/0.25	o 407
0.19/0.25	c BCD2: updating upper bound: 3425 -> 406
0.19/0.25	c BCD2: 0 <= obj <= 406
0.19/0.25	c BCD2: #cores=0, #unrelaxed=64, #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 |      111      0 |        0 |        0
0.19/0.27	c  0.0s |       1 |      237 |      100 |      123      0 |        0 |        0
0.29/0.30	c  0.0s |       2 |      541 |      250 |      136      0 |        0 |        0
0.29/0.34	c  0.1s |       3 |      998 |      475 |      150      2 |        0 |        0
0.39/0.40	c  0.1s |       4 |     1657 |      813 |      165      4 |        0 |        0
0.39/0.49	c  0.2s |       5 |     2553 |     1320 |      182      7 |        0 |        0
0.59/0.63	c  0.4s |       6 |     3752 |     2081 |      201     12 |        0 |        0
0.79/0.84	c  0.6s |       7 |     5633 |     3223 |      222     19 |        0 |        0
1.10/1.18	c  0.9s |       8 |     8441 |     4936 |      245     28 |        0 |        0
1.59/1.60	c  1.3s |       9 |    12341 |     7506 |      270     41 |        0 |        0
2.09/2.10	c  1.8s |      10 |    18321 |    11361 |      297     60 |        0 |        0
2.79/2.88	c  2.6s |      11 |    27110 |    17144 |      327     87 |        0 |        0
3.98/4.05	c  3.8s |      12 |    39602 |    25819 |      360    124 |        0 |        0
5.78/5.82	c  5.6s |      13 |    58431 |    38832 |      397    177 |        0 |        0
7.79/7.83	c  7.6s |      13 |    78762 |    53432 |      397    231 |        0 |        0
8.49/8.55	c  8.3s |      14 |    85807 |    58352 |      437    250 |        0 |        0
10.49/10.55	c 10.3s |      14 |   103003 |    70052 |      437    292 |        0 |        0
10.69/10.70	c 10.4s |      14 |   104117 |    70820 |      437    295 |        0 |        0
10.69/10.70	c #cpu_time = 10.442s
10.69/10.70	c #wall_clock_time = 10.442s
10.69/10.70	c #decision = 104117
10.69/10.70	c #random_decision = 242
10.69/10.70	c #conflict = 70820
10.69/10.70	c #restart = 14
10.69/10.70	c BCD2: found a new core of size 63: cost of the new core is >=1
10.69/10.70	c lower bound updated to 1
10.69/10.70	c BCD2: 1 <= obj <= 406
10.69/10.70	c BCD2: #cores=1, #unrelaxed=1, #relaxed=63, #hardened=0
10.69/10.70	c BCD2: #sat=1 #unsat=2 bias=2/3
10.69/10.70	c Solving starts ...
10.69/10.70	c ============================[ Search Statistics ]============================
10.69/10.70	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
10.69/10.70	c       |         |          |          |    Limit     GC | Var      | Constra 
10.69/10.70	c =============================================================================
10.69/10.70	c  0.0s |       0 |        0 |        0 |      437      0 |        0 |        0
10.69/10.70	c  0.0s |       0 |       93 |        3 |      437      0 |        0 |        0
10.69/10.70	c #cpu_time = 0.002s
10.69/10.70	c #wall_clock_time = 0.002s
10.69/10.70	c #decision = 93
10.69/10.70	c #random_decision = 1
10.69/10.70	c #conflict = 3
10.69/10.70	c #restart = 0
10.69/10.70	o 29
10.69/10.70	c BCD2: hardening fixes 51 literals
10.69/10.70	c BCD2: updating upper bound: 406 -> 28
10.69/10.70	c BCD2: 1 <= obj <= 28
10.69/10.70	c BCD2: #cores=1, #unrelaxed=0, #relaxed=13, #hardened=51
10.69/10.70	c BCD2: #sat=2 #unsat=2 bias=2/4
10.69/10.70	c Solving starts ...
10.69/10.70	c ============================[ Search Statistics ]============================
10.69/10.70	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
10.69/10.70	c       |         |          |          |    Limit     GC | Var      | Constra 
10.69/10.70	c =============================================================================
10.69/10.70	c  0.0s |       0 |        0 |        0 |      437      0 |       51 |        2
10.69/10.71	c  0.0s |       1 |      177 |      100 |      437      0 |       51 |        2
10.69/10.73	c  0.0s |       2 |      389 |      250 |      437      1 |       51 |        2
10.69/10.76	c  0.1s |       3 |      779 |      475 |      437      2 |       51 |        2
10.69/10.79	c  0.1s |       4 |     1295 |      813 |      437      3 |       51 |        2
10.79/10.85	c  0.2s |       5 |     2055 |     1320 |      437      5 |       51 |        2
10.89/10.94	c  0.2s |       6 |     3229 |     2081 |      437      7 |       51 |        2
11.00/11.07	c  0.4s |       7 |     5104 |     3223 |      437     11 |       51 |        2
11.19/11.27	c  0.6s |       8 |     7798 |     4936 |      437     17 |       51 |        2
11.49/11.56	c  0.9s |       9 |    11633 |     7506 |      437     26 |       51 |        2
11.89/12.00	c  1.3s |      10 |    17556 |    11361 |      437     40 |       51 |        2
12.59/12.64	c  1.9s |      11 |    26259 |    17144 |      481     60 |       51 |        2
13.59/13.61	c  2.9s |      12 |    38769 |    25819 |      481     87 |       51 |        2
14.30/14.38	c  3.7s |      12 |    48452 |    32363 |      481    108 |       51 |        2
14.30/14.38	c #cpu_time = 3.682s
14.30/14.38	c #wall_clock_time = 3.682s
14.30/14.38	c #decision = 48452
14.30/14.38	c #random_decision = 132
14.30/14.38	c #conflict = 32363
14.30/14.38	c #restart = 12
14.30/14.38	o 4
14.30/14.38	c BCD2: hardening fixes 10 literals
14.30/14.38	c BCD2: updating upper bound: 28 -> 3
14.30/14.38	c BCD2: 1 <= obj <= 3
14.30/14.38	c BCD2: #cores=1, #unrelaxed=0, #relaxed=3, #hardened=61
14.30/14.38	c BCD2: #sat=3 #unsat=2 bias=2/5
14.30/14.38	c Solving starts ...
14.30/14.38	c ============================[ Search Statistics ]============================
14.30/14.38	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
14.30/14.38	c       |         |          |          |    Limit     GC | Var      | Constra 
14.30/14.38	c =============================================================================
14.30/14.38	c  0.0s |       0 |        0 |        0 |      481      0 |       61 |        4
14.30/14.40	c  0.0s |       1 |      139 |      100 |      481      1 |       61 |        4
14.40/14.41	c  0.0s |       2 |      379 |      250 |      481      1 |       61 |        4
14.40/14.44	c  0.1s |       3 |      717 |      475 |      481      2 |       61 |        4
14.40/14.48	c  0.1s |       4 |     1176 |      813 |      481      3 |       61 |        4
14.49/14.54	c  0.2s |       5 |     1948 |     1320 |      481      4 |       61 |        4
14.59/14.62	c  0.2s |       6 |     3016 |     2081 |      481      7 |       61 |        4
14.69/14.75	c  0.4s |       7 |     4846 |     3223 |      481     11 |       61 |        4
14.89/14.93	c  0.5s |       8 |     7510 |     4936 |      481     16 |       61 |        4
15.19/15.21	c  0.8s |       9 |    11403 |     7506 |      481     25 |       61 |        4
15.59/15.62	c  1.2s |      10 |    16930 |    11361 |      481     37 |       61 |        4
16.19/16.27	c  1.9s |      11 |    25313 |    17144 |      481     56 |       61 |        4
17.19/17.29	c  2.9s |      12 |    37540 |    25819 |      481     84 |       61 |        4
18.80/18.88	c  4.5s |      13 |    55803 |    38832 |      530    124 |       61 |        4
20.79/20.88	c  6.5s |      13 |    80567 |    55932 |      530    176 |       61 |        4
21.09/21.17	c  6.8s |      14 |    84061 |    58352 |      530    183 |       61 |        4
23.09/23.18	c  8.8s |      14 |   108553 |    75652 |      530    235 |       61 |        4
24.39/24.48	c 10.1s |      14 |   123684 |    86551 |      530    269 |       63 |        7
24.39/24.48	c #cpu_time = 10.097s
24.39/24.48	c #wall_clock_time = 10.097s
24.39/24.48	c #decision = 123684
24.39/24.48	c #random_decision = 281
24.39/24.48	c #conflict = 86551
24.39/24.48	c #restart = 14
24.39/24.48	c BCD2: updating lower bound of a core
24.39/24.48	c lower bound updated to 6
24.39/24.48	s OPTIMUM FOUND
24.39/24.48	v -x1 -x2 -x3 x4 -x5 -x6 -x7 -x8 -x9 -x10
24.39/24.48	v -x11 -x12 -x13 -x14 -x15 -x16 -x17 -x18 -x19 x20
24.39/24.48	v -x21 -x22 -x23 -x24 -x25 -x26 -x27 -x28 -x29 -x30
24.39/24.48	v -x31 -x32 -x33 -x34 -x35 -x36 -x37 x38 -x39 -x40
24.39/24.48	v -x41 -x42 -x43 -x44 -x45 -x46 x47 -x48 -x49 -x50
24.39/24.48	v -x51 -x52 -x53 -x54 -x55 -x56 x57 -x58 -x59 -x60
24.39/24.48	v -x61 -x62 -x63 -x64 -x65 -x66 -x67 -x68 -x69 -x70
24.39/24.48	v -x71 -x72 -x73 -x74 -x75 -x76 -x77 x78 x79 -x80
24.39/24.48	v -x81 -x82 -x83 -x84 -x85 -x86 -x87 -x88 -x89 -x90
24.39/24.48	v -x91 -x92 -x93 x94 -x95 -x96 -x97 -x98 -x99 -x100
24.39/24.48	v -x101 -x102 -x103 -x104 -x105 -x106 -x107 -x108 -x109 -x110
24.39/24.48	v -x111 -x112 -x113 -x114 x115 -x116 -x117 -x118 -x119 -x120
24.39/24.48	v -x121 -x122 x123 -x124 -x125 -x126 -x127 -x128 -x129 -x130
24.39/24.48	v -x131 x132 -x133 -x134 -x135 -x136 -x137 -x138 -x139 -x140
24.39/24.48	v -x141 -x142 -x143 -x144 -x145 -x146 -x147 -x148 -x149 -x150
24.39/24.48	v -x151 x152 x153 -x154 -x155 -x156 -x157 -x158 -x159 -x160
24.39/24.48	v -x161 -x162 -x163 -x164 -x165 -x166 -x167 -x168 -x169
24.39/24.48	c total CPU time = 24.482s
24.39/24.48	c total wall clock time = 24.483s

Verifier Data

OK	4

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

pid=2241
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.43 2.32 1.97 4/180 2244
/proc/meminfo: memFree=29103712/32872528 swapFree=1499884/1696108
[pid=2244] ppid=2241 vsize=732604 CPUtime=0 cores=1,3,5,7
/proc/2244/stat : 2244 (toysat) R 2241 2244 2004 0 -1 4202496 2735 0 0 0 0 0 0 0 20 0 4 0 36408356 750186496 3096 33554432000 4194304 16246674 140736391445408 140736391444832 13880264 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/2244/statm: 183919 3104 441 2943 0 180813 0
[pid=2244/tid=2245] ppid=2241 vsize=750012 CPUtime=0 cores=1,3,5,7
/proc/2244/task/2245/stat : 2245 (toysat) S 2241 2244 2004 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36408357 768012288 3164 33554432000 4194304 16246674 140736391445408 140715370720496 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=2244/tid=2246] ppid=2241 vsize=755132 CPUtime=0 cores=1,3,5,7
/proc/2244/task/2246/stat : 2246 (toysat) S 2241 2244 2004 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36408357 773255168 3180 33554432000 4194304 16246674 140736391445408 140715360230640 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=2244/tid=2247] ppid=2241 vsize=759228 CPUtime=0 cores=1,3,5,7
/proc/2244/task/2247/stat : 2247 (toysat) S 2241 2244 2004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36408357 777449472 3197 33554432000 4194304 16246674 140736391445408 140715275316400 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0

[startup+0.100179 s]
/proc/loadavg: 2.43 2.32 1.97 4/180 2244
/proc/meminfo: memFree=29103712/32872528 swapFree=1499884/1696108
[pid=2244] ppid=2241 vsize=1218116 CPUtime=0.09 cores=1,3,5,7
/proc/2244/stat : 2244 (toysat) R 2241 2244 2004 0 -1 4202496 18403 0 0 0 7 2 0 0 20 0 4 0 36408356 1247350784 18756 33554432000 4194304 16246674 140736391445408 140736391444832 6144966 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/2244/statm: 304529 18757 618 2943 0 301423 0
[pid=2244/tid=2245] ppid=2241 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/2244/task/2245/stat : 2245 (toysat) S 2241 2244 2004 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36408357 1247350784 18757 33554432000 4194304 16246674 140736391445408 140715370720496 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=2244/tid=2246] ppid=2241 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/2244/task/2246/stat : 2246 (toysat) S 2241 2244 2004 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36408357 1247350784 18757 33554432000 4194304 16246674 140736391445408 140715360230640 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=2244/tid=2247] ppid=2241 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/2244/task/2247/stat : 2247 (toysat) S 2241 2244 2004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36408357 1247350784 18758 33554432000 4194304 16246674 140736391445408 140715275316400 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.200515 s]
/proc/loadavg: 2.43 2.32 1.97 4/180 2244
/proc/meminfo: memFree=29103712/32872528 swapFree=1499884/1696108
[pid=2244] ppid=2241 vsize=1218116 CPUtime=0.19 cores=1,3,5,7
/proc/2244/stat : 2244 (toysat) R 2241 2244 2004 0 -1 4202496 26365 0 0 0 15 4 0 0 20 0 4 0 36408356 1247350784 26718 33554432000 4194304 16246674 140736391445408 140736391427328 6144396 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/2244/statm: 304529 26719 618 2943 0 301423 0
[pid=2244/tid=2245] ppid=2241 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/2244/task/2245/stat : 2245 (toysat) S 2241 2244 2004 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36408357 1247350784 26719 33554432000 4194304 16246674 140736391445408 140715370720496 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=2244/tid=2246] ppid=2241 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/2244/task/2246/stat : 2246 (toysat) S 2241 2244 2004 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36408357 1247350784 26719 33554432000 4194304 16246674 140736391445408 140715360230640 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=2244/tid=2247] ppid=2241 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/2244/task/2247/stat : 2247 (toysat) S 2241 2244 2004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36408357 1247350784 26719 33554432000 4194304 16246674 140736391445408 140715275316400 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.300493 s]
/proc/loadavg: 2.43 2.32 1.97 4/180 2244
/proc/meminfo: memFree=29103712/32872528 swapFree=1499884/1696108
[pid=2244] ppid=2241 vsize=1218116 CPUtime=0.29 cores=1,3,5,7
/proc/2244/stat : 2244 (toysat) R 2241 2244 2004 0 -1 4202496 38152 0 0 0 24 5 0 0 20 0 4 0 36408356 1247350784 38499 33554432000 4194304 16246674 140736391445408 140736391427328 5546181 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/2244/statm: 304529 38510 810 2943 0 301423 0
[pid=2244/tid=2245] ppid=2241 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/2244/task/2245/stat : 2245 (toysat) S 2241 2244 2004 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36408357 1247350784 38514 33554432000 4194304 16246674 140736391445408 140715370720496 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=2244/tid=2246] ppid=2241 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/2244/task/2246/stat : 2246 (toysat) S 2241 2244 2004 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36408357 1247350784 38515 33554432000 4194304 16246674 140736391445408 140715360230640 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=2244/tid=2247] ppid=2241 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/2244/task/2247/stat : 2247 (toysat) S 2241 2244 2004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36408357 1247350784 38519 33554432000 4194304 16246674 140736391445408 140715275316400 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.700409 s]
/proc/loadavg: 2.43 2.32 1.97 4/180 2244
/proc/meminfo: memFree=29103712/32872528 swapFree=1499884/1696108
[pid=2244] ppid=2241 vsize=1218116 CPUtime=0.69 cores=1,3,5,7
/proc/2244/stat : 2244 (toysat) R 2241 2244 2004 0 -1 4202496 108132 0 0 0 53 16 0 0 20 0 4 0 36408356 1247350784 108478 33554432000 4194304 16246674 140736391445408 140736391427328 6021133 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/2244/statm: 304529 108482 816 2943 0 301423 0
[pid=2244/tid=2245] ppid=2241 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/2244/task/2245/stat : 2245 (toysat) S 2241 2244 2004 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36408357 1247350784 108485 33554432000 4194304 16246674 140736391445408 140715370720496 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=2244/tid=2246] ppid=2241 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/2244/task/2246/stat : 2246 (toysat) S 2241 2244 2004 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36408357 1247350784 108487 33554432000 4194304 16246674 140736391445408 140715360230640 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=2244/tid=2247] ppid=2241 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/2244/task/2247/stat : 2247 (toysat) S 2241 2244 2004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36408357 1247350784 108494 33554432000 4194304 16246674 140736391445408 140715275316400 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.43 2.32 1.97 3/184 2248
/proc/meminfo: memFree=28376240/32872528 swapFree=1499884/1696108
[pid=2244] ppid=2241 vsize=1219140 CPUtime=1.49 cores=1,3,5,7
/proc/2244/stat : 2244 (toysat) R 2241 2244 2004 0 -1 4202496 245739 0 0 0 117 32 0 0 20 0 4 0 36408356 1248399360 246063 33554432000 4194304 16246674 140736391445408 140736391444720 13818360 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/2244/statm: 304785 246063 875 2943 0 301679 0
[pid=2244/tid=2245] ppid=2241 vsize=1219140 CPUtime=0 cores=1,3,5,7
/proc/2244/task/2245/stat : 2245 (toysat) S 2241 2244 2004 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36408357 1248399360 246063 33554432000 4194304 16246674 140736391445408 140715370720496 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=2244/tid=2246] ppid=2241 vsize=1219140 CPUtime=0 cores=1,3,5,7
/proc/2244/task/2246/stat : 2246 (toysat) S 2241 2244 2004 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36408357 1248399360 246063 33554432000 4194304 16246674 140736391445408 140715360230640 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=2244/tid=2247] ppid=2241 vsize=1219140 CPUtime=0 cores=1,3,5,7
/proc/2244/task/2247/stat : 2247 (toysat) S 2241 2244 2004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36408357 1248399360 246063 33554432000 4194304 16246674 140736391445408 140715275316400 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) 1219140

[startup+3.10043 s]
/proc/loadavg: 2.43 2.32 1.97 3/184 2248
/proc/meminfo: memFree=28120172/32872528 swapFree=1499884/1696108
[pid=2244] ppid=2241 vsize=1305156 CPUtime=3.09 cores=1,3,5,7
/proc/2244/stat : 2244 (toysat) R 2241 2244 2004 0 -1 4202496 267344 0 0 0 274 35 0 0 20 0 4 0 36408356 1336479744 267668 33554432000 4194304 16246674 140736391445408 140736391427328 5677563 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/2244/statm: 326289 267668 875 2943 0 323183 0
[pid=2244/tid=2245] ppid=2241 vsize=1305156 CPUtime=0 cores=1,3,5,7
/proc/2244/task/2245/stat : 2245 (toysat) S 2241 2244 2004 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36408357 1336479744 267668 33554432000 4194304 16246674 140736391445408 140715370720496 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=2244/tid=2246] ppid=2241 vsize=1305156 CPUtime=0 cores=1,3,5,7
/proc/2244/task/2246/stat : 2246 (toysat) S 2241 2244 2004 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36408357 1336479744 267668 33554432000 4194304 16246674 140736391445408 140715360230640 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=2244/tid=2247] ppid=2241 vsize=1305156 CPUtime=0 cores=1,3,5,7
/proc/2244/task/2247/stat : 2247 (toysat) S 2241 2244 2004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36408357 1336479744 267668 33554432000 4194304 16246674 140736391445408 140715275316400 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.30043 s]
/proc/loadavg: 2.40 2.32 1.97 3/184 2248
/proc/meminfo: memFree=28032576/32872528 swapFree=1499884/1696108
[pid=2244] ppid=2241 vsize=1306180 CPUtime=6.28 cores=1,3,5,7
/proc/2244/stat : 2244 (toysat) R 2241 2244 2004 0 -1 4202496 267574 0 0 0 593 35 0 0 20 0 4 0 36408356 1337528320 267898 33554432000 4194304 16246674 140736391445408 140736391428408 5712550 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/2244/statm: 326545 267898 875 2943 0 323439 0
[pid=2244/tid=2245] ppid=2241 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/2244/task/2245/stat : 2245 (toysat) S 2241 2244 2004 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36408357 1337528320 267898 33554432000 4194304 16246674 140736391445408 140715370720496 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=2244/tid=2246] ppid=2241 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/2244/task/2246/stat : 2246 (toysat) S 2241 2244 2004 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36408357 1337528320 267898 33554432000 4194304 16246674 140736391445408 140715360230640 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=2244/tid=2247] ppid=2241 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/2244/task/2247/stat : 2247 (toysat) S 2241 2244 2004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36408357 1337528320 267898 33554432000 4194304 16246674 140736391445408 140715275316400 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 1306180

[startup+12.7004 s]
/proc/loadavg: 2.37 2.31 1.97 3/184 2297
/proc/meminfo: memFree=28747572/32872528 swapFree=1499884/1696108
[pid=2244] ppid=2241 vsize=1306180 CPUtime=12.69 cores=1,3,5,7
/proc/2244/stat : 2244 (toysat) R 2241 2244 2004 0 -1 4202496 267610 0 0 0 1233 36 0 0 20 0 4 0 36408356 1337528320 267934 33554432000 4194304 16246674 140736391445408 140736391428408 12476802 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/2244/statm: 326545 267934 884 2943 0 323439 0
[pid=2244/tid=2245] ppid=2241 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/2244/task/2245/stat : 2245 (toysat) S 2241 2244 2004 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36408357 1337528320 267934 33554432000 4194304 16246674 140736391445408 140715370720496 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=2244/tid=2246] ppid=2241 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/2244/task/2246/stat : 2246 (toysat) S 2241 2244 2004 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36408357 1337528320 267934 33554432000 4194304 16246674 140736391445408 140715360230640 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=2244/tid=2247] ppid=2241 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/2244/task/2247/stat : 2247 (toysat) S 2241 2244 2004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36408357 1337528320 267934 33554432000 4194304 16246674 140736391445408 140715275316400 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

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

[startup+12.8005 s]
/proc/loadavg: 2.37 2.31 1.97 3/184 2297
/proc/meminfo: memFree=28747572/32872528 swapFree=1499884/1696108
[pid=2244] ppid=2241 vsize=1306180 CPUtime=12.79 cores=1,3,5,7
/proc/2244/stat : 2244 (toysat) R 2241 2244 2004 0 -1 4202496 267610 0 0 0 1243 36 0 0 20 0 4 0 36408356 1337528320 267934 33554432000 4194304 16246674 140736391445408 140736391428408 5675950 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/2244/statm: 326545 267934 884 2943 0 323439 0
[pid=2244/tid=2245] ppid=2241 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/2244/task/2245/stat : 2245 (toysat) S 2241 2244 2004 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36408357 1337528320 267934 33554432000 4194304 16246674 140736391445408 140715370720496 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=2244/tid=2246] ppid=2241 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/2244/task/2246/stat : 2246 (toysat) S 2241 2244 2004 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36408357 1337528320 267934 33554432000 4194304 16246674 140736391445408 140715360230640 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=2244/tid=2247] ppid=2241 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/2244/task/2247/stat : 2247 (toysat) S 2241 2244 2004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36408357 1337528320 267934 33554432000 4194304 16246674 140736391445408 140715275316400 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 12.79
Current children cumulated vsize (KiB) 1306180

[startup+19.2004 s]
/proc/loadavg: 2.34 2.31 1.97 3/184 2297
/proc/meminfo: memFree=28034596/32872528 swapFree=1499884/1696108
[pid=2244] ppid=2241 vsize=1306180 CPUtime=19.19 cores=1,3,5,7
/proc/2244/stat : 2244 (toysat) R 2241 2244 2004 0 -1 4202496 267613 0 0 0 1883 36 0 0 20 0 4 0 36408356 1337528320 267937 33554432000 4194304 16246674 140736391445408 140736391427328 12474881 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/2244/statm: 326545 267937 886 2943 0 323439 0
[pid=2244/tid=2245] ppid=2241 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/2244/task/2245/stat : 2245 (toysat) S 2241 2244 2004 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36408357 1337528320 267937 33554432000 4194304 16246674 140736391445408 140715370720496 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=2244/tid=2246] ppid=2241 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/2244/task/2246/stat : 2246 (toysat) S 2241 2244 2004 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36408357 1337528320 267937 33554432000 4194304 16246674 140736391445408 140715360230640 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=2244/tid=2247] ppid=2241 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/2244/task/2247/stat : 2247 (toysat) S 2241 2244 2004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36408357 1337528320 267937 33554432000 4194304 16246674 140736391445408 140715275316400 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 19.19
Current children cumulated vsize (KiB) 1306180

[startup+22.4004 s]
/proc/loadavg: 2.31 2.30 1.97 4/184 2297
/proc/meminfo: memFree=28034472/32872528 swapFree=1499884/1696108
[pid=2244] ppid=2241 vsize=1306180 CPUtime=22.39 cores=1,3,5,7
/proc/2244/stat : 2244 (toysat) R 2241 2244 2004 0 -1 4202496 267613 0 0 0 2203 36 0 0 20 0 4 0 36408356 1337528320 267937 33554432000 4194304 16246674 140736391445408 140736391427328 6012041 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/2244/statm: 326545 267937 886 2943 0 323439 0
[pid=2244/tid=2245] ppid=2241 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/2244/task/2245/stat : 2245 (toysat) S 2241 2244 2004 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36408357 1337528320 267937 33554432000 4194304 16246674 140736391445408 140715370720496 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=2244/tid=2246] ppid=2241 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/2244/task/2246/stat : 2246 (toysat) S 2241 2244 2004 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36408357 1337528320 267937 33554432000 4194304 16246674 140736391445408 140715360230640 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=2244/tid=2247] ppid=2241 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/2244/task/2247/stat : 2247 (toysat) S 2241 2244 2004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36408357 1337528320 267937 33554432000 4194304 16246674 140736391445408 140715275316400 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 22.39
Current children cumulated vsize (KiB) 1306180

[startup+23.2074 s]
/proc/loadavg: 2.31 2.30 1.97 4/184 2346
/proc/meminfo: memFree=29030096/32872528 swapFree=1499884/1696108
[pid=2244] ppid=2241 vsize=1306180 CPUtime=23.19 cores=1,3,5,7
/proc/2244/stat : 2244 (toysat) R 2241 2244 2004 0 -1 4202496 267613 0 0 0 2283 36 0 0 20 0 4 0 36408356 1337528320 267937 33554432000 4194304 16246674 140736391445408 140736391427328 12477756 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/2244/statm: 326545 267937 886 2943 0 323439 0
[pid=2244/tid=2245] ppid=2241 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/2244/task/2245/stat : 2245 (toysat) S 2241 2244 2004 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36408357 1337528320 267937 33554432000 4194304 16246674 140736391445408 140715370720496 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=2244/tid=2246] ppid=2241 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/2244/task/2246/stat : 2246 (toysat) S 2241 2244 2004 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36408357 1337528320 267937 33554432000 4194304 16246674 140736391445408 140715360230640 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=2244/tid=2247] ppid=2241 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/2244/task/2247/stat : 2247 (toysat) S 2241 2244 2004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36408357 1337528320 267937 33554432000 4194304 16246674 140736391445408 140715275316400 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 23.19
Current children cumulated vsize (KiB) 1306180

[startup+24.0004 s]
/proc/loadavg: 2.31 2.30 1.97 4/184 2346
/proc/meminfo: memFree=29030096/32872528 swapFree=1499884/1696108
[pid=2244] ppid=2241 vsize=1306180 CPUtime=23.99 cores=1,3,5,7
/proc/2244/stat : 2244 (toysat) R 2241 2244 2004 0 -1 4202496 267613 0 0 0 2363 36 0 0 20 0 4 0 36408356 1337528320 267937 33554432000 4194304 16246674 140736391445408 140736391427328 5600010 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/2244/statm: 326545 267937 886 2943 0 323439 0
[pid=2244/tid=2245] ppid=2241 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/2244/task/2245/stat : 2245 (toysat) S 2241 2244 2004 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36408357 1337528320 267937 33554432000 4194304 16246674 140736391445408 140715370720496 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=2244/tid=2246] ppid=2241 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/2244/task/2246/stat : 2246 (toysat) S 2241 2244 2004 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36408357 1337528320 267937 33554432000 4194304 16246674 140736391445408 140715360230640 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=2244/tid=2247] ppid=2241 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/2244/task/2247/stat : 2247 (toysat) S 2241 2244 2004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36408357 1337528320 267937 33554432000 4194304 16246674 140736391445408 140715275316400 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 23.99
Current children cumulated vsize (KiB) 1306180

[startup+24.4003 s]
/proc/loadavg: 2.31 2.30 1.97 3/184 2346
/proc/meminfo: memFree=28354320/32872528 swapFree=1499884/1696108
[pid=2244] ppid=2241 vsize=1306180 CPUtime=24.39 cores=1,3,5,7
/proc/2244/stat : 2244 (toysat) R 2241 2244 2004 0 -1 4202496 267613 0 0 0 2403 36 0 0 20 0 4 0 36408356 1337528320 267937 33554432000 4194304 16246674 140736391445408 140736391428408 5822604 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/2244/statm: 326545 267937 886 2943 0 323439 0
[pid=2244/tid=2245] ppid=2241 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/2244/task/2245/stat : 2245 (toysat) S 2241 2244 2004 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 36408357 1337528320 267937 33554432000 4194304 16246674 140736391445408 140715370720496 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=2244/tid=2246] ppid=2241 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/2244/task/2246/stat : 2246 (toysat) S 2241 2244 2004 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36408357 1337528320 267937 33554432000 4194304 16246674 140736391445408 140715360230640 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=2244/tid=2247] ppid=2241 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/2244/task/2247/stat : 2247 (toysat) S 2241 2244 2004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36408357 1337528320 267937 33554432000 4194304 16246674 140736391445408 140715275316400 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 24.39
Current children cumulated vsize (KiB) 1306180

[startup+24.5004 s]
/proc/loadavg: 2.31 2.30 1.97 3/184 2346
/proc/meminfo: memFree=28354320/32872528 swapFree=1499884/1696108
[pid=2244] ppid=2241 vsize=0 CPUtime=24.48 cores=1,3,5,7
/proc/2244/stat : 2244 (toysat) Z 2241 2244 2004 0 -1 4202508 267617 0 0 0 2411 37 0 0 20 0 2 0 36408356 0 0 33554432000 0 0 0 0 0 0 0 33554432 0 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/2244/statm: 0 0 0 0 0 0 0
[pid=2244/tid=2247] ppid=2241 vsize=0 CPUtime=0 cores=1,3,5,7
/proc/2244/task/2247/stat : 2247 (toysat) R 2241 2244 2004 0 -1 4203588 1 0 0 0 0 0 0 0 20 0 2 0 36408357 0 0 33554432000 0 0 0 0 0 0 0 33554432 0 18446744073709551615 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 24.48
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 24.5481
CPU time (s): 24.5413
CPU user time (s): 24.1163
CPU system time (s): 0.424935
CPU usage (%): 99.9723
Max. virtual memory (cumulated for all children) (KiB): 1306180

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 24.1163
system time used= 0.424935
maximum resident set size= 1071756
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 267617
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= 28

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.074988 second user time and 0.093985 second system time

The end

Launcher Data

Begin job on node137 at 2016-06-19 15:40:26
IDJOB=4109282
IDBENCH=78764
IDSOLVER=2553
FILE ID=node137/4109282-1466343626
RUNJOBID= node137-1466341805-2021
PBS_JOBID= 19922016
Free space on /tmp= 71688 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/normalized-t2001.13queen13.1111219799--soft-33-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-4109282-1466343626/watcher-4109282-1466343626 -o /tmp/evaluation-result-4109282-1466343626/solver-4109282-1466343626 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node137-1466341805-2021 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --wbo --search=bcd2 HOME/instance-4109282-1466343626.wbo

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

MD5SUM BENCH= dce35c207127a4ac706b019c5103970d
RANDOM SEED=76784273

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.486
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.486
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.486
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.38
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.486
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.486
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:        29104248 kB
Buffers:           68668 kB
Cached:           190004 kB
SwapCached:         1260 kB
Active:          1194356 kB
Inactive:         137692 kB
Active(anon):    1073664 kB
Inactive(anon):     2080 kB
Active(file):     120692 kB
Inactive(file):   135612 kB
Unevictable:     1696108 kB
Mlocked:         1499884 kB
SwapTotal:      67108856 kB
SwapFree:       67100128 kB
Dirty:             33280 kB
Writeback:             0 kB
AnonPages:       2770836 kB
Mapped:            11160 kB
Shmem:                 0 kB
Slab:             605768 kB
SReclaimable:      49756 kB
SUnreclaim:       556012 kB
KernelStack:        1528 kB
PageTables:         9476 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2911336 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    200704 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= 71672 MiB
End job on node137 at 2016-06-19 15:40:51