Trace number 4109774

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 68.0097 68.02

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900565534--soft-33-100-0.wbo
MD5SUM2edeaf6035297ee59e9643c9979a8871
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 benchmark31.4392
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 constraints1783
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 90636
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 90635
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 685
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-19T15:47:13+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-4109774-1466344033.wbo"]
0.00/0.01	c use --random-gen="1617883048 933723374 2921069228 2434579127 13681108 1949604450 2442120947 571338487 2285177061 1364628879 1557608018 2951813671 2476764901 212667747 583218257 2278199199 3073969782 2311459168 2739213643 2763170485 3061433815 668149134 1708517664 1017827785 813904754 3261339943 1204165505 2645928535 1158164163 1599263168 489017219 1938771827 3240868462 1094530482 2764747683 1285698590 2515729518 2518949709 2587298631 202084569 3832765990 924670096 1674000884 4228267485 2087615150 4145564144 1403440504 1300126627 2359027500 300246496 2877190254 2778135492 2912812464 2069740103 2382253820 208225203 340879893 3789840315 3255920470 1299702799 271383950 2035829650 759789491 376604452 3015805173 3854060210 3270113530 732960860 3465104988 143608527 2431575711 2466854041 3520443032 2396682310 2979876280 2766101180 1193747720 3669898820 851055522 2910917235 2028726031 31037650 3292995638 687955546 2965698837 1991528022 1717762311 1690457481 125960857 3643852648 2549493630 3574970941 3398223977 3592839728 3130162561 2140971860 1913333590 1756188755 2581627047 3209991229 1716846096 847735137 2556354074 166832622 1944893833 899417059 648657224 1805792281 773923297 986822373 4240018703 291065459 1570632713 2356116718 2784669016 2219541524 3833358596 945090807 179772934 2339948225 2869120300 2719378791 3300828613 1127699193 1621683218 2503533623 742721006 3041555418 1414246338 1973778078 731575442 1120739030 2391089508 2813768930 4178140551 1421515903 3642964060 2685920938 2973926640 3985123031 2157010134 1744633687 47237987 1044654133 62530533 210036734 3836147993 4068321583 3858793500 923842315 1566090596 3579228897 3763417467 4055894413 2751313900 3122343888 2646879291 4078026612 3847198208 90992036 954044364 3212161613 1619362459 104881593 2640777036 144809028 2615723125 1522610111 908414278 2631962129 414855211 4150152473 3084926017 3493655312 2812917751 1302618050 531367087 1246054674 1456258528 1694766056 3420470095 4242113819 4278496927 618046955 248468994 1461950222 411882387 1715640224 2909419499 1401959021 3566110698 86386029 4105638943 2862036849 3973362977 1934210942 3268454527 2259761185 3694801882 1579366053 1744831475 615723991 937043248 1842415586 3958259994 1786764470 580562000 784864096 4020809630 2601369829 303951984 2147077600 464289497 326715720 1191713436 821757661 818908346 1546097565 3568112935 177988818 2413439418 1603207113 2177434451 2905405650 3934315897 1702743180 4051863844 1864902469 1623896820 2434236130 328577097 2524347814 3528661625 2507029607 741494673 1874708885 3391322642 3189273457 70866684 4096360310 2003441778 2841693572 3899985501 4275264709 3962236428 1775911980 1975401066 3889146880 3933698678 2002798347 2149587051 2844626380 631841428 1469862490 1225286755 786446072 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.09/0.19	c  0.0s |       0 |        0 |        0 |     1573      0 |        0 |        0
0.19/0.20	c  0.0s |       0 |     1847 |       24 |     1573      0 |        0 |        0
0.19/0.20	c #cpu_time = 0.009s
0.19/0.20	c #wall_clock_time = 0.009s
0.19/0.20	c #decision = 1847
0.19/0.20	c #random_decision = 14
0.19/0.20	c #conflict = 24
0.19/0.20	c #restart = 0
0.19/0.20	o 424
0.19/0.20	c BCD2: updating upper bound: 90635 -> 423
0.19/0.22	c BCD2: 0 <= obj <= 423
0.19/0.22	c BCD2: #cores=0, #unrelaxed=1783, #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 |     1573      0 |        0 |        0
0.19/0.25	c  0.0s |       1 |     2001 |      100 |     1731      0 |        0 |        0
0.19/0.29	c  0.1s |       2 |     4065 |      250 |     1905      0 |        0 |        0
0.29/0.36	c  0.1s |       3 |     6194 |      475 |     2096      0 |        0 |        0
0.39/0.46	c  0.2s |       4 |     8502 |      813 |     2306      0 |        0 |        0
0.59/0.63	c  0.4s |       5 |    11029 |     1320 |     2537      0 |        0 |        0
0.79/0.87	c  0.7s |       6 |    13901 |     2081 |     2791      0 |        0 |        0
1.49/1.50	c  1.3s |       7 |    17232 |     3223 |     3071      0 |        0 |        0
2.20/2.30	c  2.1s |       8 |    21411 |     4936 |     3379      1 |        0 |        0
3.49/3.59	c  3.4s |       9 |    26994 |     7506 |     3717      2 |        0 |        0
5.29/5.31	c  5.1s |      10 |    34365 |    11361 |     4089      3 |        0 |        0
7.29/7.34	c  7.1s |      10 |    40346 |    14561 |     4089      4 |        0 |        0
9.19/9.21	c  9.0s |      11 |    43480 |    17144 |     4498      5 |        0 |        0
11.19/11.22	c 11.0s |      11 |    50282 |    20144 |     4498      6 |        0 |        0
13.19/13.23	c 13.0s |      11 |    55767 |    23744 |     4498      7 |        0 |        0
14.69/14.80	c 14.6s |      12 |    58961 |    25819 |     4948      8 |        0 |        0
16.78/16.80	c 16.6s |      12 |    64973 |    28319 |     4948      9 |        0 |        0
18.80/18.81	c 18.6s |      12 |    69108 |    31119 |     4948      9 |        0 |        0
20.79/20.89	c 20.7s |      12 |    72501 |    33419 |     4948     10 |        0 |        0
22.89/22.91	c 22.7s |      12 |    75923 |    35519 |     4948     11 |        0 |        0
24.88/24.94	c 24.7s |      12 |    78640 |    37319 |     4948     11 |        0 |        0
26.98/27.03	c 26.8s |      12 |    80716 |    38819 |     5443     12 |        0 |        0
26.98/27.04	c 26.8s |      13 |    80738 |    38832 |     5443     12 |        0 |        0
28.99/29.08	c 28.9s |      13 |    86347 |    41232 |     5443     12 |        0 |        0
31.09/31.17	c 30.9s |      13 |    89549 |    43332 |     5443     13 |        0 |        0
33.18/33.27	c 33.0s |      13 |    93231 |    45632 |     5443     14 |        0 |        0
35.29/35.31	c 35.1s |      13 |    97736 |    48032 |     5443     14 |        0 |        0
37.39/37.40	c 37.2s |      13 |   101494 |    50332 |     5443     15 |        0 |        0
39.38/39.44	c 39.2s |      13 |   104832 |    52532 |     5443     15 |        0 |        0
41.38/41.48	c 41.3s |      13 |   107662 |    54332 |     5443     16 |        0 |        0
43.49/43.56	c 43.3s |      13 |   110245 |    56132 |     5443     16 |        0 |        0
45.48/45.57	c 45.3s |      13 |   113466 |    58032 |     5988     17 |        0 |        0
45.78/45.86	c 45.6s |      14 |   114012 |    58352 |     5988     17 |        0 |        0
47.88/47.91	c 47.7s |      14 |   118672 |    60052 |     5988     17 |        0 |        0
49.88/49.98	c 49.8s |      14 |   120930 |    61452 |     5988     18 |        0 |        0
51.99/52.06	c 51.8s |      14 |   123883 |    63352 |     5988     18 |        0 |        0
53.99/54.06	c 53.8s |      14 |   126163 |    64952 |     5988     19 |        0 |        0
56.09/56.17	c 56.0s |      14 |   129798 |    67052 |     5988     19 |        0 |        0
58.18/58.26	c 58.0s |      14 |   132250 |    68552 |     5988     20 |        0 |        0
60.28/60.32	c 60.1s |      14 |   134666 |    70052 |     5988     20 |        0 |        0
62.28/62.35	c 62.1s |      14 |   137451 |    71852 |     5988     20 |        0 |        0
64.38/64.40	c 64.2s |      14 |   139950 |    73352 |     5988     21 |        0 |        0
64.89/64.92	c 64.7s |      14 |   140423 |    73688 |     5988     21 |        0 |        0
64.89/64.92	c #cpu_time = 64.536s
64.89/64.92	c #wall_clock_time = 64.702s
64.89/64.92	c #decision = 140423
64.89/64.92	c #random_decision = 102
64.89/64.92	c #conflict = 73688
64.89/64.92	c #restart = 14
64.89/64.92	c BCD2: found a new core of size 1746: cost of the new core is >=1
64.89/64.92	c lower bound updated to 1
64.89/64.93	c BCD2: 1 <= obj <= 423
64.89/64.93	c BCD2: #cores=1, #unrelaxed=37, #relaxed=1746, #hardened=0
64.89/64.93	c BCD2: #sat=1 #unsat=2 bias=2/3
64.89/64.93	c Solving starts ...
64.89/64.93	c ============================[ Search Statistics ]============================
64.89/64.93	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
64.89/64.93	c       |         |          |          |    Limit     GC | Var      | Constra 
64.89/64.93	c =============================================================================
64.89/64.93	c  0.0s |       0 |        0 |        0 |     5988      0 |        0 |        0
64.89/64.99	c  0.1s |       0 |     1833 |        0 |     5988      0 |        0 |        0
64.89/64.99	c #cpu_time = 0.056s
64.89/64.99	c #wall_clock_time = 0.056s
64.89/64.99	c #decision = 1833
64.89/64.99	c #random_decision = 7
64.89/64.99	c #conflict = 0
64.89/64.99	c #restart = 0
64.89/64.99	o 60
64.89/64.99	c BCD2: hardening fixes 766 literals
64.89/64.99	c BCD2: updating upper bound: 423 -> 59
64.89/65.00	c BCD2: 1 <= obj <= 59
64.89/65.00	c BCD2: #cores=1, #unrelaxed=24, #relaxed=993, #hardened=766
64.89/65.00	c BCD2: #sat=2 #unsat=2 bias=2/4
64.89/65.00	c Solving starts ...
64.89/65.00	c ============================[ Search Statistics ]============================
64.89/65.00	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
64.89/65.00	c       |         |          |          |    Limit     GC | Var      | Constra 
64.89/65.00	c =============================================================================
64.89/65.00	c  0.0s |       0 |        0 |        0 |     5988      0 |      766 |        1
65.08/65.12	c  0.1s |       0 |      638 |       54 |     5988      0 |      766 |        1
65.08/65.12	c #cpu_time = 0.118s
65.08/65.12	c #wall_clock_time = 0.118s
65.08/65.12	c #decision = 638
65.08/65.12	c #random_decision = 1
65.08/65.12	c #conflict = 54
65.08/65.12	c #restart = 0
65.08/65.12	o 26
65.08/65.13	c BCD2: hardening fixes 591 literals
65.08/65.13	c BCD2: updating upper bound: 59 -> 25
65.08/65.13	c BCD2: 1 <= obj <= 25
65.08/65.13	c BCD2: #cores=1, #unrelaxed=7, #relaxed=419, #hardened=1357
65.08/65.13	c BCD2: #sat=3 #unsat=2 bias=2/5
65.08/65.13	c Solving starts ...
65.08/65.13	c ============================[ Search Statistics ]============================
65.08/65.13	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
65.08/65.13	c       |         |          |          |    Limit     GC | Var      | Constra 
65.08/65.13	c =============================================================================
65.08/65.13	c  0.0s |       0 |        0 |        0 |     5988      0 |     1357 |        2
65.18/65.20	c  0.1s |       0 |       82 |       23 |     5988      0 |     1357 |        2
65.18/65.20	c #cpu_time = 0.072s
65.18/65.20	c #wall_clock_time = 0.072s
65.18/65.20	c #decision = 82
65.18/65.20	c #random_decision = 0
65.18/65.20	c #conflict = 23
65.18/65.20	c #restart = 0
65.18/65.20	o 6
65.18/65.20	c BCD2: hardening fixes 335 literals
65.18/65.20	c BCD2: updating upper bound: 25 -> 5
65.18/65.21	c BCD2: 1 <= obj <= 5
65.18/65.21	c BCD2: #cores=1, #unrelaxed=0, #relaxed=91, #hardened=1692
65.18/65.21	c BCD2: #sat=4 #unsat=2 bias=2/6
65.18/65.21	c Solving starts ...
65.18/65.21	c ============================[ Search Statistics ]============================
65.18/65.21	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
65.18/65.21	c       |         |          |          |    Limit     GC | Var      | Constra 
65.18/65.21	c =============================================================================
65.18/65.21	c  0.0s |       0 |        0 |        0 |     5988      0 |     1692 |        6
65.28/65.32	c  0.1s |       1 |      182 |      100 |     5988      0 |     1692 |        6
65.38/65.42	c  0.2s |       2 |      430 |      250 |     5988      0 |     1692 |        6
65.48/65.56	c  0.4s |       3 |      784 |      475 |     5988      0 |     1692 |        6
65.68/65.75	c  0.5s |       4 |     1375 |      813 |     5988      0 |     1692 |        6
65.99/66.02	c  0.8s |       5 |     2083 |     1320 |     5988      0 |     1692 |        6
66.28/66.37	c  1.2s |       6 |     3219 |     2081 |     5988      0 |     1692 |        6
66.78/66.85	c  1.6s |       6 |     4352 |     2890 |     5988      1 |     1692 |        6
66.78/66.85	c #cpu_time = 1.636s
66.78/66.85	c #wall_clock_time = 1.640s
66.78/66.85	c #decision = 4352
66.78/66.85	c #random_decision = 9
66.78/66.85	c #conflict = 2890
66.78/66.85	c #restart = 6
66.78/66.85	o 4
66.78/66.85	c BCD2: hardening fixes 30 literals
66.78/66.85	c BCD2: updating upper bound: 5 -> 3
66.78/66.85	c BCD2: 1 <= obj <= 3
66.78/66.85	c BCD2: #cores=1, #unrelaxed=0, #relaxed=61, #hardened=1722
66.78/66.85	c BCD2: #sat=5 #unsat=2 bias=2/7
66.78/66.85	c Solving starts ...
66.78/66.85	c ============================[ Search Statistics ]============================
66.78/66.85	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
66.78/66.85	c       |         |          |          |    Limit     GC | Var      | Constra 
66.78/66.85	c =============================================================================
66.78/66.85	c  0.0s |       0 |        0 |        0 |     5988      0 |     1722 |        8
66.88/66.91	c  0.1s |       1 |      224 |      100 |     5988      0 |     1722 |        8
66.88/66.98	c  0.1s |       2 |      515 |      250 |     5988      0 |     1722 |        8
66.98/67.07	c  0.2s |       3 |      888 |      475 |     5988      0 |     1722 |        8
67.19/67.26	c  0.4s |       4 |     1414 |      813 |     5988      0 |     1722 |        8
67.38/67.46	c  0.6s |       5 |     2206 |     1320 |     5988      0 |     1722 |        8
67.68/67.72	c  0.9s |       6 |     3450 |     2081 |     5988      0 |     1722 |        8
67.88/67.95	c  1.1s |       6 |     4316 |     2627 |     5988      0 |     1722 |        8
67.88/67.95	c #cpu_time = 1.101s
67.88/67.95	c #wall_clock_time = 1.104s
67.88/67.95	c #decision = 4316
67.88/67.95	c #random_decision = 7
67.88/67.95	c #conflict = 2627
67.88/67.95	c #restart = 6
67.88/67.95	o 1
67.88/67.95	s OPTIMUM FOUND
67.88/67.95	v -x1 -x2 -x3 -x4 x5 -x6 -x7 -x8 -x9 -x10
67.88/67.95	v -x11 -x12 -x13 -x14 -x15 -x16 -x17 -x18 -x19 -x20
67.88/67.95	v -x21 x22 -x23 -x24 -x25 -x26 x27 -x28 -x29 -x30
67.88/67.95	v -x31 -x32 -x33 -x34 -x35 -x36 -x37 -x38 -x39 -x40
67.88/67.95	v -x41 x42 -x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50
67.88/67.95	v x51 -x52 -x53 -x54 -x55 -x56 -x57 -x58 -x59 -x60
67.88/67.95	v x61 -x62 -x63 -x64 -x65 -x66 -x67 x68 -x69 -x70
67.88/67.95	v -x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80
67.88/67.95	v -x81 -x82 -x83 -x84 -x85 -x86 x87 -x88 -x89 -x90
67.88/67.95	v -x91 x92 -x93 -x94 -x95 -x96 -x97 -x98 -x99 x100
67.88/67.95	v -x101 -x102 -x103 -x104 -x105 -x106 -x107 -x108 -x109 -x110
67.88/67.95	v -x111 -x112 -x113 -x114 -x115 -x116 -x117 x118 -x119 -x120
67.88/67.95	v -x121 -x122 -x123 x124 -x125 -x126 -x127 -x128 -x129 -x130
67.88/67.95	v -x131 -x132 -x133 -x134 -x135 x136 -x137 -x138 -x139 -x140
67.88/67.95	v -x141 -x142 -x143 -x144 -x145 -x146 -x147 x148 -x149 -x150
67.88/67.95	v -x151 -x152 -x153 -x154 -x155 -x156 -x157 -x158 -x159 x160
67.88/67.95	v -x161 -x162 -x163 -x164 -x165 -x166 -x167 -x168 -x169 -x170
67.88/67.95	v x171 -x172 -x173 -x174 -x175 -x176 x177 -x178 -x179 -x180
67.88/67.95	v -x181 -x182 -x183 -x184 -x185 -x186 -x187 -x188 x189 -x190
67.88/67.95	v -x191 x192 -x193 -x194 -x195 -x196 -x197 -x198 -x199 -x200
67.88/67.95	v -x201 -x202 -x203 -x204 -x205 x206 -x207 -x208 -x209 -x210
67.88/67.95	v -x211 -x212 -x213 -x214 -x215 -x216 -x217 -x218 -x219 -x220
67.88/67.95	v -x221 -x222 -x223 x224 -x225 -x226 -x227 -x228 -x229 -x230
67.88/67.95	v -x231
67.88/67.95	c total CPU time = 67.782s
67.88/67.95	c total wall clock time = 67.957s

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

