Trace number 4110198

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 10.6704 10.6713

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1110971697--soft-0-100-0.wbo
MD5SUM98deccab683818c79978222742e85303
Bench CategorySOFT-SMALLINT-LIN (only soft 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 benchmark2.98254
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables169
Total number of constraints101
Number of soft constraints101
Number of constraints which are clauses30
Number of constraints which are cardinality constraints (but not clauses)70
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint169
Top cost 5034
Min constraint cost 1
Max constraint cost 98
Sum of constraints costs 5033
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1238
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.00	c 2016-06-19T15:59:04+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-4110198-1466344744.wbo"]
0.00/0.01	c use --random-gen="3299479050 3521110377 2689508395 2187566841 3958448710 3372603480 511673096 4097984393 4032197736 4129896446 804987015 1486795459 2397535252 1682881685 977167180 3316622398 4234576035 2016162621 2598834073 2017250842 799673261 1476683243 3624603283 46733806 1471819384 983174174 3409415299 2924023585 1245481079 567174294 1021366251 4238320320 887373256 2144963739 1936232978 2934441738 1050125604 514522948 1920675261 4065006707 3570768527 1416765114 2235141634 1971594853 838071170 1084675511 2414439108 2564940826 716965096 901630196 4127286988 1190985148 2203296811 2175541581 4020058793 2619313218 1336949507 2286880104 554477978 4046496925 2742094316 3436606942 2155206033 2505346603 59151493 3855849763 1580685844 914373721 1537863312 307180331 1489899853 1739729510 1465384201 3332406484 1180446387 3998229401 2504999788 1898448652 3056483507 2253268594 2507589418 2563124493 4143886091 3242372028 3653427761 673363066 4120313316 4055057808 2391365851 1268695846 3227198870 222617580 3755612566 2511906449 2235483672 2334423425 1843736256 7446757 3948787891 1784184241 662499071 3657754435 4116446227 1591637060 926177428 1905388833 4262842826 1776947731 328919404 1567999989 3602527576 3841164015 819276916 877208788 2283231854 567662337 2121950659 1887898566 2344018458 3764175458 4091596307 4054016699 2107624666 3299343710 924912661 3991855460 2765376396 3906671969 1748442007 3156940553 3484768085 3796572606 415653831 3925583858 1092579382 2704204762 1949045588 2433602799 4021244947 2550833901 694565761 3211107709 515633686 1261052089 4023153078 3521416630 3799664588 912722139 3496467312 849943111 3578347224 7460729 3183078248 575353252 71719596 1394528949 4055098499 3371740640 770053237 836075723 3483566346 2603105931 2229177701 677285122 486200108 1059380600 594584513 3083268726 4099626025 3797133113 2599255852 1137720296 3281934935 66076380 1078444490 2139618673 2607648497 3441178039 2286705251 306269722 966012755 2756351805 116740330 2375804103 2134687131 4161111796 1859611820 1155747968 3553723875 1909005972 1758457109 1407406661 2493394430 1023871737 1285845318 2378924555 3499172697 2976901027 517019128 3691030532 2213684553 4122092047 1649822872 3039573401 636556471 3277745491 2066691695 279703367 4188951310 3807269099 2804403068 1159214143 2965451597 2618810660 3665544518 4117889400 4091760993 2454769044 615959277 3804549727 643590236 1698242808 1497185759 149941389 3873433128 323272078 203669135 1860849087 536152067 3690351897 1060547802 2361699055 3903022905 215990204 1344416031 2098694024 85744285 1471936720 3291319274 3330536792 4003304940 3466084781 1838093698 151737135 1084396033 3264258818 3684401512 2160202605 22534830 3743644587 3041006207 3031826666 1158491490 3908761011 609243216 1686616890 255 362436" option to reproduce the execution
0.19/0.25	c #vars 169
0.19/0.25	c #constraints 101
0.19/0.25	c BCD2: Hardening is enabled.
0.19/0.25	c BCD2: BiasedSearch is enabled.
0.19/0.25	c Solving starts ...
0.19/0.25	c ============================[ Search Statistics ]============================
0.19/0.25	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.19/0.25	c       |         |          |          |    Limit     GC | Var      | Constra 
0.19/0.25	c =============================================================================
0.19/0.25	c  0.0s |       0 |        0 |        0 |      123      0 |        0 |        0
0.19/0.26	c  0.0s |       0 |      108 |        0 |      123      0 |        0 |        0
0.19/0.26	c #cpu_time = 0.001s
0.19/0.26	c #wall_clock_time = 0.001s
0.19/0.26	c #decision = 108
0.19/0.26	c #random_decision = 1
0.19/0.26	c #conflict = 0
0.19/0.26	c #restart = 0
0.19/0.26	o 481
0.19/0.26	c BCD2: updating upper bound: 5033 -> 480
0.19/0.26	c BCD2: 0 <= obj <= 480
0.19/0.26	c BCD2: #cores=0, #unrelaxed=101, #relaxed=0, #hardened=0
0.19/0.26	c BCD2: #sat=1 #unsat=1 bias=1/2
0.19/0.26	c Solving starts ...
0.19/0.26	c ============================[ Search Statistics ]============================
0.19/0.26	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.19/0.26	c       |         |          |          |    Limit     GC | Var      | Constra 
0.19/0.26	c =============================================================================
0.19/0.26	c  0.0s |       0 |        0 |        0 |      123      0 |        0 |        0
0.19/0.27	c  0.0s |       1 |      265 |      100 |      123      0 |        0 |        0
0.29/0.30	c  0.0s |       2 |      656 |      250 |      136      0 |        0 |        0
0.29/0.35	c  0.1s |       3 |     1109 |      475 |      150      2 |        0 |        0
0.39/0.41	c  0.2s |       4 |     1750 |      813 |      165      4 |        0 |        0
0.49/0.51	c  0.3s |       5 |     2712 |     1320 |      182      7 |        0 |        0
0.59/0.67	c  0.4s |       6 |     4048 |     2081 |      222     11 |        0 |        0
0.79/0.90	c  0.6s |       7 |     5855 |     3223 |      245     17 |        0 |        0
1.20/1.25	c  1.0s |       8 |     8558 |     4936 |      270     25 |        0 |        0
1.59/1.63	c  1.4s |       9 |    12697 |     7506 |      297     36 |        0 |        0
2.20/2.22	c  2.0s |      10 |    18185 |    11361 |      327     52 |        0 |        0
3.09/3.10	c  2.8s |      11 |    26642 |    17144 |      360     76 |        0 |        0
4.40/4.47	c  4.2s |      12 |    38990 |    25819 |      397    108 |        0 |        0
6.39/6.48	c  6.2s |      12 |    54896 |    37119 |      397    148 |        0 |        0
6.79/6.81	c  6.5s |      13 |    57267 |    38832 |      437    154 |        0 |        0
8.09/8.17	c  7.9s |      13 |    66661 |    45545 |      437    177 |        0 |        0
8.09/8.17	c #cpu_time = 7.917s
8.09/8.17	c #wall_clock_time = 7.917s
8.09/8.17	c #decision = 66661
8.09/8.17	c #random_decision = 146
8.09/8.17	c #conflict = 45545
8.09/8.17	c #restart = 13
8.09/8.17	c BCD2: found a new core of size 101: cost of the new core is >=1
8.09/8.17	c lower bound updated to 1
8.09/8.17	c BCD2: 1 <= obj <= 480
8.09/8.17	c BCD2: #cores=1, #unrelaxed=0, #relaxed=101, #hardened=0
8.09/8.17	c BCD2: #sat=1 #unsat=2 bias=2/3
8.09/8.17	c Solving starts ...
8.09/8.17	c ============================[ Search Statistics ]============================
8.09/8.17	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
8.09/8.17	c       |         |          |          |    Limit     GC | Var      | Constra 
8.09/8.17	c =============================================================================
8.09/8.17	c  0.0s |       0 |        0 |        0 |      437      0 |        0 |        0
8.09/8.18	c  0.0s |       0 |      132 |        1 |      437      0 |        0 |        0
8.09/8.18	c #cpu_time = 0.002s
8.09/8.18	c #wall_clock_time = 0.002s
8.09/8.18	c #decision = 132
8.09/8.18	c #random_decision = 0
8.09/8.18	c #conflict = 1
8.09/8.18	c #restart = 0
8.09/8.18	o 10
8.09/8.18	c BCD2: hardening fixes 89 literals
8.09/8.18	c BCD2: updating upper bound: 480 -> 9
8.09/8.18	c BCD2: 1 <= obj <= 9
8.09/8.18	c BCD2: #cores=1, #unrelaxed=0, #relaxed=12, #hardened=89
8.09/8.18	c BCD2: #sat=2 #unsat=2 bias=2/4
8.09/8.18	c Solving starts ...
8.09/8.18	c ============================[ Search Statistics ]============================
8.09/8.18	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
8.09/8.18	c       |         |          |          |    Limit     GC | Var      | Constra 
8.09/8.18	c =============================================================================
8.09/8.18	c  0.0s |       0 |        0 |        0 |      437      0 |       89 |        2
8.09/8.19	c  0.0s |       1 |      173 |      100 |      437      0 |       89 |        2
8.19/8.21	c  0.0s |       2 |      392 |      250 |      437      1 |       89 |        2
8.19/8.23	c  0.1s |       3 |      792 |      475 |      437      2 |       89 |        2
8.19/8.27	c  0.1s |       4 |     1291 |      813 |      437      3 |       89 |        2
8.29/8.32	c  0.1s |       5 |     2097 |     1320 |      437      4 |       89 |        2
8.39/8.40	c  0.2s |       6 |     3238 |     2081 |      437      7 |       89 |        2
8.49/8.52	c  0.3s |       7 |     5023 |     3223 |      437     10 |       89 |        2
8.69/8.71	c  0.5s |       8 |     7382 |     4936 |      437     16 |       89 |        2
8.90/8.99	c  0.8s |       9 |    11060 |     7506 |      437     25 |       89 |        2
9.39/9.42	c  1.2s |      10 |    16699 |    11361 |      437     37 |       89 |        2
9.99/10.06	c  1.9s |      11 |    25282 |    17144 |      481     55 |       89 |        2
10.59/10.60	c  2.4s |      11 |    31868 |    21960 |      481     69 |       89 |        2
10.59/10.60	c #cpu_time = 2.428s
10.59/10.60	c #wall_clock_time = 2.427s
10.59/10.60	c #decision = 31868
10.59/10.60	c #random_decision = 69
10.59/10.60	c #conflict = 21960
10.59/10.60	c #restart = 11
10.59/10.61	o 1
10.59/10.61	s OPTIMUM FOUND
10.59/10.61	v -x1 -x2 -x3 -x4 -x5 -x6 -x7 -x8 -x9 x10
10.59/10.61	v -x11 -x12 -x13 -x14 -x15 x16 -x17 -x18 -x19 -x20
10.59/10.61	v -x21 -x22 -x23 -x24 -x25 -x26 -x27 -x28 -x29 -x30
10.59/10.61	v -x31 -x32 -x33 -x34 -x35 -x36 x37 -x38 -x39 -x40
10.59/10.61	v -x41 -x42 -x43 -x44 -x45 -x46 x47 -x48 -x49 -x50
10.59/10.61	v -x51 -x52 -x53 -x54 -x55 -x56 -x57 -x58 -x59 -x60
10.59/10.61	v -x61 -x62 -x63 x64 -x65 -x66 -x67 -x68 -x69 x70
10.59/10.61	v -x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 x80
10.59/10.61	v -x81 -x82 -x83 -x84 -x85 -x86 -x87 -x88 -x89 -x90
10.59/10.61	v -x91 -x92 -x93 -x94 -x95 -x96 -x97 -x98 -x99 -x100
10.59/10.61	v -x101 -x102 -x103 x104 -x105 -x106 -x107 -x108 -x109 -x110
10.59/10.61	v -x111 -x112 x113 -x114 -x115 -x116 -x117 -x118 -x119 -x120
10.59/10.61	v -x121 -x122 x123 -x124 -x125 -x126 -x127 -x128 -x129 -x130
10.59/10.61	v -x131 -x132 -x133 x134 -x135 -x136 -x137 -x138 -x139 -x140
10.59/10.61	v -x141 -x142 -x143 x144 -x145 -x146 -x147 -x148 -x149 -x150
10.59/10.61	v -x151 -x152 -x153 -x154 -x155 -x156 -x157 -x158 -x159 -x160
10.59/10.61	v -x161 -x162 x163 -x164 -x165 -x166 -x167 -x168 -x169
10.59/10.61	c total CPU time = 10.608s
10.59/10.61	c total wall clock time = 10.608s

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

pid=5884
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: 1.95 2.04 1.97 3/179 5887
/proc/meminfo: memFree=30478328/32872528 swapFree=163656/177964
[pid=5887] ppid=5884 vsize=684476 CPUtime=0 cores=0,2,4,6
/proc/5887/stat : 5887 (toysat) R 5884 5887 4845 0 -1 4202496 2544 0 0 0 0 0 0 0 20 0 4 0 36524317 700903424 3417 33554432000 4194304 16246674 140735757454112 140735757453536 13880264 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/5887/statm: 171887 3426 441 2943 0 168781 0
[pid=5887/tid=5888] ppid=5884 vsize=700860 CPUtime=0 cores=0,2,4,6
/proc/5887/task/5888/stat : 5888 (toysat) S 5884 5887 4845 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36524317 717680640 3481 33554432000 4194304 16246674 140735757454112 140120281820400 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=5887/tid=5889] ppid=5884 vsize=705980 CPUtime=0 cores=0,2,4,6
/proc/5887/task/5889/stat : 5889 (toysat) S 5884 5887 4845 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36524317 722923520 3498 33554432000 4194304 16246674 140735757454112 140120271330544 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=5887/tid=5890] ppid=5884 vsize=710076 CPUtime=0 cores=0,2,4,6
/proc/5887/task/5890/stat : 5890 (toysat) S 5884 5887 4845 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36524317 727117824 3517 33554432000 4194304 16246674 140735757454112 140120153910448 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0

