Trace number 4093351

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 16.3305 16.3345

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900575442--soft-66-100-0.wbo
MD5SUMe5d1aa875e736e237b742aec181b44f0
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark14.2828
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables231
Total number of constraints2707
Number of soft constraints937
Number of constraints which are clauses2684
Number of constraints which are cardinality constraints (but not clauses)22
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint110
Top cost 46894
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 46893
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 667
Number of bits of the biggest sum of numbers10
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:29:10+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-4093351-1466087350.wbo"]
0.00/0.01	c use --random-gen="742803685 552998242 3373696807 91066590 2920945020 4231740199 1723113004 2896847731 143650235 3459942293 902187719 946665511 753293885 506374447 3600234660 272517749 3389039808 2992156006 3634632351 789119436 1771489068 2942182660 3266281431 1806989256 1064785358 4183617838 1090312063 715970893 3928523926 1069504158 1274924125 1449842275 2398588322 3601064735 616722718 2773365536 3189618308 2314258441 4272668855 477819795 3916878073 1230771082 2409047300 2381124593 687523808 2463239721 884283501 3073240540 797347526 4110840170 1449208327 531997318 1053274453 695424924 1965123191 3311861348 910440264 2795404593 2656704046 3620101852 1935224995 2158803389 2605901154 2195812885 612226070 632068854 4250879434 4053346081 1216344756 1488097899 368797810 711798785 3078335430 3520260183 3556506848 3661971240 2652683452 555289530 1304541949 4032620941 4063306066 210878580 924696191 2170919174 1133425114 24150858 806849077 40639202 869256089 1626169858 2391139543 2651233273 4271617291 1336847360 3695558234 2739946256 686041326 1968012783 422190921 2874013679 1210470613 2606855716 2286951857 3049196462 255846215 2843777077 3213532954 442392427 2561011288 2502731376 840677582 3713673135 933592593 901223747 2303102869 213063312 2803973935 1568045403 3240153873 1371184870 978742754 4119288946 2852444960 286725861 3023832045 333096626 3193191187 32247881 1700839124 1350770341 1017953403 352262019 2892770751 1410221117 4001693086 2805846384 1486913160 4260528913 1393977302 4074489834 2408172852 1398985049 19708928 3492701907 2069337481 3833353576 2860293061 1426993229 1534766836 44793459 2500912737 2226726993 3359209988 1385091989 2198459649 448171392 3353893770 1687568370 2026630873 4077559426 1575551922 1809322015 107951287 668463842 1554418646 3711196340 4188274211 1751017975 3994279403 1765514033 101218086 2530812614 4067478710 1729162614 3387252657 2235671965 3488253128 2037905522 2340441529 65237565 3600173207 2325384440 803828240 3196579602 1892964765 2709166749 1675554727 1741094664 1256671338 1527460148 2324164214 310676157 2079527586 2507155846 3087546388 4227182795 3865352740 4118744555 3268034160 3495932301 1985068284 3507030035 2581572775 1873514599 4014055779 377654116 3318859373 4116244426 1484121525 662251518 3888253668 4232753463 2491344347 1584428188 1699171980 3184222197 3916394614 2819497234 3228184158 1746191519 3038459553 3610014734 2254895688 2492197953 1357895688 1268607051 1240963979 1046408851 2132469633 2809777743 3068262358 4264470091 4094506476 792217613 3868946105 182176122 402887542 222007447 187554069 3637106141 314172427 405834585 2745225972 767658954 2963249511 2674965283 2794702759 2374877536 2047251704 3282535490 1268075636 3996400481 3215378436 3367653 4270299327 914277630 255 362436" option to reproduce the execution
0.09/0.13	c #vars 231
0.09/0.13	c #constraints 2707
0.09/0.19	c BCD2: Hardening is enabled.
0.09/0.19	c BCD2: BiasedSearch is enabled.
0.09/0.19	c Solving starts ...
0.09/0.19	c ============================[ Search Statistics ]============================
0.09/0.19	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.09/0.19	c       |         |          |          |    Limit     GC | Var      | Constra 
0.09/0.19	c =============================================================================
0.18/0.20	c  0.0s |       0 |        0 |        0 |     1291      0 |        0 |        0
0.18/0.20	c  0.0s |       0 |      980 |       18 |     1291      0 |        0 |        0
0.18/0.20	c #cpu_time = 0.016s
0.18/0.20	c #wall_clock_time = 0.016s
0.18/0.20	c #decision = 980
0.18/0.20	c #random_decision = 4
0.18/0.20	c #conflict = 18
0.18/0.20	c #restart = 0
0.18/0.20	o 426
0.18/0.21	c BCD2: updating upper bound: 46893 -> 425
0.18/0.21	c BCD2: 0 <= obj <= 425
0.18/0.21	c BCD2: #cores=0, #unrelaxed=937, #relaxed=0, #hardened=0
0.18/0.21	c BCD2: #sat=1 #unsat=1 bias=1/2
0.18/0.21	c Solving starts ...
0.18/0.21	c ============================[ Search Statistics ]============================
0.18/0.21	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.18/0.21	c       |         |          |          |    Limit     GC | Var      | Constra 
0.18/0.21	c =============================================================================
0.18/0.21	c  0.0s |       0 |        0 |        0 |     1291      0 |        0 |        0
0.18/0.22	c  0.0s |       1 |     1207 |      100 |     1421      0 |        0 |        0
0.18/0.25	c  0.0s |       2 |     2388 |      250 |     1564      0 |        0 |        0
0.29/0.30	c  0.1s |       3 |     3701 |      475 |     1721      0 |        0 |        0
0.39/0.40	c  0.2s |       4 |     5206 |      813 |     1894      0 |        0 |        0
0.49/0.57	c  0.4s |       5 |     7123 |     1320 |     2084      0 |        0 |        0
0.79/0.88	c  0.7s |       6 |     9267 |     2081 |     2293      0 |        0 |        0
1.28/1.38	c  1.2s |       7 |    11979 |     3223 |     2523      0 |        0 |        0
1.99/2.06	c  1.8s |       8 |    15867 |     4936 |     2776      1 |        0 |        0
2.99/3.09	c  2.9s |       9 |    21324 |     7506 |     3054      3 |        0 |        0
4.69/4.76	c  4.6s |      10 |    29505 |    11361 |     3360      5 |        0 |        0
6.79/6.81	c  6.6s |      10 |    38093 |    15661 |     3360      6 |        0 |        0
7.49/7.51	c  7.3s |      11 |    40726 |    17144 |     3697      7 |        0 |        0
9.59/9.61	c  9.4s |      11 |    47632 |    20644 |     3697      9 |        0 |        0
11.59/11.62	c 11.4s |      11 |    54435 |    24544 |     3697     10 |        0 |        0
12.29/12.33	c 12.1s |      12 |    56774 |    25819 |     4067     11 |        0 |        0
13.69/13.76	c 13.6s |      12 |    61210 |    27650 |     4067     11 |        0 |        0
13.69/13.76	c #cpu_time = 13.514s
13.69/13.76	c #wall_clock_time = 13.550s
13.69/13.76	c #decision = 61210
13.69/13.76	c #random_decision = 74
13.69/13.76	c #conflict = 27650
13.69/13.76	c #restart = 12
13.69/13.76	c BCD2: found a new core of size 864: cost of the new core is >=1
13.69/13.76	c lower bound updated to 1
13.69/13.76	c BCD2: 1 <= obj <= 425
13.69/13.76	c BCD2: #cores=1, #unrelaxed=73, #relaxed=864, #hardened=0
13.69/13.76	c BCD2: #sat=1 #unsat=2 bias=2/3
13.69/13.76	c Solving starts ...
13.69/13.76	c ============================[ Search Statistics ]============================
13.69/13.76	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
13.69/13.76	c       |         |          |          |    Limit     GC | Var      | Constra 
13.69/13.76	c =============================================================================
13.69/13.76	c  0.0s |       0 |        0 |        0 |     4067      0 |        0 |        0
13.79/13.83	c  0.1s |       0 |      989 |        0 |     4067      1 |        0 |        0
13.79/13.83	c #cpu_time = 0.070s
13.79/13.83	c #wall_clock_time = 0.071s
13.79/13.83	c #decision = 989
13.79/13.83	c #random_decision = 5
13.79/13.83	c #conflict = 0
13.79/13.83	c #restart = 0
13.79/13.84	o 30
13.79/13.84	c BCD2: hardening fixes 660 literals
13.79/13.84	c BCD2: updating upper bound: 425 -> 29
13.79/13.84	c BCD2: 1 <= obj <= 29
13.79/13.84	c BCD2: #cores=1, #unrelaxed=23, #relaxed=254, #hardened=660
13.79/13.84	c BCD2: #sat=2 #unsat=2 bias=2/4
13.79/13.84	c Solving starts ...
13.79/13.84	c ============================[ Search Statistics ]============================
13.79/13.84	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
13.79/13.84	c       |         |          |          |    Limit     GC | Var      | Constra 
13.79/13.84	c =============================================================================
13.79/13.84	c  0.0s |       0 |        0 |        0 |     4067      0 |      660 |        1
13.79/13.89	c  0.1s |       1 |      193 |      100 |     4067      0 |      660 |        1
13.89/13.96	c  0.1s |       2 |      549 |      250 |     4067      0 |      660 |        1
13.99/14.05	c  0.2s |       3 |      952 |      475 |     4067      0 |      660 |        1
14.09/14.19	c  0.4s |       4 |     1506 |      813 |     4067      0 |      660 |        1
14.29/14.38	c  0.5s |       5 |     2348 |     1320 |     4067      0 |      660 |        1
14.49/14.55	c  0.7s |       5 |     3050 |     1745 |     4067      0 |      660 |        1
14.49/14.55	c #cpu_time = 0.708s
14.49/14.55	c #wall_clock_time = 0.710s
14.49/14.55	c #decision = 3050
14.49/14.55	c #random_decision = 7
14.49/14.55	c #conflict = 1745
14.49/14.55	c #restart = 5
14.49/14.55	o 14
14.49/14.55	c BCD2: hardening fixes 158 literals
14.49/14.55	c BCD2: updating upper bound: 29 -> 13
14.49/14.55	c BCD2: 1 <= obj <= 13
14.49/14.55	c BCD2: #cores=1, #unrelaxed=10, #relaxed=109, #hardened=818
14.49/14.55	c BCD2: #sat=3 #unsat=2 bias=2/5
14.49/14.55	c Solving starts ...
14.49/14.55	c ============================[ Search Statistics ]============================
14.49/14.55	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
14.49/14.55	c       |         |          |          |    Limit     GC | Var      | Constra 
14.49/14.55	c =============================================================================
14.49/14.55	c  0.0s |       0 |        0 |        0 |     4067      0 |      818 |        2
14.59/14.61	c  0.1s |       1 |      182 |      100 |     4067      0 |      818 |        2
14.59/14.68	c  0.1s |       2 |      544 |      250 |     4067      0 |      818 |        2
14.69/14.79	c  0.2s |       3 |     1044 |      475 |     4067      0 |      818 |        2
14.89/14.93	c  0.4s |       4 |     1587 |      813 |     4067      0 |      818 |        2
14.99/15.07	c  0.5s |       4 |     2070 |     1075 |     4067      1 |      818 |        2
14.99/15.07	c #cpu_time = 0.513s
14.99/15.07	c #wall_clock_time = 0.514s
14.99/15.07	c #decision = 2070
14.99/15.07	c #random_decision = 3
14.99/15.07	c #conflict = 1075
14.99/15.07	c #restart = 4
14.99/15.07	o 3
14.99/15.07	c BCD2: hardening fixes 105 literals
14.99/15.07	c BCD2: updating upper bound: 13 -> 2
14.99/15.07	c BCD2: 1 <= obj <= 2
14.99/15.07	c BCD2: #cores=1, #unrelaxed=1, #relaxed=13, #hardened=923
14.99/15.07	c BCD2: #sat=4 #unsat=2 bias=2/6
14.99/15.07	c Solving starts ...
14.99/15.07	c ============================[ Search Statistics ]============================
14.99/15.07	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
14.99/15.07	c       |         |          |          |    Limit     GC | Var      | Constra 
14.99/15.07	c =============================================================================
14.99/15.07	c  0.0s |       0 |        0 |        0 |     4067      0 |      923 |        3
15.09/15.10	c  0.0s |       1 |      201 |      100 |     4067      0 |      923 |        4
15.09/15.15	c  0.1s |       2 |      442 |      250 |     4067      0 |      923 |        4
15.19/15.22	c  0.1s |       3 |      814 |      475 |     4067      0 |      923 |        4
15.29/15.32	c  0.3s |       4 |     1455 |      813 |     4067      0 |      923 |        4
15.39/15.46	c  0.4s |       5 |     2347 |     1320 |     4067      0 |      923 |        4
15.69/15.71	c  0.6s |       6 |     3616 |     2081 |     4067      0 |      923 |        4
15.99/16.04	c  1.0s |       7 |     5636 |     3223 |     4067      1 |      923 |        4
16.19/16.27	c  1.2s |       7 |     7231 |     4086 |     4067      1 |      923 |        4
16.19/16.27	c #cpu_time = 1.199s
16.19/16.27	c #wall_clock_time = 1.203s
16.19/16.27	c #decision = 7231
16.19/16.27	c #random_decision = 14
16.19/16.27	c #conflict = 4086
16.19/16.27	c #restart = 7
16.19/16.27	o 1
16.19/16.27	s OPTIMUM FOUND
16.19/16.27	v -x1 x2 -x3 -x4 -x5 -x6 -x7 -x8 x9 -x10
16.19/16.27	v -x11 -x12 -x13 -x14 -x15 -x16 -x17 -x18 -x19 -x20
16.19/16.27	v -x21 -x22 -x23 -x24 -x25 -x26 -x27 -x28 -x29 -x30
16.19/16.27	v x31 -x32 -x33 -x34 -x35 -x36 -x37 -x38 -x39 x40
16.19/16.27	v -x41 -x42 -x43 -x44 -x45 -x46 -x47 x48 -x49 -x50
16.19/16.27	v -x51 -x52 -x53 -x54 -x55 -x56 -x57 -x58 -x59 -x60
16.19/16.27	v -x61 -x62 -x63 -x64 x65 -x66 -x67 -x68 x69 -x70
16.19/16.27	v -x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80
16.19/16.27	v -x81 -x82 x83 -x84 -x85 -x86 -x87 -x88 -x89 -x90
16.19/16.27	v -x91 -x92 -x93 -x94 -x95 -x96 -x97 -x98 x99 -x100
16.19/16.27	v -x101 -x102 -x103 -x104 -x105 -x106 x107 -x108 -x109 -x110
16.19/16.27	v -x111 x112 -x113 -x114 -x115 -x116 -x117 -x118 -x119 -x120
16.19/16.27	v -x121 -x122 -x123 -x124 x125 -x126 -x127 -x128 -x129 -x130
16.19/16.27	v -x131 -x132 -x133 -x134 -x135 -x136 -x137 x138 -x139 -x140
16.19/16.27	v -x141 -x142 -x143 -x144 -x145 -x146 -x147 -x148 -x149 x150
16.19/16.27	v -x151 -x152 -x153 -x154 -x155 -x156 x157 -x158 -x159 -x160
16.19/16.27	v -x161 -x162 x163 -x164 -x165 -x166 -x167 -x168 -x169 -x170
16.19/16.27	v -x171 -x172 -x173 x174 -x175 -x176 -x177 -x178 -x179 -x180
16.19/16.27	v -x181 -x182 -x183 -x184 -x185 -x186 -x187 -x188 x189 -x190
16.19/16.27	v -x191 -x192 -x193 -x194 -x195 -x196 -x197 -x198 -x199 -x200
16.19/16.27	v x201 x202 -x203 -x204 -x205 -x206 -x207 -x208 -x209 -x210
16.19/16.27	v -x211 -x212 -x213 -x214 x215 -x216 -x217 -x218 -x219 -x220
16.19/16.27	v -x221 -x222 -x223 -x224 -x225 -x226 -x227 -x228 -x229 -x230
16.19/16.27	v -x231
16.19/16.27	c total CPU time = 16.231s
16.19/16.27	c total wall clock time = 16.274s

