Trace number 4093371

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 20.7388 20.748

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111212272--soft-33-100-0.wbo
MD5SUM43af695f5d89afd81852305c494200d4
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark5.04223
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 1210
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-16T16:16:28+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-4093371-1466086588.wbo"]
0.00/0.01	c use --random-gen="3576926417 2883414976 2748806471 567294271 3633077973 4174865440 4005073470 3212066940 4030989728 3675327875 2699343388 539074737 2509446301 1950546926 1962715168 4168083880 2347516883 895273040 3384299711 4085420822 755682949 51628283 1089600949 4180381939 3559397765 3846204243 3880575683 2306366129 990327476 3463164128 4079203133 2224725201 1483611887 3170074840 1112054747 3071288688 2887465822 2465969036 992781892 858496940 2119168098 2602156993 237879480 2389216018 1157530782 333431897 223742689 3554026241 3697189056 3578775073 818754794 1943221069 1792413636 3355203554 945256632 3616435789 289303652 1183173205 3321531574 3379690359 4016197208 2704177104 2829251325 2136972474 4019496706 2123383370 3585245488 2846183849 3873383347 3868832945 60840825 2581127907 212660089 3768988892 4271272668 2194487290 3619457084 429523623 3222809506 74640011 2714742890 1191396761 13591557 3272490853 1015301747 1760646667 757089641 968305607 2021403625 1492984311 3371659141 1556892493 1336745285 1219504620 2900924386 2264363379 1460103197 1475002912 2813763549 2378381515 2362467547 1105324586 584086634 3232465879 855448793 712410843 1432266474 3531488682 3502896869 2978950019 1115697367 3217944071 3531697247 491755034 2728221155 1676197477 549515064 1062201261 3291224174 40719995 4243043945 2100463209 3118460753 1059687162 2183721244 2462719258 2496817107 4131665020 3783900393 3527288658 3001046821 3771700844 207398424 2087934555 4105830862 1988620437 3631816857 163071344 818207073 415268562 1391357660 1644119764 3893705645 955117015 2410298970 1956417097 1081063180 1447881804 1188927032 174930772 2036622944 3753940101 717316572 2362379154 4294802085 432117610 1567421618 1387723895 2371219711 2194311876 3100933712 3452206023 1131460224 1162949856 2760806558 2826570923 1152393861 1317719338 780411449 2525524141 2447836195 2525146331 429434331 2955813595 773315390 3283178304 2123563319 3110345543 2106995073 1216665850 200238219 1822631101 3543815929 1611641101 2784339563 3530065812 4006950954 2670108522 1292387816 2976382516 413913540 1238839804 4218807794 2433461226 48351317 1728196133 288406723 1312853612 1049470505 3476358112 1100382291 557365854 3558753672 8252511 3586426560 2721914875 2852628963 1938372052 737986633 3864229080 560682171 760863074 2536519841 2944760530 1602960744 592718722 1755572386 1057626983 2939183337 3101853668 2626751240 1926042463 1375515162 3638899009 3270683288 2826206321 3710603634 3824279583 3469730010 3904309313 212472637 1315516194 2056844370 3495078035 1249955754 3398259510 589255557 3434710517 236679507 2011867343 3837560138 1122714091 582008867 2980824185 740259529 787807928 3206664743 3849206735 3999932965 92258350 1781576012 3366732328 3900202164 2798481230 218721303 3563495939 255 362436" option to reproduce the execution
0.19/0.26	c #vars 169
0.19/0.26	c #constraints 101
0.19/0.27	c BCD2: Hardening is enabled.
0.19/0.27	c BCD2: BiasedSearch is enabled.
0.19/0.27	c Solving starts ...
0.19/0.27	c ============================[ Search Statistics ]============================
0.19/0.27	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.19/0.27	c       |         |          |          |    Limit     GC | Var      | Constra 
0.19/0.27	c =============================================================================
0.19/0.27	c  0.0s |       0 |        0 |        0 |      111      0 |        0 |        0
0.19/0.27	c  0.0s |       0 |       76 |        4 |      111      0 |        0 |        0
0.19/0.27	c #cpu_time = 0.001s
0.19/0.27	c #wall_clock_time = 0.001s
0.19/0.27	c #decision = 76
0.19/0.27	c #random_decision = 0
0.19/0.27	c #conflict = 4
0.19/0.27	c #restart = 0
0.19/0.27	o 333
0.19/0.27	c BCD2: updating upper bound: 3425 -> 332
0.19/0.27	c BCD2: 0 <= obj <= 332
0.19/0.27	c BCD2: #cores=0, #unrelaxed=64, #relaxed=0, #hardened=0
0.19/0.27	c BCD2: #sat=1 #unsat=1 bias=1/2
0.19/0.27	c Solving starts ...
0.19/0.27	c ============================[ Search Statistics ]============================
0.19/0.27	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.19/0.27	c       |         |          |          |    Limit     GC | Var      | Constra 
0.19/0.27	c =============================================================================
0.19/0.27	c  0.0s |       0 |        0 |        0 |      111      0 |        0 |        0
0.19/0.28	c  0.0s |       1 |      229 |      100 |      123      0 |        0 |        0
0.29/0.31	c  0.0s |       2 |      544 |      250 |      136      0 |        0 |        0
0.29/0.35	c  0.1s |       3 |      927 |      475 |      150      2 |        0 |        0
0.39/0.42	c  0.1s |       4 |     1519 |      813 |      165      5 |        0 |        0
0.48/0.51	c  0.2s |       5 |     2311 |     1320 |      182      8 |        0 |        0
0.59/0.65	c  0.4s |       6 |     3454 |     2081 |      201     13 |        0 |        0
0.79/0.86	c  0.6s |       7 |     5299 |     3223 |      222     20 |        0 |        0
1.09/1.19	c  0.9s |       8 |     7789 |     4936 |      245     29 |        0 |        0
1.59/1.62	c  1.3s |       9 |    11385 |     7506 |      270     42 |        0 |        0
2.09/2.14	c  1.9s |      10 |    16801 |    11361 |      297     60 |        0 |        0
2.89/2.92	c  2.7s |      11 |    25038 |    17144 |      327     87 |        0 |        0
3.99/4.09	c  3.8s |      12 |    37508 |    25819 |      360    123 |        0 |        0
5.89/5.94	c  5.7s |      13 |    55691 |    38832 |      397    175 |        0 |        0
7.89/7.95	c  7.7s |      13 |    75595 |    53132 |      397    229 |        0 |        0
8.68/8.74	c  8.5s |      14 |    82511 |    58352 |      437    248 |        0 |        0
10.68/10.75	c 10.5s |      14 |   100869 |    71452 |      437    294 |        0 |        0
12.68/12.71	c 12.4s |      14 |   115942 |    82314 |      437    334 |        0 |        0
12.68/12.71	c #cpu_time = 12.410s
12.68/12.71	c #wall_clock_time = 12.443s
12.68/12.71	c #decision = 115942
12.68/12.71	c #random_decision = 266
12.68/12.71	c #conflict = 82314
12.68/12.71	c #restart = 14
12.68/12.71	c BCD2: found a new core of size 64: cost of the new core is >=1
12.68/12.71	c lower bound updated to 1
12.68/12.71	c BCD2: 1 <= obj <= 332
12.68/12.71	c BCD2: #cores=1, #unrelaxed=0, #relaxed=64, #hardened=0
12.68/12.71	c BCD2: #sat=1 #unsat=2 bias=2/3
12.68/12.71	c Solving starts ...
12.68/12.71	c ============================[ Search Statistics ]============================
12.68/12.71	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
12.68/12.71	c       |         |          |          |    Limit     GC | Var      | Constra 
12.68/12.71	c =============================================================================
12.68/12.71	c  0.0s |       0 |        0 |        0 |      437      0 |        0 |        0
12.68/12.72	c  0.0s |       0 |       96 |        5 |      437      0 |        0 |        0
12.68/12.72	c #cpu_time = 0.002s
12.68/12.72	c #wall_clock_time = 0.002s
12.68/12.72	c #decision = 96
12.68/12.72	c #random_decision = 1
12.68/12.72	c #conflict = 5
12.68/12.72	c #restart = 0
12.68/12.72	o 29
12.68/12.72	c BCD2: hardening fixes 51 literals
12.68/12.72	c BCD2: updating upper bound: 332 -> 28
12.68/12.72	c BCD2: 1 <= obj <= 28
12.68/12.72	c BCD2: #cores=1, #unrelaxed=0, #relaxed=13, #hardened=51
12.68/12.72	c BCD2: #sat=2 #unsat=2 bias=2/4
12.68/12.72	c Solving starts ...
12.68/12.72	c ============================[ Search Statistics ]============================
12.68/12.72	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
12.68/12.72	c       |         |          |          |    Limit     GC | Var      | Constra 
12.68/12.72	c =============================================================================
12.68/12.72	c  0.0s |       0 |        0 |        0 |      437      0 |       51 |        2
12.68/12.73	c  0.0s |       1 |      150 |      100 |      437      0 |       51 |        2
12.68/12.75	c  0.0s |       2 |      361 |      250 |      437      0 |       51 |        2
12.68/12.78	c  0.1s |       3 |      713 |      475 |      437      1 |       51 |        2
12.78/12.82	c  0.1s |       4 |     1173 |      813 |      437      3 |       51 |        2
12.78/12.88	c  0.2s |       5 |     1968 |     1320 |      437      4 |       51 |        2
12.88/12.96	c  0.2s |       6 |     3130 |     2081 |      437      7 |       51 |        2
12.98/13.09	c  0.4s |       7 |     4823 |     3223 |      437     11 |       51 |        2
13.19/13.28	c  0.6s |       8 |     7417 |     4936 |      481     17 |       51 |        2
13.48/13.55	c  0.8s |       9 |    11386 |     7506 |      481     25 |       51 |        2
13.88/13.95	c  1.2s |      10 |    17278 |    11361 |      481     38 |       51 |        2
14.48/14.58	c  1.9s |      11 |    25766 |    17144 |      481     56 |       51 |        2
15.08/15.15	c  2.4s |      11 |    33069 |    22322 |      481     73 |       51 |        2
15.08/15.15	c #cpu_time = 2.428s
15.08/15.15	c #wall_clock_time = 2.434s
15.08/15.15	c #decision = 33069
15.08/15.15	c #random_decision = 75
15.08/15.15	c #conflict = 22322
15.08/15.15	c #restart = 11
15.08/15.15	o 2
15.08/15.15	c BCD2: hardening fixes 12 literals
15.08/15.15	c BCD2: updating upper bound: 28 -> 1
15.08/15.15	c BCD2: 1 <= obj <= 1
15.08/15.15	c BCD2: #cores=1, #unrelaxed=0, #relaxed=1, #hardened=63
15.08/15.15	c BCD2: #sat=3 #unsat=2 bias=2/5
15.08/15.15	c Solving starts ...
15.08/15.15	c ============================[ Search Statistics ]============================
15.08/15.15	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
15.08/15.15	c       |         |          |          |    Limit     GC | Var      | Constra 
15.08/15.15	c =============================================================================
15.08/15.15	c  0.0s |       0 |        0 |        0 |      481      0 |       64 |        2
15.08/15.16	c  0.0s |       1 |      141 |      100 |      481      0 |       64 |        6
15.08/15.18	c  0.0s |       2 |      368 |      250 |      481      1 |       64 |        6
15.18/15.20	c  0.1s |       3 |      681 |      475 |      481      1 |       64 |        6
15.18/15.24	c  0.1s |       4 |     1186 |      813 |      481      3 |       64 |        6
15.18/15.29	c  0.1s |       5 |     1950 |     1320 |      481      4 |       64 |        6
15.28/15.37	c  0.2s |       6 |     3047 |     2081 |      481      7 |       64 |        6
15.39/15.50	c  0.3s |       7 |     4621 |     3223 |      481     10 |       64 |        6
15.58/15.68	c  0.5s |       8 |     7082 |     4936 |      481     16 |       64 |        6
15.88/15.96	c  0.8s |       9 |    10669 |     7506 |      481     24 |       64 |        6
16.28/16.38	c  1.2s |      10 |    16136 |    11361 |      481     36 |       64 |        6
16.98/17.02	c  1.9s |      11 |    23962 |    17144 |      481     54 |       64 |        6
17.88/17.97	c  2.8s |      12 |    35493 |    25819 |      481     82 |       64 |        6
19.38/19.48	c  4.3s |      13 |    53328 |    38832 |      530    121 |       64 |        6
20.58/20.68	c  5.5s |      13 |    67236 |    48916 |      530    152 |       66 |        8
20.58/20.68	c #cpu_time = 5.518s
20.58/20.68	c #wall_clock_time = 5.533s
20.58/20.68	c #decision = 67236
20.58/20.68	c #random_decision = 133
20.58/20.68	c #conflict = 48916
20.58/20.68	c #restart = 13
20.58/20.68	c BCD2: updating lower bound of a core
20.58/20.68	c lower bound updated to 6
20.58/20.68	s OPTIMUM FOUND
20.58/20.68	v -x1 -x2 -x3 -x4 x5 -x6 -x7 -x8 -x9 -x10
20.58/20.68	v -x11 -x12 -x13 x14 -x15 -x16 -x17 -x18 -x19 -x20
20.58/20.68	v -x21 -x22 -x23 -x24 -x25 -x26 -x27 -x28 -x29 -x30
20.58/20.68	v -x31 -x32 -x33 -x34 -x35 x36 -x37 -x38 -x39 -x40
20.58/20.68	v -x41 -x42 -x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50
20.58/20.68	v -x51 x52 -x53 -x54 -x55 -x56 -x57 -x58 -x59 x60
20.58/20.68	v -x61 -x62 -x63 -x64 -x65 -x66 -x67 -x68 -x69 -x70
20.58/20.68	v -x71 -x72 -x73 -x74 -x75 -x76 x77 -x78 -x79 -x80
20.58/20.68	v -x81 -x82 -x83 -x84 x85 -x86 -x87 -x88 -x89 -x90
20.58/20.68	v -x91 -x92 -x93 x94 -x95 -x96 -x97 -x98 -x99 -x100
20.58/20.68	v -x101 -x102 -x103 -x104 -x105 -x106 -x107 -x108 -x109 x110
20.58/20.68	v -x111 -x112 -x113 -x114 -x115 -x116 -x117 -x118 -x119 -x120
20.58/20.68	v -x121 -x122 -x123 -x124 -x125 -x126 -x127 x128 -x129 -x130
20.58/20.68	v -x131 x132 -x133 -x134 -x135 -x136 -x137 -x138 -x139 -x140
20.58/20.68	v -x141 -x142 -x143 -x144 -x145 -x146 x147 -x148 -x149 -x150
20.58/20.68	v -x151 -x152 -x153 -x154 -x155 -x156 -x157 -x158 -x159 -x160
20.58/20.68	v -x161 -x162 -x163 -x164 x165 -x166 -x167 -x168 -x169
20.58/20.68	c total CPU time = 20.631s
20.58/20.68	c total wall clock time = 20.686s