[startup+0.100167 s]
/proc/loadavg: 1.95 2.04 1.97 3/179 5887
/proc/meminfo: memFree=30478328/32872528 swapFree=163656/177964
[pid=5887] ppid=5884 vsize=1218116 CPUtime=0.09 cores=0,2,4,6
/proc/5887/stat : 5887 (toysat) R 5884 5887 4845 0 -1 4202496 18402 0 0 0 7 2 0 0 20 0 4 0 36524317 1247350784 19267 33554432000 4194304 16246674 140735757454112 140735757453536 12500869 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/5887/statm: 304529 19267 613 2943 0 301423 0
[pid=5887/tid=5888] ppid=5884 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/5887/task/5888/stat : 5888 (toysat) S 5884 5887 4845 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36524317 1247350784 19270 33554432000 4194304 16246674 140735757454112 140120281820400 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=5887/tid=5889] ppid=5884 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/5887/task/5889/stat : 5889 (toysat) S 5884 5887 4845 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36524317 1247350784 19273 33554432000 4194304 16246674 140735757454112 140120271330544 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=5887/tid=5890] ppid=5884 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/5887/task/5890/stat : 5890 (toysat) S 5884 5887 4845 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36524317 1247350784 19275 33554432000 4194304 16246674 140735757454112 140120153910448 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.200504 s]
/proc/loadavg: 1.95 2.04 1.97 3/179 5887
/proc/meminfo: memFree=30478328/32872528 swapFree=163656/177964
[pid=5887] ppid=5884 vsize=1218116 CPUtime=0.19 cores=0,2,4,6
/proc/5887/stat : 5887 (toysat) R 5884 5887 4845 0 -1 4202496 26018 0 0 0 15 4 0 0 20 0 4 0 36524317 1247350784 26883 33554432000 4194304 16246674 140735757454112 140735757453536 12486453 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/5887/statm: 304529 26883 613 2943 0 301423 0
[pid=5887/tid=5888] ppid=5884 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/5887/task/5888/stat : 5888 (toysat) S 5884 5887 4845 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36524317 1247350784 26883 33554432000 4194304 16246674 140735757454112 140120281820400 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=5887/tid=5889] ppid=5884 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/5887/task/5889/stat : 5889 (toysat) S 5884 5887 4845 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36524317 1247350784 26883 33554432000 4194304 16246674 140735757454112 140120271330544 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=5887/tid=5890] ppid=5884 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/5887/task/5890/stat : 5890 (toysat) S 5884 5887 4845 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36524317 1247350784 26884 33554432000 4194304 16246674 140735757454112 140120153910448 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1218116