Verifier Data

OK	1

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

pid=18792
running on 4 cores: 0,2,4,6

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.17 2.10 2.02 3/177 18795
/proc/meminfo: memFree=30460692/32872528 swapFree=446836/479540
[pid=18795] ppid=18792 vsize=746940 CPUtime=0 cores=0,2,4,6
/proc/18795/stat : 18795 (toysat) R 18792 18795 15681 0 -1 4202496 2791 0 0 0 0 0 0 0 20 0 4 0 10785097 764866560 3152 33554432000 4194304 16246674 140733661791776 140733661791200 13880264 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/18795/statm: 187247 3161 441 2943 0 184141 0
[pid=18795/tid=18796] ppid=18792 vsize=763324 CPUtime=0 cores=0,2,4,6
/proc/18795/task/18796/stat : 18796 (toysat) S 18792 18795 15681 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 10785097 781643776 3215 33554432000 4194304 16246674 140733661791776 140165295090928 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=18795/tid=18797] ppid=18792 vsize=767420 CPUtime=0 cores=0,2,4,6
/proc/18795/task/18797/stat : 18797 (toysat) S 18792 18795 15681 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10785097 785838080 3233 33554432000 4194304 16246674 140733661791776 140165284601072 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=18795/tid=18798] ppid=18792 vsize=771516 CPUtime=0 cores=0,2,4,6
/proc/18795/task/18798/stat : 18798 (toysat) S 18792 18795 15681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 10785097 790032384 3248 33554432000 4194304 16246674 140733661791776 140165274127536 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0