pid=7022
running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.23 2.25 2.04 3/179 7025
/proc/meminfo: memFree=29112880/32872528 swapFree=1542984/1696284
[pid=7025] ppid=7022 vsize=726460 CPUtime=0 cores=1,3,5,7
/proc/7025/stat : 7025 (toysat) R 7022 7025 6047 0 -1 4202496 2710 0 0 0 0 0 0 0 20 0 4 0 36449956 743895040 3581 33554432000 4194304 16246674 140737434594592 140737434594016 13880264 0 2 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7025/statm: 182383 3589 441 2943 0 179277 0
[pid=7025/tid=7026] ppid=7022 vsize=744892 CPUtime=0 cores=1,3,5,7
/proc/7025/task/7026/stat : 7026 (toysat) S 7022 7025 6047 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36449956 762769408 3651 33554432000 4194304 16246674 140737434594592 140465691143408 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=7025/tid=7027] ppid=7022 vsize=748988 CPUtime=0 cores=1,3,5,7
/proc/7025/task/7027/stat : 7027 (toysat) S 7022 7025 6047 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36449956 766963712 3669 33554432000 4194304 16246674 140737434594592 140465680653552 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=7025/tid=7028] ppid=7022 vsize=753084 CPUtime=0 cores=1,3,5,7
/proc/7025/task/7028/stat : 7028 (toysat) S 7022 7025 6047 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36449956 771158016 3685 33554432000 4194304 16246674 140737434594592 140465563233456 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0