Verifier Data

OK	2

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4093371-1466086588/watcher-4093371-1466086588 -o /tmp/evaluation-result-4093371-1466086588/solver-4093371-1466086588 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node112-1466075445-11101 --watchdog 1960 toysat +RTS -H1G -M15500m -K1G -RTS --wbo --search=bcd2 HOME/instance-4093371-1466086588.wbo 

pid=13125
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.25 2.15 2.11 3/179 13128
/proc/meminfo: memFree=30227672/32872528 swapFree=681192/736380
[pid=13128] ppid=13125 vsize=569788 CPUtime=0 cores=1,3,5,7
/proc/13128/stat : 13128 (toysat) R 13125 13128 7985 0 -1 4202496 2100 0 0 0 0 0 0 0 20 0 4 0 10707995 583462912 2461 33554432000 4194304 16246674 140736775758448 140736775757872 13880264 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/13128/statm: 143215 2470 441 2943 0 140109 0
[pid=13128/tid=13129] ppid=13125 vsize=587196 CPUtime=0 cores=1,3,5,7
/proc/13128/task/13129/stat : 13129 (toysat) S 13125 13128 7985 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 10707996 601288704 2528 33554432000 4194304 16246674 140736775758448 140210613497072 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=13128/tid=13130] ppid=13125 vsize=591292 CPUtime=0 cores=1,3,5,7
/proc/13128/task/13130/stat : 13130 (toysat) S 13125 13128 7985 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10707996 605483008 2543 33554432000 4194304 16246674 140736775758448 140210603007216 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=13128/tid=13131] ppid=13125 vsize=595388 CPUtime=0 cores=1,3,5,7
/proc/13128/task/13131/stat : 13131 (toysat) S 13125 13128 7985 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 10707996 609677312 2560 33554432000 4194304 16246674 140736775758448 140210482441392 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0