[startup+0.10017 s]
/proc/loadavg: 2.17 2.10 2.02 3/177 18795
/proc/meminfo: memFree=30460692/32872528 swapFree=446836/479540
[pid=18795] ppid=18792 vsize=1218116 CPUtime=0.09 cores=0,2,4,6
/proc/18795/stat : 18795 (toysat) R 18792 18795 15681 0 -1 4202496 24750 0 0 0 6 3 0 0 20 0 4 0 10785097 1247350784 25103 33554432000 4194304 16246674 140733661791776 140733661791200 12481124 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/18795/statm: 304529 25113 617 2943 0 301423 0
[pid=18795/tid=18796] ppid=18792 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/18795/task/18796/stat : 18796 (toysat) S 18792 18795 15681 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 10785097 1247350784 25116 33554432000 4194304 16246674 140733661791776 140165295090928 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=18795/tid=18797] ppid=18792 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/18795/task/18797/stat : 18797 (toysat) S 18792 18795 15681 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10785097 1247350784 25117 33554432000 4194304 16246674 140733661791776 140165284601072 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=18795/tid=18798] ppid=18792 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/18795/task/18798/stat : 18798 (toysat) S 18792 18795 15681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 10785097 1247350784 25119 33554432000 4194304 16246674 140733661791776 140165274127536 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1218116