[startup+0.100173 s]
/proc/loadavg: 2.23 2.25 2.04 3/179 7025
/proc/meminfo: memFree=29112880/32872528 swapFree=1542984/1696284
[pid=7025] ppid=7022 vsize=1218116 CPUtime=0.09 cores=1,3,5,7
/proc/7025/stat : 7025 (toysat) R 7022 7025 6047 0 -1 4202496 24746 0 0 0 6 3 0 0 20 0 4 0 36449956 1247350784 25610 33554432000 4194304 16246674 140737434594592 140737434594016 12481124 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7025/statm: 304529 25616 618 2943 0 301423 0
[pid=7025/tid=7026] ppid=7022 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/7025/task/7026/stat : 7026 (toysat) S 7022 7025 6047 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36449956 1247350784 25618 33554432000 4194304 16246674 140737434594592 140465691143408 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=7025/tid=7027] ppid=7022 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/7025/task/7027/stat : 7027 (toysat) S 7022 7025 6047 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36449956 1247350784 25621 33554432000 4194304 16246674 140737434594592 140465680653552 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=7025/tid=7028] ppid=7022 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/7025/task/7028/stat : 7028 (toysat) S 7022 7025 6047 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36449956 1247350784 25627 33554432000 4194304 16246674 140737434594592 140465563233456 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1218116

