Trace number 4093355

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
toysat 2016-05-02OPTIMUM 67.2258 67.2452

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900581320--soft-66-100-0.wbo
MD5SUM4c1853ff60c53f26c44f2cbc4e9273c7
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 benchmark45.6011
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 constraints928
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 47257
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 47256
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 641
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:22:06+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-4093355-1466086926.wbo"]
0.00/0.01	c use --random-gen="383611563 1981914473 3936536879 771078466 1566652644 3412962391 162399157 2329014280 91927370 2927506111 376933826 3217252762 133214486 4222427592 445091167 1921003477 2085771354 3373558081 1815906623 2769315495 1509709975 3110148949 757757024 404794301 2084343713 404474569 2041302620 2125977167 2049566218 971480773 3412424410 179091371 686123604 4293887955 320480524 412573282 1010625249 1855544309 378206675 1093167860 2157340468 2994245617 1646259847 1088554113 1119973520 603135983 368002681 2356093011 2920497654 3016507757 3096983331 852946583 1776989150 3202681212 2231713387 2604365419 2914630696 28017944 836601885 993036842 3553712891 1379520174 3718258016 319897938 469737438 2390141002 4205226263 801024921 2881468690 3182106530 2877169966 3940090582 4270642476 4141579200 1389274699 3407110012 2810818970 1703529432 2327009727 1867128075 3867941813 1636294922 4174035472 3238162355 3654435544 2043383403 4080174973 3794207855 3152844181 1651968365 2920791122 3855143205 689017611 2432008876 168394384 4193359253 1898302808 2502508598 4137272076 1026697267 3065810956 1280229190 2895081403 1864464521 3950747176 3012623722 34712387 2678359887 3512161096 284955668 1378647748 871733567 1994257126 305915659 3202685175 652607035 2017357611 2785343892 1270245290 710284109 3753245534 118099614 1955782154 4167529256 1727816474 225343122 1004639921 75189076 4128461783 669741607 298766116 1367853329 2810992249 4090587394 2377480853 2149352231 1818719049 3254655584 3534234095 2452376181 1864484536 3319926352 3153042150 446230778 2043610810 2899520524 3533202489 1943584270 4061259054 3795831759 1851214295 3476910483 3519883097 2610941300 714602312 42630900 1229927108 2349302618 3526998432 2549771095 3366757529 3275090776 3149688926 2092978890 4202101956 4014569269 2388069252 1978468813 2263777406 3991012832 3901750679 2617853359 2866110872 1395454742 3748864062 2889638598 2476641574 755950706 3886626217 1340996479 802778872 1694692972 3040830396 3500556281 3711384662 2693601691 263309785 3812785538 2447512937 3682081289 3390331372 1921728293 2844769375 2971863234 454737342 3174972805 62105121 211549345 689778841 2296399560 3114291388 2587859232 2016219548 1204714868 2080905116 62859151 1402218333 3837044969 44883407 898699171 399206361 2652633898 4261371332 2238115131 1175296009 520341291 2200774218 284379855 1891153367 2657738820 2361437436 212146567 3745432653 1953580380 2470551956 414085291 1126305874 1471458980 903570226 3148447190 429177255 2614102127 1865602700 1894107596 4105674312 3491445531 2416595346 1745437892 2764661904 3744870842 2008379940 1030705127 1694556553 370107314 2632123006 4211720865 577088051 485151797 3725981081 1055227986 101061365 949778737 2056510246 1380489377 2758605572 3592113411 255 362436" option to reproduce the execution
0.09/0.14	c #vars 231
0.09/0.14	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.19/0.20	c  0.0s |       0 |        0 |        0 |     1288      0 |        0 |        0
0.19/0.22	c  0.0s |       1 |     1086 |      100 |     1288      0 |        0 |        0
0.19/0.22	c  0.0s |       1 |     2058 |      100 |     1288      0 |        0 |        0
0.19/0.22	c #cpu_time = 0.029s
0.19/0.22	c #wall_clock_time = 0.029s
0.19/0.22	c #decision = 2058
0.19/0.22	c #random_decision = 9
0.19/0.22	c #conflict = 100
0.19/0.22	c #restart = 1
0.19/0.22	o 398
0.19/0.22	c BCD2: updating upper bound: 47256 -> 397
0.19/0.22	c BCD2: 0 <= obj <= 397
0.19/0.22	c BCD2: #cores=0, #unrelaxed=928, #relaxed=0, #hardened=0
0.19/0.22	c BCD2: #sat=1 #unsat=1 bias=1/2
0.19/0.22	c Solving starts ...
0.19/0.22	c ============================[ Search Statistics ]============================
0.19/0.22	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.19/0.22	c       |         |          |          |    Limit     GC | Var      | Constra 
0.19/0.22	c =============================================================================
0.19/0.22	c  0.0s |       0 |        0 |        0 |     1288      0 |        0 |        0
0.19/0.24	c  0.0s |       1 |     1105 |      100 |     1417      0 |        0 |        0
0.19/0.28	c  0.1s |       2 |     2283 |      250 |     1559      0 |        0 |        0
0.29/0.32	c  0.1s |       3 |     3591 |      475 |     1715      0 |        0 |        0
0.39/0.42	c  0.2s |       4 |     5033 |      813 |     1887      0 |        0 |        0
0.49/0.55	c  0.3s |       5 |     6841 |     1320 |     2076      0 |        0 |        0
0.69/0.79	c  0.6s |       6 |     9075 |     2081 |     2284      0 |        0 |        0
1.20/1.29	c  1.1s |       7 |    11780 |     3223 |     2513      0 |        0 |        0
1.89/1.90	c  1.7s |       8 |    15311 |     4936 |     2765      1 |        0 |        0
2.99/3.07	c  2.8s |       9 |    20679 |     7506 |     3042      3 |        0 |        0
4.49/4.55	c  4.3s |      10 |    27867 |    11361 |     3347      5 |        0 |        0
6.49/6.56	c  6.3s |      10 |    36127 |    15661 |     3347      6 |        0 |        0
7.19/7.23	c  7.0s |      11 |    38558 |    17144 |     3682      7 |        0 |        0
9.18/9.24	c  9.0s |      11 |    48080 |    22044 |     3682      9 |        0 |        0
10.79/10.80	c 10.6s |      12 |    54666 |    25819 |     4051     11 |        0 |        0
12.79/12.83	c 12.6s |      12 |    62575 |    29719 |     4051     12 |        0 |        0
14.79/14.84	c 14.6s |      12 |    71212 |    34719 |     4051     14 |        0 |        0
16.79/16.89	c 16.7s |      12 |    75569 |    38019 |     4051     16 |        0 |        0
17.19/17.28	c 17.1s |      13 |    76755 |    38832 |     4457     16 |        0 |        0
19.29/19.32	c 19.1s |      13 |    83198 |    42232 |     4457     17 |        0 |        0
21.29/21.39	c 21.2s |      13 |    87984 |    45532 |     4457     18 |        0 |        0
23.39/23.41	c 23.2s |      13 |    92532 |    48332 |     4457     19 |        0 |        0
25.40/25.42	c 25.2s |      13 |    96119 |    51032 |     4457     20 |        0 |        0
27.39/27.45	c 27.2s |      13 |    99484 |    53732 |     4457     21 |        0 |        0
29.39/29.50	c 29.3s |      13 |   102032 |    55832 |     4457     22 |        0 |        0
31.49/31.50	c 31.3s |      13 |   104699 |    58032 |     4903     23 |        0 |        0
31.69/31.77	c 31.5s |      14 |   105099 |    58352 |     4903     23 |        0 |        0
33.79/33.90	c 33.7s |      14 |   108051 |    60152 |     4903     23 |        0 |        0
35.89/35.95	c 35.7s |      14 |   109921 |    61752 |     4903     24 |        0 |        0
37.99/38.02	c 37.8s |      14 |   112164 |    63452 |     4903     25 |        0 |        0
40.09/40.13	c 39.9s |      14 |   115708 |    66152 |     4903     25 |        0 |        0
42.09/42.14	c 41.9s |      14 |   117938 |    67852 |     4903     26 |        0 |        0
44.10/44.19	c 44.0s |      14 |   121981 |    70552 |     4903     27 |        0 |        0
46.09/46.20	c 46.0s |      14 |   128553 |    74252 |     4903     28 |        0 |        0
48.19/48.24	c 48.0s |      14 |   133704 |    77552 |     4903     29 |        0 |        0
50.19/50.29	c 50.1s |      14 |   139056 |    80852 |     4903     30 |        0 |        0
52.29/52.30	c 52.1s |      14 |   144217 |    83952 |     4903     32 |        0 |        0
54.29/54.32	c 54.1s |      14 |   150306 |    87552 |     5394     33 |        0 |        0
54.29/54.35	c 54.1s |      15 |   150440 |    87632 |     5394     33 |        0 |        0
56.29/56.40	c 56.2s |      15 |   157098 |    91032 |     5394     34 |        0 |        0
58.39/58.41	c 58.2s |      15 |   161517 |    93932 |     5394     35 |        0 |        0
60.38/60.44	c 60.2s |      15 |   166488 |    96932 |     5394     36 |        0 |        0
62.38/62.45	c 62.2s |      15 |   172397 |   100432 |     5394     37 |        0 |        0
63.28/63.37	c 63.1s |      15 |   174707 |   101856 |     5394     37 |        0 |        0
63.28/63.37	c #cpu_time = 62.979s
63.28/63.37	c #wall_clock_time = 63.145s
63.28/63.37	c #decision = 174707
63.28/63.37	c #random_decision = 206
63.28/63.37	c #conflict = 101856
63.28/63.37	c #restart = 15
63.28/63.37	c BCD2: found a new core of size 915: cost of the new core is >=1
63.28/63.37	c lower bound updated to 1
63.28/63.37	c BCD2: 1 <= obj <= 397
63.28/63.37	c BCD2: #cores=1, #unrelaxed=13, #relaxed=915, #hardened=0
63.28/63.37	c BCD2: #sat=1 #unsat=2 bias=2/3
63.28/63.38	c Solving starts ...
63.28/63.38	c ============================[ Search Statistics ]============================
63.28/63.38	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
63.28/63.38	c       |         |          |          |    Limit     GC | Var      | Constra 
63.28/63.38	c =============================================================================
63.28/63.38	c  0.0s |       0 |        0 |        0 |     5394      0 |        0 |        0
63.38/63.49	c  0.1s |       1 |      438 |      100 |     5394      0 |        0 |        0
63.58/63.61	c  0.2s |       1 |      701 |      226 |     5394      1 |        0 |        0
63.58/63.61	c #cpu_time = 0.236s
63.58/63.61	c #wall_clock_time = 0.237s
63.58/63.61	c #decision = 701
63.58/63.61	c #random_decision = 7
63.58/63.61	c #conflict = 226
63.58/63.61	c #restart = 1
63.58/63.61	o 295
63.58/63.61	c BCD2: updating upper bound: 397 -> 294
63.58/63.62	c BCD2: 1 <= obj <= 294
63.58/63.62	c BCD2: #cores=1, #unrelaxed=13, #relaxed=915, #hardened=0
63.58/63.62	c BCD2: #sat=2 #unsat=2 bias=2/4
63.58/63.63	c Solving starts ...
63.58/63.63	c ============================[ Search Statistics ]============================
63.58/63.63	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
63.58/63.63	c       |         |          |          |    Limit     GC | Var      | Constra 
63.58/63.63	c =============================================================================
63.58/63.63	c  0.0s |       0 |        0 |        0 |     5394      0 |        0 |        1
63.68/63.71	c  0.1s |       1 |      180 |      100 |     5394      0 |        0 |        1
63.79/63.86	c  0.2s |       2 |      412 |      250 |     5394      0 |        0 |        1
63.79/63.89	c  0.3s |       2 |      498 |      255 |     5394      0 |        0 |        1
63.79/63.89	c #cpu_time = 0.256s
63.79/63.89	c #wall_clock_time = 0.257s
63.79/63.89	c #decision = 498
63.79/63.89	c #random_decision = 0
63.79/63.89	c #conflict = 255
63.79/63.89	c #restart = 2
63.79/63.89	o 153
63.79/63.89	c BCD2: updating upper bound: 294 -> 152
63.79/63.89	c BCD2: 1 <= obj <= 152
63.79/63.89	c BCD2: #cores=1, #unrelaxed=13, #relaxed=915, #hardened=0
63.79/63.89	c BCD2: #sat=3 #unsat=2 bias=2/5
63.79/63.90	c Solving starts ...
63.79/63.90	c ============================[ Search Statistics ]============================
63.79/63.90	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
63.79/63.90	c       |         |          |          |    Limit     GC | Var      | Constra 
63.79/63.90	c =============================================================================
63.79/63.90	c  0.0s |       0 |        0 |        0 |     5394      0 |        0 |        2
63.89/63.96	c  0.1s |       1 |      206 |      100 |     5394      0 |        0 |        2
63.98/64.03	c  0.1s |       1 |      470 |      214 |     5394      0 |        0 |        2
63.98/64.03	c #cpu_time = 0.132s
63.98/64.03	c #wall_clock_time = 0.132s
63.98/64.03	c #decision = 470
63.98/64.03	c #random_decision = 3
63.98/64.03	c #conflict = 214
63.98/64.03	c #restart = 1
63.98/64.03	o 53
63.98/64.03	c BCD2: hardening fixes 454 literals
63.98/64.03	c BCD2: updating upper bound: 152 -> 52
63.98/64.03	c BCD2: 1 <= obj <= 52
63.98/64.03	c BCD2: #cores=1, #unrelaxed=5, #relaxed=469, #hardened=454
63.98/64.03	c BCD2: #sat=4 #unsat=2 bias=2/6
63.98/64.03	c Solving starts ...
63.98/64.03	c ============================[ Search Statistics ]============================
63.98/64.03	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
63.98/64.03	c       |         |          |          |    Limit     GC | Var      | Constra 
63.98/64.03	c =============================================================================
63.98/64.04	c  0.0s |       0 |        0 |        0 |     5394      0 |      454 |        3
63.98/64.09	c  0.1s |       1 |      161 |      100 |     5394      0 |      454 |        3
64.08/64.16	c  0.1s |       2 |      424 |      250 |     5394      0 |      454 |        3
64.18/64.26	c  0.2s |       3 |      786 |      475 |     5394      0 |      454 |        3
64.38/64.41	c  0.4s |       4 |     1305 |      813 |     5394      0 |      454 |        3
64.58/64.63	c  0.6s |       5 |     2105 |     1320 |     5394      0 |      454 |        3
64.89/64.97	c  0.9s |       6 |     3365 |     2081 |     5394      0 |      454 |        3
65.48/65.50	c  1.5s |       7 |     5071 |     3223 |     5394      1 |      454 |        3
65.48/65.59	c  1.6s |       7 |     5431 |     3445 |     5394      1 |      454 |        3
65.48/65.59	c #cpu_time = 1.549s
65.48/65.59	c #wall_clock_time = 1.553s
65.48/65.59	c #decision = 5431
65.48/65.59	c #random_decision = 9
65.48/65.59	c #conflict = 3445
65.48/65.59	c #restart = 7
65.48/65.59	o 16
65.48/65.59	c BCD2: hardening fixes 336 literals
65.48/65.59	c BCD2: updating upper bound: 52 -> 15
65.48/65.59	c BCD2: 1 <= obj <= 15
65.48/65.59	c BCD2: #cores=1, #unrelaxed=2, #relaxed=136, #hardened=790
65.48/65.59	c BCD2: #sat=5 #unsat=2 bias=2/7
65.48/65.59	c Solving starts ...
65.48/65.59	c ============================[ Search Statistics ]============================
65.48/65.59	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
65.48/65.59	c       |         |          |          |    Limit     GC | Var      | Constra 
65.48/65.59	c =============================================================================
65.48/65.59	c  0.0s |       0 |        0 |        0 |     5394      0 |      790 |        4
65.58/65.63	c  0.0s |       1 |      142 |      100 |     5394      0 |      790 |        4
65.58/65.68	c  0.1s |       2 |      458 |      250 |     5394      0 |      790 |        4
65.68/65.77	c  0.2s |       3 |      882 |      475 |     5394      0 |      790 |        4
65.88/65.90	c  0.3s |       4 |     1500 |      813 |     5394      0 |      790 |        4
65.99/66.08	c  0.5s |       5 |     2310 |     1320 |     5394      0 |      790 |        4
66.28/66.39	c  0.8s |       6 |     3673 |     2081 |     5394      0 |      790 |        4
66.78/66.83	c  1.2s |       7 |     5395 |     3223 |     5394      1 |      790 |        4
67.09/67.17	c  1.6s |       7 |     6708 |     4081 |     5394      1 |      790 |        4
67.09/67.17	c #cpu_time = 1.570s
67.09/67.17	c #wall_clock_time = 1.574s
67.09/67.17	c #decision = 6708
67.09/67.17	c #random_decision = 11
67.09/67.17	c #conflict = 4081
67.09/67.17	c #restart = 7
67.09/67.17	o 4
67.09/67.17	c BCD2: hardening fixes 112 literals
67.09/67.17	c BCD2: updating upper bound: 15 -> 3
67.09/67.17	c BCD2: 1 <= obj <= 3
67.09/67.17	c BCD2: #cores=1, #unrelaxed=0, #relaxed=26, #hardened=902
67.09/67.17	c BCD2: #sat=6 #unsat=2 bias=2/8
67.09/67.17	c Solving starts ...
67.09/67.17	c ============================[ Search Statistics ]============================
67.09/67.17	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
67.09/67.17	c       |         |          |          |    Limit     GC | Var      | Constra 
67.09/67.17	c =============================================================================
67.09/67.17	c  0.0s |       0 |        0 |        0 |     5394      0 |      902 |       10
67.09/67.18	c  0.0s |       0 |       26 |        2 |     5394      0 |      902 |       10
67.09/67.18	c #cpu_time = 0.011s
67.09/67.18	c #wall_clock_time = 0.011s
67.09/67.18	c #decision = 26
67.09/67.18	c #random_decision = 0
67.09/67.18	c #conflict = 2
67.09/67.18	c #restart = 0
67.09/67.18	o 1
67.09/67.18	s OPTIMUM FOUND
67.09/67.18	v x1 -x2 -x3 -x4 -x5 -x6 -x7 -x8 -x9 x10
67.09/67.18	v -x11 -x12 -x13 -x14 -x15 -x16 -x17 -x18 -x19 -x20
67.09/67.18	v -x21 -x22 -x23 -x24 -x25 -x26 -x27 -x28 -x29 x30
67.09/67.18	v -x31 -x32 -x33 -x34 x35 -x36 -x37 -x38 -x39 -x40
67.09/67.18	v -x41 -x42 -x43 -x44 -x45 -x46 -x47 -x48 -x49 x50
67.09/67.18	v -x51 -x52 -x53 -x54 -x55 -x56 -x57 -x58 -x59 -x60
67.09/67.18	v -x61 -x62 -x63 -x64 x65 -x66 -x67 -x68 -x69 -x70
67.09/67.18	v -x71 -x72 x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80
67.09/67.18	v -x81 -x82 -x83 -x84 -x85 x86 -x87 -x88 -x89 -x90
67.09/67.18	v -x91 -x92 -x93 -x94 -x95 -x96 -x97 -x98 x99 -x100
67.09/67.18	v -x101 x102 -x103 -x104 -x105 -x106 -x107 -x108 -x109 -x110
67.09/67.18	v -x111 -x112 -x113 x114 -x115 -x116 -x117 -x118 -x119 -x120
67.09/67.18	v -x121 -x122 -x123 x124 -x125 -x126 -x127 -x128 -x129 -x130
67.09/67.18	v -x131 -x132 -x133 -x134 -x135 -x136 -x137 x138 -x139 -x140
67.09/67.18	v -x141 -x142 -x143 -x144 -x145 -x146 -x147 -x148 -x149 -x150
67.09/67.18	v x151 -x152 -x153 x154 -x155 -x156 -x157 -x158 -x159 -x160
67.09/67.18	v -x161 x162 -x163 -x164 -x165 -x166 -x167 -x168 -x169 -x170
67.09/67.18	v -x171 -x172 x173 -x174 -x175 -x176 -x177 -x178 -x179 -x180
67.09/67.18	v -x181 -x182 -x183 -x184 -x185 -x186 -x187 -x188 -x189 x190
67.09/67.18	v -x191 -x192 -x193 -x194 -x195 x196 -x197 -x198 -x199 -x200
67.09/67.18	v -x201 -x202 -x203 -x204 -x205 -x206 -x207 -x208 -x209 -x210
67.09/67.18	v -x211 -x212 -x213 -x214 -x215 -x216 x217 -x218 -x219 -x220
67.09/67.18	v -x221 -x222 -x223 -x224 -x225 -x226 -x227 -x228 -x229 x230
67.09/67.18	v -x231
67.09/67.18	c total CPU time = 67.007s
67.09/67.18	c total wall clock time = 67.183s

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