[startup+0.200495 s]
/proc/loadavg: 2.17 2.10 2.02 3/177 18795
/proc/meminfo: memFree=30460692/32872528 swapFree=446836/479540
[pid=18795] ppid=18792 vsize=1221188 CPUtime=0.18 cores=0,2,4,6
/proc/18795/stat : 18795 (toysat) R 18792 18795 15681 0 -1 4202496 40809 0 0 0 13 5 0 0 20 0 4 0 10785097 1250496512 41134 33554432000 4194304 16246674 140733661791776 140733661791200 4224759 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/18795/statm: 305297 41138 802 2943 0 302191 0
[pid=18795/tid=18796] ppid=18792 vsize=1221188 CPUtime=0 cores=0,2,4,6
/proc/18795/task/18796/stat : 18796 (toysat) S 18792 18795 15681 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 10785097 1250496512 41140 33554432000 4194304 16246674 140733661791776 140165295090928 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=18795/tid=18797] ppid=18792 vsize=1221188 CPUtime=0 cores=0,2,4,6
/proc/18795/task/18797/stat : 18797 (toysat) S 18792 18795 15681 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10785097 1250496512 41142 33554432000 4194304 16246674 140733661791776 140165284601072 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=18795/tid=18798] ppid=18792 vsize=1221188 CPUtime=0 cores=0,2,4,6
/proc/18795/task/18798/stat : 18798 (toysat) S 18792 18795 15681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 10785097 1250496512 41144 33554432000 4194304 16246674 140733661791776 140165274127536 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 1221188