[startup+0.200557 s]
/proc/loadavg: 2.23 2.25 2.04 3/179 7025
/proc/meminfo: memFree=29112880/32872528 swapFree=1542984/1696284
[pid=7025] ppid=7022 vsize=1221188 CPUtime=0.19 cores=1,3,5,7
/proc/7025/stat : 7025 (toysat) R 7022 7025 6047 0 -1 4202496 32886 0 0 0 15 4 0 0 20 0 4 0 36449956 1250496512 33704 33554432000 4194304 16246674 140737434594592 140737434593904 6016316 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7025/statm: 305297 33704 901 2943 0 302191 0
[pid=7025/tid=7026] ppid=7022 vsize=1221188 CPUtime=0 cores=1,3,5,7
/proc/7025/task/7026/stat : 7026 (toysat) S 7022 7025 6047 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36449956 1250496512 33704 33554432000 4194304 16246674 140737434594592 140465691143408 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=7025/tid=7027] ppid=7022 vsize=1221188 CPUtime=0 cores=1,3,5,7
/proc/7025/task/7027/stat : 7027 (toysat) S 7022 7025 6047 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36449956 1250496512 33704 33554432000 4194304 16246674 140737434594592 140465680653552 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=7025/tid=7028] ppid=7022 vsize=1221188 CPUtime=0 cores=1,3,5,7
/proc/7025/task/7028/stat : 7028 (toysat) S 7022 7025 6047 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36449956 1250496512 33704 33554432000 4194304 16246674 140737434594592 140465563233456 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1221188