[startup+0.300455 s]
/proc/loadavg: 1.95 2.04 1.97 3/179 5887
/proc/meminfo: memFree=30478328/32872528 swapFree=163656/177964
[pid=5887] ppid=5884 vsize=1218116 CPUtime=0.29 cores=0,2,4,6
/proc/5887/stat : 5887 (toysat) R 5884 5887 4845 0 -1 4202496 37983 0 0 0 24 5 0 0 20 0 4 0 36524317 1247350784 38841 33554432000 4194304 16246674 140735757454112 140735757453536 12478070 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/5887/statm: 304529 38850 808 2943 0 301423 0
[pid=5887/tid=5888] ppid=5884 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/5887/task/5888/stat : 5888 (toysat) S 5884 5887 4845 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36524317 1247350784 38853 33554432000 4194304 16246674 140735757454112 140120281820400 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=5887/tid=5889] ppid=5884 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/5887/task/5889/stat : 5889 (toysat) S 5884 5887 4845 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36524317 1247350784 38857 33554432000 4194304 16246674 140735757454112 140120271330544 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=5887/tid=5890] ppid=5884 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/5887/task/5890/stat : 5890 (toysat) S 5884 5887 4845 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36524317 1247350784 38861 33554432000 4194304 16246674 140735757454112 140120153910448 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) 1218116