[startup+0.300459 s]
/proc/loadavg: 2.17 2.10 2.02 3/177 18795
/proc/meminfo: memFree=30460692/32872528 swapFree=446836/479540
[pid=18795] ppid=18792 vsize=1222212 CPUtime=0.29 cores=0,2,4,6
/proc/18795/stat : 18795 (toysat) R 18792 18795 15681 0 -1 4202496 41099 0 0 0 23 6 0 0 20 0 4 0 10785097 1251545088 41423 33554432000 4194304 16246674 140733661791776 140733661791088 5661432 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/18795/statm: 305553 41423 870 2943 0 302447 0
[pid=18795/tid=18796] ppid=18792 vsize=1222212 CPUtime=0 cores=0,2,4,6
/proc/18795/task/18796/stat : 18796 (toysat) S 18792 18795 15681 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 10785097 1251545088 41423 33554432000 4194304 16246674 140733661791776 140165295090928 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=18795/tid=18797] ppid=18792 vsize=1222212 CPUtime=0 cores=0,2,4,6
/proc/18795/task/18797/stat : 18797 (toysat) S 18792 18795 15681 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10785097 1251545088 41423 33554432000 4194304 16246674 140733661791776 140165284601072 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=18795/tid=18798] ppid=18792 vsize=1222212 CPUtime=0 cores=0,2,4,6
/proc/18795/task/18798/stat : 18798 (toysat) S 18792 18795 15681 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 10785097 1251545088 41423 33554432000 4194304 16246674 140733661791776 140165274127536 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1222212

[startup+0.70039 s]
/proc/loadavg: 2.17 2.10 2.02 3/177 18795
/proc/meminfo: memFree=30460692/32872528 swapFree=446836/479540
[pid=18795] ppid=18792 vsize=1222212 CPUtime=0.69 cores=0,2,4,6
/proc/18795/stat : 18795 (toysat) R 18792 18795 15681 0 -1 4202496 133989 0 0 0 49 20 0 0 20 0 4 0 10785097 1251545088 134313 33554432000 4194304 16246674 140733661791776 140733661791088 5677541 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/18795/statm: 305553 134317 870 2943 0 302447 0
[pid=18795/tid=18796] ppid=18792 vsize=1222212 CPUtime=0 cores=0,2,4,6
/proc/18795/task/18796/stat : 18796 (toysat) S 18792 18795 15681 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 10785097 1251545088 134321 33554432000 4194304 16246674 140733661791776 140165295090928 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=18795/tid=18797] ppid=18792 vsize=1222212 CPUtime=0 cores=0,2,4,6
/proc/18795/task/18797/stat : 18797 (toysat) S 18792 18795 15681 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10785097 1251545088 134328 33554432000 4194304 16246674 140733661791776 140165284601072 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=18795/tid=18798] ppid=18792 vsize=1222212 CPUtime=0 cores=0,2,4,6
/proc/18795/task/18798/stat : 18798 (toysat) S 18792 18795 15681 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 10785097 1251545088 134340 33554432000 4194304 16246674 140733661791776 140165274127536 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1222212

[startup+1.5004 s]
/proc/loadavg: 2.16 2.10 2.02 3/181 18799
/proc/meminfo: memFree=29519412/32872528 swapFree=446836/479540
[pid=18795] ppid=18792 vsize=1301060 CPUtime=1.48 cores=0,2,4,6
/proc/18795/stat : 18795 (toysat) R 18792 18795 15681 0 -1 4202496 266347 0 0 0 109 39 0 0 20 0 4 0 10785097 1332285440 266671 33554432000 4194304 16246674 140733661791776 140733661773696 5677667 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/18795/statm: 325265 266671 873 2943 0 322159 0
[pid=18795/tid=18796] ppid=18792 vsize=1301060 CPUtime=0 cores=0,2,4,6
/proc/18795/task/18796/stat : 18796 (toysat) S 18792 18795 15681 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 10785097 1332285440 266671 33554432000 4194304 16246674 140733661791776 140165295090928 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=18795/tid=18797] ppid=18792 vsize=1301060 CPUtime=0 cores=0,2,4,6
/proc/18795/task/18797/stat : 18797 (toysat) S 18792 18795 15681 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10785097 1332285440 266671 33554432000 4194304 16246674 140733661791776 140165284601072 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=18795/tid=18798] ppid=18792 vsize=1301060 CPUtime=0 cores=0,2,4,6
/proc/18795/task/18798/stat : 18798 (toysat) S 18792 18795 15681 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 10785097 1332285440 266671 33554432000 4194304 16246674 140733661791776 140165274127536 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 1301060