pid=18687
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.05 2.05 2.00 3/177 18690
/proc/meminfo: memFree=30471024/32872528 swapFree=446836/479540
[pid=18690] ppid=18687 vsize=659012 CPUtime=0 cores=0,2,4,6
/proc/18690/stat : 18690 (toysat) R 18687 18690 15681 0 -1 4202496 2450 0 0 0 0 0 0 0 20 0 4 0 10742750 674828288 3321 33554432000 4194304 16246674 140735452730496 140735452729920 13880264 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/18690/statm: 165521 3330 442 2943 0 162415 0
[pid=18690/tid=18691] ppid=18687 vsize=677444 CPUtime=0 cores=0,2,4,6
/proc/18690/task/18691/stat : 18691 (toysat) S 18687 18690 15681 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 10742750 693702656 3390 33554432000 4194304 16246674 140735452730496 139843994627312 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=18690/tid=18692] ppid=18687 vsize=681540 CPUtime=0 cores=0,2,4,6
/proc/18690/task/18692/stat : 18692 (toysat) S 18687 18690 15681 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10742750 697896960 3409 33554432000 4194304 16246674 140735452730496 139843984137456 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=18690/tid=18693] ppid=18687 vsize=685636 CPUtime=0 cores=0,2,4,6
/proc/18690/task/18693/stat : 18693 (toysat) S 18687 18690 15681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 10742750 702091264 3425 33554432000 4194304 16246674 140735452730496 139843866717360 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0