[startup+0.100176 s]
/proc/loadavg: 2.25 2.15 2.11 3/179 13128
/proc/meminfo: memFree=30227672/32872528 swapFree=681192/736380
[pid=13128] ppid=13125 vsize=1218116 CPUtime=0.09 cores=1,3,5,7
/proc/13128/stat : 13128 (toysat) R 13125 13128 7985 0 -1 4202496 18482 0 0 0 6 3 0 0 20 0 4 0 10707995 1247350784 18836 33554432000 4194304 16246674 140736775758448 140736775757872 12486453 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/13128/statm: 304529 18841 615 2943 0 301423 0
[pid=13128/tid=13129] ppid=13125 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/13128/task/13129/stat : 13129 (toysat) S 13125 13128 7985 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 10707996 1247350784 18843 33554432000 4194304 16246674 140736775758448 140210613497072 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=13128/tid=13130] ppid=13125 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/13128/task/13130/stat : 13130 (toysat) S 13125 13128 7985 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10707996 1247350784 18847 33554432000 4194304 16246674 140736775758448 140210603007216 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=13128/tid=13131] ppid=13125 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/13128/task/13131/stat : 13131 (toysat) S 13125 13128 7985 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 10707996 1247350784 18847 33554432000 4194304 16246674 140736775758448 140210482441392 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.200506 s]
/proc/loadavg: 2.25 2.15 2.11 3/179 13128
/proc/meminfo: memFree=30227672/32872528 swapFree=681192/736380
[pid=13128] ppid=13125 vsize=1218116 CPUtime=0.19 cores=1,3,5,7
/proc/13128/stat : 13128 (toysat) R 13125 13128 7985 0 -1 4202496 26452 0 0 0 15 4 0 0 20 0 4 0 10707995 1247350784 26806 33554432000 4194304 16246674 140736775758448 140736775757872 12459048 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/13128/statm: 304529 26813 615 2943 0 301423 0
[pid=13128/tid=13129] ppid=13125 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/13128/task/13129/stat : 13129 (toysat) S 13125 13128 7985 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 10707996 1247350784 26819 33554432000 4194304 16246674 140736775758448 140210613497072 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=13128/tid=13130] ppid=13125 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/13128/task/13130/stat : 13130 (toysat) S 13125 13128 7985 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10707996 1247350784 26820 33554432000 4194304 16246674 140736775758448 140210603007216 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=13128/tid=13131] ppid=13125 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/13128/task/13131/stat : 13131 (toysat) S 13125 13128 7985 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 10707996 1247350784 26820 33554432000 4194304 16246674 140736775758448 140210482441392 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.300491 s]
/proc/loadavg: 2.25 2.15 2.11 3/179 13128
/proc/meminfo: memFree=30227672/32872528 swapFree=681192/736380
[pid=13128] ppid=13125 vsize=1218116 CPUtime=0.29 cores=1,3,5,7
/proc/13128/stat : 13128 (toysat) R 13125 13128 7985 0 -1 4202496 36633 0 0 0 24 5 0 0 20 0 4 0 10707995 1247350784 36980 33554432000 4194304 16246674 140736775758448 140736775757872 13192951 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/13128/statm: 304529 36989 810 2943 0 301423 0
[pid=13128/tid=13129] ppid=13125 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/13128/task/13129/stat : 13129 (toysat) S 13125 13128 7985 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 10707996 1247350784 36992 33554432000 4194304 16246674 140736775758448 140210613497072 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=13128/tid=13130] ppid=13125 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/13128/task/13130/stat : 13130 (toysat) S 13125 13128 7985 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10707996 1247350784 36996 33554432000 4194304 16246674 140736775758448 140210603007216 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=13128/tid=13131] ppid=13125 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/13128/task/13131/stat : 13131 (toysat) S 13125 13128 7985 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 10707996 1247350784 36999 33554432000 4194304 16246674 140736775758448 140210482441392 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.700416 s]
/proc/loadavg: 2.25 2.15 2.11 3/179 13128
/proc/meminfo: memFree=30227672/32872528 swapFree=681192/736380
[pid=13128] ppid=13125 vsize=1218116 CPUtime=0.68 cores=1,3,5,7
/proc/13128/stat : 13128 (toysat) R 13125 13128 7985 0 -1 4202496 107149 0 0 0 53 15 0 0 20 0 4 0 10707995 1247350784 107497 33554432000 4194304 16246674 140736775758448 140736775757872 5589077 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/13128/statm: 304529 107515 816 2943 0 301423 0
[pid=13128/tid=13129] ppid=13125 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/13128/task/13129/stat : 13129 (toysat) S 13125 13128 7985 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 10707996 1247350784 107526 33554432000 4194304 16246674 140736775758448 140210613497072 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=13128/tid=13130] ppid=13125 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/13128/task/13130/stat : 13130 (toysat) S 13125 13128 7985 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10707996 1247350784 107535 33554432000 4194304 16246674 140736775758448 140210603007216 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=13128/tid=13131] ppid=13125 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/13128/task/13131/stat : 13131 (toysat) S 13125 13128 7985 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 10707996 1247350784 107544 33554432000 4194304 16246674 140736775758448 140210482441392 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 1218116