[startup+0.700382 s]
/proc/loadavg: 1.95 2.04 1.97 3/179 5887
/proc/meminfo: memFree=30478328/32872528 swapFree=163656/177964
[pid=5887] ppid=5884 vsize=1218116 CPUtime=0.69 cores=0,2,4,6
/proc/5887/stat : 5887 (toysat) R 5884 5887 4845 0 -1 4202496 114971 0 0 0 53 16 0 0 20 0 4 0 36524317 1247350784 115829 33554432000 4194304 16246674 140735757454112 140735757436032 13780501 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/5887/statm: 304529 115836 814 2943 0 301423 0
[pid=5887/tid=5888] ppid=5884 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/5887/task/5888/stat : 5888 (toysat) S 5884 5887 4845 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36524317 1247350784 115844 33554432000 4194304 16246674 140735757454112 140120281820400 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=5887/tid=5889] ppid=5884 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/5887/task/5889/stat : 5889 (toysat) S 5884 5887 4845 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36524317 1247350784 115849 33554432000 4194304 16246674 140735757454112 140120271330544 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=5887/tid=5890] ppid=5884 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/5887/task/5890/stat : 5890 (toysat) S 5884 5887 4845 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36524317 1247350784 115854 33554432000 4194304 16246674 140735757454112 140120153910448 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) 1218116