[startup+0.30055 s]
/proc/loadavg: 2.23 2.25 2.04 3/179 7025
/proc/meminfo: memFree=29112880/32872528 swapFree=1542984/1696284
[pid=7025] ppid=7022 vsize=1303108 CPUtime=0.29 cores=1,3,5,7
/proc/7025/stat : 7025 (toysat) R 7022 7025 6047 0 -1 4202496 49532 0 0 0 22 7 0 0 20 0 4 0 36449956 1334382592 50351 33554432000 4194304 16246674 140737434594592 140737434593904 5532301 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7025/statm: 325777 50368 922 2943 0 322671 0
[pid=7025/tid=7026] ppid=7022 vsize=1303108 CPUtime=0 cores=1,3,5,7
/proc/7025/task/7026/stat : 7026 (toysat) S 7022 7025 6047 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36449956 1334382592 50380 33554432000 4194304 16246674 140737434594592 140465691143408 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=7025/tid=7027] ppid=7022 vsize=1303108 CPUtime=0 cores=1,3,5,7
/proc/7025/task/7027/stat : 7027 (toysat) S 7022 7025 6047 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36449956 1334382592 50390 33554432000 4194304 16246674 140737434594592 140465680653552 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=7025/tid=7028] ppid=7022 vsize=1303108 CPUtime=0 cores=1,3,5,7
/proc/7025/task/7028/stat : 7028 (toysat) S 7022 7025 6047 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36449956 1334382592 50399 33554432000 4194304 16246674 140737434594592 140465563233456 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1303108

[startup+0.700384 s]
/proc/loadavg: 2.23 2.25 2.04 3/179 7025
/proc/meminfo: memFree=29112880/32872528 swapFree=1542984/1696284
[pid=7025] ppid=7022 vsize=1307204 CPUtime=0.69 cores=1,3,5,7
/proc/7025/stat : 7025 (toysat) R 7022 7025 6047 0 -1 4202496 86006 0 0 0 57 12 0 0 20 0 4 0 36449956 1338576896 86824 33554432000 4194304 16246674 140737434594592 140737434593904 4220897 0 2 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7025/statm: 326801 86824 928 2943 0 323695 0
[pid=7025/tid=7026] ppid=7022 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/7025/task/7026/stat : 7026 (toysat) S 7022 7025 6047 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36449956 1338576896 86824 33554432000 4194304 16246674 140737434594592 140465691143408 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=7025/tid=7027] ppid=7022 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/7025/task/7027/stat : 7027 (toysat) S 7022 7025 6047 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36449956 1338576896 86824 33554432000 4194304 16246674 140737434594592 140465680653552 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=7025/tid=7028] ppid=7022 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/7025/task/7028/stat : 7028 (toysat) S 7022 7025 6047 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36449956 1338576896 86824 33554432000 4194304 16246674 140737434594592 140465563233456 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1307204

[startup+1.50042 s]
/proc/loadavg: 2.23 2.25 2.04 3/183 7029
/proc/meminfo: memFree=28766876/32872528 swapFree=1542984/1696284
[pid=7025] ppid=7022 vsize=1307204 CPUtime=1.49 cores=1,3,5,7
/proc/7025/stat : 7025 (toysat) R 7022 7025 6047 0 -1 4202496 86060 0 0 0 137 12 0 0 20 0 4 0 36449956 1338576896 86878 33554432000 4194304 16246674 140737434594592 140737434576512 14628944 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7025/statm: 326801 86878 928 2943 0 323695 0
[pid=7025/tid=7026] ppid=7022 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/7025/task/7026/stat : 7026 (toysat) S 7022 7025 6047 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36449956 1338576896 86878 33554432000 4194304 16246674 140737434594592 140465691143408 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=7025/tid=7027] ppid=7022 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/7025/task/7027/stat : 7027 (toysat) S 7022 7025 6047 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36449956 1338576896 86878 33554432000 4194304 16246674 140737434594592 140465680653552 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=7025/tid=7028] ppid=7022 vsize=1307204 CPUtime=0 cores=1,3,5,7
/proc/7025/task/7028/stat : 7028 (toysat) S 7022 7025 6047 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36449956 1338576896 86878 33554432000 4194304 16246674 140737434594592 140465563233456 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 1307204

[startup+3.10042 s]
/proc/loadavg: 2.23 2.25 2.04 3/183 7029
/proc/meminfo: memFree=28765884/32872528 swapFree=1542984/1696284
[pid=7025] ppid=7022 vsize=1308228 CPUtime=3.08 cores=1,3,5,7
/proc/7025/stat : 7025 (toysat) R 7022 7025 6047 0 -1 4202496 251193 0 0 0 274 34 0 0 20 0 4 0 36449956 1339625472 252012 33554432000 4194304 16246674 140737434594592 140737434577592 5546181 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7025/statm: 327057 252038 931 2943 0 323951 0
[pid=7025/tid=7026] ppid=7022 vsize=1308228 CPUtime=0 cores=1,3,5,7
/proc/7025/task/7026/stat : 7026 (toysat) S 7022 7025 6047 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36449956 1339625472 252049 33554432000 4194304 16246674 140737434594592 140465691143408 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=7025/tid=7027] ppid=7022 vsize=1308228 CPUtime=0 cores=1,3,5,7
/proc/7025/task/7027/stat : 7027 (toysat) S 7022 7025 6047 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36449956 1339625472 252058 33554432000 4194304 16246674 140737434594592 140465680653552 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=7025/tid=7028] ppid=7022 vsize=1308228 CPUtime=0 cores=1,3,5,7
/proc/7025/task/7028/stat : 7028 (toysat) S 7022 7025 6047 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36449956 1339625472 252066 33554432000 4194304 16246674 140737434594592 140465563233456 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 1308228