[startup+1.50042 s]
/proc/loadavg: 2.25 2.15 2.11 3/183 13132
/proc/meminfo: memFree=29501432/32872528 swapFree=681192/736380
[pid=13128] ppid=13125 vsize=1219140 CPUtime=1.49 cores=1,3,5,7
/proc/13128/stat : 13128 (toysat) R 13125 13128 7985 0 -1 4202496 245808 0 0 0 115 34 0 0 20 0 4 0 10707995 1248399360 246133 33554432000 4194304 16246674 140736775758448 140736775757760 13809234 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/13128/statm: 304785 246133 876 2943 0 301679 0
[pid=13128/tid=13129] ppid=13125 vsize=1219140 CPUtime=0 cores=1,3,5,7
/proc/13128/task/13129/stat : 13129 (toysat) S 13125 13128 7985 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 10707996 1248399360 246133 33554432000 4194304 16246674 140736775758448 140210613497072 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=13128/tid=13130] ppid=13125 vsize=1219140 CPUtime=0 cores=1,3,5,7
/proc/13128/task/13130/stat : 13130 (toysat) S 13125 13128 7985 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10707996 1248399360 246133 33554432000 4194304 16246674 140736775758448 140210603007216 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=13128/tid=13131] ppid=13125 vsize=1219140 CPUtime=0 cores=1,3,5,7
/proc/13128/task/13131/stat : 13131 (toysat) S 13125 13128 7985 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 10707996 1248399360 246133 33554432000 4194304 16246674 140736775758448 140210482441392 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.10041 s]
/proc/loadavg: 2.23 2.15 2.11 3/183 13132
/proc/meminfo: memFree=29244364/32872528 swapFree=681192/736380
[pid=13128] ppid=13125 vsize=1305156 CPUtime=3.09 cores=1,3,5,7
/proc/13128/stat : 13128 (toysat) R 13125 13128 7985 0 -1 4202496 267311 0 0 0 272 37 0 0 20 0 4 0 10707995 1336479744 267636 33554432000 4194304 16246674 140736775758448 140736775741448 5711338 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/13128/statm: 326289 267636 876 2943 0 323183 0
[pid=13128/tid=13129] ppid=13125 vsize=1305156 CPUtime=0 cores=1,3,5,7
/proc/13128/task/13129/stat : 13129 (toysat) S 13125 13128 7985 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 10707996 1336479744 267636 33554432000 4194304 16246674 140736775758448 140210613497072 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=13128/tid=13130] ppid=13125 vsize=1305156 CPUtime=0 cores=1,3,5,7
/proc/13128/task/13130/stat : 13130 (toysat) S 13125 13128 7985 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10707996 1336479744 267636 33554432000 4194304 16246674 140736775758448 140210603007216 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=13128/tid=13131] ppid=13125 vsize=1305156 CPUtime=0 cores=1,3,5,7
/proc/13128/task/13131/stat : 13131 (toysat) S 13125 13128 7985 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 10707996 1336479744 267636 33554432000 4194304 16246674 140736775758448 140210482441392 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.23 2.15 2.11 3/183 13132
/proc/meminfo: memFree=29157348/32872528 swapFree=681192/736380
[pid=13128] ppid=13125 vsize=1306180 CPUtime=6.29 cores=1,3,5,7
/proc/13128/stat : 13128 (toysat) R 13125 13128 7985 0 -1 4202496 267607 0 0 0 592 37 0 0 20 0 4 0 10707995 1337528320 267932 33554432000 4194304 16246674 140736775758448 140736775740352 5721669 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/13128/statm: 326545 267932 876 2943 0 323439 0
[pid=13128/tid=13129] ppid=13125 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/13128/task/13129/stat : 13129 (toysat) S 13125 13128 7985 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 10707996 1337528320 267932 33554432000 4194304 16246674 140736775758448 140210613497072 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=13128/tid=13130] ppid=13125 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/13128/task/13130/stat : 13130 (toysat) S 13125 13128 7985 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10707996 1337528320 267932 33554432000 4194304 16246674 140736775758448 140210603007216 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=13128/tid=13131] ppid=13125 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/13128/task/13131/stat : 13131 (toysat) S 13125 13128 7985 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 10707996 1337528320 267932 33554432000 4194304 16246674 140736775758448 140210482441392 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.7004 s]
/proc/loadavg: 2.19 2.15 2.10 3/183 13181
/proc/meminfo: memFree=29157268/32872528 swapFree=681192/736380
[pid=13128] ppid=13125 vsize=1306180 CPUtime=12.68 cores=1,3,5,7
/proc/13128/stat : 13128 (toysat) R 13125 13128 7985 0 -1 4202496 267608 0 0 0 1231 37 0 0 20 0 4 0 10707995 1337528320 267933 33554432000 4194304 16246674 140736775758448 140736775740352 5545708 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/13128/statm: 326545 267933 876 2943 0 323439 0
[pid=13128/tid=13129] ppid=13125 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/13128/task/13129/stat : 13129 (toysat) S 13125 13128 7985 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 10707996 1337528320 267933 33554432000 4194304 16246674 140736775758448 140210613497072 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=13128/tid=13130] ppid=13125 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/13128/task/13130/stat : 13130 (toysat) S 13125 13128 7985 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10707996 1337528320 267933 33554432000 4194304 16246674 140736775758448 140210603007216 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=13128/tid=13131] ppid=13125 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/13128/task/13131/stat : 13131 (toysat) S 13125 13128 7985 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 10707996 1337528320 267933 33554432000 4194304 16246674 140736775758448 140210482441392 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 1306180

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