[startup+0.10017 s]
/proc/loadavg: 2.05 2.05 2.00 3/177 18690
/proc/meminfo: memFree=30471024/32872528 swapFree=446836/479540
[pid=18690] ppid=18687 vsize=1218116 CPUtime=0.09 cores=0,2,4,6
/proc/18690/stat : 18690 (toysat) R 18687 18690 15681 0 -1 4202496 24648 0 0 0 5 4 0 0 20 0 4 0 10742750 1247350784 25512 33554432000 4194304 16246674 140735452730496 140735452729920 12459048 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/18690/statm: 304529 25518 618 2943 0 301423 0
[pid=18690/tid=18691] ppid=18687 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/18690/task/18691/stat : 18691 (toysat) S 18687 18690 15681 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 10742750 1247350784 25520 33554432000 4194304 16246674 140735452730496 139843994627312 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=18690/tid=18692] ppid=18687 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/18690/task/18692/stat : 18692 (toysat) S 18687 18690 15681 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10742750 1247350784 25525 33554432000 4194304 16246674 140735452730496 139843984137456 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=18690/tid=18693] ppid=18687 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/18690/task/18693/stat : 18693 (toysat) S 18687 18690 15681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 10742750 1247350784 25526 33554432000 4194304 16246674 140735452730496 139843866717360 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.200507 s]
/proc/loadavg: 2.05 2.05 2.00 3/177 18690
/proc/meminfo: memFree=30471024/32872528 swapFree=446836/479540
[pid=18690] ppid=18687 vsize=1219140 CPUtime=0.19 cores=0,2,4,6
/proc/18690/stat : 18690 (toysat) R 18687 18690 15681 0 -1 4202496 40697 0 0 0 12 7 0 0 20 0 4 0 10742750 1248399360 41533 33554432000 4194304 16246674 140735452730496 140735452729160 4221016 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/18690/statm: 304785 41536 801 2943 0 301679 0
[pid=18690/tid=18691] ppid=18687 vsize=1219140 CPUtime=0 cores=0,2,4,6
/proc/18690/task/18691/stat : 18691 (toysat) S 18687 18690 15681 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 10742750 1248399360 41538 33554432000 4194304 16246674 140735452730496 139843994627312 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=18690/tid=18692] ppid=18687 vsize=1219140 CPUtime=0 cores=0,2,4,6
/proc/18690/task/18692/stat : 18692 (toysat) S 18687 18690 15681 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10742750 1248399360 41539 33554432000 4194304 16246674 140735452730496 139843984137456 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=18690/tid=18693] ppid=18687 vsize=1219140 CPUtime=0 cores=0,2,4,6
/proc/18690/task/18693/stat : 18693 (toysat) S 18687 18690 15681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 10742750 1248399360 41541 33554432000 4194304 16246674 140735452730496 139843866717360 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) 1219140