[startup+3.10038 s]
/proc/loadavg: 2.16 2.10 2.02 3/181 18799
/proc/meminfo: memFree=29388112/32872528 swapFree=446836/479540
[pid=18795] ppid=18792 vsize=1309252 CPUtime=3.09 cores=0,2,4,6
/proc/18795/stat : 18795 (toysat) R 18792 18795 15681 0 -1 4202496 268230 0 0 0 269 40 0 0 20 0 4 0 10785097 1340674048 268554 33554432000 4194304 16246674 140733661791776 140733661773696 12997794 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/18795/statm: 327313 268554 875 2943 0 324207 0
[pid=18795/tid=18796] ppid=18792 vsize=1309252 CPUtime=0 cores=0,2,4,6
/proc/18795/task/18796/stat : 18796 (toysat) S 18792 18795 15681 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 10785097 1340674048 268554 33554432000 4194304 16246674 140733661791776 140165295090928 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=18795/tid=18797] ppid=18792 vsize=1309252 CPUtime=0 cores=0,2,4,6
/proc/18795/task/18797/stat : 18797 (toysat) S 18792 18795 15681 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10785097 1340674048 268554 33554432000 4194304 16246674 140733661791776 140165284601072 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=18795/tid=18798] ppid=18792 vsize=1309252 CPUtime=0 cores=0,2,4,6
/proc/18795/task/18798/stat : 18798 (toysat) S 18792 18795 15681 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 10785097 1340674048 268554 33554432000 4194304 16246674 140733661791776 140165274127536 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 1309252

[startup+6.3004 s]
/proc/loadavg: 2.16 2.10 2.02 4/181 18848
/proc/meminfo: memFree=29858516/32872528 swapFree=446836/479540
[pid=18795] ppid=18792 vsize=1310276 CPUtime=6.29 cores=0,2,4,6
/proc/18795/stat : 18795 (toysat) R 18792 18795 15681 0 -1 4202496 268535 0 0 0 589 40 0 0 20 0 4 0 10785097 1341722624 268859 33554432000 4194304 16246674 140733661791776 140733661773696 5545993 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/18795/statm: 327569 268859 876 2943 0 324463 0
[pid=18795/tid=18796] ppid=18792 vsize=1310276 CPUtime=0 cores=0,2,4,6
/proc/18795/task/18796/stat : 18796 (toysat) S 18792 18795 15681 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 10785097 1341722624 268859 33554432000 4194304 16246674 140733661791776 140165295090928 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=18795/tid=18797] ppid=18792 vsize=1310276 CPUtime=0 cores=0,2,4,6
/proc/18795/task/18797/stat : 18797 (toysat) S 18792 18795 15681 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10785097 1341722624 268859 33554432000 4194304 16246674 140733661791776 140165284601072 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=18795/tid=18798] ppid=18792 vsize=1310276 CPUtime=0 cores=0,2,4,6
/proc/18795/task/18798/stat : 18798 (toysat) S 18792 18795 15681 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 10785097 1341722624 268859 33554432000 4194304 16246674 140733661791776 140165274127536 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1310276

[startup+12.7004 s]
/proc/loadavg: 2.21 2.12 2.02 3/181 18848
/proc/meminfo: memFree=29450496/32872528 swapFree=446836/479540
[pid=18795] ppid=18792 vsize=1313348 CPUtime=12.69 cores=0,2,4,6
/proc/18795/stat : 18795 (toysat) R 18792 18795 15681 0 -1 4202496 269227 0 0 0 1229 40 0 0 20 0 4 0 10785097 1344868352 269551 33554432000 4194304 16246674 140733661791776 140733661773696 13962143 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/18795/statm: 328337 269551 876 2943 0 325231 0
[pid=18795/tid=18796] ppid=18792 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/18795/task/18796/stat : 18796 (toysat) S 18792 18795 15681 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 10785097 1344868352 269551 33554432000 4194304 16246674 140733661791776 140165295090928 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=18795/tid=18797] ppid=18792 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/18795/task/18797/stat : 18797 (toysat) S 18792 18795 15681 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10785097 1344868352 269551 33554432000 4194304 16246674 140733661791776 140165284601072 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=18795/tid=18798] ppid=18792 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/18795/task/18798/stat : 18798 (toysat) S 18792 18795 15681 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 10785097 1344868352 269551 33554432000 4194304 16246674 140733661791776 140165274127536 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1313348

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