[startup+1.5004 s]
/proc/loadavg: 1.95 2.04 1.97 3/183 5891
/proc/meminfo: memFree=29696372/32872528 swapFree=163656/177964
[pid=5887] ppid=5884 vsize=1219140 CPUtime=1.49 cores=0,2,4,6
/proc/5887/stat : 5887 (toysat) R 5884 5887 4845 0 -1 4202496 245809 0 0 0 114 35 0 0 20 0 4 0 36524317 1248399360 246645 33554432000 4194304 16246674 140735757454112 140735757453424 5545984 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/5887/statm: 304785 246645 872 2943 0 301679 0
[pid=5887/tid=5888] ppid=5884 vsize=1219140 CPUtime=0 cores=0,2,4,6
/proc/5887/task/5888/stat : 5888 (toysat) S 5884 5887 4845 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36524317 1248399360 246645 33554432000 4194304 16246674 140735757454112 140120281820400 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=5887/tid=5889] ppid=5884 vsize=1219140 CPUtime=0 cores=0,2,4,6
/proc/5887/task/5889/stat : 5889 (toysat) S 5884 5887 4845 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36524317 1248399360 246645 33554432000 4194304 16246674 140735757454112 140120271330544 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=5887/tid=5890] ppid=5884 vsize=1219140 CPUtime=0 cores=0,2,4,6
/proc/5887/task/5890/stat : 5890 (toysat) S 5884 5887 4845 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36524317 1248399360 246645 33554432000 4194304 16246674 140735757454112 140120153910448 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 1219140