[startup+0.300433 s]
/proc/loadavg: 2.05 2.05 2.00 3/177 18690
/proc/meminfo: memFree=30471024/32872528 swapFree=446836/479540
[pid=18690] ppid=18687 vsize=1222212 CPUtime=0.29 cores=0,2,4,6
/proc/18690/stat : 18690 (toysat) R 18687 18690 15681 0 -1 4202496 41328 0 0 0 22 7 0 0 20 0 4 0 10742750 1251545088 42163 33554432000 4194304 16246674 140735452730496 140735452729808 5672818 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/18690/statm: 305553 42163 870 2943 0 302447 0
[pid=18690/tid=18691] ppid=18687 vsize=1222212 CPUtime=0 cores=0,2,4,6
/proc/18690/task/18691/stat : 18691 (toysat) S 18687 18690 15681 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 10742750 1251545088 42163 33554432000 4194304 16246674 140735452730496 139843994627312 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=18690/tid=18692] ppid=18687 vsize=1222212 CPUtime=0 cores=0,2,4,6
/proc/18690/task/18692/stat : 18692 (toysat) S 18687 18690 15681 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10742750 1251545088 42163 33554432000 4194304 16246674 140735452730496 139843984137456 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=18690/tid=18693] ppid=18687 vsize=1222212 CPUtime=0 cores=0,2,4,6
/proc/18690/task/18693/stat : 18693 (toysat) S 18687 18690 15681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 10742750 1251545088 42163 33554432000 4194304 16246674 140735452730496 139843866717360 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.700386 s]
/proc/loadavg: 2.05 2.05 2.00 3/177 18690
/proc/meminfo: memFree=30471024/32872528 swapFree=446836/479540
[pid=18690] ppid=18687 vsize=1222212 CPUtime=0.69 cores=0,2,4,6
/proc/18690/stat : 18690 (toysat) R 18687 18690 15681 0 -1 4202496 117847 0 0 0 53 16 0 0 20 0 4 0 10742750 1251545088 118682 33554432000 4194304 16246674 140735452730496 140735452729808 5677277 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/18690/statm: 305553 118687 870 2943 0 302447 0
[pid=18690/tid=18691] ppid=18687 vsize=1222212 CPUtime=0 cores=0,2,4,6
/proc/18690/task/18691/stat : 18691 (toysat) S 18687 18690 15681 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 10742750 1251545088 118693 33554432000 4194304 16246674 140735452730496 139843994627312 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=18690/tid=18692] ppid=18687 vsize=1222212 CPUtime=0 cores=0,2,4,6
/proc/18690/task/18692/stat : 18692 (toysat) S 18687 18690 15681 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10742750 1251545088 118704 33554432000 4194304 16246674 140735452730496 139843984137456 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=18690/tid=18693] ppid=18687 vsize=1222212 CPUtime=0 cores=0,2,4,6
/proc/18690/task/18693/stat : 18693 (toysat) S 18687 18690 15681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 10742750 1251545088 118708 33554432000 4194304 16246674 140735452730496 139843866717360 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.50034 s]
/proc/loadavg: 2.05 2.05 2.00 4/181 18694
/proc/meminfo: memFree=29591208/32872528 swapFree=446836/479540
[pid=18690] ppid=18687 vsize=1307204 CPUtime=1.49 cores=0,2,4,6
/proc/18690/stat : 18690 (toysat) R 18687 18690 15681 0 -1 4202496 267751 0 0 0 114 35 0 0 20 0 4 0 10742750 1338576896 268586 33554432000 4194304 16246674 140735452730496 140735452712384 5711346 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/18690/statm: 326801 268586 875 2943 0 323695 0
[pid=18690/tid=18691] ppid=18687 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/18690/task/18691/stat : 18691 (toysat) S 18687 18690 15681 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 10742750 1338576896 268586 33554432000 4194304 16246674 140735452730496 139843994627312 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=18690/tid=18692] ppid=18687 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/18690/task/18692/stat : 18692 (toysat) S 18687 18690 15681 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10742750 1338576896 268586 33554432000 4194304 16246674 140735452730496 139843984137456 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=18690/tid=18693] ppid=18687 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/18690/task/18693/stat : 18693 (toysat) S 18687 18690 15681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 10742750 1338576896 268586 33554432000 4194304 16246674 140735452730496 139843866717360 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) 1307204