[startup+6.30044 s]
/proc/loadavg: 2.21 2.24 2.04 3/183 7029
/proc/meminfo: memFree=28035912/32872528 swapFree=1542984/1696284
[pid=7025] ppid=7022 vsize=1310276 CPUtime=6.29 cores=1,3,5,7
/proc/7025/stat : 7025 (toysat) R 7022 7025 6047 0 -1 4202496 268778 0 0 0 592 37 0 0 20 0 4 0 36449956 1341722624 269596 33554432000 4194304 16246674 140737434594592 140737434576512 5546177 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7025/statm: 327569 269596 932 2943 0 324463 0
[pid=7025/tid=7026] ppid=7022 vsize=1310276 CPUtime=0 cores=1,3,5,7
/proc/7025/task/7026/stat : 7026 (toysat) S 7022 7025 6047 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36449956 1341722624 269596 33554432000 4194304 16246674 140737434594592 140465691143408 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=7025/tid=7027] ppid=7022 vsize=1310276 CPUtime=0 cores=1,3,5,7
/proc/7025/task/7027/stat : 7027 (toysat) S 7022 7025 6047 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36449956 1341722624 269596 33554432000 4194304 16246674 140737434594592 140465680653552 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=7025/tid=7028] ppid=7022 vsize=1310276 CPUtime=0 cores=1,3,5,7
/proc/7025/task/7028/stat : 7028 (toysat) S 7022 7025 6047 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36449956 1341722624 269596 33554432000 4194304 16246674 140737434594592 140465563233456 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1310276

[startup+12.7004 s]
/proc/loadavg: 2.20 2.24 2.04 3/183 7029
/proc/meminfo: memFree=28033804/32872528 swapFree=1542984/1696284
[pid=7025] ppid=7022 vsize=1311300 CPUtime=12.69 cores=1,3,5,7
/proc/7025/stat : 7025 (toysat) R 7022 7025 6047 0 -1 4202496 268962 0 0 0 1232 37 0 0 20 0 4 0 36449956 1342771200 269780 33554432000 4194304 16246674 140737434594592 140737434576512 5546160 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7025/statm: 327825 269780 932 2943 0 324719 0
[pid=7025/tid=7026] ppid=7022 vsize=1311300 CPUtime=0 cores=1,3,5,7
/proc/7025/task/7026/stat : 7026 (toysat) S 7022 7025 6047 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36449956 1342771200 269780 33554432000 4194304 16246674 140737434594592 140465691143408 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=7025/tid=7027] ppid=7022 vsize=1311300 CPUtime=0 cores=1,3,5,7
/proc/7025/task/7027/stat : 7027 (toysat) S 7022 7025 6047 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36449956 1342771200 269780 33554432000 4194304 16246674 140737434594592 140465680653552 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=7025/tid=7028] ppid=7022 vsize=1311300 CPUtime=0 cores=1,3,5,7
/proc/7025/task/7028/stat : 7028 (toysat) S 7022 7025 6047 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36449956 1342771200 269780 33554432000 4194304 16246674 140737434594592 140465563233456 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1311300

[startup+25.5005 s]
/proc/loadavg: 2.23 2.24 2.04 3/183 7029
/proc/meminfo: memFree=28029996/32872528 swapFree=1542984/1696284
[pid=7025] ppid=7022 vsize=1311300 CPUtime=25.48 cores=1,3,5,7
/proc/7025/stat : 7025 (toysat) R 7022 7025 6047 0 -1 4202496 268962 0 0 0 2510 38 0 0 20 0 4 0 36449956 1342771200 269780 33554432000 4194304 16246674 140737434594592 140737434593768 5673807 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7025/statm: 327825 269780 932 2943 0 324719 0
[pid=7025/tid=7026] ppid=7022 vsize=1311300 CPUtime=0 cores=1,3,5,7
/proc/7025/task/7026/stat : 7026 (toysat) S 7022 7025 6047 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36449956 1342771200 269780 33554432000 4194304 16246674 140737434594592 140465691143408 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=7025/tid=7027] ppid=7022 vsize=1311300 CPUtime=0 cores=1,3,5,7
/proc/7025/task/7027/stat : 7027 (toysat) S 7022 7025 6047 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36449956 1342771200 269780 33554432000 4194304 16246674 140737434594592 140465680653552 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=7025/tid=7028] ppid=7022 vsize=1311300 CPUtime=0 cores=1,3,5,7
/proc/7025/task/7028/stat : 7028 (toysat) S 7022 7025 6047 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36449956 1342771200 269780 33554432000 4194304 16246674 140737434594592 140465563233456 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 1311300