[startup+12.8005 s]
/proc/loadavg: 2.21 2.12 2.02 3/181 18848
/proc/meminfo: memFree=29450496/32872528 swapFree=446836/479540
[pid=18795] ppid=18792 vsize=1313348 CPUtime=12.79 cores=0,2,4,6
/proc/18795/stat : 18795 (toysat) R 18792 18795 15681 0 -1 4202496 269227 0 0 0 1239 40 0 0 20 0 4 0 10785097 1344868352 269551 33554432000 4194304 16246674 140733661791776 140733661790872 5822252 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/18795/statm: 328337 269551 876 2943 0 325231 0
[pid=18795/tid=18796] ppid=18792 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/18795/task/18796/stat : 18796 (toysat) S 18792 18795 15681 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 10785097 1344868352 269551 33554432000 4194304 16246674 140733661791776 140165295090928 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=18795/tid=18797] ppid=18792 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/18795/task/18797/stat : 18797 (toysat) S 18792 18795 15681 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10785097 1344868352 269551 33554432000 4194304 16246674 140733661791776 140165284601072 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=18795/tid=18798] ppid=18792 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/18795/task/18798/stat : 18798 (toysat) S 18792 18795 15681 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 10785097 1344868352 269551 33554432000 4194304 16246674 140733661791776 140165274127536 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 12.79
Current children cumulated vsize (KiB) 1313348

[startup+14.4071 s]
/proc/loadavg: 2.21 2.12 2.02 3/181 18848
/proc/meminfo: memFree=29391356/32872528 swapFree=446836/479540
[pid=18795] ppid=18792 vsize=1313348 CPUtime=14.39 cores=0,2,4,6
/proc/18795/stat : 18795 (toysat) R 18792 18795 15681 0 -1 4202496 269237 0 0 0 1399 40 0 0 20 0 4 0 10785097 1344868352 269561 33554432000 4194304 16246674 140733661791776 140733661773696 5530665 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/18795/statm: 328337 269561 886 2943 0 325231 0
[pid=18795/tid=18796] ppid=18792 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/18795/task/18796/stat : 18796 (toysat) S 18792 18795 15681 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 10785097 1344868352 269561 33554432000 4194304 16246674 140733661791776 140165295090928 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=18795/tid=18797] ppid=18792 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/18795/task/18797/stat : 18797 (toysat) S 18792 18795 15681 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10785097 1344868352 269561 33554432000 4194304 16246674 140733661791776 140165284601072 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=18795/tid=18798] ppid=18792 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/18795/task/18798/stat : 18798 (toysat) S 18792 18795 15681 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 10785097 1344868352 269561 33554432000 4194304 16246674 140733661791776 140165274127536 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 14.39
Current children cumulated vsize (KiB) 1313348

[startup+15.2004 s]
/proc/loadavg: 2.21 2.12 2.02 3/181 18848
/proc/meminfo: memFree=29391356/32872528 swapFree=446836/479540
[pid=18795] ppid=18792 vsize=1315396 CPUtime=15.19 cores=0,2,4,6
/proc/18795/stat : 18795 (toysat) R 18792 18795 15681 0 -1 4202496 269819 0 0 0 1479 40 0 0 20 0 4 0 10785097 1346965504 270143 33554432000 4194304 16246674 140733661791776 140733661790952 6842913 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/18795/statm: 328849 270143 886 2943 0 325743 0
[pid=18795/tid=18796] ppid=18792 vsize=1315396 CPUtime=0 cores=0,2,4,6
/proc/18795/task/18796/stat : 18796 (toysat) S 18792 18795 15681 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 10785097 1346965504 270143 33554432000 4194304 16246674 140733661791776 140165295090928 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=18795/tid=18797] ppid=18792 vsize=1315396 CPUtime=0 cores=0,2,4,6
/proc/18795/task/18797/stat : 18797 (toysat) S 18792 18795 15681 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10785097 1346965504 270143 33554432000 4194304 16246674 140733661791776 140165284601072 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=18795/tid=18798] ppid=18792 vsize=1315396 CPUtime=0 cores=0,2,4,6
/proc/18795/task/18798/stat : 18798 (toysat) S 18792 18795 15681 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 10785097 1346965504 270143 33554432000 4194304 16246674 140733661791776 140165274127536 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 15.19
Current children cumulated vsize (KiB) 1315396

[startup+16.0004 s]
/proc/loadavg: 2.21 2.12 2.02 3/181 18848
/proc/meminfo: memFree=29388876/32872528 swapFree=446836/479540
[pid=18795] ppid=18792 vsize=1315396 CPUtime=15.99 cores=0,2,4,6
/proc/18795/stat : 18795 (toysat) R 18792 18795 15681 0 -1 4202496 269819 0 0 0 1559 40 0 0 20 0 4 0 10785097 1346965504 270143 33554432000 4194304 16246674 140733661791776 140733661773696 5661428 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/18795/statm: 328849 270143 886 2943 0 325743 0
[pid=18795/tid=18796] ppid=18792 vsize=1315396 CPUtime=0 cores=0,2,4,6
/proc/18795/task/18796/stat : 18796 (toysat) S 18792 18795 15681 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 10785097 1346965504 270143 33554432000 4194304 16246674 140733661791776 140165295090928 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=18795/tid=18797] ppid=18792 vsize=1315396 CPUtime=0 cores=0,2,4,6
/proc/18795/task/18797/stat : 18797 (toysat) S 18792 18795 15681 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10785097 1346965504 270143 33554432000 4194304 16246674 140733661791776 140165284601072 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=18795/tid=18798] ppid=18792 vsize=1315396 CPUtime=0 cores=0,2,4,6
/proc/18795/task/18798/stat : 18798 (toysat) S 18792 18795 15681 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 10785097 1346965504 270143 33554432000 4194304 16246674 140733661791776 140165274127536 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 15.99
Current children cumulated vsize (KiB) 1315396