[startup+3.10041 s]
/proc/loadavg: 2.05 2.05 2.00 3/181 18694
/proc/meminfo: memFree=29397016/32872528 swapFree=446836/479540
[pid=18690] ppid=18687 vsize=1307204 CPUtime=3.09 cores=0,2,4,6
/proc/18690/stat : 18690 (toysat) R 18687 18690 15681 0 -1 4202496 267923 0 0 0 274 35 0 0 20 0 4 0 10742750 1338576896 268758 33554432000 4194304 16246674 140735452730496 140735452712384 6012041 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/18690/statm: 326801 268758 875 2943 0 323695 0
[pid=18690/tid=18691] ppid=18687 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/18690/task/18691/stat : 18691 (toysat) S 18687 18690 15681 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 10742750 1338576896 268758 33554432000 4194304 16246674 140735452730496 139843994627312 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=18690/tid=18692] ppid=18687 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/18690/task/18692/stat : 18692 (toysat) S 18687 18690 15681 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10742750 1338576896 268758 33554432000 4194304 16246674 140735452730496 139843984137456 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=18690/tid=18693] ppid=18687 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/18690/task/18693/stat : 18693 (toysat) S 18687 18690 15681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 10742750 1338576896 268758 33554432000 4194304 16246674 140735452730496 139843866717360 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) 1307204