[startup+12.8006 s]
/proc/loadavg: 2.19 2.15 2.10 3/183 13181
/proc/meminfo: memFree=29157268/32872528 swapFree=681192/736380
[pid=13128] ppid=13125 vsize=1306180 CPUtime=12.78 cores=1,3,5,7
/proc/13128/stat : 13128 (toysat) R 13125 13128 7985 0 -1 4202496 267617 0 0 0 1241 37 0 0 20 0 4 0 10707995 1337528320 267942 33554432000 4194304 16246674 140736775758448 140736775741440 13774452 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/13128/statm: 326545 267942 885 2943 0 323439 0
[pid=13128/tid=13129] ppid=13125 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/13128/task/13129/stat : 13129 (toysat) S 13125 13128 7985 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 10707996 1337528320 267942 33554432000 4194304 16246674 140736775758448 140210613497072 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=13128/tid=13130] ppid=13125 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/13128/task/13130/stat : 13130 (toysat) S 13125 13128 7985 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10707996 1337528320 267942 33554432000 4194304 16246674 140736775758448 140210603007216 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=13128/tid=13131] ppid=13125 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/13128/task/13131/stat : 13131 (toysat) S 13125 13128 7985 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 10707996 1337528320 267942 33554432000 4194304 16246674 140736775758448 140210482441392 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 12.78
Current children cumulated vsize (KiB) 1306180