[startup+51.1005 s]
/proc/loadavg: 2.29 2.25 2.05 3/183 7029
/proc/meminfo: memFree=28027392/32872528 swapFree=1542984/1696284
[pid=7025] ppid=7022 vsize=1313348 CPUtime=51.08 cores=1,3,5,7
/proc/7025/stat : 7025 (toysat) R 7022 7025 6047 0 -1 4202496 269546 0 0 0 5067 41 0 0 20 0 4 0 36449956 1344868352 270364 33554432000 4194304 16246674 140737434594592 140737434593768 14628944 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7025/statm: 328337 270364 932 2943 0 325231 0
[pid=7025/tid=7026] ppid=7022 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/7025/task/7026/stat : 7026 (toysat) S 7022 7025 6047 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36449956 1344868352 270364 33554432000 4194304 16246674 140737434594592 140465691143408 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=7025/tid=7027] ppid=7022 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/7025/task/7027/stat : 7027 (toysat) S 7022 7025 6047 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36449956 1344868352 270364 33554432000 4194304 16246674 140737434594592 140465680653552 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=7025/tid=7028] ppid=7022 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/7025/task/7028/stat : 7028 (toysat) S 7022 7025 6047 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36449956 1344868352 270364 33554432000 4194304 16246674 140737434594592 140465563233456 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 1313348

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

[startup+51.2006 s]
/proc/loadavg: 2.29 2.25 2.05 3/183 7029
/proc/meminfo: memFree=28027392/32872528 swapFree=1542984/1696284
[pid=7025] ppid=7022 vsize=1313348 CPUtime=51.18 cores=1,3,5,7
/proc/7025/stat : 7025 (toysat) R 7022 7025 6047 0 -1 4202496 269546 0 0 0 5077 41 0 0 20 0 4 0 36449956 1344868352 270364 33554432000 4194304 16246674 140737434594592 140737434592384 15015658 0 2 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7025/statm: 328337 270364 932 2943 0 325231 0
[pid=7025/tid=7026] ppid=7022 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/7025/task/7026/stat : 7026 (toysat) S 7022 7025 6047 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36449956 1344868352 270364 33554432000 4194304 16246674 140737434594592 140465691143408 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=7025/tid=7027] ppid=7022 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/7025/task/7027/stat : 7027 (toysat) S 7022 7025 6047 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36449956 1344868352 270364 33554432000 4194304 16246674 140737434594592 140465680653552 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=7025/tid=7028] ppid=7022 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/7025/task/7028/stat : 7028 (toysat) S 7022 7025 6047 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36449956 1344868352 270364 33554432000 4194304 16246674 140737434594592 140465563233456 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 51.18
Current children cumulated vsize (KiB) 1313348

[startup+57.6004 s]
/proc/loadavg: 2.27 2.25 2.05 3/183 7029
/proc/meminfo: memFree=28027516/32872528 swapFree=1542984/1696284
[pid=7025] ppid=7022 vsize=1313348 CPUtime=57.58 cores=1,3,5,7
/proc/7025/stat : 7025 (toysat) R 7022 7025 6047 0 -1 4202496 269546 0 0 0 5716 42 0 0 20 0 4 0 36449956 1344868352 270364 33554432000 4194304 16246674 140737434594592 140737434593768 14628944 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7025/statm: 328337 270364 932 2943 0 325231 0
[pid=7025/tid=7026] ppid=7022 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/7025/task/7026/stat : 7026 (toysat) S 7022 7025 6047 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36449956 1344868352 270364 33554432000 4194304 16246674 140737434594592 140465691143408 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=7025/tid=7027] ppid=7022 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/7025/task/7027/stat : 7027 (toysat) S 7022 7025 6047 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36449956 1344868352 270364 33554432000 4194304 16246674 140737434594592 140465680653552 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=7025/tid=7028] ppid=7022 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/7025/task/7028/stat : 7028 (toysat) S 7022 7025 6047 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36449956 1344868352 270364 33554432000 4194304 16246674 140737434594592 140465563233456 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 57.58
Current children cumulated vsize (KiB) 1313348

[startup+64.0004 s]
/proc/loadavg: 2.22 2.24 2.05 4/183 7030
/proc/meminfo: memFree=28027136/32872528 swapFree=1542984/1696284
[pid=7025] ppid=7022 vsize=1313348 CPUtime=63.98 cores=1,3,5,7
/proc/7025/stat : 7025 (toysat) R 7022 7025 6047 0 -1 4202496 269546 0 0 0 6355 43 0 0 20 0 4 0 36449956 1344868352 270364 33554432000 4194304 16246674 140737434594592 140737434576512 5546085 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7025/statm: 328337 270364 932 2943 0 325231 0
[pid=7025/tid=7026] ppid=7022 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/7025/task/7026/stat : 7026 (toysat) S 7022 7025 6047 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36449956 1344868352 270364 33554432000 4194304 16246674 140737434594592 140465691143408 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=7025/tid=7027] ppid=7022 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/7025/task/7027/stat : 7027 (toysat) S 7022 7025 6047 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36449956 1344868352 270364 33554432000 4194304 16246674 140737434594592 140465680653552 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=7025/tid=7028] ppid=7022 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/7025/task/7028/stat : 7028 (toysat) S 7022 7025 6047 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36449956 1344868352 270364 33554432000 4194304 16246674 140737434594592 140465563233456 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 63.98
Current children cumulated vsize (KiB) 1313348

[startup+65.6004 s]
/proc/loadavg: 2.22 2.24 2.05 4/183 7030
/proc/meminfo: memFree=28027140/32872528 swapFree=1542984/1696284
[pid=7025] ppid=7022 vsize=1313348 CPUtime=65.58 cores=1,3,5,7
/proc/7025/stat : 7025 (toysat) R 7022 7025 6047 0 -1 4202496 269556 0 0 0 6515 43 0 0 20 0 4 0 36449956 1344868352 270374 33554432000 4194304 16246674 140737434594592 140737434593688 5531312 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7025/statm: 328337 270374 942 2943 0 325231 0
[pid=7025/tid=7026] ppid=7022 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/7025/task/7026/stat : 7026 (toysat) S 7022 7025 6047 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36449956 1344868352 270374 33554432000 4194304 16246674 140737434594592 140465691143408 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=7025/tid=7027] ppid=7022 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/7025/task/7027/stat : 7027 (toysat) S 7022 7025 6047 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36449956 1344868352 270374 33554432000 4194304 16246674 140737434594592 140465680653552 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=7025/tid=7028] ppid=7022 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/7025/task/7028/stat : 7028 (toysat) S 7022 7025 6047 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36449956 1344868352 270374 33554432000 4194304 16246674 140737434594592 140465563233456 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 65.58
Current children cumulated vsize (KiB) 1313348