[startup+6.30039 s]
/proc/loadavg: 2.04 2.05 2.00 3/181 18694
/proc/meminfo: memFree=29396260/32872528 swapFree=446836/479540
[pid=18690] ppid=18687 vsize=1308228 CPUtime=6.29 cores=0,2,4,6
/proc/18690/stat : 18690 (toysat) R 18687 18690 15681 0 -1 4202496 268180 0 0 0 594 35 0 0 20 0 4 0 10742750 1339625472 269015 33554432000 4194304 16246674 140735452730496 140735452712384 5545894 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/18690/statm: 327057 269015 876 2943 0 323951 0
[pid=18690/tid=18691] ppid=18687 vsize=1308228 CPUtime=0 cores=0,2,4,6
/proc/18690/task/18691/stat : 18691 (toysat) S 18687 18690 15681 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 10742750 1339625472 269015 33554432000 4194304 16246674 140735452730496 139843994627312 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=18690/tid=18692] ppid=18687 vsize=1308228 CPUtime=0 cores=0,2,4,6
/proc/18690/task/18692/stat : 18692 (toysat) S 18687 18690 15681 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10742750 1339625472 269015 33554432000 4194304 16246674 140735452730496 139843984137456 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=18690/tid=18693] ppid=18687 vsize=1308228 CPUtime=0 cores=0,2,4,6
/proc/18690/task/18693/stat : 18693 (toysat) S 18687 18690 15681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 10742750 1339625472 269015 33554432000 4194304 16246674 140735452730496 139843866717360 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) 1308228

[startup+12.7004 s]
/proc/loadavg: 2.12 2.07 2.01 3/181 18694
/proc/meminfo: memFree=29388104/32872528 swapFree=446836/479540
[pid=18690] ppid=18687 vsize=1316420 CPUtime=12.69 cores=0,2,4,6
/proc/18690/stat : 18690 (toysat) R 18687 18690 15681 0 -1 4202496 270080 0 0 0 1233 36 0 0 20 0 4 0 10742750 1348014080 270915 33554432000 4194304 16246674 140735452730496 140735452712384 5822252 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/18690/statm: 329105 270915 876 2943 0 325999 0
[pid=18690/tid=18691] ppid=18687 vsize=1316420 CPUtime=0 cores=0,2,4,6
/proc/18690/task/18691/stat : 18691 (toysat) S 18687 18690 15681 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 10742750 1348014080 270915 33554432000 4194304 16246674 140735452730496 139843994627312 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=18690/tid=18692] ppid=18687 vsize=1316420 CPUtime=0 cores=0,2,4,6
/proc/18690/task/18692/stat : 18692 (toysat) S 18687 18690 15681 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10742750 1348014080 270915 33554432000 4194304 16246674 140735452730496 139843984137456 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=18690/tid=18693] ppid=18687 vsize=1316420 CPUtime=0 cores=0,2,4,6
/proc/18690/task/18693/stat : 18693 (toysat) S 18687 18690 15681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 10742750 1348014080 270915 33554432000 4194304 16246674 140735452730496 139843866717360 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) 1316420

[startup+25.5005 s]
/proc/loadavg: 2.09 2.06 2.01 3/181 18694
/proc/meminfo: memFree=29385268/32872528 swapFree=446836/479540
[pid=18690] ppid=18687 vsize=1316420 CPUtime=25.49 cores=0,2,4,6
/proc/18690/stat : 18690 (toysat) R 18687 18690 15681 0 -1 4202496 270228 0 0 0 2513 36 0 0 20 0 4 0 10742750 1348014080 271063 33554432000 4194304 16246674 140735452730496 140735452712384 5676613 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/18690/statm: 329105 271063 876 2943 0 325999 0
[pid=18690/tid=18691] ppid=18687 vsize=1316420 CPUtime=0 cores=0,2,4,6
/proc/18690/task/18691/stat : 18691 (toysat) S 18687 18690 15681 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 10742750 1348014080 271063 33554432000 4194304 16246674 140735452730496 139843994627312 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=18690/tid=18692] ppid=18687 vsize=1316420 CPUtime=0 cores=0,2,4,6
/proc/18690/task/18692/stat : 18692 (toysat) S 18687 18690 15681 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10742750 1348014080 271063 33554432000 4194304 16246674 140735452730496 139843984137456 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=18690/tid=18693] ppid=18687 vsize=1316420 CPUtime=0 cores=0,2,4,6
/proc/18690/task/18693/stat : 18693 (toysat) S 18687 18690 15681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 10742750 1348014080 271063 33554432000 4194304 16246674 140735452730496 139843866717360 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 1316420

[startup+51.1005 s]
/proc/loadavg: 2.06 2.06 2.01 3/181 18694
/proc/meminfo: memFree=29379040/32872528 swapFree=446836/479540
[pid=18690] ppid=18687 vsize=1316420 CPUtime=51.09 cores=0,2,4,6
/proc/18690/stat : 18690 (toysat) R 18687 18690 15681 0 -1 4202496 270228 0 0 0 5073 36 0 0 20 0 4 0 10742750 1348014080 271063 33554432000 4194304 16246674 140735452730496 140735452712384 5754983 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/18690/statm: 329105 271063 876 2943 0 325999 0
[pid=18690/tid=18691] ppid=18687 vsize=1316420 CPUtime=0 cores=0,2,4,6
/proc/18690/task/18691/stat : 18691 (toysat) S 18687 18690 15681 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 10742750 1348014080 271063 33554432000 4194304 16246674 140735452730496 139843994627312 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=18690/tid=18692] ppid=18687 vsize=1316420 CPUtime=0 cores=0,2,4,6
/proc/18690/task/18692/stat : 18692 (toysat) S 18687 18690 15681 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10742750 1348014080 271063 33554432000 4194304 16246674 140735452730496 139843984137456 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=18690/tid=18693] ppid=18687 vsize=1316420 CPUtime=0 cores=0,2,4,6
/proc/18690/task/18693/stat : 18693 (toysat) S 18687 18690 15681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 10742750 1348014080 271063 33554432000 4194304 16246674 140735452730496 139843866717360 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 1316420

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