[startup+16.2004 s]
/proc/loadavg: 2.21 2.12 2.02 3/181 18848
/proc/meminfo: memFree=29388876/32872528 swapFree=446836/479540
[pid=18795] ppid=18792 vsize=1315396 CPUtime=16.19 cores=0,2,4,6
/proc/18795/stat : 18795 (toysat) R 18792 18795 15681 0 -1 4202496 269819 0 0 0 1579 40 0 0 20 0 4 0 10785097 1346965504 270143 33554432000 4194304 16246674 140733661791776 140733661773696 6842729 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/18795/statm: 328849 270143 886 2943 0 325743 0
[pid=18795/tid=18796] ppid=18792 vsize=1315396 CPUtime=0 cores=0,2,4,6
/proc/18795/task/18796/stat : 18796 (toysat) S 18792 18795 15681 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 10785097 1346965504 270143 33554432000 4194304 16246674 140733661791776 140165295090928 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=18795/tid=18797] ppid=18792 vsize=1315396 CPUtime=0 cores=0,2,4,6
/proc/18795/task/18797/stat : 18797 (toysat) S 18792 18795 15681 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10785097 1346965504 270143 33554432000 4194304 16246674 140733661791776 140165284601072 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=18795/tid=18798] ppid=18792 vsize=1315396 CPUtime=0 cores=0,2,4,6
/proc/18795/task/18798/stat : 18798 (toysat) S 18792 18795 15681 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 10785097 1346965504 270143 33554432000 4194304 16246674 140733661791776 140165274127536 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 16.19
Current children cumulated vsize (KiB) 1315396

[startup+16.3003 s]
/proc/loadavg: 2.21 2.12 2.02 3/181 18848
/proc/meminfo: memFree=29388876/32872528 swapFree=446836/479540
[pid=18795] ppid=18792 vsize=0 CPUtime=16.29 cores=0,2,4,6
/proc/18795/stat : 18795 (toysat) R 18792 18795 15681 0 -1 4202500 269823 0 0 0 1586 43 0 0 20 0 1 0 10785097 0 0 33554432000 0 0 0 0 0 0 0 33554432 0 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/18795/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 16.29
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 16.3345
CPU time (s): 16.3305
CPU user time (s): 15.8656
CPU system time (s): 0.464929
CPU usage (%): 99.9759
Max. virtual memory (cumulated for all children) (KiB): 1315396

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 15.8656
system time used= 0.464929
maximum resident set size= 1080580
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 269823
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= 23
involuntary context switches= 17

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.037994 second user time and 0.069989 second system time

The end

Launcher Data

Begin job on node104 at 2016-06-16 16:29:10
IDJOB=4093351
IDBENCH=78970
IDSOLVER=2553
FILE ID=node104/4093351-1466087350
RUNJOBID= node104-1466074317-17183
PBS_JOBID= 19904028
Free space on /tmp= 71724 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900575442--soft-66-100-0.wbo
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --wbo --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4093351-1466087350/watcher-4093351-1466087350 -o /tmp/evaluation-result-4093351-1466087350/solver-4093351-1466087350 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node104-1466074317-17183 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --wbo --search=bcd2 HOME/instance-4093351-1466087350.wbo

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

MD5SUM BENCH= e5d1aa875e736e237b742aec181b44f0
RANDOM SEED=1339680351

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.035
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		: 2667.035
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		: 2667.035
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.54
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		: 2667.035
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		: 2667.035
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:        30461328 kB
Buffers:           36624 kB
Cached:           103468 kB
SwapCached:          516 kB
Active:          1166972 kB
Inactive:          66336 kB
Active(anon):    1094320 kB
Inactive(anon):     1168 kB
Active(file):      72652 kB
Inactive(file):    65168 kB
Unevictable:      479540 kB
Mlocked:          446836 kB
SwapTotal:      67108856 kB
SwapFree:       67100316 kB
Dirty:             16388 kB
Writeback:             0 kB
AnonPages:       1572388 kB
Mapped:            10812 kB
Shmem:                 0 kB
Slab:             567480 kB
SReclaimable:      11752 kB
SUnreclaim:       555728 kB
KernelStack:        1472 kB
PageTables:         6768 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1705212 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    677888 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= 71708 MiB
End job on node104 at 2016-06-16 16:29:26