[startup+3.10038 s]
/proc/loadavg: 1.95 2.04 1.97 3/183 5891
/proc/meminfo: memFree=29407196/32872528 swapFree=163656/177964
[pid=5887] ppid=5884 vsize=1306180 CPUtime=3.09 cores=0,2,4,6
/proc/5887/stat : 5887 (toysat) R 5884 5887 4845 0 -1 4202496 267514 0 0 0 271 38 0 0 20 0 4 0 36524317 1337528320 268350 33554432000 4194304 16246674 140735757454112 140735757437112 13780664 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/5887/statm: 326545 268350 872 2943 0 323439 0
[pid=5887/tid=5888] ppid=5884 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/5887/task/5888/stat : 5888 (toysat) S 5884 5887 4845 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36524317 1337528320 268350 33554432000 4194304 16246674 140735757454112 140120281820400 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=5887/tid=5889] ppid=5884 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/5887/task/5889/stat : 5889 (toysat) S 5884 5887 4845 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36524317 1337528320 268350 33554432000 4194304 16246674 140735757454112 140120271330544 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=5887/tid=5890] ppid=5884 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/5887/task/5890/stat : 5890 (toysat) S 5884 5887 4845 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36524317 1337528320 268350 33554432000 4194304 16246674 140735757454112 140120153910448 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) 1306180

[startup+6.30041 s]
/proc/loadavg: 1.95 2.04 1.97 3/183 5891
/proc/meminfo: memFree=29405524/32872528 swapFree=163656/177964
[pid=5887] ppid=5884 vsize=1306180 CPUtime=6.29 cores=0,2,4,6
/proc/5887/stat : 5887 (toysat) R 5884 5887 4845 0 -1 4202496 267547 0 0 0 591 38 0 0 20 0 4 0 36524317 1337528320 268383 33554432000 4194304 16246674 140735757454112 140735757437112 13943600 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/5887/statm: 326545 268383 872 2943 0 323439 0
[pid=5887/tid=5888] ppid=5884 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/5887/task/5888/stat : 5888 (toysat) S 5884 5887 4845 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36524317 1337528320 268383 33554432000 4194304 16246674 140735757454112 140120281820400 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=5887/tid=5889] ppid=5884 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/5887/task/5889/stat : 5889 (toysat) S 5884 5887 4845 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36524317 1337528320 268383 33554432000 4194304 16246674 140735757454112 140120271330544 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=5887/tid=5890] ppid=5884 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/5887/task/5890/stat : 5890 (toysat) S 5884 5887 4845 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36524317 1337528320 268383 33554432000 4194304 16246674 140735757454112 140120153910448 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) 1306180

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