[startup+51.2005 s]
/proc/loadavg: 2.06 2.06 2.01 3/181 18694
/proc/meminfo: memFree=29379040/32872528 swapFree=446836/479540
[pid=18690] ppid=18687 vsize=1316420 CPUtime=51.19 cores=0,2,4,6
/proc/18690/stat : 18690 (toysat) R 18687 18690 15681 0 -1 4202496 270228 0 0 0 5083 36 0 0 20 0 4 0 10742750 1348014080 271063 33554432000 4194304 16246674 140735452730496 140735452712384 13950199 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/18690/statm: 329105 271063 876 2943 0 325999 0
[pid=18690/tid=18691] ppid=18687 vsize=1316420 CPUtime=0 cores=0,2,4,6
/proc/18690/task/18691/stat : 18691 (toysat) S 18687 18690 15681 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 10742750 1348014080 271063 33554432000 4194304 16246674 140735452730496 139843994627312 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=18690/tid=18692] ppid=18687 vsize=1316420 CPUtime=0 cores=0,2,4,6
/proc/18690/task/18692/stat : 18692 (toysat) S 18687 18690 15681 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10742750 1348014080 271063 33554432000 4194304 16246674 140735452730496 139843984137456 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=18690/tid=18693] ppid=18687 vsize=1316420 CPUtime=0 cores=0,2,4,6
/proc/18690/task/18693/stat : 18693 (toysat) S 18687 18690 15681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 10742750 1348014080 271063 33554432000 4194304 16246674 140735452730496 139843866717360 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 51.19
Current children cumulated vsize (KiB) 1316420

[startup+57.6004 s]
/proc/loadavg: 2.06 2.06 2.00 3/181 18694
/proc/meminfo: memFree=29378528/32872528 swapFree=446836/479540
[pid=18690] ppid=18687 vsize=1316420 CPUtime=57.59 cores=0,2,4,6
/proc/18690/stat : 18690 (toysat) R 18687 18690 15681 0 -1 4202496 270228 0 0 0 5723 36 0 0 20 0 4 0 10742750 1348014080 271063 33554432000 4194304 16246674 140735452730496 140735452729672 5711688 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/18690/statm: 329105 271063 876 2943 0 325999 0
[pid=18690/tid=18691] ppid=18687 vsize=1316420 CPUtime=0 cores=0,2,4,6
/proc/18690/task/18691/stat : 18691 (toysat) S 18687 18690 15681 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 10742750 1348014080 271063 33554432000 4194304 16246674 140735452730496 139843994627312 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=18690/tid=18692] ppid=18687 vsize=1316420 CPUtime=0 cores=0,2,4,6
/proc/18690/task/18692/stat : 18692 (toysat) S 18687 18690 15681 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10742750 1348014080 271063 33554432000 4194304 16246674 140735452730496 139843984137456 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=18690/tid=18693] ppid=18687 vsize=1316420 CPUtime=0 cores=0,2,4,6
/proc/18690/task/18693/stat : 18693 (toysat) S 18687 18690 15681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 10742750 1348014080 271063 33554432000 4194304 16246674 140735452730496 139843866717360 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 57.59
Current children cumulated vsize (KiB) 1316420

[startup+64.0003 s]
/proc/loadavg: 2.05 2.06 2.00 3/181 18695
/proc/meminfo: memFree=29377672/32872528 swapFree=446836/479540
[pid=18690] ppid=18687 vsize=1316420 CPUtime=63.98 cores=0,2,4,6
/proc/18690/stat : 18690 (toysat) R 18687 18690 15681 0 -1 4202496 270237 0 0 0 6362 36 0 0 20 0 4 0 10742750 1348014080 271072 33554432000 4194304 16246674 140735452730496 140735452712384 5822484 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/18690/statm: 329105 271072 885 2943 0 325999 0
[pid=18690/tid=18691] ppid=18687 vsize=1316420 CPUtime=0 cores=0,2,4,6
/proc/18690/task/18691/stat : 18691 (toysat) S 18687 18690 15681 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 10742750 1348014080 271072 33554432000 4194304 16246674 140735452730496 139843994627312 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=18690/tid=18692] ppid=18687 vsize=1316420 CPUtime=0 cores=0,2,4,6
/proc/18690/task/18692/stat : 18692 (toysat) S 18687 18690 15681 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10742750 1348014080 271072 33554432000 4194304 16246674 140735452730496 139843984137456 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=18690/tid=18693] ppid=18687 vsize=1316420 CPUtime=0 cores=0,2,4,6
/proc/18690/task/18693/stat : 18693 (toysat) S 18687 18690 15681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 10742750 1348014080 271072 33554432000 4194304 16246674 140735452730496 139843866717360 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 63.98
Current children cumulated vsize (KiB) 1316420

[startup+65.6004 s]
/proc/loadavg: 2.05 2.05 2.00 3/181 18695
/proc/meminfo: memFree=29377796/32872528 swapFree=446836/479540
[pid=18690] ppid=18687 vsize=1316420 CPUtime=65.58 cores=0,2,4,6
/proc/18690/stat : 18690 (toysat) R 18687 18690 15681 0 -1 4202496 270238 0 0 0 6522 36 0 0 20 0 4 0 10742750 1348014080 271073 33554432000 4194304 16246674 140735452730496 140735452712384 5531739 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/18690/statm: 329105 271073 886 2943 0 325999 0
[pid=18690/tid=18691] ppid=18687 vsize=1316420 CPUtime=0 cores=0,2,4,6
/proc/18690/task/18691/stat : 18691 (toysat) S 18687 18690 15681 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 10742750 1348014080 271073 33554432000 4194304 16246674 140735452730496 139843994627312 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=18690/tid=18692] ppid=18687 vsize=1316420 CPUtime=0 cores=0,2,4,6
/proc/18690/task/18692/stat : 18692 (toysat) S 18687 18690 15681 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10742750 1348014080 271073 33554432000 4194304 16246674 140735452730496 139843984137456 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=18690/tid=18693] ppid=18687 vsize=1316420 CPUtime=0 cores=0,2,4,6
/proc/18690/task/18693/stat : 18693 (toysat) S 18687 18690 15681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 10742750 1348014080 271073 33554432000 4194304 16246674 140735452730496 139843866717360 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 65.58
Current children cumulated vsize (KiB) 1316420