[startup+67.2074 s]
/proc/loadavg: 2.22 2.24 2.05 3/183 7030
/proc/meminfo: memFree=28027392/32872528 swapFree=1542984/1696284
[pid=7025] ppid=7022 vsize=1313348 CPUtime=67.19 cores=1,3,5,7
/proc/7025/stat : 7025 (toysat) R 7022 7025 6047 0 -1 4202496 269556 0 0 0 6676 43 0 0 20 0 4 0 36449956 1344868352 270374 33554432000 4194304 16246674 140737434594592 140737434576512 6843269 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7025/statm: 328337 270374 942 2943 0 325231 0
[pid=7025/tid=7026] ppid=7022 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/7025/task/7026/stat : 7026 (toysat) S 7022 7025 6047 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36449956 1344868352 270374 33554432000 4194304 16246674 140737434594592 140465691143408 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=7025/tid=7027] ppid=7022 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/7025/task/7027/stat : 7027 (toysat) S 7022 7025 6047 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36449956 1344868352 270374 33554432000 4194304 16246674 140737434594592 140465680653552 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=7025/tid=7028] ppid=7022 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/7025/task/7028/stat : 7028 (toysat) S 7022 7025 6047 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36449956 1344868352 270374 33554432000 4194304 16246674 140737434594592 140465563233456 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 67.19
Current children cumulated vsize (KiB) 1313348

[startup+67.6004 s]
/proc/loadavg: 2.22 2.24 2.05 3/183 7030
/proc/meminfo: memFree=28027392/32872528 swapFree=1542984/1696284
[pid=7025] ppid=7022 vsize=1313348 CPUtime=67.58 cores=1,3,5,7
/proc/7025/stat : 7025 (toysat) R 7022 7025 6047 0 -1 4202496 269556 0 0 0 6715 43 0 0 20 0 4 0 36449956 1344868352 270374 33554432000 4194304 16246674 140737434594592 140737434576512 5523188 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7025/statm: 328337 270374 942 2943 0 325231 0
[pid=7025/tid=7026] ppid=7022 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/7025/task/7026/stat : 7026 (toysat) S 7022 7025 6047 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 36449956 1344868352 270374 33554432000 4194304 16246674 140737434594592 140465691143408 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=7025/tid=7027] ppid=7022 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/7025/task/7027/stat : 7027 (toysat) S 7022 7025 6047 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 36449956 1344868352 270374 33554432000 4194304 16246674 140737434594592 140465680653552 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=7025/tid=7028] ppid=7022 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/7025/task/7028/stat : 7028 (toysat) S 7022 7025 6047 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 36449956 1344868352 270374 33554432000 4194304 16246674 140737434594592 140465563233456 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 67.58
Current children cumulated vsize (KiB) 1313348

[startup+68.0004 s]
/proc/loadavg: 2.22 2.24 2.05 3/183 7030
/proc/meminfo: memFree=28027392/32872528 swapFree=1542984/1696284
[pid=7025] ppid=7022 vsize=0 CPUtime=67.98 cores=1,3,5,7
/proc/7025/stat : 7025 (toysat) R 7022 7025 6047 0 -1 4202500 269558 0 0 0 6751 47 0 0 20 0 1 0 36449956 0 0 33554432000 0 0 0 0 0 0 0 33554432 0 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7025/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 67.98
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 68.02
CPU time (s): 68.0097
CPU user time (s): 67.5137
CPU system time (s): 0.495924
CPU usage (%): 99.9849
Max. virtual memory (cumulated for all children) (KiB): 1313348

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 67.5137
system time used= 0.495924
maximum resident set size= 1081500
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 269558
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 19
involuntary context switches= 71

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.232964 second user time and 0.300954 second system time

The end

Launcher Data

Begin job on node125 at 2016-06-19 15:47:13
IDJOB=4109774
IDBENCH=78919
IDSOLVER=2553
FILE ID=node125/4109774-1466344033
RUNJOBID= node125-1466341817-6064
PBS_JOBID= 19922028
Free space on /tmp= 71728 MiB

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

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

MD5SUM BENCH= 2edeaf6035297ee59e9643c9979a8871
RANDOM SEED=1141906752

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.683
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.683
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.683
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:        29113152 kB
Buffers:          180400 kB
Cached:           350768 kB
SwapCached:          764 kB
Active:           947616 kB
Inactive:         370372 kB
Active(anon):     787592 kB
Inactive(anon):     1188 kB
Active(file):     160024 kB
Inactive(file):   369184 kB
Unevictable:     1696284 kB
Mlocked:         1542984 kB
SwapTotal:      67108856 kB
SwapFree:       67098312 kB
Dirty:             16320 kB
Writeback:             0 kB
AnonPages:       2484152 kB
Mapped:            11012 kB
Shmem:                 0 kB
Slab:             611116 kB
SReclaimable:      54748 kB
SUnreclaim:       556368 kB
KernelStack:        1520 kB
PageTables:         9504 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2919112 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    157696 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= 71712 MiB
End job on node125 at 2016-06-19 15:48:21