[startup+6.40049 s]
/proc/loadavg: 1.95 2.04 1.97 3/183 5891
/proc/meminfo: memFree=29405524/32872528 swapFree=163656/177964
[pid=5887] ppid=5884 vsize=1306180 CPUtime=6.39 cores=0,2,4,6
/proc/5887/stat : 5887 (toysat) R 5884 5887 4845 0 -1 4202496 267547 0 0 0 601 38 0 0 20 0 4 0 36524317 1337528320 268383 33554432000 4194304 16246674 140735757454112 140735757437112 13950192 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/5887/statm: 326545 268383 872 2943 0 323439 0
[pid=5887/tid=5888] ppid=5884 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/5887/task/5888/stat : 5888 (toysat) S 5884 5887 4845 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36524317 1337528320 268383 33554432000 4194304 16246674 140735757454112 140120281820400 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=5887/tid=5889] ppid=5884 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/5887/task/5889/stat : 5889 (toysat) S 5884 5887 4845 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36524317 1337528320 268383 33554432000 4194304 16246674 140735757454112 140120271330544 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=5887/tid=5890] ppid=5884 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/5887/task/5890/stat : 5890 (toysat) S 5884 5887 4845 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36524317 1337528320 268383 33554432000 4194304 16246674 140735757454112 140120153910448 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 6.39
Current children cumulated vsize (KiB) 1306180

[startup+8.00043 s]
/proc/loadavg: 1.95 2.04 1.97 3/183 5891
/proc/meminfo: memFree=29389272/32872528 swapFree=163656/177964
[pid=5887] ppid=5884 vsize=1306180 CPUtime=7.99 cores=0,2,4,6
/proc/5887/stat : 5887 (toysat) R 5884 5887 4845 0 -1 4202496 267547 0 0 0 761 38 0 0 20 0 4 0 36524317 1337528320 268383 33554432000 4194304 16246674 140735757454112 140735757436032 5722604 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/5887/statm: 326545 268383 872 2943 0 323439 0
[pid=5887/tid=5888] ppid=5884 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/5887/task/5888/stat : 5888 (toysat) S 5884 5887 4845 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36524317 1337528320 268383 33554432000 4194304 16246674 140735757454112 140120281820400 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=5887/tid=5889] ppid=5884 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/5887/task/5889/stat : 5889 (toysat) S 5884 5887 4845 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36524317 1337528320 268383 33554432000 4194304 16246674 140735757454112 140120271330544 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=5887/tid=5890] ppid=5884 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/5887/task/5890/stat : 5890 (toysat) S 5884 5887 4845 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36524317 1337528320 268383 33554432000 4194304 16246674 140735757454112 140120153910448 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 7.99
Current children cumulated vsize (KiB) 1306180

[startup+9.60037 s]
/proc/loadavg: 1.95 2.04 1.97 3/183 5891
/proc/meminfo: memFree=29389652/32872528 swapFree=163656/177964
[pid=5887] ppid=5884 vsize=1306180 CPUtime=9.59 cores=0,2,4,6
/proc/5887/stat : 5887 (toysat) R 5884 5887 4845 0 -1 4202496 267670 0 0 0 921 38 0 0 20 0 4 0 36524317 1337528320 268506 33554432000 4194304 16246674 140735757454112 140735757436032 6022119 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/5887/statm: 326545 268506 882 2943 0 323439 0
[pid=5887/tid=5888] ppid=5884 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/5887/task/5888/stat : 5888 (toysat) S 5884 5887 4845 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36524317 1337528320 268506 33554432000 4194304 16246674 140735757454112 140120281820400 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=5887/tid=5889] ppid=5884 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/5887/task/5889/stat : 5889 (toysat) S 5884 5887 4845 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36524317 1337528320 268506 33554432000 4194304 16246674 140735757454112 140120271330544 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=5887/tid=5890] ppid=5884 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/5887/task/5890/stat : 5890 (toysat) S 5884 5887 4845 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36524317 1337528320 268506 33554432000 4194304 16246674 140735757454112 140120153910448 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 9.59
Current children cumulated vsize (KiB) 1306180