[startup+66.4004 s]
/proc/loadavg: 2.05 2.05 2.00 3/181 18695
/proc/meminfo: memFree=29377920/32872528 swapFree=446836/479540
[pid=18690] ppid=18687 vsize=1316420 CPUtime=66.38 cores=0,2,4,6
/proc/18690/stat : 18690 (toysat) R 18687 18690 15681 0 -1 4202496 270238 0 0 0 6602 36 0 0 20 0 4 0 10742750 1348014080 271073 33554432000 4194304 16246674 140735452730496 140735452712384 5531028 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/18690/statm: 329105 271073 886 2943 0 325999 0
[pid=18690/tid=18691] ppid=18687 vsize=1316420 CPUtime=0 cores=0,2,4,6
/proc/18690/task/18691/stat : 18691 (toysat) S 18687 18690 15681 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 10742750 1348014080 271073 33554432000 4194304 16246674 140735452730496 139843994627312 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=18690/tid=18692] ppid=18687 vsize=1316420 CPUtime=0 cores=0,2,4,6
/proc/18690/task/18692/stat : 18692 (toysat) S 18687 18690 15681 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10742750 1348014080 271073 33554432000 4194304 16246674 140735452730496 139843984137456 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=18690/tid=18693] ppid=18687 vsize=1316420 CPUtime=0 cores=0,2,4,6
/proc/18690/task/18693/stat : 18693 (toysat) S 18687 18690 15681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 10742750 1348014080 271073 33554432000 4194304 16246674 140735452730496 139843866717360 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 66.38
Current children cumulated vsize (KiB) 1316420

[startup+66.8004 s]
/proc/loadavg: 2.05 2.05 2.00 3/181 18695
/proc/meminfo: memFree=29377920/32872528 swapFree=446836/479540
[pid=18690] ppid=18687 vsize=1316420 CPUtime=66.78 cores=0,2,4,6
/proc/18690/stat : 18690 (toysat) R 18687 18690 15681 0 -1 4202496 270238 0 0 0 6642 36 0 0 20 0 4 0 10742750 1348014080 271073 33554432000 4194304 16246674 140735452730496 140735452712384 13906983 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/18690/statm: 329105 271073 886 2943 0 325999 0
[pid=18690/tid=18691] ppid=18687 vsize=1316420 CPUtime=0 cores=0,2,4,6
/proc/18690/task/18691/stat : 18691 (toysat) S 18687 18690 15681 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 10742750 1348014080 271073 33554432000 4194304 16246674 140735452730496 139843994627312 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=18690/tid=18692] ppid=18687 vsize=1316420 CPUtime=0 cores=0,2,4,6
/proc/18690/task/18692/stat : 18692 (toysat) S 18687 18690 15681 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 10742750 1348014080 271073 33554432000 4194304 16246674 140735452730496 139843984137456 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=18690/tid=18693] ppid=18687 vsize=1316420 CPUtime=0 cores=0,2,4,6
/proc/18690/task/18693/stat : 18693 (toysat) S 18687 18690 15681 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 10742750 1348014080 271073 33554432000 4194304 16246674 140735452730496 139843866717360 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 66.78
Current children cumulated vsize (KiB) 1316420

[startup+67.207 s]
/proc/loadavg: 2.05 2.05 2.00 4/181 18695
/proc/meminfo: memFree=29378044/32872528 swapFree=446836/479540
[pid=18690] ppid=18687 vsize=0 CPUtime=67.19 cores=0,2,4,6
/proc/18690/stat : 18690 (toysat) Z 18687 18690 15681 0 -1 4202508 270242 0 0 0 6681 38 0 0 20 0 2 0 10742750 0 0 33554432000 0 0 0 0 0 0 0 33554432 0 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/18690/statm: 0 0 0 0 0 0 0
[pid=18690/tid=18693] ppid=18687 vsize=0 CPUtime=0.01 cores=0,2,4,6
/proc/18690/task/18693/stat : 18693 (toysat) R 18687 18690 15681 0 -1 4203588 1 0 0 0 0 1 0 0 20 0 2 0 10742750 0 0 33554432000 0 0 0 0 0 0 0 33554432 0 18446744073709551615 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 67.19
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 67.2452
CPU time (s): 67.2258
CPU user time (s): 66.8128
CPU system time (s): 0.412937
CPU usage (%): 99.971
Max. virtual memory (cumulated for all children) (KiB): 1316420

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 66.8128
system time used= 0.412937
maximum resident set size= 1084300
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 270242
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= 18
involuntary context switches= 72

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.202969 second user time and 0.305953 second system time

The end

Launcher Data

Begin job on node104 at 2016-06-16 16:22:06
IDJOB=4093355
IDBENCH=78945
IDSOLVER=2553
FILE ID=node104/4093355-1466086926
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.1900581320--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-4093355-1466086926/watcher-4093355-1466086926 -o /tmp/evaluation-result-4093355-1466086926/solver-4093355-1466086926 -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-4093355-1466086926.wbo

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

MD5SUM BENCH= 4c1853ff60c53f26c44f2cbc4e9273c7
RANDOM SEED=988911239

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:        30471900 kB
Buffers:           35852 kB
Cached:           103316 kB
SwapCached:          516 kB
Active:          1157216 kB
Inactive:          65540 kB
Active(anon):    1084668 kB
Inactive(anon):     1168 kB
Active(file):      72548 kB
Inactive(file):    64372 kB
Unevictable:      479540 kB
Mlocked:          446836 kB
SwapTotal:      67108856 kB
SwapFree:       67100316 kB
Dirty:             32908 kB
Writeback:             0 kB
AnonPages:       1527628 kB
Mapped:            10812 kB
Shmem:                 0 kB
Slab:             567444 kB
SReclaimable:      11716 kB
SUnreclaim:       555728 kB
KernelStack:        1504 kB
PageTables:         6848 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1696104 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 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:23:14