[startup+16.0004 s]
/proc/loadavg: 2.19 2.15 2.10 3/183 13181
/proc/meminfo: memFree=29156920/32872528 swapFree=681192/736380
[pid=13128] ppid=13125 vsize=1306180 CPUtime=15.98 cores=1,3,5,7
/proc/13128/stat : 13128 (toysat) R 13125 13128 7985 0 -1 4202496 267618 0 0 0 1561 37 0 0 20 0 4 0 10707995 1337528320 267943 33554432000 4194304 16246674 140736775758448 140736775741448 5808492 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/13128/statm: 326545 267943 885 2943 0 323439 0
[pid=13128/tid=13129] ppid=13125 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/13128/task/13129/stat : 13129 (toysat) S 13125 13128 7985 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 10707996 1337528320 267943 33554432000 4194304 16246674 140736775758448 140210613497072 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=13128/tid=13130] ppid=13125 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/13128/task/13130/stat : 13130 (toysat) S 13125 13128 7985 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10707996 1337528320 267943 33554432000 4194304 16246674 140736775758448 140210603007216 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=13128/tid=13131] ppid=13125 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/13128/task/13131/stat : 13131 (toysat) S 13125 13128 7985 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 10707996 1337528320 267943 33554432000 4194304 16246674 140736775758448 140210482441392 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 15.98
Current children cumulated vsize (KiB) 1306180