[startup+10.4004 s]
/proc/loadavg: 1.95 2.04 1.97 3/183 5891
/proc/meminfo: memFree=29389156/32872528 swapFree=163656/177964
[pid=5887] ppid=5884 vsize=1306180 CPUtime=10.39 cores=0,2,4,6
/proc/5887/stat : 5887 (toysat) R 5884 5887 4845 0 -1 4202496 267670 0 0 0 1001 38 0 0 20 0 4 0 36524317 1337528320 268506 33554432000 4194304 16246674 140735757454112 140735757436032 5711980 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/5887/statm: 326545 268506 882 2943 0 323439 0
[pid=5887/tid=5888] ppid=5884 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/5887/task/5888/stat : 5888 (toysat) S 5884 5887 4845 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36524317 1337528320 268506 33554432000 4194304 16246674 140735757454112 140120281820400 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=5887/tid=5889] ppid=5884 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/5887/task/5889/stat : 5889 (toysat) S 5884 5887 4845 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36524317 1337528320 268506 33554432000 4194304 16246674 140735757454112 140120271330544 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=5887/tid=5890] ppid=5884 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/5887/task/5890/stat : 5890 (toysat) S 5884 5887 4845 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36524317 1337528320 268506 33554432000 4194304 16246674 140735757454112 140120153910448 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 10.39
Current children cumulated vsize (KiB) 1306180

[startup+10.6004 s]
/proc/loadavg: 1.95 2.04 1.97 3/183 5891
/proc/meminfo: memFree=29389156/32872528 swapFree=163656/177964
[pid=5887] ppid=5884 vsize=1306180 CPUtime=10.59 cores=0,2,4,6
/proc/5887/stat : 5887 (toysat) R 5884 5887 4845 0 -1 4202496 267670 0 0 0 1021 38 0 0 20 0 4 0 36524317 1337528320 268506 33554432000 4194304 16246674 140735757454112 140735757437112 5600140 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/5887/statm: 326545 268506 882 2943 0 323439 0
[pid=5887/tid=5888] ppid=5884 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/5887/task/5888/stat : 5888 (toysat) S 5884 5887 4845 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36524317 1337528320 268506 33554432000 4194304 16246674 140735757454112 140120281820400 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=5887/tid=5889] ppid=5884 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/5887/task/5889/stat : 5889 (toysat) S 5884 5887 4845 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36524317 1337528320 268506 33554432000 4194304 16246674 140735757454112 140120271330544 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=5887/tid=5890] ppid=5884 vsize=1306180 CPUtime=0 cores=0,2,4,6
/proc/5887/task/5890/stat : 5890 (toysat) S 5884 5887 4845 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36524317 1337528320 268506 33554432000 4194304 16246674 140735757454112 140120153910448 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 10.59
Current children cumulated vsize (KiB) 1306180

Child status: 0
Real time (s): 10.6713
CPU time (s): 10.6704
CPU user time (s): 10.2224
CPU system time (s): 0.447931
CPU usage (%): 99.9912
Max. virtual memory (cumulated for all children) (KiB): 1306180

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 10.2224
system time used= 0.447931
maximum resident set size= 1074032
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 267674
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= 21
involuntary context switches= 12

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.027995 second user time and 0.044993 second system time

The end

Launcher Data

Begin job on node105 at 2016-06-19 15:59:04
IDJOB=4110198
IDBENCH=79198
IDSOLVER=2553
FILE ID=node105/4110198-1466344744
RUNJOBID= node105-1466341824-4861
PBS_JOBID= 19922043
Free space on /tmp= 71732 MiB

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

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

MD5SUM BENCH= 98deccab683818c79978222742e85303
RANDOM SEED=1730461129

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30479492 kB
Buffers:          128336 kB
Cached:           349080 kB
SwapCached:         1696 kB
Active:          1144576 kB
Inactive:         326088 kB
Active(anon):     992552 kB
Inactive(anon):     3096 kB
Active(file):     152024 kB
Inactive(file):   322992 kB
Unevictable:      177964 kB
Mlocked:          163656 kB
SwapTotal:      67108856 kB
SwapFree:       67099304 kB
Dirty:             16264 kB
Writeback:             0 kB
AnonPages:       1172660 kB
Mapped:            10984 kB
Shmem:                 0 kB
Slab:             609364 kB
SReclaimable:      53048 kB
SUnreclaim:       556316 kB
KernelStack:        1520 kB
PageTables:         6636 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1454620 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:     43008 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 node105 at 2016-06-19 15:59:15