[startup+19.2004 s]
/proc/loadavg: 2.18 2.14 2.10 3/183 13181
/proc/meminfo: memFree=29156688/32872528 swapFree=681192/736380
[pid=13128] ppid=13125 vsize=1306180 CPUtime=19.18 cores=1,3,5,7
/proc/13128/stat : 13128 (toysat) R 13125 13128 7985 0 -1 4202496 267618 0 0 0 1881 37 0 0 20 0 4 0 10707995 1337528320 267943 33554432000 4194304 16246674 140736775758448 140736775740352 5712604 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/13128/statm: 326545 267943 885 2943 0 323439 0
[pid=13128/tid=13129] ppid=13125 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/13128/task/13129/stat : 13129 (toysat) S 13125 13128 7985 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 10707996 1337528320 267943 33554432000 4194304 16246674 140736775758448 140210613497072 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=13128/tid=13130] ppid=13125 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/13128/task/13130/stat : 13130 (toysat) S 13125 13128 7985 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10707996 1337528320 267943 33554432000 4194304 16246674 140736775758448 140210603007216 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=13128/tid=13131] ppid=13125 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/13128/task/13131/stat : 13131 (toysat) S 13125 13128 7985 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 10707996 1337528320 267943 33554432000 4194304 16246674 140736775758448 140210482441392 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 19.18
Current children cumulated vsize (KiB) 1306180

[startup+20.0004 s]
/proc/loadavg: 2.18 2.14 2.10 3/183 13181
/proc/meminfo: memFree=29156564/32872528 swapFree=681192/736380
[pid=13128] ppid=13125 vsize=1306180 CPUtime=19.98 cores=1,3,5,7
/proc/13128/stat : 13128 (toysat) R 13125 13128 7985 0 -1 4202496 267618 0 0 0 1961 37 0 0 20 0 4 0 10707995 1337528320 267943 33554432000 4194304 16246674 140736775758448 140736775740352 12479221 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/13128/statm: 326545 267943 885 2943 0 323439 0
[pid=13128/tid=13129] ppid=13125 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/13128/task/13129/stat : 13129 (toysat) S 13125 13128 7985 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 10707996 1337528320 267943 33554432000 4194304 16246674 140736775758448 140210613497072 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=13128/tid=13130] ppid=13125 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/13128/task/13130/stat : 13130 (toysat) S 13125 13128 7985 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10707996 1337528320 267943 33554432000 4194304 16246674 140736775758448 140210603007216 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=13128/tid=13131] ppid=13125 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/13128/task/13131/stat : 13131 (toysat) S 13125 13128 7985 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 10707996 1337528320 267943 33554432000 4194304 16246674 140736775758448 140210482441392 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 19.98
Current children cumulated vsize (KiB) 1306180

[startup+20.4004 s]
/proc/loadavg: 2.18 2.14 2.10 3/183 13181
/proc/meminfo: memFree=29156564/32872528 swapFree=681192/736380
[pid=13128] ppid=13125 vsize=1306180 CPUtime=20.38 cores=1,3,5,7
/proc/13128/stat : 13128 (toysat) R 13125 13128 7985 0 -1 4202496 267618 0 0 0 2001 37 0 0 20 0 4 0 10707995 1337528320 267943 33554432000 4194304 16246674 140736775758448 140736775740352 5974006 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/13128/statm: 326545 267943 885 2943 0 323439 0
[pid=13128/tid=13129] ppid=13125 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/13128/task/13129/stat : 13129 (toysat) S 13125 13128 7985 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 10707996 1337528320 267943 33554432000 4194304 16246674 140736775758448 140210613497072 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=13128/tid=13130] ppid=13125 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/13128/task/13130/stat : 13130 (toysat) S 13125 13128 7985 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10707996 1337528320 267943 33554432000 4194304 16246674 140736775758448 140210603007216 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=13128/tid=13131] ppid=13125 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/13128/task/13131/stat : 13131 (toysat) S 13125 13128 7985 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 10707996 1337528320 267943 33554432000 4194304 16246674 140736775758448 140210482441392 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 20.38
Current children cumulated vsize (KiB) 1306180

[startup+20.6004 s]
/proc/loadavg: 2.18 2.14 2.10 3/183 13181
/proc/meminfo: memFree=29156564/32872528 swapFree=681192/736380
[pid=13128] ppid=13125 vsize=1306180 CPUtime=20.58 cores=1,3,5,7
/proc/13128/stat : 13128 (toysat) R 13125 13128 7985 0 -1 4202496 267618 0 0 0 2021 37 0 0 20 0 4 0 10707995 1337528320 267943 33554432000 4194304 16246674 140736775758448 140736775740352 13963975 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/13128/statm: 326545 267943 885 2943 0 323439 0
[pid=13128/tid=13129] ppid=13125 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/13128/task/13129/stat : 13129 (toysat) S 13125 13128 7985 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 10707996 1337528320 267943 33554432000 4194304 16246674 140736775758448 140210613497072 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=13128/tid=13130] ppid=13125 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/13128/task/13130/stat : 13130 (toysat) S 13125 13128 7985 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10707996 1337528320 267943 33554432000 4194304 16246674 140736775758448 140210603007216 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=13128/tid=13131] ppid=13125 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/13128/task/13131/stat : 13131 (toysat) S 13125 13128 7985 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 10707996 1337528320 267943 33554432000 4194304 16246674 140736775758448 140210482441392 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 20.58
Current children cumulated vsize (KiB) 1306180

[startup+20.7005 s]
/proc/loadavg: 2.18 2.14 2.10 3/183 13181
/proc/meminfo: memFree=29156564/32872528 swapFree=681192/736380
[pid=13128] ppid=13125 vsize=0 CPUtime=20.68 cores=1,3,5,7
/proc/13128/stat : 13128 (toysat) R 13125 13128 7985 0 -1 4202500 267622 0 0 0 2030 38 0 0 20 0 1 0 10707995 0 0 33554432000 0 0 0 0 0 0 0 33554432 0 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/13128/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 20.68
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 20.748
CPU time (s): 20.7388
CPU user time (s): 20.3059
CPU system time (s): 0.432934
CPU usage (%): 99.9557
Max. virtual memory (cumulated for all children) (KiB): 1306180

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 20.3059
system time used= 0.432934
maximum resident set size= 1071780
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 267622
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 20
involuntary context switches= 50

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.116982 second user time and 0.208968 second system time

The end

Launcher Data

Begin job on node112 at 2016-06-16 16:16:28
IDJOB=4093371
IDBENCH=78832
IDSOLVER=2553
FILE ID=node112/4093371-1466086588
RUNJOBID= node112-1466075445-11101
PBS_JOBID= 19904024
Free space on /tmp= 71732 MiB

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

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

MD5SUM BENCH= 43af695f5d89afd81852305c494200d4
RANDOM SEED=127622160

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.734
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.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30227968 kB
Buffers:           35652 kB
Cached:            98980 kB
SwapCached:          696 kB
Active:          1150544 kB
Inactive:          57284 kB
Active(anon):    1074832 kB
Inactive(anon):      740 kB
Active(file):      75712 kB
Inactive(file):    56544 kB
Unevictable:      736380 kB
Mlocked:          681192 kB
SwapTotal:      67108856 kB
SwapFree:       67098028 kB
Dirty:             16336 kB
Writeback:             0 kB
AnonPages:       1808732 kB
Mapped:            10624 kB
Shmem:                 0 kB
Slab:             567376 kB
SReclaimable:      11384 kB
SUnreclaim:       555992 kB
KernelStack:        1480 kB
PageTables:         7628 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1953516 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:     77824 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= 71716 MiB
End job on node112 at 2016-06-16 16:16:49